-
- Downloads
Update g++.dg/cpp0x/gen-attrs-{8,36,37}.C as c++11 attributes to types are ignored
The current implementation of C++11 attributes forbids them from being applied to a type unless the type is being declared. I forgot to adjust g++.dg/cpp0x/gen-attrs-{8,36,37}.C that was being run only on ia32. Fixed thus, tested on i386-unknown-linux-gnu and x86_64-unknown-linux-gnu against trunk. gcc/testsuite/ * g++.dg/cpp0x/gen-attrs-8.C: Update the test to reflect the fact that c++11 attributes to types are ignored for now. * g++.dg/cpp0x/gen-attrs-36.C: Likewise. * g++.dg/cpp0x/gen-attrs-37.C: Likewise From-SVN: r192300
Showing
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C 6 additions, 4 deletionsgcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C
- gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C 3 additions, 1 deletiongcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C
- gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C 1 addition, 1 deletiongcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
Loading
Please register or sign in to comment