[Bug c++/33078] New: g++ treats extern "c" static void foo(void); different to extern "c" {static void foo(void);}

2007-08-15 Thread room_debugs at outgesourced dot org
ONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: room_debugs at outgesourced dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33078

[Bug c++/33078] g++ treats extern "c" static void foo(void); different to extern "c" {static void foo(void);}

2007-08-15 Thread room_debugs at outgesourced dot org
--- Comment #1 from room_debugs at outgesourced dot org 2007-08-15 12:39 --- Created an attachment (id=14061) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14061&action=view) simple test file failing -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33078

[Bug c++/33078] g++ treats extern "c" static void foo(void); different to extern "c" {static void foo(void);}

2007-08-15 Thread room_debugs at outgesourced dot org
--- Comment #2 from room_debugs at outgesourced dot org 2007-08-15 12:40 --- Created an attachment (id=14062) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14062&action=view) same code with {}; and not failing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33078