public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/41457]  New: [4.5 Regression] Bootstrap failure at revision 152100
@ 2009-09-24  8:55 dominiq at lps dot ens dot fr
  2009-09-24  8:56 ` [Bug bootstrap/41457] " dominiq at lps dot ens dot fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-09-24  8:55 UTC (permalink / raw)
  To: gcc-bugs

On powerpc-apple-darwin9 with the changes I will post on pr41405, bootstrap
fails with:

...
/opt/gcc/darwin_buildw/./prev-gcc/xgcc -B/opt/gcc/darwin_buildw/./prev-gcc/
-B/opt/gcc/gcc4.5w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.5w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.5w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.5w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.5w/powerpc-apple-darwin9/sys-include    -c  -g -O2
-mdynamic-no-pic -gstrict-dwarf -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 -Werror
-Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.5-work/gcc -I../../gcc-4.5-work/gcc/.
-I../../gcc-4.5-work/gcc/../include -I../../gcc-4.5-work/gcc/../libcpp/include
-I/opt/mpc/build//include  -I/sw/include 
-I../../gcc-4.5-work/gcc/../libdecnumber
-I../../gcc-4.5-work/gcc/../libdecnumber/dpd -I../libdecnumber -I/sw/include 
-I/sw/include -DCLOOG_PPL_BACKEND   ../../gcc-4.5-work/gcc/c-format.c -o
c-format.o
../../gcc-4.5-work/gcc/c-format.c: In function 'check_format_info_main':
../../gcc-4.5-work/gcc/c-format.c:2125:1: internal compiler error: in
add_const_value_attribute, at dwarf2out.c:13478

The file compiles if I remove '-gstrict-dwarf' and '-g' (currently building
libjava at -m64, allow for a couple more hours for bootstrap to complete).

With the similar changes bootstrapping revision 152076 on i686-apple-darwin9.


-- 
           Summary: [4.5 Regression] Bootstrap failure at revision 152100
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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


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

* [Bug bootstrap/41457] [4.5 Regression] Bootstrap failure at revision 152100
  2009-09-24  8:55 [Bug bootstrap/41457] New: [4.5 Regression] Bootstrap failure at revision 152100 dominiq at lps dot ens dot fr
@ 2009-09-24  8:56 ` dominiq at lps dot ens dot fr
  2009-09-24 13:08 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-09-24  8:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dominiq at lps dot ens dot fr  2009-09-24 08:56 -------
Created an attachment (id=18643)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18643&action=view)
c-format.i


-- 


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


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

* [Bug bootstrap/41457] [4.5 Regression] Bootstrap failure at revision 152100
  2009-09-24  8:55 [Bug bootstrap/41457] New: [4.5 Regression] Bootstrap failure at revision 152100 dominiq at lps dot ens dot fr
  2009-09-24  8:56 ` [Bug bootstrap/41457] " dominiq at lps dot ens dot fr
@ 2009-09-24 13:08 ` jakub at gcc dot gnu dot org
  2009-09-24 15:18 ` developer at sandoe-acoustics dot co dot uk
  2009-09-25  6:34 ` dominiq at lps dot ens dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-09-24 13:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-09-24 13:08 -------
Subject: Bug 41457

Author: jakub
Date: Thu Sep 24 13:08:11 2009
New Revision: 152119

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152119
Log:
        PR bootstrap/41457
        * dwarf2out.c (add_const_value_attribute): For HIGH and CONST_FIXED,
        return false instead of gcc_unreachable ().  For CONST return the
        value returned by recursive call instead of always returning true.
        (tree_add_const_value_attribute): Return the value returned by
        add_const_value_attribute instead of always returning true if rtl
        is non-NULL.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c


-- 


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


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

* [Bug bootstrap/41457] [4.5 Regression] Bootstrap failure at revision 152100
  2009-09-24  8:55 [Bug bootstrap/41457] New: [4.5 Regression] Bootstrap failure at revision 152100 dominiq at lps dot ens dot fr
  2009-09-24  8:56 ` [Bug bootstrap/41457] " dominiq at lps dot ens dot fr
  2009-09-24 13:08 ` jakub at gcc dot gnu dot org
@ 2009-09-24 15:18 ` developer at sandoe-acoustics dot co dot uk
  2009-09-25  6:34 ` dominiq at lps dot ens dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2009-09-24 15:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from developer at sandoe-acoustics dot co dot uk  2009-09-24 15:17 -------
(In reply to comment #2)
> Subject: Bug 41457
> 
> Author: jakub
> Date: Thu Sep 24 13:08:11 2009
> New Revision: 152119
> 
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152119

Thanks Jakub!
powerpc-apple-darwin8 bootstraps again with this.


-- 


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


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

* [Bug bootstrap/41457] [4.5 Regression] Bootstrap failure at revision 152100
  2009-09-24  8:55 [Bug bootstrap/41457] New: [4.5 Regression] Bootstrap failure at revision 152100 dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2009-09-24 15:18 ` developer at sandoe-acoustics dot co dot uk
@ 2009-09-25  6:34 ` dominiq at lps dot ens dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-09-25  6:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dominiq at lps dot ens dot fr  2009-09-25 06:34 -------
Bootstrapped successfully powerpc-apple-darwin9 at revision 152135. Thanks for
the fix. Closing as fixed.


-- 

dominiq at lps dot ens dot fr changed:

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


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


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

end of thread, other threads:[~2009-09-25  6:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-24  8:55 [Bug bootstrap/41457] New: [4.5 Regression] Bootstrap failure at revision 152100 dominiq at lps dot ens dot fr
2009-09-24  8:56 ` [Bug bootstrap/41457] " dominiq at lps dot ens dot fr
2009-09-24 13:08 ` jakub at gcc dot gnu dot org
2009-09-24 15:18 ` developer at sandoe-acoustics dot co dot uk
2009-09-25  6:34 ` dominiq at lps dot ens dot fr

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).