r192300 - in /trunk/gcc/testsuite: ChangeLog g+...
dodji@gcc.gnu.org
dodji@gcc.gnu.org
Wed Oct 10 10:24:00 GMT 2012
Author: dodji
Date: Wed Oct 10 10:24:50 2012
New Revision: 192300
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192300
Log:
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
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C
trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C
trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
More information about the Gcc-cvs
mailing list