public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/37381]  New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
@ 2008-09-05  8:04 tbm at cyrius dot com
  2008-09-05  8:05 ` [Bug target/37381] " tbm at cyrius dot com
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: tbm at cyrius dot com @ 2008-09-05  8:04 UTC (permalink / raw)
  To: gcc-bugs

I get the following ICE with trunk from 20080903 (revision 127646).  This
doesn't happen with 4.4.0 20080802

(sid)tbm@coconut0:~$ /usr/lib/gcc-snapshot/bin/gcc -O2 -c wmtv-wmtv.c
wmtv-wmtv.c: In function 'DoFullScreen':
wmtv-wmtv.c:97: internal compiler error: in ia64_speculate_insn, at
config/ia64/ia64.c:6902
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-snapshot/README.Bugs> for instructions.
(sid)tbm@coconut0:~$ /usr/lib/gcc-snapshot/bin/gcc -O -c wmtv-wmtv.c
(sid)tbm@coconut0:~$


-- 
           Summary: [4.4 Regression] ICE in ia64_speculate_insn, at
                    config/ia64/ia64.c:6902
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
 GCC build triplet: ia64-linux-gnu
  GCC host triplet: ia64-linux-gnu
GCC target triplet: ia64-linux-gnu


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
  2008-09-05  8:05 ` [Bug target/37381] " tbm at cyrius dot com
@ 2008-09-05  8:05 ` tbm at cyrius dot com
  2008-09-05  9:07 ` rguenth at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tbm at cyrius dot com @ 2008-09-05  8:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tbm at cyrius dot com  2008-09-05 08:04 -------
Created an attachment (id=16228)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16228&action=view)
Preprocessed code


-- 


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
@ 2008-09-05  8:05 ` tbm at cyrius dot com
  2008-09-05  8:05 ` tbm at cyrius dot com
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tbm at cyrius dot com @ 2008-09-05  8:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tbm at cyrius dot com  2008-09-05 08:04 -------
Created an attachment (id=16229)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16229&action=view)
Slightly reduced testcase


-- 


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
  2008-09-05  8:05 ` [Bug target/37381] " tbm at cyrius dot com
  2008-09-05  8:05 ` tbm at cyrius dot com
@ 2008-09-05  9:07 ` rguenth at gcc dot gnu dot org
  2008-09-07 20:07 ` hjl dot tools at gmail dot com
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-09-05  9:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abel at ispras dot ru
   Target Milestone|---                         |4.4.0


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (2 preceding siblings ...)
  2008-09-05  9:07 ` rguenth at gcc dot gnu dot org
@ 2008-09-07 20:07 ` hjl dot tools at gmail dot com
  2008-09-08 10:39 ` amonakov at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-09-07 20:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2008-09-07 20:06 -------
Adding -mno-sched-ar-data-spec fixes the crash. This bug is
introduced by selective scheduling.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gmail dot com


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (3 preceding siblings ...)
  2008-09-07 20:07 ` hjl dot tools at gmail dot com
@ 2008-09-08 10:39 ` amonakov at gcc dot gnu dot org
  2008-09-09 20:40 ` jsm28 at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: amonakov at gcc dot gnu dot org @ 2008-09-08 10:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from amonakov at gcc dot gnu dot org  2008-09-08 10:38 -------
Scheduling of instructions dependent on speculative loads was implemented a
bit differently on sel-sched branch and on trunk (before the merge).  Since
ia64.c changes were not checked in, a discrepancy appeared, resulting in an ICE
when attempting to schedule an instruction dependent on speculative load.

This issue is fixed by restoring the scheduler behaviour to the
pre-merge state.  This change will have to be reverted when ia64 changes are
approved (handling of BE_IN_SPEC bits will be implemented in back-end).

Bootstrapped and regtested on ia64-linux.  I will add the testcase and re-post
to gcc-patches@.


        PR target/37381
        * haifa-sched.c (sched_speculate_insn): Filter BE_IN_SPEC bits before
        passing dependence status to back-end.


Index: gcc/haifa-sched.c
===================================================================
--- gcc/haifa-sched.c   (revision 140093)
+++ gcc/haifa-sched.c   (working copy)
@@ -4288,7 +4288,7 @@ sched_speculate_insn (rtx insn, ds_t req
       && !(request & BEGIN_SPEC))
     return 0;

-  return targetm.sched.speculate_insn (insn, request, new_pat);
+  return targetm.sched.speculate_insn (insn, request & BEGIN_SPEC, new_pat);
 }

 static int


-- 

amonakov at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |amonakov at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-08 10:38:12
               date|                            |


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (4 preceding siblings ...)
  2008-09-08 10:39 ` amonakov at gcc dot gnu dot org
@ 2008-09-09 20:40 ` jsm28 at gcc dot gnu dot org
  2008-09-19  5:21 ` hjl dot tools at gmail dot com
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-09-09 20:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (5 preceding siblings ...)
  2008-09-09 20:40 ` jsm28 at gcc dot gnu dot org
@ 2008-09-19  5:21 ` hjl dot tools at gmail dot com
  2008-09-19 23:02 ` sje at cup dot hp dot com
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-09-19  5:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl dot tools at gmail dot com  2008-09-19 05:20 -------
Steve, can you review ia64 changes from sel-sched branch?
When sel-sched branch branch was merged into trunk, ia64
changes were left out and are still pending for review.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (6 preceding siblings ...)
  2008-09-19  5:21 ` hjl dot tools at gmail dot com
@ 2008-09-19 23:02 ` sje at cup dot hp dot com
  2008-09-22  6:21 ` abel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sje at cup dot hp dot com @ 2008-09-19 23:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from sje at cup dot hp dot com  2008-09-19 23:01 -------
I am not sure what I would be reviewing.  Alexander, do you want me to review
the patch from comment #4 as a fix for this bug or is there another patch you
would like to propose to bring the ia64 sel-sched  changes over.  I checked out
the sel-sched branch but I don't see any real differences between ia64.c on
that branch and on main line.  What changes would be checked in that would make
the change in comment #4 unnecessary.


-- 


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (7 preceding siblings ...)
  2008-09-19 23:02 ` sje at cup dot hp dot com
@ 2008-09-22  6:21 ` abel at gcc dot gnu dot org
  2008-09-22 16:37 ` sje at cup dot hp dot com
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: abel at gcc dot gnu dot org @ 2008-09-22  6:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from abel at gcc dot gnu dot org  2008-09-22 06:20 -------
The patch implementing ia64 changes needed for the selective scheduler can be
found at http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01669.html.  [The first
version of the patch with some summary is at
http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00117.html.  What is changed from
that summary is that per Ian's suggestion we call compute_alignments from
machine_reorg manually instead of rearranging the pass sequence.] 

I was going to ping them, but HJ did that first.  It is important that we get
that in for 4.4, because otherwise selective scheduler will be non-functional
on ia64.  However, I presume reviewing the changes will take some time, so it
could make sense to fix this bug first.  The patch for the bug is simple, and
it is not a problem to revert it when committing the rest of sel-sched changes. 

On the sel-sched branch, I have restored the config/ia64/* files to be in line
with mainline before merge.  I will revert this on a branch in two-three days,
so that the sel-sched branch will contain a fully functional selective
scheduler on ia64.  


-- 


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (8 preceding siblings ...)
  2008-09-22  6:21 ` abel at gcc dot gnu dot org
@ 2008-09-22 16:37 ` sje at cup dot hp dot com
  2008-10-13  8:58 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sje at cup dot hp dot com @ 2008-09-22 16:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from sje at cup dot hp dot com  2008-09-22 16:35 -------
I'll try to review the IA64 sel-sched patch over the next couple of weeks.  I
can't approve the workaround since it is not IA64 specific (it is in
haifa-sched.c).


-- 


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (9 preceding siblings ...)
  2008-09-22 16:37 ` sje at cup dot hp dot com
@ 2008-10-13  8:58 ` hjl dot tools at gmail dot com
  2008-10-14 13:42 ` amonakov at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-10-13  8:58 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1736 bytes --]



------- Comment #9 from hjl dot tools at gmail dot com  2008-10-13 08:57 -------
Revision 141079 gaves:

+FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (internal compiler error)
+FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (test for excess errors)
+FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer
-funroll-loops  (internal compiler error)
+FAIL: gfortran.dg/structure_constructor_1.f03  -O3 -fomit-frame-pointer
-funroll-loops  (test for excess errors)

They failed with

[hjl@gnu-12 gfortran]$
/export/gnu/import/svn/gcc-test/bld/gcc/testsuite/gfortran/../../gfortran
-B/export/gnu/import/svn/gcc-test/bld/gcc/testsuite/gfortran/../../
/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gfortran.dg/structure_constructor_1.f03
  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  
-pedantic-errors 
-L/export/gnu/import/svn/gcc-test/bld/ia64-unknown-linux-gnu/./libgfortran/.libs
-L/export/gnu/import/svn/gcc-test/bld/ia64-unknown-linux-gnu/./libgfortran/.libs
-L/export/gnu/import/svn/gcc-test/bld/ia64-unknown-linux-gnu/./libiberty  -lm  
-o ./structure_constructor_1.exe
/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gfortran.dg/structure_constructor_1.f03:
In function âtestâ:
/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gfortran.dg/structure_constructor_1.f03:70:
internal compiler error: in ia64_speculate_insn, at config/ia64/ia64.c:6905
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (10 preceding siblings ...)
  2008-10-13  8:58 ` hjl dot tools at gmail dot com
@ 2008-10-14 13:42 ` amonakov at gcc dot gnu dot org
  2008-10-14 21:51 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: amonakov at gcc dot gnu dot org @ 2008-10-14 13:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from amonakov at gcc dot gnu dot org  2008-10-14 13:41 -------
Since Andrey has just committed ia64 changes from sel-sched branch to trunk,
the underlying problem is fixed and ICEs on original testcase and mentioned
regression tests are gone.  Closing as fixed.


-- 

amonakov at gcc dot gnu dot org changed:

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


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (11 preceding siblings ...)
  2008-10-14 13:42 ` amonakov at gcc dot gnu dot org
@ 2008-10-14 21:51 ` hjl dot tools at gmail dot com
  2008-10-16 17:32 ` amonakov at gcc dot gnu dot org
  2008-10-16 17:44 ` amonakov at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-10-14 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from hjl dot tools at gmail dot com  2008-10-14 21:50 -------
I didn't see the testcase in comment #2 in gcc.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (12 preceding siblings ...)
  2008-10-14 21:51 ` hjl dot tools at gmail dot com
@ 2008-10-16 17:32 ` amonakov at gcc dot gnu dot org
  2008-10-16 17:44 ` amonakov at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: amonakov at gcc dot gnu dot org @ 2008-10-16 17:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from amonakov at gcc dot gnu dot org  2008-10-16 17:31 -------
Subject: Bug 37381

Author: amonakov
Date: Thu Oct 16 17:30:06 2008
New Revision: 141177

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141177
Log:
2008-10-16  Alexander Monakov  <amonakov@ispras.ru>

        PR target/37381
        * gcc.c-torture/compile/pr37381.c: New test.


Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr37381.c
Modified:
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/37381] [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902
  2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
                   ` (13 preceding siblings ...)
  2008-10-16 17:32 ` amonakov at gcc dot gnu dot org
@ 2008-10-16 17:44 ` amonakov at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: amonakov at gcc dot gnu dot org @ 2008-10-16 17:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from amonakov at gcc dot gnu dot org  2008-10-16 17:42 -------
H.J., thanks for reminding.  Closing again.


-- 

amonakov at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-10-16 17:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-05  8:04 [Bug target/37381] New: [4.4 Regression] ICE in ia64_speculate_insn, at config/ia64/ia64.c:6902 tbm at cyrius dot com
2008-09-05  8:05 ` [Bug target/37381] " tbm at cyrius dot com
2008-09-05  8:05 ` tbm at cyrius dot com
2008-09-05  9:07 ` rguenth at gcc dot gnu dot org
2008-09-07 20:07 ` hjl dot tools at gmail dot com
2008-09-08 10:39 ` amonakov at gcc dot gnu dot org
2008-09-09 20:40 ` jsm28 at gcc dot gnu dot org
2008-09-19  5:21 ` hjl dot tools at gmail dot com
2008-09-19 23:02 ` sje at cup dot hp dot com
2008-09-22  6:21 ` abel at gcc dot gnu dot org
2008-09-22 16:37 ` sje at cup dot hp dot com
2008-10-13  8:58 ` hjl dot tools at gmail dot com
2008-10-14 13:42 ` amonakov at gcc dot gnu dot org
2008-10-14 21:51 ` hjl dot tools at gmail dot com
2008-10-16 17:32 ` amonakov at gcc dot gnu dot org
2008-10-16 17:44 ` amonakov 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).