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 ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms



------- Comment #39 from pluto at agmk dot net  2005-11-24 14:46 -------
(In reply to comment #38)
> > That doesn't cover the Ada tools.  They build for me at -O0 on PowerPC so with
> > Andrew's FE patch + a possible tweak in the Makefile, you should have an Ada
> > compiler.
> 
> They even build for me at -O2 on PowerPC with Andrew's patch.
> 

with minor makefile tweak ada builds with -O2 on ppc.

--- gcc/gcc/ada/Makefile.in.orig        2005-11-23 16:48:27.000000000 +0000
+++ gcc/gcc/ada/Makefile.in     2005-11-24 10:14:25.987115520 +0000
@@ -1899,6 +1899,12 @@
        $(CC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) -O2 $(ADA_INCLUDES) \
              $< $(OUTPUT_OPTION)

+# [Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap
+
+make.o      : make.adb make.ads
+       $(CC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) -O1 $(ADA_INCLUDES) \
+             $< $(OUTPUT_OPTION)
+
 adadecode.o : adadecode.c adadecode.h
 aux-io.o  : aux-io.c
 argv.o    : argv.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533


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