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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [ext/] [member-attr.C] - Blame information for rev 328

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
/* Test to see if__attribute__'s are handled by inline member functions */
2
/* { dg-do compile } */
3
/* { dg-options "-fmessage-length=0" } */
4
 
5
/* Previously __attribute__'s were handled by the grammar but "dropped
6
   on the floor", these effectively ignoring them.  This tests the fix
7
   to see that they are now handled.  In this test it should report
8
   that we have an illegal attribute.  */
9
 
10
class T {
11
  public:
12
    __attribute__ ((garbage1)) void member1(int) {} /* { dg-warning "'garbage1' attribute directive ignored" "" } */
13
    void __attribute__ ((garbage2)) member2(int) {} /* { dg-warning "'garbage2' attribute directive ignored" "" } */
14
};

powered by: WebSVN 2.1.0

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