This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[C++] g++.other/enum5.C


Hi,
The recently added test case g++.other/enum5.C fails with
/home/nathan/egcs/devel/egcs/gcc/testsuite/g++.old-deja/g++.other/enum5.C:8: semicolon missing after declaration of `numbers'
/home/nathan/egcs/devel/egcs/gcc/testsuite/g++.old-deja/g++.other/enum5.C:8: warning: `packed' attribute ignored
/home/nathan/egcs/devel/egcs/gcc/testsuite/g++.old-deja/g++.other/enum5.C:9: semicolon missing after declaration of `colours'
/home/nathan/egcs/devel/egcs/gcc/testsuite/g++.old-deja/g++.other/enum5.C:9: warning: `packed' attribute ignored
/home/nathan/egcs/devel/egcs/gcc/testsuite/g++.old-deja/g++.other/enum5.C:10: parse error before `__attribute__'
/home/nathan/egcs/devel/egcs/gcc/testsuite/g++.old-deja/g++.other/enum5.C:10: ISO C++ forbids declaration of `forecast' with no type

compiler exited with status 1

should the test be xfailed, or ...?

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]