public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/54375] New: FAIL: gfortran.dg/realloc_on_assign_14.f90
@ 2012-08-25 16:53 danglin at gcc dot gnu.org
  2012-08-25 17:00 ` [Bug fortran/54375] " danglin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-08-25 16:53 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54375
           Summary: FAIL: gfortran.dg/realloc_on_assign_14.f90
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B
/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa64
-hp-hpux11.11/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc
_on_assign_14.f90  -fno-diagnostics-show-caret   -O  -Wrealloc-lhs-all
-Wrealloc
-lhs -S  -o realloc_on_assign_14.s    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/test/gnu/gcc
/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11
/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14
.f90 -fno-diagnostics-show-caret -O -Wrealloc-lhs-all -Wrealloc-lhs -S -o
reallo
c_on_assign_14.s/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:17.4:

b = 4          ! { dg-warning "Code for reallocating the allocatable variable"
}    1Warning: Code for reallocating the allocatable variable at (1) will be
added/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:18:a
= [b,b]      ! { dg-warning "Code for reallocating the allocatable array"
}1Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:19:

c = [t(4)]     ! { dg-warning "Code for reallocating the allocatable variable"
}
1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:22.6:

str = 'abc'    ! { dg-warning "Code for reallocating the allocatable variable"
}
      1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:24:

astr = ['abc'] ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:25:

a = reshape(a,shape(a)) ! { dg-warning "Code for reallocating the allocatable a
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:26:

r = sin(r)     ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:28.4:

b = sin(r(1))  ! { dg-warning "Code for reallocating the allocatable variable"
}
    1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:30:

a = nar() ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:31:

a = nar2() ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90: In
function 'MAIN__':
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:31:0:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:17.4:

b = 4          ! { dg-warning "Code for reallocating the allocatable variable"
}
    1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:18:

a = [b,b]      ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:19:

c = [t(4)]     ! { dg-warning "Code for reallocating the allocatable variable"
}
1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:22.6:

str = 'abc'    ! { dg-warning "Code for reallocating the allocatable variable"
}
      1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:24:

astr = ['abc'] ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:25:

a = reshape(a,shape(a)) ! { dg-warning "Code for reallocating the allocatable a
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:26:

r = sin(r)     ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:28.4:

b = sin(r(1))  ! { dg-warning "Code for reallocating the allocatable variable"
}
    1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:30:

a = nar() ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:31:

a = nar2() ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90: In
function 'MAIN__':
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:31:0:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gfortran.dg/realloc_on_assign_14.f90  -O  (internal compiler error)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 17)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 18)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 19)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 22)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 24)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 25)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 26)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 28)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 30)
PASS: gfortran.dg/realloc_on_assign_14.f90  -O   (test for warnings, line 31)
FAIL: gfortran.dg/realloc_on_assign_14.f90  -O  (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:31:0:0:
internal compiler error: Segmentation fault

Starting program: /test/gnu/gcc/objdir/gcc/f951
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90 -quiet
-dumpbase realloc_on_assign_14.f90 -auxbase-strip realloc_on_assign_14.s -O
-Wrealloc-lhs-all -Wrealloc-lhs -version -fno-diagnostics-show-caret -o
realloc_on_assign_14.s -fintrinsic-modules-path finclude
warning: Private mapping of shared library text was not specified
by the executable; setting a breakpoint in a shared library which
is not privately mapped will not work.  See the HP-UX 11i v3 chatr
manpage for methods to privately map shared library text.
GNU Fortran (GCC) version 4.8.0 20120824 (experimental) [trunk revision 190636]
(hppa64-hp-hpux11.11)
    compiled by GNU C version 4.8.0 20120824 (experimental) [trunk revision
190636], GMP version 5.0.2, MPFR version 3.1.0-p1, MPC version 1.0
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU Fortran (GCC) version 4.8.0 20120824 (experimental) [trunk revision 190636]
(hppa64-hp-hpux11.11)
    compiled by GNU C version 4.8.0 20120824 (experimental) [trunk revision
190636], GMP version 5.0.2, MPFR version 3.1.0-p1, MPC version 1.0
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:17.4:

b = 4          ! { dg-warning "Code for reallocating the allocatable variable"
}
    1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:18:

a = [b,b]      ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:19:

c = [t(4)]     ! { dg-warning "Code for reallocating the allocatable variable"
}
1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:22.6:

str = 'abc'    ! { dg-warning "Code for reallocating the allocatable variable"
}
      1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:24:

astr = ['abc'] ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:25:

a = reshape(a,shape(a)) ! { dg-warning "Code for reallocating the allocatable a
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:26:

r = sin(r)     ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:28.4:

b = sin(r(1))  ! { dg-warning "Code for reallocating the allocatable variable"
}
    1
Warning: Code for reallocating the allocatable variable at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:30:

a = nar() ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90:31:

a = nar2() ! { dg-warning "Code for reallocating the allocatable array" }
1
Warning: Code for reallocating the allocatable array at (1) will be added

Program received signal SIGSEGV, Segmentation fault.
0x4000000000313b0c in
gfc_set_loop_bounds_from_array_spec(gfc_interface_mapping*, gfc_se*,
gfc_array_spec*) () at ../../gcc/gcc/fortran/trans-array.c:794
794          ss->loop->to[n] = tmp;

Similar fail:

Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03 
-fno-diagnostics-show-caret   -O0   -pedantic-errors 
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs  -lm   -o
./realloc_on_assign_2.exe    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03
-fno-diagnostics-show-caret -O0 -pedantic-errors
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs -lm -o
./realloc_on_assign_2.exe
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03: In
function 'test5':
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03:110:0:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03: In
function 'test5':
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03:110:0:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gfortran.dg/realloc_on_assign_2.f03  -O0  (internal compiler error)
FAIL: gfortran.dg/realloc_on_assign_2.f03  -O0  (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03:110:0:0:
internal compiler error: Segmentation fault

This one appears to be a regression.


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

* [Bug fortran/54375] FAIL: gfortran.dg/realloc_on_assign_14.f90
  2012-08-25 16:53 [Bug fortran/54375] New: FAIL: gfortran.dg/realloc_on_assign_14.f90 danglin at gcc dot gnu.org
@ 2012-08-25 17:00 ` danglin at gcc dot gnu.org
  2012-08-25 17:09 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-08-25 17:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2012-08-25 17:00:40 UTC ---
(gdb) disass $pc-16,$pc+16
Dump of assembler code from 0x4000000000313afc to 0x4000000000313b1c:
   0x4000000000313afc
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+628>:
   b,l 0x400000000030b0a0 <_Z16gfc_evaluate_nowP9tree_nodeP11stmtblock_t>,rp
   0x4000000000313b00
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+632>:
   copy r8,r25
   0x4000000000313b04
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+636>:
   ldd 48(r17),r19
   0x4000000000313b08
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+640>:
   shladd,l r6,3,r19,r6
=> 0x4000000000313b0c
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+644>:
   std ret0,0(r6)
   0x4000000000313b10
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+648>:
   copy r4,dp
   0x4000000000313b14
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+652>:
   ldo 1(r3),ret0
   0x4000000000313b18
<_Z35gfc_set_loop_bounds_from_array_specP21gfc_interface_mappingP6gfc_seP14gfc_array_spec+656>:
   ldw 20(r19),r31
End of assembler dump.
(gdb) p/x $r6
$1 = 0xc0


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

* [Bug fortran/54375] FAIL: gfortran.dg/realloc_on_assign_14.f90
  2012-08-25 16:53 [Bug fortran/54375] New: FAIL: gfortran.dg/realloc_on_assign_14.f90 danglin at gcc dot gnu.org
  2012-08-25 17:00 ` [Bug fortran/54375] " danglin at gcc dot gnu.org
@ 2012-08-25 17:09 ` pinskia at gcc dot gnu.org
  2012-08-25 21:55 ` burnus at gcc dot gnu.org
  2012-08-27 22:18 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-08-25 17:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-08-25 17:09:06 UTC ---
I also get this on mips64-linux-gnu.


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

* [Bug fortran/54375] FAIL: gfortran.dg/realloc_on_assign_14.f90
  2012-08-25 16:53 [Bug fortran/54375] New: FAIL: gfortran.dg/realloc_on_assign_14.f90 danglin at gcc dot gnu.org
  2012-08-25 17:00 ` [Bug fortran/54375] " danglin at gcc dot gnu.org
  2012-08-25 17:09 ` pinskia at gcc dot gnu.org
@ 2012-08-25 21:55 ` burnus at gcc dot gnu.org
  2012-08-27 22:18 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-08-25 21:55 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-08-25 21:55:00 UTC ---
I believe that this is a duplicate of PR 54350. At least for comment 0:
GNU Fortran (GCC) version 4.8.0 20120824 (experimental) [trunk revision 190636]
is one revision too early; Rev. 190641 should be okay.


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

* [Bug fortran/54375] FAIL: gfortran.dg/realloc_on_assign_14.f90
  2012-08-25 16:53 [Bug fortran/54375] New: FAIL: gfortran.dg/realloc_on_assign_14.f90 danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-08-25 21:55 ` burnus at gcc dot gnu.org
@ 2012-08-27 22:18 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-08-27 22:18 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2012-08-27 22:17:50 UTC ---
Fixed.


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

end of thread, other threads:[~2012-08-27 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-25 16:53 [Bug fortran/54375] New: FAIL: gfortran.dg/realloc_on_assign_14.f90 danglin at gcc dot gnu.org
2012-08-25 17:00 ` [Bug fortran/54375] " danglin at gcc dot gnu.org
2012-08-25 17:09 ` pinskia at gcc dot gnu.org
2012-08-25 21:55 ` burnus at gcc dot gnu.org
2012-08-27 22:18 ` danglin 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).