view gcc/testsuite/g++.dg/ext/attrib23.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
line wrap: on
line source

// PR c++/28112
// { dg-do compile }

int i       __attribute__((init_priority(;)));  // { dg-error "before" }
int j       __attribute__((vector_size(;)));    // { dg-error "before" }
int k       __attribute__((visibility(;)));     // { dg-error "before" }
struct A {} __attribute__((aligned(;)));        // { dg-error "before" }
struct B {} __attribute__((mode(;)));           // { dg-error "before" }
void foo()  __attribute__((alias(;)));          // { dg-error "before" }
void bar()  __attribute__((nonnull(;)));        // { dg-error "before" }
void baz()  __attribute__((section(;)));        // { dg-error "before" }