public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
@ 2011-03-17 14:59 ro at gcc dot gnu.org
  2011-03-17 15:22 ` [Bug bootstrap/48168] " ebotcazou at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-17 14:59 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE
                    in sparc_function_arg_1, at config/sparc/sparc.c:5721
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: jakub@redhat.com, ebotcazou@gcc.gnu.org
              Host: sparc-sun-solaris2.*
            Target: sparc-sun-solaris2.*
             Build: sparc-sun-solaris2.*


Created attachment 23692
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23692
preprocessed input file

Within the last two days, Solaris 2/SPARC got broken: cc1plus ICEs building the
64-bit streambuf-inst.lo:

$ /var/gcc/regression/trunk/11-gcc/build/./gcc/xgcc -shared-libgcc
-B/var/gcc/regression/trunk/11-gcc/build/./gcc -nostdinc++
-L/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/src
-L/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/src/.libs
-B/vol/gcc/sparc-sun-solaris2.11/bin/ -B/vol/gcc/sparc-sun-solaris2.11/lib/
-isystem /vol/gcc/sparc-sun-solaris2.11/include -isystem
/vol/gcc/sparc-sun-solaris2.11/sys-include -m64
-I/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include/sparc-sun-solaris2.11
-I/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include
-I/vol/gcc/src/hg/trunk/local/libstdc++-v3/libsupc++ -fno-implicit-templates
-Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -g -O2 -m64 -c
/vol/gcc/src/hg/trunk/local/libstdc++-v3/src/streambuf-inst.cc  -fPIC -DPIC -o
.libs/streambuf-inst.o -save-temps
In file included from
/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include/ios:44:0,
                 from
/vol/gcc/src/hg/trunk/local/libstdc++-v3/src/streambuf-inst.cc:30:
/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include/streambuf:
In member function 'std::basic_streambuf<_CharT, _Traits>::pos_type
std::basic_streambuf<_CharT, _Traits>::pubseekpos(std::basic_streambuf<_CharT,
_Traits>::pos_type, std::ios_base::openmode) [with _CharT = char, _Traits =
std::char_traits<char>, std::basic_streambuf<_CharT, _Traits>::pos_type =
std::fpos<__mbstate_t>, std::ios_base::openmode = std::_Ios_Openmode]':
/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include/streambuf:248:45:
internal compiler error: in sparc_function_arg_1, at config/sparc/sparc.c:5721

Can be reduced to

$ ./cc1plus streambuf-inst.ii -mptr64 -mstack-bias -mno-v8plus -mcpu=v9 -quiet
-m64 -g -O2
In file included from
/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include/ios:44:0,
                 from
/vol/gcc/src/hg/trunk/local/libstdc++-v3/src/streambuf-inst.cc:30:
/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include/streambuf:
In member function 'std::basic_streambuf<_CharT, _Traits>::pos_type
std::basic_streambuf<_CharT, _Traits>::pubseekpos(std::basic_streambuf<_CharT,
_Traits>::pos_type, std::ios_base::openmode) [with _CharT = char, _Traits =
std::char_traits<char>, std::basic_streambuf<_CharT, _Traits>::pos_type =
std::fpos<__mbstate_t>, std::ios_base::openmode = std::_Ios_Openmode]':
/var/gcc/regression/trunk/11-gcc/build/sparc-sun-solaris2.11/sparcv9/libstdc++-v3/include/streambuf:248:45:
internal compiler error: in sparc_function_arg_1, at config/sparc/sparc.c:5721

The stack trace is
(gdb) where
#0  fancy_abort (file=0xa8a790
"/vol/gcc/src/hg/trunk/local/gcc/config/sparc/sparc.c", line=5721,
function=0xa8c118 "sparc_function_arg_1") at
/vol/gcc/src/hg/trunk/local/gcc/diagnostic.c:893
#1  0x007c5a08 in sparc_function_arg_1 (cum=0xffbfeee4, mode=BLKmode,
type=0xff030480, named=1 '\001', incoming_p=0 '\000') at
/vol/gcc/src/hg/trunk/local/gcc/config/sparc/sparc.c:5721
#2  0x007a1580 in prepare_call_arguments () at
/vol/gcc/src/hg/trunk/local/gcc/var-tracking.c:5736
#3  vt_initialize () at /vol/gcc/src/hg/trunk/local/gcc/var-tracking.c:8785
#4  0x007a81d8 in variable_tracking_main_1 () at
/vol/gcc/src/hg/trunk/local/gcc/var-tracking.c:8939
#5  variable_tracking_main () at
/vol/gcc/src/hg/trunk/local/gcc/var-tracking.c:8991
#6  0x0051bc5c in execute_one_pass (pass=0xadb758) at
/vol/gcc/src/hg/trunk/local/gcc/passes.c:1556
#7  0x0051bfb8 in execute_pass_list (pass=0xadb758) at
/vol/gcc/src/hg/trunk/local/gcc/passes.c:1611
#8  0x0051bfdc in execute_pass_list (pass=0xad9b98) at
/vol/gcc/src/hg/trunk/local/gcc/passes.c:1612
#9  0x0051bfdc in execute_pass_list (pass=0xad9bcc) at
/vol/gcc/src/hg/trunk/local/gcc/passes.c:1612
#10 0x0063a024 in tree_rest_of_compilation (fndecl=0xfe530800) at
/vol/gcc/src/hg/trunk/local/gcc/tree-optimize.c:422
#11 0x007db700 in cgraph_expand_function (node=Unhandled dwarf expression
opcode 0xf3
) at /vol/gcc/src/hg/trunk/local/gcc/cgraphunit.c:1576
#12 0x007de178 in cgraph_expand_all_functions () at
/vol/gcc/src/hg/trunk/local/gcc/cgraphunit.c:1635
#13 cgraph_optimize () at /vol/gcc/src/hg/trunk/local/gcc/cgraphunit.c:1899
#14 0x007de760 in cgraph_finalize_compilation_unit () at
/vol/gcc/src/hg/trunk/local/gcc/cgraphunit.c:1096
#15 0x001918e0 in cp_write_global_declarations () at
/vol/gcc/src/hg/trunk/local/gcc/cp/decl2.c:4000
#16 0x005d8ffc in compile_file (argc=10, argv=0xffbff444) at
/vol/gcc/src/hg/trunk/local/gcc/toplev.c:591
#17 do_compile (argc=10, argv=0xffbff444) at
/vol/gcc/src/hg/trunk/local/gcc/toplev.c:1900
#18 toplev_main (argc=10, argv=0xffbff444) at
/vol/gcc/src/hg/trunk/local/gcc/toplev.c:1963
#19 0x000c2804 in _start ()

Maybe this indicates that Jakub's recent patch

2011-03-16  Jakub Jelinek  <jakub@redhat.com>

    * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
    * calls.c: Remove debug.h include.
    (emit_call_1): Don't call virtual_call_token debug hook.

Is the culprit?


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

* [Bug bootstrap/48168] [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
  2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
@ 2011-03-17 15:22 ` ebotcazou at gcc dot gnu.org
  2011-03-17 15:43 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-03-17 15:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-03-17 15:21:03 UTC ---
Duplicate of PR middle-end/48152?


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

* [Bug bootstrap/48168] [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
  2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
  2011-03-17 15:22 ` [Bug bootstrap/48168] " ebotcazou at gcc dot gnu.org
@ 2011-03-17 15:43 ` rguenth at gcc dot gnu.org
  2011-03-17 15:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-17 15:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug bootstrap/48168] [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
  2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
  2011-03-17 15:22 ` [Bug bootstrap/48168] " ebotcazou at gcc dot gnu.org
  2011-03-17 15:43 ` rguenth at gcc dot gnu.org
@ 2011-03-17 15:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2011-03-18 15:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-03-17 15:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-03-17 15:57:55 UTC ---
> --- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-03-17 15:21:03 UTC ---
> Duplicate of PR middle-end/48152?

Might be, but the testcase from Comment #5 doesn't fail for me.

Will retry tomorrow once another 4.6 bootstrap is finished.

    Rainer


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

* [Bug bootstrap/48168] [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
  2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-03-17 15:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2011-03-18 15:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2011-03-18 19:03 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-03-18 15:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-03-18 15:15:21 UTC ---
> --- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-03-17 15:21:03 UTC ---
> Duplicate of PR middle-end/48152?

While a C++-only bootstrap indeed completes as of rev 171126, an Ada
bootstrap still fails, but this seems to be a different error.

The failure can be reproduced with

$ gnat1 -quiet -O2 -fPIC -g g-debpoo.adb
+===========================GNAT BUG DETECTED==============================+
| 4.7.0 20110318 (experimental) [trunk revision 171126] (sparc-sun-solaris2.10)
GCC error:|
| output_operand: invalid expression as operand                            |
| Error detected around g-debpoo.adb:1723:4                                |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

system.ads
g-debpoo.adb
g-debpoo.ads
gnat.ads
s-stoele.ads
s-chepoo.ads
s-stopoo.ads
ada.ads
a-finali.ads
s-finroo.ads
a-stream.ads
a-unccon.ads
a-except.ads
s-parame.ads
s-stalib.ads
s-traent.ads
a-exctra.ads
g-io.ads
s-addima.ads
s-memory.ads
s-soflin.ads
s-stache.ads
g-htable.ads
s-htable.ads
g-traceb.ads
s-stoele.adb
a-tags.ads
s-exctab.ads
s-secsta.ads
s-finimp.ads
s-stratt.ads
s-unstyp.ads
s-imgint.ads
s-htable.adb
a-uncdea.ads
s-strhas.ads
s-imgllu.ads


raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:423


I find the following stacktrace:

#0  internal_error (gmsgid=0xba4e30 <error reading variable>) at
/vol/gcc/src/hg/trunk/local/gcc/diagnostic.c:837
#1  0x00523524 in output_operand_lossage (cmsgid=0xba4eb0 <error reading
variable>) at /vol/gcc/src/hg/trunk/local/gcc/final.c:3070
#2  0x00523960 in output_addr_const (file=0x11acca8, x=0xfe6a5ce0) at
/vol/gcc/src/hg/trunk/local/gcc/final.c:3613
#3  0x004a6f10 in dw2_asm_output_addr_rtx (size=4, addr=0xfe6a5ce0,
comment=0x0) at /vol/gcc/src/hg/trunk/local/gcc/dwarf2asm.c:282
#4  0x004ac46c in output_loc_operands (loc=0xfe8a0f00, for_eh_or_skip=-1) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:5296
#5  output_loc_sequence (loc=0xfe8a0f00, for_eh_or_skip=-1) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:5360
#6  0x004b5360 in output_die (die=0xfe62fda0) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:11254
#7  0x004b4e14 in output_die (die=0xfe62fd70) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:11448
#8  0x004b4e14 in output_die (die=0xfe62ec00) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:11448
#9  0x004b4e14 in output_die (die=0xfe62e8d0) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:11448
#10 0x004b4e14 in output_die (die=0xfe62e720) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:11448
#11 0x004b4e14 in output_die (die=0xff3800f0) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:11448
#12 0x004b5d74 in output_comp_unit (die=0xff3800f0, output_if_empty=0) at
/vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:11521
#13 0x004daf04 in dwarf2out_finish (filename=Unhandled dwarf expression opcode
0xf3
) at /vol/gcc/src/hg/trunk/local/gcc/dwarf2out.c:23613
#14 0x007119e4 in compile_file (argc=6, argv=0xffbff4c4) at
/vol/gcc/src/hg/trunk/local/gcc/toplev.c:621
#15 do_compile (argc=6, argv=0xffbff4c4) at
/vol/gcc/src/hg/trunk/local/gcc/toplev.c:1900
#16 toplev_main (argc=6, argv=0xffbff4c4) at
/vol/gcc/src/hg/trunk/local/gcc/toplev.c:1963
#17 0x001025d4 in _start ()

Seems to be a different error caused by the same patch.

    Rainer


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

* [Bug bootstrap/48168] [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
  2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-03-18 15:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2011-03-18 19:03 ` ebotcazou at gcc dot gnu.org
  2011-03-21  3:29 ` ebotcazou at gcc dot gnu.org
  2011-03-21  6:46 ` ebotcazou at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-03-18 19:03 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.03.18 18:44:43
         AssignedTo|unassigned at gcc dot       |ebotcazou at gcc dot
                   |gnu.org                     |gnu.org
     Ever Confirmed|0                           |1

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-03-18 18:44:43 UTC ---
Investigating.


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

* [Bug bootstrap/48168] [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
  2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-03-18 19:03 ` ebotcazou at gcc dot gnu.org
@ 2011-03-21  3:29 ` ebotcazou at gcc dot gnu.org
  2011-03-21  6:46 ` ebotcazou at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-03-21  3:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-03-20 21:50:24 UTC ---
Author: ebotcazou
Date: Sun Mar 20 21:50:20 2011
New Revision: 171197

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171197
Log:
    PR bootstrap/48168
    * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/sparc.c


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

* [Bug bootstrap/48168] [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721
  2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-03-21  3:29 ` ebotcazou at gcc dot gnu.org
@ 2011-03-21  6:46 ` ebotcazou at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-03-21  6:46 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-03-20 22:00:09 UTC ---
.


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

end of thread, other threads:[~2011-03-20 22:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-17 14:59 [Bug bootstrap/48168] New: [4.7 regression] Solaris 2/SPARC bootstrap broken: ICE in sparc_function_arg_1, at config/sparc/sparc.c:5721 ro at gcc dot gnu.org
2011-03-17 15:22 ` [Bug bootstrap/48168] " ebotcazou at gcc dot gnu.org
2011-03-17 15:43 ` rguenth at gcc dot gnu.org
2011-03-17 15:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-03-18 15:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-03-18 19:03 ` ebotcazou at gcc dot gnu.org
2011-03-21  3:29 ` ebotcazou at gcc dot gnu.org
2011-03-21  6:46 ` ebotcazou at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).