public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/40347]  New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2
@ 2009-06-04 21:13 pinskia at gcc dot gnu dot org
  2009-06-04 21:13 ` [Bug bootstrap/40347] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-06-04 21:13 UTC (permalink / raw)
  To: gcc-bugs

In file included from
/Users/apinski/src/local/gcc/libgcc/../gcc/unwind-dw2-fde-darwin.c:34:0:/Users/apinski/src/local/gcc/libgcc/../gcc/unwind-pe.h:
In function 'size_of_encoded_value':
/Users/apinski/src/local/gcc/libgcc/../gcc/unwind-pe.h:89:1: internal compiler
error: in dwarf2out_frame_debug_adjust_cfa, at dwarf2out.c:1770
Please submit a full bug report,with preprocessed source if appropriate.

Why it does not fail during stage1 is interesting for me.


-- 
           Summary: [4.5 Regression] i386-dariwn ICEs while building libgcc
                    during stage2
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
@ 2009-06-04 21:13 ` pinskia at gcc dot gnu dot org
  2009-06-04 22:14 ` laurent at guerby dot net
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-06-04 21:13 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
   Target Milestone|---                         |4.5.0


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
  2009-06-04 21:13 ` [Bug bootstrap/40347] " pinskia at gcc dot gnu dot org
@ 2009-06-04 22:14 ` laurent at guerby dot net
  2009-06-05 19:51 ` [Bug bootstrap/40347] [4.5 Regression] i386-darwin " rth at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: laurent at guerby dot net @ 2009-06-04 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from laurent at guerby dot net  2009-06-04 22:14 -------
I got the same on hppa-linux:

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

See rev and commit info there.


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
  2009-06-04 21:13 ` [Bug bootstrap/40347] " pinskia at gcc dot gnu dot org
  2009-06-04 22:14 ` laurent at guerby dot net
@ 2009-06-05 19:51 ` rth at gcc dot gnu dot org
  2009-06-05 20:04 ` rth at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rth at gcc dot gnu dot org @ 2009-06-05 19:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rth at gcc dot gnu dot org  2009-06-05 19:51 -------
Laurent, I don't seem to be able to reproduce your PA problem
from a cross-compile.  Please attach a preprocessed file that
exhibits the problem.


-- 


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-06-05 19:51 ` [Bug bootstrap/40347] [4.5 Regression] i386-darwin " rth at gcc dot gnu dot org
@ 2009-06-05 20:04 ` rth at gcc dot gnu dot org
  2009-06-22  8:45 ` debian-gcc at lists dot debian dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rth at gcc dot gnu dot org @ 2009-06-05 20:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rth at gcc dot gnu dot org  2009-06-05 20:04 -------
Likewise, Andrew, I'll need a preprocessed file.

Assuming something that doesn't show up w/ stage1 can even
be reproduced via cross-compiler.  Failing that, give me as
much information as you can about how the CFA variable changes
over the compilation of this function.


-- 


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-06-05 20:04 ` rth at gcc dot gnu dot org
@ 2009-06-22  8:45 ` debian-gcc at lists dot debian dot org
  2009-07-01 17:57 ` laurent at guerby dot net
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-06-22  8:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from debian-gcc at lists dot debian dot org  2009-06-22 08:45 -------
A bootstrap on hppa-linux-gnu works for me with the patch suggested in PR
40462, still seeing a bootstrap failure on sparc-linux-gnu, as in PR40352. No
preprocessed source yet.


-- 

debian-gcc at lists dot debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-06-22  8:45 ` debian-gcc at lists dot debian dot org
@ 2009-07-01 17:57 ` laurent at guerby dot net
  2009-07-01 18:23 ` laurent at guerby dot net
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: laurent at guerby dot net @ 2009-07-01 17:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from laurent at guerby dot net  2009-07-01 17:57 -------
On sparc64-linux bootstrap worked at rev 147974 but failed at rev 148004 (far
mmachine gcc62). I get the same failure on sparc-linux (farm machine gcc54).

I'll try to get a preprocessed file, another option is to get an account on the
compile farm, procedure here:

http://gcc.gnu.org/wiki/CompileFarm


-- 


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2009-07-01 17:57 ` laurent at guerby dot net
@ 2009-07-01 18:23 ` laurent at guerby dot net
  2009-07-01 18:28 ` laurent at guerby dot net
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: laurent at guerby dot net @ 2009-07-01 18:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from laurent at guerby dot net  2009-07-01 18:22 -------
Created an attachment (id=18113)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18113&action=view)
unwind-dw2-fde-glibc.i

unwind-dw2-fde-glibc.i

/home/guerby/build/./gcc/xgcc -B/home/guerby/build/./gcc/
-B/n/54/guerby/install-trunk/sparc64-unknown-linux-gnu/bin/
-B/n/54/guerby/install-trunk/sparc64-unknown-linux-gnu/lib/ -isystem
/n/54/guerby/install-trunk/sparc64-unknown-linux-gnu/include -isystem
/n/54/guerby/install-trunk/sparc64-unknown-linux-gnu/sys-include    -g -O2 -O2 
-g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I.
-I../.././gcc -I../../../trunk/libgcc -I../../../trunk/libgcc/.
-I../../../trunk/libgcc/../gcc -I../../../trunk/libgcc/../include 
-DHAVE_CC_TLS -o unwind-dw2-fde-glibc.o -MT unwind-dw2-fde-glibc.o -MD -MP -MF
unwind-dw2-fde-glibc.dep -fexceptions -c
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c -fvisibility=hidden
-DHIDE_EXPORTS


-- 


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-07-01 18:23 ` laurent at guerby dot net
@ 2009-07-01 18:28 ` laurent at guerby dot net
  2009-07-01 18:49 ` laurent at guerby dot net
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: laurent at guerby dot net @ 2009-07-01 18:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from laurent at guerby dot net  2009-07-01 18:28 -------
backtrace

GNU C (GCC) version 4.5.0 20090701 (experimental) [trunk revision 149143]
(sparc64-unknown-linux-gnu)
        compiled by GNU C version 4.3.3, GMP version 4.2.1, MPFR version 2.3.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 8427efa082a737e8dae184d16956f822
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c: In function
'_Unwind_IteratePhdrCallback':
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c:194:5: warning: jump skips
variable initialization
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c:274:2: note: label 'found'
defined here
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c:229:27: note: 'pc_high'
declared here
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c:194:5: warning: jump skips
variable initialization
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c:274:2: note: label 'found'
defined here
../../../trunk/libgcc/../gcc/unwind-dw2-fde-glibc.c:229:15: note: 'pc_low'
declared here

Breakpoint 1, internal_error (gmsgid=0x290eae8 "../../trunk/gcc/dwarf2out.c")
at ../../trunk/gcc/diagnostic.c:674
674       va_start (ap, gmsgid);
(gdb) bt
#0  internal_error (gmsgid=0x290eae8 "../../trunk/gcc/dwarf2out.c") at
../../trunk/gcc/diagnostic.c:674
#1  0x005d1e58 in fancy_abort (file=0x290eae8 "../../trunk/gcc/dwarf2out.c",
line=2773, function=0x290efe8 "dwarf2out_begin_epilogue") at
../../trunk/gcc/diagnostic.c:730
#2  0x006251e4 in dwarf2out_begin_epilogue (insn=0xf769d3b0) at
../../trunk/gcc/dwarf2out.c:2773
#3  0x00789a44 in final_scan_insn (insn=0xf769d3b0, file=0x2b98160, optimize=2,
nopeepholes=0, seen=0xffffce24) at ../../trunk/gcc/final.c:1893
#4  0x00789144 in final (first=0xf769cff0, file=0x2b98160, optimize=2) at
../../trunk/gcc/final.c:1714
#5  0x0078f554 in rest_of_handle_final () at ../../trunk/gcc/final.c:4226
#6  0x00cb0294 in execute_one_pass (pass=0x2abdff8) at
../../trunk/gcc/passes.c:1289
#7  0x00cb0558 in execute_pass_list (pass=0x2abdff8) at
../../trunk/gcc/passes.c:1338
#8  0x00cb0594 in execute_pass_list (pass=0x2af2394) at
../../trunk/gcc/passes.c:1339
#9  0x00cb0594 in execute_pass_list (pass=0x2af2360) at
../../trunk/gcc/passes.c:1339
#10 0x0140f160 in tree_rest_of_compilation (fndecl=0xf7a77900) at
../../trunk/gcc/tree-optimize.c:394
#11 0x01f75fb8 in cgraph_expand_function (node=0xf7bd4d00) at
../../trunk/gcc/cgraphunit.c:1098
#12 0x01f76250 in cgraph_expand_all_functions () at
../../trunk/gcc/cgraphunit.c:1157
#13 0x01f76b2c in cgraph_optimize () at ../../trunk/gcc/cgraphunit.c:1380
#14 0x000e3c7c in c_write_global_declarations () at
../../trunk/gcc/c-decl.c:9410
#15 0x010ab498 in compile_file () at ../../trunk/gcc/toplev.c:1037
#16 0x010ae928 in do_compile () at ../../trunk/gcc/toplev.c:2346
#17 0x010aea8c in toplev_main (argc=62, argv=0xffffd5c4) at
../../trunk/gcc/toplev.c:2391
#18 0x002dce20 in main (argc=62, argv=0xffffd5c4) at ../../trunk/gcc/main.c:35
(gdb) f 2
#2  0x006251e4 in dwarf2out_begin_epilogue (insn=0xf769d3b0) at
../../trunk/gcc/dwarf2out.c:2773
2773      gcc_assert (i != NULL);
(gdb) l
2768      if (!saw_frp)
2769        return;
2770    
2771      /* Otherwise, search forward to see if the return insn was the last
2772         basic block of the function.  If so, we don't need save/restore. 
*/
2773      gcc_assert (i != NULL);
2774      i = next_real_insn (i);
2775      if (i == NULL)
2776        return;
2777    
(gdb)
(gdb) info local
saw_frp = 1 '\001'
i = (rtx) 0x0
__FUNCTION__ = "dwarf2out_begin_epilogue"
(gdb) info arg
insn = (rtx) 0xf769d3b0
(gdb) call debug_rtx(insn)
(note 19 8 17 NOTE_INSN_EPILOGUE_BEG)
(gdb)


-- 


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2009-07-01 18:28 ` laurent at guerby dot net
@ 2009-07-01 18:49 ` laurent at guerby dot net
  2009-07-01 20:42 ` rth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: laurent at guerby dot net @ 2009-07-01 18:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from laurent at guerby dot net  2009-07-01 18:49 -------
*** Bug 40352 has been marked as a duplicate of this bug. ***


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael dot a dot richmond
                   |                            |at nasa dot gov


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-07-01 18:49 ` laurent at guerby dot net
@ 2009-07-01 20:42 ` rth at gcc dot gnu dot org
  2009-07-01 23:21 ` rth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rth at gcc dot gnu dot org @ 2009-07-01 20:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rth at gcc dot gnu dot org  2009-07-01 20:42 -------
Mine.


-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-01 20:42:05
               date|                            |


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2009-07-01 20:42 ` rth at gcc dot gnu dot org
@ 2009-07-01 23:21 ` rth at gcc dot gnu dot org
  2009-07-01 23:34 ` rth at gcc dot gnu dot org
  2009-07-02  6:08 ` ebotcazou at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: rth at gcc dot gnu dot org @ 2009-07-01 23:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rth at gcc dot gnu dot org  2009-07-01 23:21 -------
Subject: Bug 40347

Author: rth
Date: Wed Jul  1 23:21:17 2009
New Revision: 149158

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149158
Log:
        PR bootstrap/40347
        * function.c (reposition_prologue_and_epilogue_notes): If epilogue
        contained no insns, reposition note before last insn.

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


-- 


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2009-07-01 23:21 ` rth at gcc dot gnu dot org
@ 2009-07-01 23:34 ` rth at gcc dot gnu dot org
  2009-07-02  6:08 ` ebotcazou at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: rth at gcc dot gnu dot org @ 2009-07-01 23:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from rth at gcc dot gnu dot org  2009-07-01 23:33 -------
Tested the fix for sparc; re-open if it's not fixed for darwin too.


-- 

rth at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/40347] [4.5 Regression] i386-darwin ICEs while building libgcc during stage2
  2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2009-07-01 23:34 ` rth at gcc dot gnu dot org
@ 2009-07-02  6:08 ` ebotcazou at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2009-07-02  6:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from ebotcazou at gcc dot gnu dot org  2009-07-02 06:08 -------
*** Bug 40611 has been marked as a duplicate of this bug. ***


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

end of thread, other threads:[~2009-07-02  6:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-04 21:13 [Bug bootstrap/40347] New: [4.5 Regression] i386-dariwn ICEs while building libgcc during stage2 pinskia at gcc dot gnu dot org
2009-06-04 21:13 ` [Bug bootstrap/40347] " pinskia at gcc dot gnu dot org
2009-06-04 22:14 ` laurent at guerby dot net
2009-06-05 19:51 ` [Bug bootstrap/40347] [4.5 Regression] i386-darwin " rth at gcc dot gnu dot org
2009-06-05 20:04 ` rth at gcc dot gnu dot org
2009-06-22  8:45 ` debian-gcc at lists dot debian dot org
2009-07-01 17:57 ` laurent at guerby dot net
2009-07-01 18:23 ` laurent at guerby dot net
2009-07-01 18:28 ` laurent at guerby dot net
2009-07-01 18:49 ` laurent at guerby dot net
2009-07-01 20:42 ` rth at gcc dot gnu dot org
2009-07-01 23:21 ` rth at gcc dot gnu dot org
2009-07-01 23:34 ` rth at gcc dot gnu dot org
2009-07-02  6:08 ` ebotcazou 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).