comparisons..

Andrew Morton andrewm@uow.edu.au
Thu Jul 13 21:46:00 GMT 2000


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.


More information about the Gcc mailing list