view gcc/testsuite/g++.dg/ext/attrib23.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +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" }