[Bug ada/42554] Can't build GNAT tools

2011-06-27 Thread gcc at microbizz dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554 Adriaan van Os changed: What|Removed |Added CC||gcc at microbizz dot nl --- Comment #15

[Bug ada/42554] Can't build GNAT tools

2010-05-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2010-05-17 12:07 --- Appears to be fixed. Please reopen if that's not the case. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/42554] Can't build GNAT tools

2010-03-19 Thread mrs at gcc dot gnu dot org
--- Comment #13 from mrs at gcc dot gnu dot org 2010-03-19 10:20 --- Subject: Bug 42554 Author: mrs Date: Fri Mar 19 10:19:52 2010 New Revision: 157563 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157563 Log: PR ada/42554 * configure.ac: Only pass -c to ranlib

[Bug ada/42554] Can't build GNAT tools

2010-02-03 Thread simon at pushface dot org
--- Comment #12 from simon at pushface dot org 2010-02-03 21:24 --- I re-ran the tests just for Ada; results at http://gcc.gnu.org/ml/gcc-testresults/2010-02/msg00265.html . Looking good - there is a problem with the ACATS tests, but I have a feeling it's some sort of race condition in

[Bug ada/42554] Can't build GNAT tools

2010-02-02 Thread howarth at nitro dot med dot uc dot edu
--- Comment #11 from howarth at nitro dot med dot uc dot edu 2010-02-02 22:55 --- Building gcc trunk with... Index: configure === --- configure (revision 156440) +++ configure (working copy) @@ -7292,7 +7292,7 @@

[Bug ada/42554] Can't build GNAT tools

2010-02-02 Thread simon at pushface dot org
--- Comment #10 from simon at pushface dot org 2010-02-02 21:25 --- (In reply to comment #7) > Why not remove the duplicate linkage of s-secsta.o in gnatlink and gnatmake? > There is no reason to link it in a second time since it is already in > libgnat.a. I agree we could tidy up ada/g

[Bug ada/42554] Can't build GNAT tools

2010-02-02 Thread simon at pushface dot org
--- Comment #9 from simon at pushface dot org 2010-02-02 13:10 --- I've traced where the 'ranlib -c' switch was introduced: at http://gcc.gnu.org/ml/gcc-patches/2002-12/msg01183.html . The original purpose of this patch was to fix g77 regressions, and we now pass check-fortran without i

[Bug ada/42554] Can't build GNAT tools

2010-02-01 Thread simon at pushface dot org
--- Comment #8 from simon at pushface dot org 2010-02-02 06:26 --- It's much worse than that.. Aside from the other object file which triggers the same bug, the make of gnatlink and gnatmake calls in libgnat.a twice. And when you build the other GNAT tools, it calls in all the Ada-deri