public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/43858]  New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
@ 2010-04-22 20:53 dominiq at lps dot ens dot fr
  2010-04-23 12:34 ` [Bug bootstrap/43858] " rguenth at gcc dot gnu dot org
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-22 20:53 UTC (permalink / raw)
  To: gcc-bugs

Between revisions 158628 and 158636, bootstrapping gcc on powerpc-apple-darwin9
has started to fail. Since revision 158643, it fails with (see
http://gcc.gnu.org/ml/gcc-regression/2010-04/msg00214.html ):

... 
checking for powerpc-apple-darwin9-gcc... /opt/gcc/darwin_buildw/./gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/ -B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include   
checking for suffix of object files... configure: error: in
`/opt/gcc/darwin_buildw/powerpc-apple-darwin9/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage2-target-libgcc] Error 1

The relevant part of config.log is:

...
configure:3020: /opt/gcc/darwin_buildw/./gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/ -B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/pow
erpc-apple-darwin9/lib/ -isystem /opt/gcc/gcc4.6w/powerpc-apple-darwin9/include
-isystem /opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include    -o conf
test -g -O2   conftest.c  >&5
cc1: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3023: $? = 1
configure:3211: checking for suffix of object files
configure:3233: /opt/gcc/darwin_buildw/./gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/ -B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/pow
erpc-apple-darwin9/lib/ -isystem /opt/gcc/gcc4.6w/powerpc-apple-darwin9/include
-isystem /opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include    -c -g -
O2  conftest.c >&5
cc1: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
| /* end confdefs.h.  */
|
| int
| main ()| {
|
|   ;
|   return 0;
| }
configure:3251: error: in
`/opt/gcc/darwin_buildw/powerpc-apple-darwin9/libgcc':
configure:3254: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
...

The ICE occurs with 

/opt/gcc/darwin_buildw/gcc/xgcc -B/opt/gcc/darwin_buildw/gcc/ -O1 conftest.c

and conftest.c

 /* confdefs.h */
 #define PACKAGE_NAME "GNU C Runtime Library"
 #define PACKAGE_TARNAME "libgcc"
 #define PACKAGE_VERSION "1.0"
 #define PACKAGE_STRING "GNU C Runtime Library 1.0"
 #define PACKAGE_BUGREPORT ""
 #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
 /* end confdefs.h.  */

 int
 main ()
 {

   ;
   return 0;
 }


-- 
           Summary: [4.6 Regression] Bootstrap failure for powerpc-apple-
                    darwin9: cannot compute suffix of object files
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          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=43858


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
@ 2010-04-23 12:34 ` rguenth at gcc dot gnu dot org
  2010-04-23 22:08 ` dominiq at lps dot ens dot fr
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-23 12:34 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
  2010-04-23 12:34 ` [Bug bootstrap/43858] " rguenth at gcc dot gnu dot org
@ 2010-04-23 22:08 ` dominiq at lps dot ens dot fr
  2010-04-23 22:16 ` lacombar at gmail dot com
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-23 22:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dominiq at lps dot ens dot fr  2010-04-23 22:08 -------
PR 43873 looks similar to this pr.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
  2010-04-23 12:34 ` [Bug bootstrap/43858] " rguenth at gcc dot gnu dot org
  2010-04-23 22:08 ` dominiq at lps dot ens dot fr
@ 2010-04-23 22:16 ` lacombar at gmail dot com
  2010-04-25 14:31 ` dominiq at lps dot ens dot fr
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: lacombar at gmail dot com @ 2010-04-23 22:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from lacombar at gmail dot com  2010-04-23 22:15 -------
can you provide a backtrace of this crash ? What is the version of the system
compiler used for that build ?

Thanks.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2010-04-23 22:16 ` lacombar at gmail dot com
@ 2010-04-25 14:31 ` dominiq at lps dot ens dot fr
  2010-04-25 14:40 ` ebotcazou at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-25 14:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dominiq at lps dot ens dot fr  2010-04-25 14:31 -------
> can you provide a backtrace of this crash ?

Putting a breakpoint at fancy_abort is not enough to get a backtrace:

[karma] gcc/darwin_buildw% gdb /opt/gcc/darwin_buildw/./gcc/xgcc
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:15:14 UTC 2009)
...
a lot of "warning: Could not find object file ..."
...
.. done

(gdb) b fancy_abortBreakpoint 1 at 0x47d8
(gdb) run  -B/opt/gcc/darwin_buildw/./gcc/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include -O1 -g conftest.c
Starting program: /opt/gcc/darwin_buildw/gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/ -B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include -O1 -g conftest.c
...
a lot of "warning: Could not find object file ..."
...
.+...... done
cc1: internal compiler error: Bus error
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.

> What is the version of the system compiler used for that build ?

gcc version 4.0.1 (Apple Inc. build 5493)


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (3 preceding siblings ...)
  2010-04-25 14:31 ` dominiq at lps dot ens dot fr
@ 2010-04-25 14:40 ` ebotcazou at gcc dot gnu dot org
  2010-04-25 15:40 ` dominiq at lps dot ens dot fr
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2010-04-25 14:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2010-04-25 14:39 -------
> Putting a breakpoint at fancy_abort is not enough to get a backtrace:

Because you aren't debugging the right executable (xgcc instead of cc1).  Pass
-v to the driver to get the command line involving cc1 and feed it to cc1
directly.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (4 preceding siblings ...)
  2010-04-25 14:40 ` ebotcazou at gcc dot gnu dot org
@ 2010-04-25 15:40 ` dominiq at lps dot ens dot fr
  2010-04-26  9:16 ` dominiq at lps dot ens dot fr
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-25 15:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dominiq at lps dot ens dot fr  2010-04-25 15:39 -------
> Because you aren't debugging the right executable (xgcc instead of cc1).  Pass
> -v to the driver to get the command line involving cc1 and feed it to cc1
> directly.

Thanks for the tip. The backtrace is

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000005
0x0054f754 in read_integral_parameter ()
(gdb) bt
#0  0x0054f754 in read_integral_parameter ()
#1  0x00485700 in decode_options ()
#2  0x00551278 in toplev_main ()
#3  0x00001c44 in start ()


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (5 preceding siblings ...)
  2010-04-25 15:40 ` dominiq at lps dot ens dot fr
@ 2010-04-26  9:16 ` dominiq at lps dot ens dot fr
  2010-04-26 12:11 ` bernds at codesourcery dot com
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-26  9:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dominiq at lps dot ens dot fr  2010-04-26 09:16 -------
This PR is likely due to revision 158639:

Author: bernds
Date:   Thu Apr 22 10:42:21 2010 UTC (3 days, 22 hours ago)
Changed paths:  4
Log Message:    
        * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
        df_simulate_find_noclobber_defs as appropriate.  Keep track of an
        extra set merge_set_noclobber, and use it to relax the final test
        slightly.
        * df.h (df_simulate_find_noclobber_defs): Declare.
        * df-problems.c (df_simulate_find_defs): Don't ignore partial or
        conditional defs.
        (df_simulate_find_noclobber_defs): New function.

I have successfully bootstrapped revision 158633 (with r158643), revision
158639 (+r158643) fails to bootstrap with an ICE while configuring libgcc at
stage 2, and revision 158634 (+r158643) is now at stage 3. I doubt that the
revision in between 158634 and 158639 can break bootstap on ppc.


-- 

dominiq at lps dot ens dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernds at codesourcery dot
                   |                            |com


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (6 preceding siblings ...)
  2010-04-26  9:16 ` dominiq at lps dot ens dot fr
@ 2010-04-26 12:11 ` bernds at codesourcery dot com
  2010-04-26 12:28 ` dominiq at lps dot ens dot fr
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at codesourcery dot com @ 2010-04-26 12:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bernds at codesourcery dot com  2010-04-26 12:11 -------
What happens if you replace the new call to df_simulate_find_noclobber_defs in
ifcvt.c with a call to df_simulate_find_defs?  If that fixes the bootstrap, can
you find a testcase where this changes code generation?


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (7 preceding siblings ...)
  2010-04-26 12:11 ` bernds at codesourcery dot com
@ 2010-04-26 12:28 ` dominiq at lps dot ens dot fr
  2010-04-26 12:56 ` bernds at codesourcery dot com
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-26 12:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from dominiq at lps dot ens dot fr  2010-04-26 12:28 -------
> What happens if you replace the new call to df_simulate_find_noclobber_defs in
> ifcvt.c with a call to df_simulate_find_defs? 

Bootstrapping with the change (crossing my finger that I won't have to remove
the definition of  df_simulate_find_noclobber_defs!-). Allow for 3h30 to pass
the critical point and over 5h to complete the bootstrap.

> If that fixes the bootstrap, can you find a testcase where this changes code generation?

With the faulty cc1, the following trivial test ICE at -O1

 int
 main ()
 {

   ;
   return 0;
 }

 What would you need?


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (8 preceding siblings ...)
  2010-04-26 12:28 ` dominiq at lps dot ens dot fr
@ 2010-04-26 12:56 ` bernds at codesourcery dot com
  2010-04-26 13:16 ` dominiq at lps dot ens dot fr
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at codesourcery dot com @ 2010-04-26 12:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from bernds at codesourcery dot com  2010-04-26 12:56 -------
One thing that would help would be to build just a stage1 compiler and target
libraries, then run the testsuite.  That might give us a smaller testcase to
look at.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (9 preceding siblings ...)
  2010-04-26 12:56 ` bernds at codesourcery dot com
@ 2010-04-26 13:16 ` dominiq at lps dot ens dot fr
  2010-04-26 13:19 ` bernds at codesourcery dot com
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-26 13:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from dominiq at lps dot ens dot fr  2010-04-26 13:15 -------
Subject: Re:  [4.6 Regression] Bootstrap failure for
 powerpc-apple-darwin9: cannot compute suffix of object files

> One thing that would help would be to build just a stage1 compiler and target
> libraries, then run the testsuite.

Indeed I don't know how I could do that. I RTFM but did not find it.

> That might give us a smaller testcase to look at.

Looking at the build process, it seems that the xgcc built at stage 1
is able to build xgcc at stage 2, the later being unable to compile
the trivial test case.

Note that prev-gcc/xgcc compiles the test at -O1 without ICE.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (10 preceding siblings ...)
  2010-04-26 13:16 ` dominiq at lps dot ens dot fr
@ 2010-04-26 13:19 ` bernds at codesourcery dot com
  2010-04-26 16:26 ` dominiq at lps dot ens dot fr
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at codesourcery dot com @ 2010-04-26 13:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from bernds at codesourcery dot com  2010-04-26 13:19 -------
(In reply to comment #10)
> Subject: Re:  [4.6 Regression] Bootstrap failure for
>  powerpc-apple-darwin9: cannot compute suffix of object files
> 
> > One thing that would help would be to build just a stage1 compiler and target
> > libraries, then run the testsuite.
> 
> Indeed I don't know how I could do that. I RTFM but did not find it.

See
http://gcc.gnu.org/wiki/Top-Level_Bootstrap

I think Q3 is the one you need.


Bernd


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (11 preceding siblings ...)
  2010-04-26 13:19 ` bernds at codesourcery dot com
@ 2010-04-26 16:26 ` dominiq at lps dot ens dot fr
  2010-04-26 22:54 ` bernds at codesourcery dot com
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-26 16:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from dominiq at lps dot ens dot fr  2010-04-26 16:24 -------
> > What happens if you replace the new call to df_simulate_find_noclobber_defs in
> > ifcvt.c with a call to df_simulate_find_defs? 
>
> Bootstrapping with the change (crossing my finger that I won't have to remove
> the definition of  df_simulate_find_noclobber_defs!-). Allow for 3h30 to pass
> the critical point and over 5h to complete the bootstrap.

I am now at stage 3, so replacing df_simulate_find_noclobber_defs with
df_simulate_find_defs seems to fix the bootstrap issue.

> See
> http://gcc.gnu.org/wiki/Top-Level_Bootstrap
> 
> I think Q3 is the one you need.

Thanks for the pointer. I'll try it after the build has completed.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (12 preceding siblings ...)
  2010-04-26 16:26 ` dominiq at lps dot ens dot fr
@ 2010-04-26 22:54 ` bernds at codesourcery dot com
  2010-04-27  9:39 ` dominiq at lps dot ens dot fr
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at codesourcery dot com @ 2010-04-26 22:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from bernds at codesourcery dot com  2010-04-26 22:54 -------
I've tried the two versions of ifcvt.c with a powerpc-apple-darwin9 cross
compiler.  Out of many megabytes of testcases, I can find only one code
generation difference with "-O2 -fomit-frame-pointer" for this target, and that
looks correct as far as I can tell from the rtl dumps and assembly.

If the testsuite run produces nothing, can you check the object files of the
two stage2 compilers (working and broken) for differences in code generation? 
That could help narrow down which file is being miscompiled.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (13 preceding siblings ...)
  2010-04-26 22:54 ` bernds at codesourcery dot com
@ 2010-04-27  9:39 ` dominiq at lps dot ens dot fr
  2010-04-27  9:47 ` bernds at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-27  9:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from dominiq at lps dot ens dot fr  2010-04-27 09:38 -------
> If the testsuite run produces nothing, can you check the object files of the
> two stage2 compilers (working and broken) for differences in code generation? 
> That could help narrow down which file is being miscompiled.

Results of the gcc testsuite after stage1 with the original ifcvt.c file:

FAIL: gcc.dg/debug/dwarf2/aranges-fnsec-1.c scan-assembler DW_AT_ranges
FAIL: gcc.dg/and-1.c scan-assembler-not nand
FAIL: gcc.dg/plugindir1.c (test for excess errors)
FAIL: gcc.dg/plugindir2.c (test for excess errors)
FAIL: gcc.dg/plugindir3.c (test for excess errors)
FAIL: gcc.dg/plugindir4.c (test for excess errors)
FAIL: gcc.dg/pr34668-1.c (internal compiler error)
FAIL: gcc.dg/pr34668-1.c (test for excess errors)
FAIL: gcc.dg/pragma-darwin.c (test for excess errors)
FAIL: gcc.dg/sms-2.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-3.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-4.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-5.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-6.c scan-rtl-dump-times sms "SMS succeeded" 3
FAIL: gcc.dg/sms-7.c scan-rtl-dump-times sms "SMS succeeded" 3
FAIL: gcc.dg/sms-8.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times optimized "struct _fat_ptr
_ans" 0
FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times optimized "struct _fat_ptr
_T2" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "[xy][^ ]* !=" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom1 "x[^ ]* & y" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c scan-tree-dump-times vect
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c scan-tree-dump-times vect
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c scan-tree-dump-times vect
"vectorized 1 loops" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c scan-tree-dump-times vect
"vectorization not profitable" 1
FAIL: gcc.dg/vect/pr35821-altivec.c scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gcc.dg/vect/section-anchors-pr27770.c (test for excess errors)
FAIL: gcc.dg/vect/section-anchors-vect-69.c (test for excess errors)
FAIL: gcc.dg/vect/section-anchors-vect-69.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 4
FAIL: gcc.dg/vect/aligned-section-anchors-nest-1.c (test for excess errors)
FAIL: gcc.dg/vect/aligned-section-anchors-nest-1.c scan-ipa-dump-times
increase_alignment "Increasing alignment of decl" 3: dump file does not exist
FAIL: gcc.target/powerpc/405-dlmzb-strlen-1.c scan-assembler dlmzb\\. 
FAIL: gcc.target/powerpc/440-dlmzb-strlen-1.c scan-assembler dlmzb\\. 
FAIL: gcc.target/powerpc/ppc64-double-1.c scan-assembler-not stfd

                === gcc Summary ===

# of expected passes            56981
# of unexpected failures        33
# of expected failures          173
# of unsupported tests          782

Reference log:

Running target unix/-m32
FAIL: gcc.dg/debug/dwarf2/aranges-fnsec-1.c scan-assembler DW_AT_ranges
FAIL: gcc.dg/and-1.c scan-assembler-not nand
FAIL: gcc.dg/plugindir1.c (test for excess errors)
FAIL: gcc.dg/plugindir2.c (test for excess errors)
FAIL: gcc.dg/plugindir3.c (test for excess errors)
FAIL: gcc.dg/plugindir4.c (test for excess errors)
FAIL: gcc.dg/pr34668-1.c (internal compiler error)
FAIL: gcc.dg/pr34668-1.c (test for excess errors)
FAIL: gcc.dg/pragma-darwin.c (test for excess errors)
FAIL: gcc.dg/sms-2.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-3.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-4.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-5.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/sms-6.c scan-rtl-dump-times sms "SMS succeeded" 3
FAIL: gcc.dg/sms-7.c scan-rtl-dump-times sms "SMS succeeded" 3
FAIL: gcc.dg/sms-8.c scan-rtl-dump-times sms "SMS succeeded" 1
FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times optimized "struct _fat_ptr
_ans" 0
FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times optimized "struct _fat_ptr
_T2" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "[xy][^ ]* !=" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom1 "x[^ ]* & y" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c scan-tree-dump-times vect
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c scan-tree-dump-times vect
"vectorization not profitable" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c scan-tree-dump-times vect
"vectorized 1 loops" 1
FAIL: gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c scan-tree-dump-times vect
"vectorization not profitable" 1
FAIL: gcc.dg/vect/pr35821-altivec.c scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gcc.dg/vect/section-anchors-pr27770.c (test for excess errors)
FAIL: gcc.dg/vect/section-anchors-vect-69.c (test for excess errors)
FAIL: gcc.dg/vect/section-anchors-vect-69.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 4
FAIL: gcc.dg/vect/aligned-section-anchors-nest-1.c (test for excess errors)
FAIL: gcc.dg/vect/aligned-section-anchors-nest-1.c scan-ipa-dump-times
increase_alignment "Increasing alignment of decl" 3: dump file does not exist
FAIL: gcc.target/powerpc/405-dlmzb-strlen-1.c scan-assembler dlmzb\\\\. 
FAIL: gcc.target/powerpc/440-dlmzb-strlen-1.c scan-assembler dlmzb\\\\. 

                === gcc Summary for unix/-m32 ===

# of expected passes            56964
# of unexpected failures        32
# of expected failures          173
# of unsupported tests          782

If I am not mistaken the only difference is the new failure:

FAIL: gcc.target/powerpc/ppc64-double-1.c scan-assembler-not stfd

I have compared the size of the object files in gcc after stage 1 and 2.
After stage 1 the only difference is ifcvt.o: 259112 (working) vs. 259240
(failed bootstrap).
After stage 2 there are two missing files for the failed bootstrap: crt2.o and
crt3.o, and the files with different size are: ifcvt.o (58224 vs. 58340),
omega.o (86552 vs. 86520), and real.o (46796 vs. 46780).


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (14 preceding siblings ...)
  2010-04-27  9:39 ` dominiq at lps dot ens dot fr
@ 2010-04-27  9:47 ` bernds at gcc dot gnu dot org
  2010-04-27 15:25 ` dominiq at lps dot ens dot fr
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at gcc dot gnu dot org @ 2010-04-27  9:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from bernds at gcc dot gnu dot org  2010-04-27 09:47 -------
Thanks.  Could you attach those object files (ignoring ifcvt.o since it
obviously changes due to the source change)?

Even better would be if you could produce assembly output by finding the
command that produced the outputs and adding -S etc.  Please also add "-v" to
the compiler so that we can see the exact options that are passed to cc1 (as I
mentioned, I'm unable to reproduce codegen differences, and my set of testcases
includes .i from recent gcc sources, so I'm wondering if there are any
machine-specific options I need to pass).


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (15 preceding siblings ...)
  2010-04-27  9:47 ` bernds at gcc dot gnu dot org
@ 2010-04-27 15:25 ` dominiq at lps dot ens dot fr
  2010-04-27 15:27 ` dominiq at lps dot ens dot fr
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-27 15:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from dominiq at lps dot ens dot fr  2010-04-27 15:24 -------
> Thanks.  Could you attach those object files (ignoring ifcvt.o since it
> obviously changes due to the source change)?
>
> Even better would be if you could produce assembly output by finding the
> command that produced the outputs and adding -S etc.  Please also add "-v" to
> the compiler so that we can see the exact options that are passed to cc1 (as I
> mentioned, I'm unable to reproduce codegen differences, and my set of testcases
> includes .i from recent gcc sources, so I'm wondering if there are any
> machine-specific options I need to pass).

I'll attach the (omega|real).(i|s) files got with

[karma] darwin_buildw/prev-gcc% /opt/gcc/darwin_buildw/./stage1-gcc/xgcc
-B/opt/gcc/darwin_buildw/./stage1-gcc/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include -c -g -O2 -mdynamic-no-pic
-gtoggle -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.6-work/gcc
-I../../gcc-4.6-work/gcc/. -I../../gcc-4.6-work/gcc/../include
-I../../gcc-4.6-work/gcc/../libcpp/include -I/sw/include -I/sw/include
-I../../gcc-4.6-work/gcc/../libdecnumber
-I../../gcc-4.6-work/gcc/../libdecnumber/dpd -I../libdecnumber -I/sw/include
-I/sw/include -DCLOOG_PPL_BACKEND ../../gcc-4.6-work/gcc/omega.c -v -save-temps
Reading specs from /opt/gcc/darwin_buildw/./stage1-gcc/specs
COLLECT_GCC=/opt/gcc/darwin_buildw/stage1-gcc/xgcc
COLLECT_LTO_WRAPPER=/opt/gcc/darwin_buildw/./stage1-gcc/lto-wrapper
Target: powerpc-apple-darwin9
Configured with: ../gcc-4.6-work/configure --prefix=/opt/gcc/gcc4.6w
--mandir=/opt/gcc/gcc4.6w/share/man --infodir=/opt/gcc/gcc4.6w/share/info
--build=powerpc-apple-darwin9 --enable-languages=c,fortran --with-gmp=/sw
--with-libiconv-prefix=/usr --with-system-zlib --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib --with-cloog=/sw --with-ppl=/sw --with-mpc=/sw
Thread model: posix
gcc version 4.6.0 20100422 (experimental) [trunk revision 158639-43p2] (GCC) 
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8'
'-B/opt/gcc/darwin_buildw/./stage1-gcc/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include' '-c' '-g' '-O2'
'-mdynamic-no-pic' '-gtoggle' '-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.6-work/gcc' '-I../../gcc-4.6-work/gcc/.'
'-I../../gcc-4.6-work/gcc/../include'
'-I../../gcc-4.6-work/gcc/../libcpp/include' '-I/sw/include' '-I/sw/include'
'-I../../gcc-4.6-work/gcc/../libdecnumber'
'-I../../gcc-4.6-work/gcc/../libdecnumber/dpd' '-I../libdecnumber'
'-I/sw/include' '-I/sw/include' '-DCLOOG_PPL_BACKEND' '-v' '-save-temps'
 /opt/gcc/darwin_buildw/./stage1-gcc/cc1 -E -quiet -v -I. -I.
-I../../gcc-4.6-work/gcc -I../../gcc-4.6-work/gcc/.
-I../../gcc-4.6-work/gcc/../include -I../../gcc-4.6-work/gcc/../libcpp/include
-I/sw/include -I/sw/include -I../../gcc-4.6-work/gcc/../libdecnumber
-I../../gcc-4.6-work/gcc/../libdecnumber/dpd -I../libdecnumber -I/sw/include
-I/sw/include -iprefix
/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/powerpc-apple-darwin9/4.6.0/
-isystem /opt/gcc/darwin_buildw/./stage1-gcc/include -isystem
/opt/gcc/darwin_buildw/./stage1-gcc/include-fixed -D__DYNAMIC__ -DIN_GCC
-DHAVE_CONFIG_H -DCLOOG_PPL_BACKEND -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include
../../gcc-4.6-work/gcc/omega.c -feliminate-unused-debug-symbols
-mmacosx-version-min=10.5.8 -mdynamic-no-pic -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 -g -gtoggle -fworking-directory
-O2 -fpch-preprocess -o omega.i
ignoring nonexistent directory "/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include"
ignoring nonexistent directory
"/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include"
ignoring nonexistent directory
"/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/powerpc-apple-darwin9/4.6.0/include"
ignoring nonexistent directory
"/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/powerpc-apple-darwin9/4.6.0/include-fixed"
ignoring nonexistent directory
"/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/powerpc-apple-darwin9/4.6.0/../../../../powerpc-apple-darwin9/include"
ignoring nonexistent directory
"/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/../../include"
ignoring nonexistent directory
"/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/../../lib/gcc/powerpc-apple-darwin9/4.6.0/include"
ignoring nonexistent directory
"/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/../../lib/gcc/powerpc-apple-darwin9/4.6.0/include-fixed"
ignoring nonexistent directory
"/opt/gcc/darwin_buildw/stage1-gcc/../lib/gcc/../../lib/gcc/powerpc-apple-darwin9/4.6.0/../../../../powerpc-apple-darwin9/include"
ignoring duplicate directory "."
ignoring duplicate directory "../../gcc-4.6-work/gcc/."
ignoring duplicate directory "/sw/include"
ignoring duplicate directory "/sw/include"
ignoring duplicate directory "/sw/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../../gcc-4.6-work/gcc
 ../../gcc-4.6-work/gcc/../include
 ../../gcc-4.6-work/gcc/../libcpp/include
 /sw/include
 ../../gcc-4.6-work/gcc/../libdecnumber
 ../../gcc-4.6-work/gcc/../libdecnumber/dpd
 ../libdecnumber
 /opt/gcc/darwin_buildw/./stage1-gcc/include
 /opt/gcc/darwin_buildw/./stage1-gcc/include-fixed
 /usr/local/include
 /usr/include
 /System/Library/Frameworks
 /Library/Frameworks
End of search list.
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8'
'-B/opt/gcc/darwin_buildw/./stage1-gcc/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include' '-c' '-g' '-O2'
'-mdynamic-no-pic' '-gtoggle' '-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.6-work/gcc' '-I../../gcc-4.6-work/gcc/.'
'-I../../gcc-4.6-work/gcc/../include'
'-I../../gcc-4.6-work/gcc/../libcpp/include' '-I/sw/include' '-I/sw/include'
'-I../../gcc-4.6-work/gcc/../libdecnumber'
'-I../../gcc-4.6-work/gcc/../libdecnumber/dpd' '-I../libdecnumber'
'-I/sw/include' '-I/sw/include' '-DCLOOG_PPL_BACKEND' '-v' '-save-temps'
 /opt/gcc/darwin_buildw/./stage1-gcc/cc1 -fpreprocessed omega.i
-feliminate-unused-debug-symbols -quiet -dumpbase omega.c
-mmacosx-version-min=10.5.8 -mdynamic-no-pic -auxbase omega -g -gtoggle -O2 -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 -version
-fno-common -o omega.s
GNU C (GCC) version 4.6.0 20100422 (experimental) [trunk revision 158639-43p2]
(powerpc-apple-darwin9)
        compiled by GNU C version 4.0.1 (Apple Inc. build 5493), GMP version
4.3.1, MPFR version 2.4.1, MPC version 0.8
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C (GCC) version 4.6.0 20100422 (experimental) [trunk revision 158639-43p2]
(powerpc-apple-darwin9)
        compiled by GNU C version 4.0.1 (Apple Inc. build 5493), GMP version
4.3.1, MPFR version 2.4.1, MPC version 0.8
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: d260e59208daba2b203088d177c09c7d
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8'
'-B/opt/gcc/darwin_buildw/./stage1-gcc/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include' '-c' '-g' '-O2'
'-mdynamic-no-pic' '-gtoggle' '-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.6-work/gcc' '-I../../gcc-4.6-work/gcc/.'
'-I../../gcc-4.6-work/gcc/../include'
'-I../../gcc-4.6-work/gcc/../libcpp/include' '-I/sw/include' '-I/sw/include'
'-I../../gcc-4.6-work/gcc/../libdecnumber'
'-I../../gcc-4.6-work/gcc/../libdecnumber/dpd' '-I../libdecnumber'
'-I/sw/include' '-I/sw/include' '-DCLOOG_PPL_BACKEND' '-v' '-save-temps'
 /opt/gcc/darwin_buildw/./stage1-gcc/as -arch ppc -o omega.o omega.s
COMPILER_PATH=/opt/gcc/darwin_buildw/./stage1-gcc/
LIBRARY_PATH=/opt/gcc/darwin_buildw/./stage1-gcc/:/usr/lib/
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8'
'-B/opt/gcc/darwin_buildw/./stage1-gcc/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include' '-c' '-g' '-O2'
'-mdynamic-no-pic' '-gtoggle' '-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.6-work/gcc' '-I../../gcc-4.6-work/gcc/.'
'-I../../gcc-4.6-work/gcc/../include'
'-I../../gcc-4.6-work/gcc/../libcpp/include' '-I/sw/include' '-I/sw/include'
'-I../../gcc-4.6-work/gcc/../libdecnumber'
'-I../../gcc-4.6-work/gcc/../libdecnumber/dpd' '-I../libdecnumber'
'-I/sw/include' '-I/sw/include' '-DCLOOG_PPL_BACKEND' '-v' '-save-temps'
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8'
'-B/opt/gcc/darwin_buildw/./stage1-gcc/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/'
'-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include' '-isystem'
'/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include' '-c' '-g' '-O2'
'-mdynamic-no-pic' '-gtoggle' '-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.6-work/gcc' '-I../../gcc-4.6-work/gcc/.'
'-I../../gcc-4.6-work/gcc/../include'
'-I../../gcc-4.6-work/gcc/../libcpp/include' '-I/sw/include' '-I/sw/include'
'-I../../gcc-4.6-work/gcc/../libdecnumber'
'-I../../gcc-4.6-work/gcc/../libdecnumber/dpd' '-I../libdecnumber'
'-I/sw/include' '-I/sw/include' '-DCLOOG_PPL_BACKEND' '-v' '-save-temps'


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (16 preceding siblings ...)
  2010-04-27 15:25 ` dominiq at lps dot ens dot fr
@ 2010-04-27 15:27 ` dominiq at lps dot ens dot fr
  2010-04-27 22:27 ` bernds at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-27 15:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from dominiq at lps dot ens dot fr  2010-04-27 15:27 -------
Created an attachment (id=20499)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20499&action=view)
bziped tar file containing the *.i and *.s files

The *_f.* files corresponds to the failing bootstrap and the *_w.* ones to the
successful bootstrap.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (17 preceding siblings ...)
  2010-04-27 15:27 ` dominiq at lps dot ens dot fr
@ 2010-04-27 22:27 ` bernds at gcc dot gnu dot org
  2010-04-28  8:50 ` dominiq at lps dot ens dot fr
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at gcc dot gnu dot org @ 2010-04-27 22:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from bernds at gcc dot gnu dot org  2010-04-27 22:27 -------
Thanks for all the information.  However, I'm still puzzled.  Here's the
situation.

Thanks to your information, I think I can reproduce how the assembly files are
generated:

./cc1  -feliminate-unused-debug-symbols -mmacosx-version-min=10.5.8
-mdynamic-no-pic -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 -g -gtoggle -fworking-directory -fpreprocessed -O2
omega_w.i -o omega_w.s

However, both in the case of real_w.i and omega_w.i, it does not seem to matter
whether the ifcvt patch is changed as in comment 7: I get identical assembly
from both compilers, and interestingly it's identical to your omega_f.s and
real_f.s.

Two questions - are you sure you didn't reverse the _w and _f files (i.e. maybe
_f is the working version and _w the failing one)?  Are you sure this isn't a
problem with your 4.0.1 bootstrap compiler?  Can you try building a different
working gcc (e.g. from the 4.5 branch), and bootstrapping with that?


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (18 preceding siblings ...)
  2010-04-27 22:27 ` bernds at gcc dot gnu dot org
@ 2010-04-28  8:50 ` dominiq at lps dot ens dot fr
  2010-04-28  8:54 ` dominiq at lps dot ens dot fr
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-28  8:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from dominiq at lps dot ens dot fr  2010-04-28 08:50 -------
> Two questions - are you sure you didn't reverse the _w and _f files (i.e. maybe
> _f is the working version and _w the failing one)?  

I have looked at how I have generated the archive and I don't think so.
I'll double-check later today.

> Are you sure this isn't a problem with your 4.0.1 bootstrap compiler? 

How can anyone be sure!-(however this does not seem consistent with
the fact that the all the object files, but  ifcvt.o, have the same size (is
there a way to make a deeper comparison?) and also the regress bot is
still failing to bootstrap (see pointer in comment #0) while using a 
different config (but probably the same gcc).

> Can you try building a different
> working gcc (e.g. from the 4.5 branch), and bootstrapping with that?

I'll try to have a look later today.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (19 preceding siblings ...)
  2010-04-28  8:50 ` dominiq at lps dot ens dot fr
@ 2010-04-28  8:54 ` dominiq at lps dot ens dot fr
  2010-04-28 13:20 ` dominiq at lps dot ens dot fr
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-28  8:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from dominiq at lps dot ens dot fr  2010-04-28 08:54 -------
I have forgotten to ask my question! Could it be a similar issue to that you
fixed for pr42220?


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (20 preceding siblings ...)
  2010-04-28  8:54 ` dominiq at lps dot ens dot fr
@ 2010-04-28 13:20 ` dominiq at lps dot ens dot fr
  2010-04-28 13:59 ` bernds at codesourcery dot com
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-28 13:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from dominiq at lps dot ens dot fr  2010-04-28 13:19 -------
> Two questions - are you sure you didn't reverse the _w and _f files (i.e. maybe
> _f is the working version and _w the failing one)?  

I have double checked and I confirm that the *_f.* files are coming from the
failing bootstrap.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (21 preceding siblings ...)
  2010-04-28 13:20 ` dominiq at lps dot ens dot fr
@ 2010-04-28 13:59 ` bernds at codesourcery dot com
  2010-04-28 16:50 ` howarth at nitro dot med dot uc dot edu
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at codesourcery dot com @ 2010-04-28 13:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from bernds at codesourcery dot com  2010-04-28 13:59 -------
(In reply to comment #20)
> I have forgotten to ask my question! Could it be a similar issue to that you
> fixed for pr42220?

No, that looks completely unrelated at first glance.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (22 preceding siblings ...)
  2010-04-28 13:59 ` bernds at codesourcery dot com
@ 2010-04-28 16:50 ` howarth at nitro dot med dot uc dot edu
  2010-04-28 17:08 ` dominiq at lps dot ens dot fr
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2010-04-28 16:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from howarth at nitro dot med dot uc dot edu  2010-04-28 16:50 -------
Dominique,
   Are you saying you regression hunted and this was triggered by...
Author: bernds
Date: Thu Apr 22 11:47:52 2010
New Revision: 158643

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158643
Log:
        * optabs.h (expand_widening_mult): Declare.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/optabs.h


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (23 preceding siblings ...)
  2010-04-28 16:50 ` howarth at nitro dot med dot uc dot edu
@ 2010-04-28 17:08 ` dominiq at lps dot ens dot fr
  2010-04-28 19:27 ` dominiq at lps dot ens dot fr
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-28 17:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from dominiq at lps dot ens dot fr  2010-04-28 17:07 -------
> Are you saying you regression hunted and this was triggered by...
> Author: bernds
> Date: Thu Apr 22 11:47:52 2010
> New Revision: 158643

No. If you read the thread, it was due to revision 158639 (see comment #6).
However in order to reach this conclusion, you need to apply revision 158643 in
order to fix a previous bootstrap failure.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (24 preceding siblings ...)
  2010-04-28 17:08 ` dominiq at lps dot ens dot fr
@ 2010-04-28 19:27 ` dominiq at lps dot ens dot fr
  2010-04-28 19:33 ` bernds at codesourcery dot com
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-04-28 19:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from dominiq at lps dot ens dot fr  2010-04-28 19:27 -------
The following change applied on top of revision 158827 is enough to reach stage
3 (and probably to bootstrap -answer tomorrow):

--- ../_gcc_clean/gcc/ifcvt.c   2010-04-22 13:23:31.000000000 +0200
+++ ../gcc-4.6-work/gcc/ifcvt.c 2010-04-28 16:55:01.000000000 +0200
@@ -4083,7 +4083,7 @@ dead_or_predicable (basic_block test_bb,
        {
          if (INSN_P (insn))
            {
-             df_simulate_find_noclobber_defs (insn, test_set);
+             df_simulate_find_defs (insn, test_set);
              df_simulate_one_insn_backwards (test_bb, insn, test_live);
            }
          prev = PREV_INSN (insn);


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (25 preceding siblings ...)
  2010-04-28 19:27 ` dominiq at lps dot ens dot fr
@ 2010-04-28 19:33 ` bernds at codesourcery dot com
  2010-04-29 11:05 ` bernds at gcc dot gnu dot org
  2010-04-29 15:11 ` rguenth at gcc dot gnu dot org
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at codesourcery dot com @ 2010-04-28 19:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #26 from bernds at codesourcery dot com  2010-04-28 19:33 -------
Ah! I think that makes sense. For some reason I only looked at the other use of
df_simulate_find_noclobber_defs.


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (26 preceding siblings ...)
  2010-04-28 19:33 ` bernds at codesourcery dot com
@ 2010-04-29 11:05 ` bernds at gcc dot gnu dot org
  2010-04-29 15:11 ` rguenth at gcc dot gnu dot org
  28 siblings, 0 replies; 30+ messages in thread
From: bernds at gcc dot gnu dot org @ 2010-04-29 11:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #27 from bernds at gcc dot gnu dot org  2010-04-29 11:04 -------
Subject: Bug 43858

Author: bernds
Date: Thu Apr 29 11:04:30 2010
New Revision: 158898

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158898
Log:
        From Dominique d'Humieres <dominiq@lps.ens.fr>
        PR bootstrap/43858
        * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
        test_set.

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


-- 


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


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

* [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files
  2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
                   ` (27 preceding siblings ...)
  2010-04-29 11:05 ` bernds at gcc dot gnu dot org
@ 2010-04-29 15:11 ` rguenth at gcc dot gnu dot org
  28 siblings, 0 replies; 30+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-29 15:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #28 from rguenth at gcc dot gnu dot org  2010-04-29 15:11 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-04-29 15:11 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-22 20:53 [Bug bootstrap/43858] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files dominiq at lps dot ens dot fr
2010-04-23 12:34 ` [Bug bootstrap/43858] " rguenth at gcc dot gnu dot org
2010-04-23 22:08 ` dominiq at lps dot ens dot fr
2010-04-23 22:16 ` lacombar at gmail dot com
2010-04-25 14:31 ` dominiq at lps dot ens dot fr
2010-04-25 14:40 ` ebotcazou at gcc dot gnu dot org
2010-04-25 15:40 ` dominiq at lps dot ens dot fr
2010-04-26  9:16 ` dominiq at lps dot ens dot fr
2010-04-26 12:11 ` bernds at codesourcery dot com
2010-04-26 12:28 ` dominiq at lps dot ens dot fr
2010-04-26 12:56 ` bernds at codesourcery dot com
2010-04-26 13:16 ` dominiq at lps dot ens dot fr
2010-04-26 13:19 ` bernds at codesourcery dot com
2010-04-26 16:26 ` dominiq at lps dot ens dot fr
2010-04-26 22:54 ` bernds at codesourcery dot com
2010-04-27  9:39 ` dominiq at lps dot ens dot fr
2010-04-27  9:47 ` bernds at gcc dot gnu dot org
2010-04-27 15:25 ` dominiq at lps dot ens dot fr
2010-04-27 15:27 ` dominiq at lps dot ens dot fr
2010-04-27 22:27 ` bernds at gcc dot gnu dot org
2010-04-28  8:50 ` dominiq at lps dot ens dot fr
2010-04-28  8:54 ` dominiq at lps dot ens dot fr
2010-04-28 13:20 ` dominiq at lps dot ens dot fr
2010-04-28 13:59 ` bernds at codesourcery dot com
2010-04-28 16:50 ` howarth at nitro dot med dot uc dot edu
2010-04-28 17:08 ` dominiq at lps dot ens dot fr
2010-04-28 19:27 ` dominiq at lps dot ens dot fr
2010-04-28 19:33 ` bernds at codesourcery dot com
2010-04-29 11:05 ` bernds at gcc dot gnu dot org
2010-04-29 15:11 ` rguenth at gcc dot gnu dot 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).