Re: rename c1x-*.c to c11-*.c

2013-10-22 Thread Mike Stump
On Oct 22, 2013, at 2:29 PM, Joseph S. Myers wrote: > There's a whole g++.dg/cpp0x directory of tests, many of them using > -std=c++0x, for which the same principle would also suggest using the > non-deprecated option and the name for the actual standard…. I agree. C++11 looks nicer to my eye

Re: rename c1x-*.c to c11-*.c

2013-10-22 Thread Joseph S. Myers
There's a whole g++.dg/cpp0x directory of tests, many of them using -std=c++0x, for which the same principle would also suggest using the non-deprecated option and the name for the actual standard -- Joseph S. Myers jos...@codesourcery.com

rename c1x-*.c to c11-*.c

2013-10-22 Thread Mike Stump
In gcc/testsuite/gcc.dg, we renamed c1x-*.c to c11-*.c. Tested on x86_64-apple-darwin12. Committed revision 203929.