public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/32537] Boostrap failure: ICE when compiling gengtype-lex.c
       [not found] <bug-32537-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-19  5:32 ` pinskia at gcc dot gnu.org
  2012-01-20 17:01 ` lucier at math dot purdue.edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-19  5:32 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-01-19
     Ever Confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-19 05:13:25 UTC ---
Can you try again?  This most likely has been fixed already.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/32537] Boostrap failure: ICE when compiling gengtype-lex.c
       [not found] <bug-32537-4@http.gcc.gnu.org/bugzilla/>
  2012-01-19  5:32 ` [Bug bootstrap/32537] Boostrap failure: ICE when compiling gengtype-lex.c pinskia at gcc dot gnu.org
@ 2012-01-20 17:01 ` lucier at math dot purdue.edu
  2012-01-21  5:53 ` lucier at math dot purdue.edu
  2014-11-09 19:40 ` fxcoudert at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: lucier at math dot purdue.edu @ 2012-01-20 17:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from lucier at math dot purdue.edu 2012-01-20 16:26:26 UTC ---
I found a PPC64 machine, so I'll test it.

Brad


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/32537] Boostrap failure: ICE when compiling gengtype-lex.c
       [not found] <bug-32537-4@http.gcc.gnu.org/bugzilla/>
  2012-01-19  5:32 ` [Bug bootstrap/32537] Boostrap failure: ICE when compiling gengtype-lex.c pinskia at gcc dot gnu.org
  2012-01-20 17:01 ` lucier at math dot purdue.edu
@ 2012-01-21  5:53 ` lucier at math dot purdue.edu
  2014-11-09 19:40 ` fxcoudert at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: lucier at math dot purdue.edu @ 2012-01-21  5:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from lucier at math dot purdue.edu 2012-01-21 05:22:40 UTC ---
It seems bootstrap fails at a earlier place.

With this compiler:

godel-257% /homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc
COLLECT_LTO_WRAPPER=/homes/lucier/pkgs/gcc-4.6.2-64/libexec/gcc/powerpc64-apple-darwin9.4.0/4.6.2/lto-wrapper
Target: powerpc64-apple-darwin9.4.0
Configured with: ../../gcc-4.6.2/configure --build=powerpc64-apple-darwin9.4.0
--host=powerpc64-apple-darwin9.4.0 --target=powerpc64-apple-darwin9.4.0
--prefix=/homes/lucier/pkgs/gcc-4.6.2-64 --enable-languages=c
--disable-multilib
Thread model: posix
gcc version 4.6.2 (GCC) 

and this configure and "make"

godel-258% cat ../../mainline/build-and-check-gcc 
#!/bin/tcsh
/bin/rm -rf *; env CC=/homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc
../../mainline/configure --build=powerpc64-apple-darwin9.4.0
--host=powerpc64-apple-darwin9.4.0 --target=powerpc64-apple-darwin9.4.0
--prefix=/homes/lucier/pkgs/gcc-mainline-64; make bootstrap
BOOT_LDFLAGS='-Wl,-search_paths_first' >& build.log && (make install) && (make
-k check RUNTESTFLAGS="--target_board 'unix{-mcpu=970/-m64}'"  >& check.log ;
make mail-report.log)

bootstrap fails with

/homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc   -g -fkeep-inline-functions -DIN_GCC  
-W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common 
-DHAVE_CONFIG_H  -o cc1 c-lang.o c-family/stub-objc.o attribs.o c-errors.o
c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o
tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o
c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o
c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o
c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o
darwin-c.o rs6000-c.o \
          cc1-checksum.o main.o tree-browser.o libbackend.a libcommon-target.a
libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a
../libcpp/libcpp.a ./../intl/libintl.a -liconv  ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a   
-L/homes/lucier/programs/gcc/objdirs/mainline/./gmp/.libs
-L/homes/lucier/programs/gcc/objdirs/mainline/./mpfr/.libs
-L/homes/lucier/programs/gcc/objdirs/mainline/./mpc/src/.libs -lmpc -lmpfr
-lgmp   -L../zlib -lz
ld: bl out of range (95627960 max is +/-16M) from start at 0x100000E04 in
__text of /usr/lib/crt1.10.5.o to _exit$stub at 0x105B33900 in __picsymbolstub1
of  cc1 in start from /usr/lib/crt1.10.5.o


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/32537] Boostrap failure: ICE when compiling gengtype-lex.c
       [not found] <bug-32537-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-01-21  5:53 ` lucier at math dot purdue.edu
@ 2014-11-09 19:40 ` fxcoudert at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-09 19:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32537

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |fxcoudert at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #4 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Test results have been posted for ppc-darwin in the last 2.5 years, so this has
apparently been fixed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-09 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-32537-4@http.gcc.gnu.org/bugzilla/>
2012-01-19  5:32 ` [Bug bootstrap/32537] Boostrap failure: ICE when compiling gengtype-lex.c pinskia at gcc dot gnu.org
2012-01-20 17:01 ` lucier at math dot purdue.edu
2012-01-21  5:53 ` lucier at math dot purdue.edu
2014-11-09 19:40 ` fxcoudert at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).