This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/10855] extern __inline__ does not compile at -O0
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Aug 2003 02:53:52 -0000
- Subject: [Bug c/10855] extern __inline__ does not compile at -O0
- References: <20030519100600.10855.i-sys@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10855
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-30 02:53 -------
>From c-objc-common.c:
"extern inline" says the symbol exists externally
So this bug is invalid as you need another definition of print_hello in another object.
Note the linux kernel is only known to compile with optimization tuned on.