public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
@ 2011-07-29 12:56 howarth at nitro dot med.uc.edu
  2011-07-29 13:05 ` [Bug fortran/49901] " howarth at nitro dot med.uc.edu
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-07-29 12:56 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f]
                    failures on darwin
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


The new failures...

FAIL: gfortran.dg/debug/pr35154-dwarf2.f -gdwarf-2 -g3 (internal compiler
error)
FAIL: gfortran.dg/debug/pr35154-dwarf2.f -gdwarf-2 -g3 (test for excess errors)
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
DIE[^\\n]*DW_TAG_common_block
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler (DW_AT_name:
"__BLNK__"|"__BLNK__[^\\n]*"[^\\n]*DW_AT_name)
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
DIE[^\\n]*DW_TAG_variable
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
"i[^\\n]*"[^\\n]*DW_AT_name
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
"j[^\\n]*"[^\\n]*DW_AT_name
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
DIE[^\\n]*DW_TAG_common_block
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler (DW_AT_name:
"label"|"label[^\\n]*"[^\\n]*DW_AT_name)
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
DIE[^\\n]*DW_TAG_variable
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
"l[^\\n]*"[^\\n]*DW_AT_name
UNRESOLVED: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler
"m[^\\n]*"[^\\n]*DW_AT_name
FAIL: gfortran.dg/debug/pr37738.f -gdwarf-2 -g3 (internal compiler error)
FAIL: gfortran.dg/debug/pr37738.f -gdwarf-2 -g3 (test for excess errors)
UNRESOLVED: gfortran.dg/debug/pr37738.f scan-assembler-times
DIE[^\\n]*DW_TAG_common_block 3

appear in the regress server logs for powerpc-apple-darwin after revision
176629 but before or on revision 176671. I suspect this could be failout
from...

Author: jakub
Date: Fri Jul 22 20:06:09 2011
New Revision: 176653

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176653
Log:
    * dwarf2.h (DW_AT_GNU_macros): New.
    (enum dwarf_macro_record_type): New enum.  Add DW_MACRO_GNU_*.

    * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
    (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
    (dwarf_attr_name): Handle DW_AT_GNU_macros.
    (dwarf2out_define): If the vector is empty and
    lineno is 0, emit a dummy entry first.
    (dwarf2out_undef): Likewise.  Remove redundant semicolon.
    (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
    optimize_macinfo_range): New functions.
    (output_macinfo): Use them.  If !dwarf_strict and .debug_str is
    mergeable, optimize longer strings using
    DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
    optimize longer sequences of define/undef ops from headers
    using DW_MACRO_GNU_transparent_include.  For !dwarf_strict
    emit a section headers.
    (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
    and macinfo_section_label to DEBUG_MACRO_SECTION
    resp. DEBUG_MACRO_SECTION_LABEL.
    (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
    instead of DW_AT_macro_info.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/include/ChangeLog
    trunk/include/dwarf2.h

The failure is also observed on x86_64-apple-darwin11.


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

* [Bug fortran/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
@ 2011-07-29 13:05 ` howarth at nitro dot med.uc.edu
  2011-07-29 16:08 ` [Bug debug/49901] " kargl at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-07-29 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-07-29 13:05:08 UTC ---
The first failure, which is an ICE,...

FAIL: gfortran.dg/debug/pr35154-dwarf2.f -gdwarf-2 -g3 (internal compiler
error)

appears as...

[MacPro:gcc/testsuite/gfortran] root#
/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/testsuite/gfortran/../../gfortran
-B/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/testsuite/gfortran/../../
-B/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/x86_64-apple-darwin11.0.0/i386/libgfortran/
/sw/src/fink.build/gcc47-4.7.0-1/gcc-4.7-20110728/gcc/testsuite/gfortran.dg/debug/pr35154-dwarf2.f
-gdwarf-2 -g3 -dA -gno-strict-dwarf -S -m32 -o pr35154-dwarf2.s -v
Reading specs from
/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/testsuite/gfortran/../../specs
COLLECT_GCC=/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/testsuite/gfortran/../../gfortran
COLLECT_LTO_WRAPPER=/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/testsuite/gfortran/../../lto-wrapper
Target: x86_64-apple-darwin11.0.0
Configured with: ../gcc-4.7-20110728/configure --prefix=/sw
--prefix=/sw/lib/gcc4.7 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.7/info
--with-build-config=bootstrap-lto --enable-stage1-languages=c,lto
--enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw
--with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
--program-suffix=-fsf-4.7 --enable-checking=yes --enable-cloog-backend=isl
--enable-build-with-cxx
Thread model: posix
gcc version 4.7.0 20110728 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.7.0' '-B'
'/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/testsuite/gfortran/../../'
'-B'
'/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/x86_64-apple-darwin11.0.0/i386/libgfortran/'
'-gdwarf-2' '-g3' '-dA' '-gno-strict-dwarf' '-S' '-m32' '-o' 'pr35154-dwarf2.s'
'-v' '-mtune=core2'

/sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/testsuite/gfortran/../../f951
/sw/src/fink.build/gcc47-4.7.0-1/gcc-4.7-20110728/gcc/testsuite/gfortran.dg/debug/pr35154-dwarf2.f
-ffixed-form -fPIC -quiet -dumpbase pr35154-dwarf2.f -dA
-mmacosx-version-min=10.7.0 -m32 -mtune=core2 -auxbase-strip pr35154-dwarf2.s
-gdwarf-2 -g3 -gno-strict-dwarf -version -o pr35154-dwarf2.s
-fintrinsic-modules-path finclude
GNU Fortran (GCC) version 4.7.0 20110728 (experimental)
(x86_64-apple-darwin11.0.0)
    compiled by GNU C version 4.7.0 20110728 (experimental), GMP version 5.0.2,
MPFR version 3.0.1, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU Fortran (GCC) version 4.7.0 20110728 (experimental)
(x86_64-apple-darwin11.0.0)
    compiled by GNU C version 4.7.0 20110728 (experimental), GMP version 5.0.2,
MPFR version 3.0.1, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
/sw/src/fink.build/gcc47-4.7.0-1/gcc-4.7-20110728/gcc/testsuite/gfortran.dg/debug/pr35154-dwarf2.f:14:0:
internal compiler error: in darwin_asm_output_dwarf_offset, at
config/darwin.c:2739
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
  2011-07-29 13:05 ` [Bug fortran/49901] " howarth at nitro dot med.uc.edu
@ 2011-07-29 16:08 ` kargl at gcc dot gnu.org
  2011-08-04 12:10 ` iains at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: kargl at gcc dot gnu.org @ 2011-07-29 16:08 UTC (permalink / raw)
  To: gcc-bugs

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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org
          Component|fortran                     |debug

--- Comment #2 from kargl at gcc dot gnu.org 2011-07-29 16:07:27 UTC ---
Not a Fortran problem.  Change the component to 'debug'.


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
  2011-07-29 13:05 ` [Bug fortran/49901] " howarth at nitro dot med.uc.edu
  2011-07-29 16:08 ` [Bug debug/49901] " kargl at gcc dot gnu.org
@ 2011-08-04 12:10 ` iains at gcc dot gnu.org
  2011-08-04 12:17 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iains at gcc dot gnu.org @ 2011-08-04 12:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> 2011-08-04 12:10:36 UTC ---
Created attachment 24914
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24914
fix PR49901

The output from the tests is a little misleading.

These tests also set other flags in addition to those listed; including
-gno-strict-dwarf  ... 
... which exposes the Darwin back-end to the new .debug_macro section, for
which it has no suitable section description.

Choices; 
1) skip the tests on Darwin.
2) provide the section - although that doesn't imply that the remainder of the
tool-chain will do anything useful with it.

Here's an untested patch for choice 2.


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (2 preceding siblings ...)
  2011-08-04 12:10 ` iains at gcc dot gnu.org
@ 2011-08-04 12:17 ` jakub at gcc dot gnu.org
  2011-08-04 18:34 ` iains at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-08-04 12:17 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-04 12:16:48 UTC ---
If the tests succeed, I think your patch is good.
Users that use -gno-strict-dwarf on Darwin must know what they are doing.


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (3 preceding siblings ...)
  2011-08-04 12:17 ` jakub at gcc dot gnu.org
@ 2011-08-04 18:34 ` iains at gcc dot gnu.org
  2011-08-04 18:48 ` dominiq at lps dot ens.fr
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iains at gcc dot gnu.org @ 2011-08-04 18:34 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.08.04 18:34:02
     Ever Confirmed|0                           |1

--- Comment #5 from Iain Sandoe <iains at gcc dot gnu.org> 2011-08-04 18:34:02 UTC ---
works for me on Darwin9 & Darwin10.  
Don't have access to Darwin11 as yet - but if someone could check it there.


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (4 preceding siblings ...)
  2011-08-04 18:34 ` iains at gcc dot gnu.org
@ 2011-08-04 18:48 ` dominiq at lps dot ens.fr
  2011-08-05 13:41 ` howarth at nitro dot med.uc.edu
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-08-04 18:48 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominiq at lps dot ens.fr

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-08-04 18:46:27 UTC ---
*** Bug 49956 has been marked as a duplicate of this bug. ***


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (5 preceding siblings ...)
  2011-08-04 18:48 ` dominiq at lps dot ens.fr
@ 2011-08-05 13:41 ` howarth at nitro dot med.uc.edu
  2011-08-21 19:33 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-08-05 13:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-08-05 13:39:22 UTC ---
(In reply to comment #5)
> works for me on Darwin9 & Darwin10.  
> Don't have access to Darwin11 as yet - but if someone could check it there.

Works fine on x86_64-apple-darwin11

http://gcc.gnu.org/ml/gcc-testresults/2011-08/msg00505.html


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (6 preceding siblings ...)
  2011-08-05 13:41 ` howarth at nitro dot med.uc.edu
@ 2011-08-21 19:33 ` dominiq at lps dot ens.fr
  2011-08-22 18:34 ` mrs at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-08-21 19:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-08-21 18:08:39 UTC ---
Could the patch in comment #3 be applied without waiting for an answer about
what to do with the -gno-strict-dwarf option on strict-dwarf platforms?


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (7 preceding siblings ...)
  2011-08-21 19:33 ` dominiq at lps dot ens.fr
@ 2011-08-22 18:34 ` mrs at gcc dot gnu.org
  2011-09-04 18:50 ` iains at gcc dot gnu.org
  2011-09-04 18:52 ` iains at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: mrs at gcc dot gnu.org @ 2011-08-22 18:34 UTC (permalink / raw)
  To: gcc-bugs

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

mrs@gcc.gnu.org <mrs at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrs at gcc dot gnu.org

--- Comment #9 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2011-08-22 18:22:12 UTC ---
The patch in #3 is Ok.  Feel free to check it in.


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (8 preceding siblings ...)
  2011-08-22 18:34 ` mrs at gcc dot gnu.org
@ 2011-09-04 18:50 ` iains at gcc dot gnu.org
  2011-09-04 18:52 ` iains at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: iains at gcc dot gnu.org @ 2011-09-04 18:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Iain Sandoe <iains at gcc dot gnu.org> 2011-09-04 18:50:13 UTC ---
Author: iains
Date: Sun Sep  4 18:50:09 2011
New Revision: 178510

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178510
Log:

    PR debug/49901
    * config/darwin.h (DEBUG_MACRO_SECTION): New macro.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin.h


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

* [Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin
  2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
                   ` (9 preceding siblings ...)
  2011-09-04 18:50 ` iains at gcc dot gnu.org
@ 2011-09-04 18:52 ` iains at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: iains at gcc dot gnu.org @ 2011-09-04 18:52 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Sandoe <iains at gcc dot gnu.org> changed:

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

--- Comment #11 from Iain Sandoe <iains at gcc dot gnu.org> 2011-09-04 18:50:50 UTC ---
thus, should be fixed.


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

end of thread, other threads:[~2011-09-04 18:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-29 12:56 [Bug fortran/49901] New: gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin howarth at nitro dot med.uc.edu
2011-07-29 13:05 ` [Bug fortran/49901] " howarth at nitro dot med.uc.edu
2011-07-29 16:08 ` [Bug debug/49901] " kargl at gcc dot gnu.org
2011-08-04 12:10 ` iains at gcc dot gnu.org
2011-08-04 12:17 ` jakub at gcc dot gnu.org
2011-08-04 18:34 ` iains at gcc dot gnu.org
2011-08-04 18:48 ` dominiq at lps dot ens.fr
2011-08-05 13:41 ` howarth at nitro dot med.uc.edu
2011-08-21 19:33 ` dominiq at lps dot ens.fr
2011-08-22 18:34 ` mrs at gcc dot gnu.org
2011-09-04 18:50 ` iains at gcc dot gnu.org
2011-09-04 18:52 ` iains 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).