This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33078] g++ treats extern "c" static void foo(void); different to extern "c" {static void foo(void);}
- From: "room_debugs at outgesourced dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Aug 2007 12:40:29 -0000
- Subject: [Bug c++/33078] g++ treats extern "c" static void foo(void); different to extern "c" {static void foo(void);}
- References: <bug-33078-14985@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu 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