public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/38344] [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
@ 2008-12-01 11:00 ` doko at ubuntu dot com
  2008-12-01 11:07 ` [Bug target/38344] [4.3 Regression] " rguenth at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: doko at ubuntu dot com @ 2008-12-01 11:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from doko at ubuntu dot com  2008-12-01 10:59 -------
Created an attachment (id=16800)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16800&action=view)
preprocessed source


-- 


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


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

* [Bug target/38344]  New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
@ 2008-12-01 11:00 doko at ubuntu dot com
  2008-12-01 11:00 ` [Bug target/38344] " doko at ubuntu dot com
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: doko at ubuntu dot com @ 2008-12-01 11:00 UTC (permalink / raw)
  To: gcc-bugs

seen with 4.3.3 20081029, seen the last successful bootstrap with 20081022, not
seen on the trunk.

/home/doko/gcc/4.3/java/gcj-4.3-4.3.2/build/gcc/cc1plus -quiet -nostdinc++ -v
-g -O2 -Wswitch-enum -Wextra -Wall -version -fno-rtti -fnon-call-exceptions
-fdollars-in-identifiers -fPIC link.ii

Program received signal SIGSEGV, Segmentation fault.
invariant_for_use (use=0x8fde18) at ../../src/gcc/loop-invariant.c:251
251       basic_block bb = BLOCK_FOR_INSN (use->insn), def_bb;
(gdb) p use->insn
$1 = (rtx) 0x0


-- 
           Summary: [4.3 regression] bootstrap failure in libjava/link.cc
                    (ICE in invariant_for_use)
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: doko at ubuntu dot com
GCC target triplet: arm-linux-gnueabi


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
  2008-12-01 11:00 ` [Bug target/38344] " doko at ubuntu dot com
@ 2008-12-01 11:07 ` rguenth at gcc dot gnu dot org
  2008-12-01 11:07 ` rguenth at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-12-01 11:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-12-01 11:06 -------
Can you figure out which patch is the cause?


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
  2008-12-01 11:00 ` [Bug target/38344] " doko at ubuntu dot com
  2008-12-01 11:07 ` [Bug target/38344] [4.3 Regression] " rguenth at gcc dot gnu dot org
@ 2008-12-01 11:07 ` rguenth at gcc dot gnu dot org
  2008-12-01 11:10 ` doko at ubuntu dot com
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-12-01 11:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.3.3
      Known to work|                            |4.3.2
           Priority|P3                          |P1
            Summary|[4.3 regression] bootstrap  |[4.3 Regression] bootstrap
                   |failure in libjava/link.cc  |failure in libjava/link.cc
                   |(ICE in invariant_for_use)  |(ICE in invariant_for_use)
   Target Milestone|---                         |4.3.3


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2008-12-01 11:07 ` rguenth at gcc dot gnu dot org
@ 2008-12-01 11:10 ` doko at ubuntu dot com
  2008-12-06  7:00 ` doko at ubuntu dot com
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: doko at ubuntu dot com @ 2008-12-01 11:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from doko at ubuntu dot com  2008-12-01 11:08 -------
doing this, but it will be slow ...


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (3 preceding siblings ...)
  2008-12-01 11:10 ` doko at ubuntu dot com
@ 2008-12-06  7:00 ` doko at ubuntu dot com
  2008-12-06  7:55 ` ebotcazou at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: doko at ubuntu dot com @ 2008-12-06  7:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from doko at ubuntu dot com  2008-12-06 06:59 -------
works with r142144, not with r142179; the only non-fortran patch between these
two revisions is 

r142149 | ebotcazou | 2008-11-24 09:36:43 +0100 (Mon, 24 Nov 2008) | 4 lines

        * df-scan.c (df_get_call_refs): For unconditional noreturn calls
        add EH_USES regs as artificial uses.
        (df_get_entry_block_def_set): Don't handle EH_USES here.


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (4 preceding siblings ...)
  2008-12-06  7:00 ` doko at ubuntu dot com
@ 2008-12-06  7:55 ` ebotcazou at gcc dot gnu dot org
  2008-12-06  8:12 ` ebotcazou at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-12-06  7:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2008-12-06 07:53 -------
> works with r142144, not with r142179; the only non-fortran patch between these
> two revisions is 

Please confirm, this goes against your opening message in this PR.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (5 preceding siblings ...)
  2008-12-06  7:55 ` ebotcazou at gcc dot gnu dot org
@ 2008-12-06  8:12 ` ebotcazou at gcc dot gnu dot org
  2008-12-06  8:33 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-12-06  8:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2008-12-06 08:11 -------
> r142149 | ebotcazou | 2008-11-24 09:36:43 +0100 (Mon, 24 Nov 2008) | 4 lines
> 
>         * df-scan.c (df_get_call_refs): For unconditional noreturn calls
>         add EH_USES regs as artificial uses.
>         (df_get_entry_block_def_set): Don't handle EH_USES here.

This patch is a no-op on anything else than IA-64 anyway:

eric@atlantis:~/svn/gcc-4_3-branch/gcc> grep -r --exclude=*svn*
--exclude=*ChangeLog* EH_USES .
./doc/tm.texi:@defmac EH_USES (@var{regno})
./doc/tm.texi:TARGET_STRUCT_VALUE_RTX, FRAME_POINTER_REGNUM, EH_USES,
./config/m32c/m32c.h:#define EH_USES(REGNO) 0   /* FIXME */
./config/ia64/ia64.h:#define EH_USES(REGNO) ia64_eh_uses (REGNO)
./df-scan.c:#ifdef EH_USES
./df-scan.c:     BOTTOM of the block with noreturn call, as EH_USES registers
need
./df-scan.c:    if (EH_USES (i))
./df-scan.c:#ifdef EH_USES
./df-scan.c:    if (EH_USES (i))
./df-problems.c:#ifdef EH_USES
./df-problems.c:#ifdef EH_USES
./df-problems.c:  /* Create the chains for the artificial uses from the EH_USES
at the
./dce.c:#ifdef EH_USES


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (6 preceding siblings ...)
  2008-12-06  8:12 ` ebotcazou at gcc dot gnu dot org
@ 2008-12-06  8:33 ` ebotcazou at gcc dot gnu dot org
  2008-12-08 22:34 ` doko at ubuntu dot com
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-12-06  8:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ebotcazou at gcc dot gnu dot org  2008-12-06 08:32 -------
And I cannot reproduce with a cross:

eric@atlantis:~/build/gcc-4_3-branch/arm-linux-gnueabi> gcc/cc1plus -quiet
-nostdinc++ -v -g -O2 -Wswitch-enum -Wextra -Wall -version -fno-rtti
-fnon-call-exceptions -fdollars-in-identifiers -fPIC link.ii
ignoring nonexistent directory
"/home/eric/install/gcc-4_3-branch/lib/gcc/arm-linux-gnueabi/4.3.3/include"
ignoring nonexistent directory
"/home/eric/install/gcc-4_3-branch/lib/gcc/arm-linux-gnueabi/4.3.3/include-fixed"
ignoring nonexistent directory
"/home/eric/install/gcc-4_3-branch/lib/gcc/../../arm-linux-gnueabi/sys-include"
ignoring nonexistent directory
"/home/eric/install/gcc-4_3-branch/lib/gcc/../../arm-linux-gnueabi/include"
#include "..." search starts here:
#include <...> search starts here:
End of search list.
GNU C++ (GCC) version 4.3.3 20081205 (prerelease) [gcc-4_3-branch revision
142479] (arm-linux-gnueabi)
        compiled by GNU C version 4.2.1 (SUSE Linux), GMP version 4.2.2, MPFR
version 2.3.1.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: d154bbd8150682481739de030e4f70a8
eric@atlantis:~/build/gcc-4_3-branch/arm-linux-gnueabi>


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (7 preceding siblings ...)
  2008-12-06  8:33 ` ebotcazou at gcc dot gnu dot org
@ 2008-12-08 22:34 ` doko at ubuntu dot com
  2008-12-08 23:02 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: doko at ubuntu dot com @ 2008-12-08 22:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from doko at ubuntu dot com  2008-12-08 22:32 -------
a current snapshot from the branch, exluding r142149 works for me. I'll try to
reduce the applied patches until the builds succeeds again with r142149, but
again, this may take a while.


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (8 preceding siblings ...)
  2008-12-08 22:34 ` doko at ubuntu dot com
@ 2008-12-08 23:02 ` ebotcazou at gcc dot gnu dot org
  2008-12-08 23:44 ` doko at ubuntu dot com
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-12-08 23:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from ebotcazou at gcc dot gnu dot org  2008-12-08 23:01 -------
> a current snapshot from the branch, exluding r142149 works for me. I'll try to
> reduce the applied patches until the builds succeeds again with r142149, but
> again, this may take a while.

So are the dates in your first message correct or not?  IOW did you have the
failure *before* my patch?  If so, there is strictly no point in considering
it.

It would also be interesting to attach the df-scan.i generated before and
after my patch.


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (9 preceding siblings ...)
  2008-12-08 23:02 ` ebotcazou at gcc dot gnu dot org
@ 2008-12-08 23:44 ` doko at ubuntu dot com
  2008-12-09 11:00 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: doko at ubuntu dot com @ 2008-12-08 23:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from doko at ubuntu dot com  2008-12-08 23:42 -------
> So are the dates in your first message correct or not?

hmm, did reply to this, but probably in another report ...

"seen with 4.3.3 20081029, seen the last successful bootstrap with 20081022,
not
seen on the trunk."

this should be 11 (Nov) instead of 10 (Oct).


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (10 preceding siblings ...)
  2008-12-08 23:44 ` doko at ubuntu dot com
@ 2008-12-09 11:00 ` ebotcazou at gcc dot gnu dot org
  2008-12-09 15:29 ` doko at ubuntu dot com
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-12-09 11:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from ebotcazou at gcc dot gnu dot org  2008-12-09 10:58 -------
> a current snapshot from the branch, exluding r142149 works for me. I'll try to
> reduce the applied patches until the builds succeeds again with r142149, but
> again, this may take a while.

The only possibility is some patch that defines EH_USES for ARM.


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (11 preceding siblings ...)
  2008-12-09 11:00 ` ebotcazou at gcc dot gnu dot org
@ 2008-12-09 15:29 ` doko at ubuntu dot com
  2008-12-09 16:10 ` jakub at gcc dot gnu dot org
  2008-12-09 16:36 ` ebotcazou at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: doko at ubuntu dot com @ 2008-12-09 15:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from doko at ubuntu dot com  2008-12-09 15:28 -------
sorry for not noticing earlier; indeded, this is a patch by CodeSourcery to
enable to build libobjc.

see http://lists.debian.org/debian-gcc/2008/04/msg00240.html

I don't see this defined on the trunk. I suppose this report can be closed.


-- 


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (12 preceding siblings ...)
  2008-12-09 15:29 ` doko at ubuntu dot com
@ 2008-12-09 16:10 ` jakub at gcc dot gnu dot org
  2008-12-09 16:36 ` ebotcazou at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-09 16:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from jakub at gcc dot gnu dot org  2008-12-09 16:06 -------
Works with upstream 4.3 and on the trunk.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
  2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
                   ` (13 preceding siblings ...)
  2008-12-09 16:10 ` jakub at gcc dot gnu dot org
@ 2008-12-09 16:36 ` ebotcazou at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-12-09 16:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from ebotcazou at gcc dot gnu dot org  2008-12-09 16:35 -------
> sorry for not noticing earlier; indeded, this is a patch by CodeSourcery to
> enable to build libobjc.
> 
> see http://lists.debian.org/debian-gcc/2008/04/msg00240.html

Thanks.  The definition of EH_USES looks suspicious given

/* Use r0 and r1 to pass exception handling information.  */
#define EH_RETURN_DATA_REGNO(N) (((N) < 2) ? N : INVALID_REGNUM)

This might have been a work around for the problem fixed by

2008-11-25  Eric Botcazou  <ebotcazou@adacore.com>

        * regrename.c (merge_overlapping_regs): Add registers artificially
        defined at the top of the basic block to the set of live ones just
        before the first insn.


-- 


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


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

end of thread, other threads:[~2008-12-09 16:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use) doko at ubuntu dot com
2008-12-01 11:00 ` [Bug target/38344] " doko at ubuntu dot com
2008-12-01 11:07 ` [Bug target/38344] [4.3 Regression] " rguenth at gcc dot gnu dot org
2008-12-01 11:07 ` rguenth at gcc dot gnu dot org
2008-12-01 11:10 ` doko at ubuntu dot com
2008-12-06  7:00 ` doko at ubuntu dot com
2008-12-06  7:55 ` ebotcazou at gcc dot gnu dot org
2008-12-06  8:12 ` ebotcazou at gcc dot gnu dot org
2008-12-06  8:33 ` ebotcazou at gcc dot gnu dot org
2008-12-08 22:34 ` doko at ubuntu dot com
2008-12-08 23:02 ` ebotcazou at gcc dot gnu dot org
2008-12-08 23:44 ` doko at ubuntu dot com
2008-12-09 11:00 ` ebotcazou at gcc dot gnu dot org
2008-12-09 15:29 ` doko at ubuntu dot com
2008-12-09 16:10 ` jakub at gcc dot gnu dot org
2008-12-09 16:36 ` 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).