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: comparisons..


Joe Buck wrote:
> 
> 
> But the current gcc is not 2.95, it is 2.95.2.  Are there remaining
> problems in 2.95.2 that cause difficulties for the Linux kernel?

I don't know, Joe.

Cruising recent postings doesn't give anything very substantive:



From:  Artur Skawina

gcc2.96 miscompiles eg sys_fork(), one workaround is:

  # turn off broken sibling call optimizations
  CFLAGS += $(shell if $(CC) -fno-optimize-sibling-calls -S -o /dev/null
-xc /dev/null >/dev/null 2>&1; then
echo "-fno-optimize-sibling-calls"; fi)

From: Alan Cox

2.96 still fails to get you working x86 kernels although how
much of that is gcc and how much kernel stuff is unknown



I'm not aware of any issues with 2.95.2 though.

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