public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
@ 2012-10-24 19:15 howarth at nitro dot med.uc.edu
  2012-10-24 19:21 ` [Bug target/55062] " howarth at nitro dot med.uc.edu
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-10-24 19:15 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55062
           Summary: bootstrap fails on gcc/config/rs6000/rs6000.c for
                    powerpc-apple-darwin9 using gcc-4.2/g++-4.2
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


When bootstrapping gcc trunk at r192774 on powerpc-apple-darwin9 with
CC=gcc-4.2 and CXX=g++-4.2, the bootstrap fails at...

g++-4.2 -c   -g -DIN_GCC   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.8-20121024/gcc -I../../gcc-4.8-20121024/gcc/.
-I../../gcc-4.8-20121024/gcc/../include
-I../../gcc-4.8-20121024/gcc/../libcpp/include -I/sw/include -I/sw/include 
-I../../gcc-4.8-20121024/gcc/../libdecnumber
-I../../gcc-4.8-20121024/gcc/../libdecnumber/dpd -I../libdecnumber
-I../../gcc-4.8-20121024/gcc/../libbacktrace -DCLOOG_INT_GMP -I/sw/include
-I/sw/include -I/sw/include \
        ../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c -o rs6000.o
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c: In function 'void
rs6000_density_test(rs6000_cost_data*)':
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:3550: error: 'dump_kind_p'
was not declared in this scope
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c: In function 'tree_node*
rs6000_handle_longcall_attribute(tree_node**, tree_node*, tree_node*, int,
bool*)':
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24650: warning: unknown
conversion type character 'E' in format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24650: warning: too many
arguments for format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c: In function 'tree_node*
rs6000_handle_struct_attribute(tree_node**, tree_node*, tree_node*, int,
bool*)':
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24723: warning: unknown
conversion type character 'E' in format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24723: warning: too many
arguments for format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24733: warning: unknown
conversion type character 'E' in format
../../gcc-4.8-20121024/gcc/config/rs6000/rs6000.c:24733: warning: too many
arguments for format
make[3]: *** [rs6000.o] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
  2012-10-24 19:21 ` [Bug target/55062] " howarth at nitro dot med.uc.edu
@ 2012-10-24 19:21 ` howarth at nitro dot med.uc.edu
  2012-10-24 19:24 ` howarth at nitro dot med.uc.edu
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-10-24 19:21 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-24 19:20:52 UTC ---
Created attachment 28523
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28523
bzip2 compressed archive of preprocessed source file for
gcc/config/rs6000/rs6000.c on powerpc-apple-darwin9


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
@ 2012-10-24 19:21 ` howarth at nitro dot med.uc.edu
  2012-10-24 19:21 ` howarth at nitro dot med.uc.edu
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-10-24 19:21 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-24 19:21:35 UTC ---
Created attachment 28524
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28524
bzip2 compressed archive of assembly file for gcc/config/rs6000/rs6000.c on
powerpc-apple-darwin9


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
  2012-10-24 19:21 ` [Bug target/55062] " howarth at nitro dot med.uc.edu
  2012-10-24 19:21 ` howarth at nitro dot med.uc.edu
@ 2012-10-24 19:24 ` howarth at nitro dot med.uc.edu
  2012-10-24 20:32 ` iains at gcc dot gnu.org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-10-24 19:24 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-24 19:24:13 UTC ---
 ../gcc-4.8-20121024/configure --prefix=/sw --prefix=/sw/lib/gcc4.8
--mandir=/sw/share/man --infodir=/sw/lib/gcc4.8/info
--enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-isl=/sw --with-cloog=/sw --with-mpc=/sw
--with-system-zlib --enable-checking=yes --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib --program-suffix=-fsf-4.8
---disable-libjava-multilib --disable-libquadmath

gcc version 4.2.1 (Apple Inc. build 5577)


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
                   ` (2 preceding siblings ...)
  2012-10-24 19:24 ` howarth at nitro dot med.uc.edu
@ 2012-10-24 20:32 ` iains at gcc dot gnu.org
  2012-10-25  3:12 ` howarth at nitro dot med.uc.edu
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: iains at gcc dot gnu.org @ 2012-10-24 20:32 UTC (permalink / raw)
  To: gcc-bugs


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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-10-24
     Ever Confirmed|0                           |1

--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> 2012-10-24 20:32:11 UTC ---
(In reply to comment #3)
>  ../gcc-4.8-20121024/configure --prefix=/sw --prefix=/sw/lib/gcc4.8
> --mandir=/sw/share/man --infodir=/sw/lib/gcc4.8/info
> --enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw
> --with-libiconv-prefix=/sw --with-isl=/sw --with-cloog=/sw --with-mpc=/sw
> --with-system-zlib --enable-checking=yes --x-includes=/usr/X11R6/include
> --x-libraries=/usr/X11R6/lib --program-suffix=-fsf-4.8
> ---disable-libjava-multilib --disable-libquadmath
> 
> gcc version 4.2.1 (Apple Inc. build 5577)

confirmed, also with gcc-4.7 as the bootstrap compiler.
will take a little longer look tomorrow - if it doesn't show up on a non-darwin
target in the meantime.


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
                   ` (3 preceding siblings ...)
  2012-10-24 20:32 ` iains at gcc dot gnu.org
@ 2012-10-25  3:12 ` howarth at nitro dot med.uc.edu
  2012-10-25  4:59 ` howarth at nitro dot med.uc.edu
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-10-25  3:12 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-25 03:12:11 UTC ---
This issue appears to have been fixed with the commit of...

Author: singhai
Date: Wed Oct 24 23:09:30 2012
New Revision: 192788

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192788
Log:
2012-10-24  Sharad Singhai  <singhai@google.com>

    * config/rs6000/rs6000.c (rs6000_density_test): Use dump_enabled_p
          instead of dump_kind_p.


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
                   ` (4 preceding siblings ...)
  2012-10-25  3:12 ` howarth at nitro dot med.uc.edu
@ 2012-10-25  4:59 ` howarth at nitro dot med.uc.edu
  2012-10-25 13:01 ` howarth at nitro dot med.uc.edu
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-10-25  4:59 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-25 04:59:09 UTC ---
The bootstrap failure with gcc-4.2/g++-4.2 is shifted later in the build...

/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./prev-gcc/g++
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./prev-gcc/
-B/sw/lib/gcc4.8/powerpc-apple-darwin9.8.0/bin/ -nostdinc++
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/prev-powerpc-apple-darwin9.8.0/libstdc++-v3/src/.libs
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/prev-powerpc-apple-darwin9.8.0/libstdc++-v3/libsupc++/.libs
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/prev-powerpc-apple-darwin9.8.0/libstdc++-v3/include/powerpc-apple-darwin9.8.0
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/prev-powerpc-apple-darwin9.8.0/libstdc++-v3/include
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121024/libstdc++-v3/libsupc++
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/prev-powerpc-apple-darwin9.8.0/libstdc++-v3/src/.libs
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/prev-powerpc-apple-darwin9.8.0/libstdc++-v3/libsupc++/.libs
-c   -g -O2 -mdynamic-no-pic -gtoggle -DIN_GCC   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common 
-DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8-20121024/gcc
-I../../gcc-4.8-20121024/gcc/. -I../../gcc-4.8-20121024/gcc/../include
-I../../gcc-4.8-20121024/gcc/../libcpp/include -I/sw/include -I/sw/include 
-I../../gcc-4.8-20121024/gcc/../libdecnumber
-I../../gcc-4.8-20121024/gcc/../libdecnumber/dpd -I../libdecnumber
-I../../gcc-4.8-20121024/gcc/../libbacktrace -DCLOOG_INT_GMP -I/sw/include
-I/sw/include -I/sw/include ../../gcc-4.8-20121024/gcc/tree-ssa-loop-ivopts.c
-o tree-ssa-loop-ivopts.o
../../gcc-4.8-20121024/gcc/tree-ssa-loop-ivopts.c: In function 'comp_cost
get_computation_cost_at(ivopts_data*, iv_use*, iv_cand*, bool,
bitmap_head_def**, gimple, bool*, int*)':
../../gcc-4.8-20121024/gcc/tree-ssa-loop-ivopts.c:4135:1: internal compiler
error: in push_reload, at reload.c:1014
 }
 ^
/proc/self/exe: No such file or directory
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [tree-ssa-loop-ivopts.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm gcj-dbtool.pod gij.pod jcf-dump.pod jv-convert.pod grmic.pod gcj.pod
gc-analyze.pod gcov.pod gfdl.pod cpp.pod gfortran.pod gcc.pod fsf-funding.pod
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
                   ` (5 preceding siblings ...)
  2012-10-25  4:59 ` howarth at nitro dot med.uc.edu
@ 2012-10-25 13:01 ` howarth at nitro dot med.uc.edu
  2012-10-25 13:13 ` iains at gcc dot gnu.org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-10-25 13:01 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #7 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-25 13:00:47 UTC ---
I can't debug Comment 6 in Xcode 3.1.4's gdb on powerpc-apple-darwin9. When I
try to load the compiler into gdb, I get the error...

.gdbinit:12: Error in sourced command file:
../../gcc-4.8-20121024/gcc/gdbinit.in:186: Error in sourced command file:
Command not implemented yet.

If I ignore that and set 'break tree-ssa-loop-ivopts.c:4135' and run the
compilation command in gdb, I get...

/proc/self/exe: No such file or directory
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Program exited with code 01.


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
                   ` (6 preceding siblings ...)
  2012-10-25 13:01 ` howarth at nitro dot med.uc.edu
@ 2012-10-25 13:13 ` iains at gcc dot gnu.org
  2012-10-25 13:29 ` rguenth at gcc dot gnu.org
  2012-10-25 23:07 ` steven at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: iains at gcc dot gnu.org @ 2012-10-25 13:13 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> 2012-10-25 13:13:12 UTC ---
r192798 bootstrapped c,lto,c++,objc using apple's gcc-4.2.1 as bootstrap

it is on stage3 for all languages + Ada and OjbC++ using gcc-4.7(with Ada) as
botostrap.

so, it looks like the problem has been resolved on trunk.


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
                   ` (7 preceding siblings ...)
  2012-10-25 13:13 ` iains at gcc dot gnu.org
@ 2012-10-25 13:29 ` rguenth at gcc dot gnu.org
  2012-10-25 23:07 ` steven at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-10-25 13:29 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> 2012-10-25 13:29:17 UTC ---
Fixed.


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

* [Bug target/55062] bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2
  2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
                   ` (8 preceding siblings ...)
  2012-10-25 13:29 ` rguenth at gcc dot gnu.org
@ 2012-10-25 23:07 ` steven at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: steven at gcc dot gnu.org @ 2012-10-25 23:07 UTC (permalink / raw)
  To: gcc-bugs


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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |DUPLICATE

--- Comment #10 from Steven Bosscher <steven at gcc dot gnu.org> 2012-10-25 23:07:16 UTC ---


*** This bug has been marked as a duplicate of bug 55068 ***


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

end of thread, other threads:[~2012-10-25 23:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-24 19:15 [Bug target/55062] New: bootstrap fails on gcc/config/rs6000/rs6000.c for powerpc-apple-darwin9 using gcc-4.2/g++-4.2 howarth at nitro dot med.uc.edu
2012-10-24 19:21 ` [Bug target/55062] " howarth at nitro dot med.uc.edu
2012-10-24 19:21 ` howarth at nitro dot med.uc.edu
2012-10-24 19:24 ` howarth at nitro dot med.uc.edu
2012-10-24 20:32 ` iains at gcc dot gnu.org
2012-10-25  3:12 ` howarth at nitro dot med.uc.edu
2012-10-25  4:59 ` howarth at nitro dot med.uc.edu
2012-10-25 13:01 ` howarth at nitro dot med.uc.edu
2012-10-25 13:13 ` iains at gcc dot gnu.org
2012-10-25 13:29 ` rguenth at gcc dot gnu.org
2012-10-25 23:07 ` steven 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).