This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/47470] Less-optimized Code Size when using Optimizations
- From: "Tomer.Levi at nuvoton dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 26 Jan 2011 12:47:17 +0000
- Subject: [Bug c/47470] Less-optimized Code Size when using Optimizations
- Auto-submitted: auto-generated
- References: <bug-47470-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47470
--- Comment #4 from Tomer Levi <Tomer.Levi at nuvoton dot com> 2011-01-26 12:47:14 UTC ---
The cross-gcc compiler i'm using is hooking the default GNU verbose message,
hence i can not tell how GCC was exactly configured.
As i alredy said, the issue is reproducible on native GCC (i686-pc-linux-gnu),
so the target i'm using is not necessarily relevant here.
I'm just looking for a way to alter the compiler's behavior.
I think the cross-target is configured as follows:
../$(GCC_DIR)/configure --target=cr16c --enable-languages=c,c++
--disable-checking --prefix=$(PREFIX) --with-as=$(PREFIX)/bin/crasm
--with-ld=$(PREFIX)/bin/crld --with-headers=$(PREFIX)/include