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]
Other format: [Raw text]

[Bug c/47470] Less-optimized Code Size when using Optimizations


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


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