OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [ext/] [attrib23.C] - Rev 816

Compare with Previous | Blame | View Log

// 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" }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.