This is the mail archive of the gcc@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]

Re: Is there a site for unofficail patches?


* jfm2@club-internet.fr (jfm2@club-internet.fr) [20000822 00:32]:

> I have found that gcc 2.95.2 tends to coredump in Linux (RedHat 6.2)
> when compiling with -O3 -mcpu=i686 -mpreferred-stack-boundary=2
                      ^^^
This won't buy you anything! -O3 only gets you automatic inlining which is
useless for the Linux kernel as functions are explicitely marked inline
where necessary for speed. There's a reason why the kernel makefiles use -O2
by default.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

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