public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27282] [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
@ 2006-04-24 14:04 ` tbm at cyrius dot com
  2006-04-24 23:46 ` [Bug target/27282] [4.2 regression] " pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tbm at cyrius dot com @ 2006-04-24 14:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tbm at cyrius dot com  2006-04-24 14:04 -------
Created an attachment (id=11324)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11324&action=view)
test case


-- 


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


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

* [Bug target/27282]  New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn
@ 2006-04-24 14:04 tbm at cyrius dot com
  2006-04-24 14:04 ` [Bug target/27282] " tbm at cyrius dot com
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: tbm at cyrius dot com @ 2006-04-24 14:04 UTC (permalink / raw)
  To: gcc-bugs

I get the following on powerpc; don't see it on i386 or x86_64:

766:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/gcc -c -O mini.c
mini.c: In function 'colrow_equal':
mini.c:17: error: could not split insn
(insn 59 28 29 (set (reg:SI 9 9)
        (const_int 3791650816 [0xe2000000])) 262 {*movsi_internal1} (nil)
    (nil))
mini.c:17: internal compiler error: in final_scan_insn, at final.c:2448
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
zsh: exit 1     /usr/lib/gcc-snapshot/bin/gcc -c -O mini.c
767:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/gcc -c mini.c
768:tbm@test: ~/delta/bin] gcc-4.1 -c -O2 mini.c
769:tbm@test: ~/delta/bin]


-- 
           Summary: [4.2 regression, powerpc] ICE in final_scan_insn, at
                    final.c:2448 - could not split insn
           Product: gcc
           Version: 4.2.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: powerpc-linux-gnu
  GCC host triplet: powerpc-linux-gnu
GCC target triplet: powerpc-linux-gnu


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
  2006-04-24 14:04 ` [Bug target/27282] " tbm at cyrius dot com
@ 2006-04-24 23:46 ` pinskia at gcc dot gnu dot org
  2006-04-25  0:46 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-24 23:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code
            Summary|[4.2 regression, powerpc]   |[4.2 regression] ICE in
                   |ICE in final_scan_insn, at  |final_scan_insn, at
                   |final.c:2448 - could not    |final.c:2448 - could not
                   |split insn                  |split insn
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
  2006-04-24 14:04 ` [Bug target/27282] " tbm at cyrius dot com
  2006-04-24 23:46 ` [Bug target/27282] [4.2 regression] " pinskia at gcc dot gnu dot org
@ 2006-04-25  0:46 ` pinskia at gcc dot gnu dot org
  2006-04-25  0:54 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-25  0:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-04-25 00:46 -------
(insn:HI 29 28 62 3 (parallel [
            (set (reg:SI 134)
                (and:SI (reg:SI 130)
                    (const_int 3791650816 [0xe2000000])))
            (clobber (scratch:CC))
        ]) 102 {andsi3} (nil)
    (expr_list:REG_DEAD (reg:SI 130)
        (expr_list:REG_UNUSED (scratch:CC)
            (nil))))


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (2 preceding siblings ...)
  2006-04-25  0:46 ` pinskia at gcc dot gnu dot org
@ 2006-04-25  0:54 ` pinskia at gcc dot gnu dot org
  2006-04-25  4:24 ` dje at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-25  0:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-04-25 00:53 -------
Confirmed, reload is the one which is creating the (set reg const_int).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-25 00:53:57
               date|                            |


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (3 preceding siblings ...)
  2006-04-25  0:54 ` pinskia at gcc dot gnu dot org
@ 2006-04-25  4:24 ` dje at gcc dot gnu dot org
  2006-04-25  6:37 ` bonzini at gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-04-25  4:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dje at gcc dot gnu dot org  2006-04-25 04:24 -------
This optimization occurred in 4.1 between life2 and lreg:

life2:
(insn 24 23 25 2 (set (reg:SI 126)
        (const_int -503316480 [0xffffffffe2000000])) 279 {*movsi_internal1}
(nil)
    (nil))

(insn 30 29 31 2 (parallel [
            (set (reg:SI 134)
                (and:SI (reg:SI 130)
                    (reg:SI 126)))
            (clobber (scratch:CC))
        ]) 98 {andsi3} (insn_list:REG_DEP_TRUE 24 (insn_list:REG_DEP_TRUE 29
(nil)))
    (expr_list:REG_UNUSED (scratch:CC)
        (expr_list:REG_DEAD (reg:SI 130)
            (expr_list:REG_DEAD (reg:SI 126)
                (expr_list:REG_UNUSED (scratch:CC)
                    (nil))))))

lreg:
(insn 30 29 31 2 (parallel [
            (set (reg:SI 134)
                (and:SI (reg:SI 130)
                    (const_int -503316480 [0xffffffffe2000000])))
            (clobber (scratch:CC))
        ]) 98 {andsi3} (insn_list:REG_DEP_TRUE 24 (insn_list:REG_DEP_TRUE 29
(nil)))
    (expr_list:REG_UNUSED (scratch:CC)
        (expr_list:REG_DEAD (reg:SI 130)
            (expr_list:REG_UNUSED (scratch:CC)
                (nil)))))

and the constant remained properly sign extended through combine.

In 4.2, the value is correct in life1:
(insn 23 22 24 4 (set (reg:SI 126)
        (const_int -503316480 [0xffffffffe2000000])) 310 {*movsi_internal1}
(nil)
    (nil))

(insn 28 27 29 4 (parallel [
            (set (reg:SI 130)
                (and:SI (reg:SI 131)
                    (reg:SI 126)))
            (clobber (scratch:CC))
        ]) 129 {andsi3} (insn_list:REG_DEP_TRUE 27 (nil))
    (expr_list:REG_DEAD (reg:SI 131)
        (expr_list:REG_DEAD (reg:SI 126)
            (expr_list:REG_UNUSED (scratch:CC)
                (nil)))))

but wrong in combine:
(insn 29 28 30 4 (parallel [
            (set (reg:SI 134)
                (and:SI (reg:SI 130)
                    (const_int 3791650816 [0xe2000000])))
            (clobber (scratch:CC))
        ]) 129 {andsi3} (insn_list:REG_DEP_TRUE 28 (nil))
    (expr_list:REG_UNUSED (scratch:CC)
        (expr_list:REG_DEAD (reg:SI 130)
            (nil))))

This optimization is occurring in an earlier pass, but the constant is being
regenerated incorrectly.

I'm not sure if this is related to simplify_and_const_int or
simplify_const_binary_operation.  I do notice that simplify_and_const_int is
invoked in simplify_logical as

         x = simplify_and_const_int (x, mode, op0, INTVAL (op1));

while simplify_and_const_int signature is

simplify_and_const_int (rtx x, enum machine_mode mode, rtx varop,
                        unsigned HOST_WIDE_INT constop)

with an unsigned HWI argument.  It then reconstructs the argument as

    x = simplify_gen_binary (AND, GET_MODE (varop), varop, GEN_INT (constop));

Apparently changing the GEN_INT() to gen_int_mode() fixes the testcase.  The
current logic is dropping sign bits on the floor.


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (4 preceding siblings ...)
  2006-04-25  4:24 ` dje at gcc dot gnu dot org
@ 2006-04-25  6:37 ` bonzini at gnu dot org
  2006-04-25 14:09 ` roger at eyesopen dot com
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bonzini at gnu dot org @ 2006-04-25  6:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bonzini at gnu dot org  2006-04-25 06:37 -------
Sure.  The code meant to do so using trunc_int_for_mode, but it does not work
because constop is unsigned.  The trunc_int_for_mode was introduced in
http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01397.html to cure a similar ICE;
and the bug is latent on all branches since it dates back (through various
changes, notably r49112 by amodra) to the dawn of the original old-gcc
repository.

Bootstrapping this patch on i686-pc-linux-gnu, ok if it passes?  What about
4.1?

Index: gcc-fwprop/gcc/combine.c
===================================================================
--- gcc-fwprop/gcc/combine.c    (revision 113024)
+++ gcc-fwprop/gcc/combine.c    (working copy)
@@ -8190,6 +8190,5 @@ simplify_and_const_int_1 (enum machine_m
     return NULL_RTX;

   /* Otherwise, return an AND.  */
-  constop = trunc_int_for_mode (constop, mode);
-  return simplify_gen_binary (AND, mode, varop, GEN_INT (constop));
+  return simplify_gen_binary (AND, mode, varop, gen_int_mode (constop, mode));
 }

Paolo


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bonzini at gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-04-25 00:53:57         |2006-04-25 06:37:18
               date|                            |


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (5 preceding siblings ...)
  2006-04-25  6:37 ` bonzini at gnu dot org
@ 2006-04-25 14:09 ` roger at eyesopen dot com
  2006-04-25 15:21 ` dje at watson dot ibm dot com
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: roger at eyesopen dot com @ 2006-04-25 14:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from roger at eyesopen dot com  2006-04-25 14:09 -------
Paolo's fix looks good to me.  The bugzilla PR shows that this is a 4.2
regression, probably due to the more aggressive RTL optimizations on mainline.
So I'll preapprove Paolo's fix for mainline (please post the version you
commit and a new testcase when you commit it).

As for 4.1, do we have an example of a failure or wrong code generation
against the branch?  I can't tell from bugzilla whether this is safely
latent in 4.0 and 4.1, or just hasn't been investigated there yet
("known to work" is blank, but the summary only lists [4.2]).


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (6 preceding siblings ...)
  2006-04-25 14:09 ` roger at eyesopen dot com
@ 2006-04-25 15:21 ` dje at watson dot ibm dot com
  2006-04-25 15:42 ` roger at eyesopen dot com
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dje at watson dot ibm dot com @ 2006-04-25 15:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from dje at watson dot ibm dot com  2006-04-25 15:21 -------
Subject: Re:  [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could
not split insn 

The patch may be necessary, but does not fix the testcase.  The testcase
needs the patch that Andrew originally tested:

Index: combine.c
===================================================================
--- combine.c   (revision 113239)
+++ combine.c   (working copy)
@@ -8210,7 +8209,8 @@ simplify_and_const_int (rtx x, enum mach
     return tem;

   if (!x)
-    x = simplify_gen_binary (AND, GET_MODE (varop), varop, GEN_INT (constop));
+    x = simplify_gen_binary (AND, GET_MODE (varop), varop,
+                            gen_int_mode (constop, mode));
   if (GET_MODE (x) != mode)
     x = gen_lowpart (mode, x);
   return x;


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (7 preceding siblings ...)
  2006-04-25 15:21 ` dje at watson dot ibm dot com
@ 2006-04-25 15:42 ` roger at eyesopen dot com
  2006-04-25 16:09 ` dje at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: roger at eyesopen dot com @ 2006-04-25 15:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from roger at eyesopen dot com  2006-04-25 15:41 -------
Grr.  David's patch is also good.  Perhaps better if we follow the usual
protocol of posting patches to gcc-patches *after* bootstrap and regression
testing, for review and approval.  Posting untested patch fragments to
bugzilla without ChangeLog entries and asking for preapproval etc... seems
to, in this instance at least, demonstrate why GCC has the contribution
protocols that it has.

Thanks to David for catching this.


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (8 preceding siblings ...)
  2006-04-25 15:42 ` roger at eyesopen dot com
@ 2006-04-25 16:09 ` dje at gcc dot gnu dot org
  2006-04-25 21:16 ` janis at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-04-25 16:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from dje at gcc dot gnu dot org  2006-04-25 16:09 -------
By the way, while Andrew and my patch does produce correct code, it reverts to
the original behavior of the constant propagating into the AND between life2
and lreg, not between life1 and combine.  Somehow combine is able to form the
AND with the wrong constant that does not match the pattern but cannot form the
AND with the correct, sign-extended constant.


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (9 preceding siblings ...)
  2006-04-25 16:09 ` dje at gcc dot gnu dot org
@ 2006-04-25 21:16 ` janis at gcc dot gnu dot org
  2006-04-26  7:13 ` bonzini at gnu dot org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-04-25 21:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from janis at gcc dot gnu dot org  2006-04-25 21:16 -------
A regression hunt of trunk on powerpc-linux using mini.c with -O2 identified:

http://gcc.gnu.org/viewcvs?view=rev&rev=109016

r109016 | bonzini | 2005-12-23 16:07:53 +0000 (Fri, 23 Dec 2005)


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (10 preceding siblings ...)
  2006-04-25 21:16 ` janis at gcc dot gnu dot org
@ 2006-04-26  7:13 ` bonzini at gnu dot org
  2006-04-26 14:33 ` dje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bonzini at gnu dot org @ 2006-04-26  7:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from bonzini at gnu dot org  2006-04-26 07:13 -------
unassigning since David and Andrew's patch works, but mine does not.

My patch BTW could be a minor cleanup, but it is not even necessary because
GEN_INT (trunc_int_for_mode (...)) does not drop sign bits (it just introduces
unnecessary but harmless casts between unsigned and signed HOST_WIDE_INTs).


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|bonzini at gnu dot org      |unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (11 preceding siblings ...)
  2006-04-26  7:13 ` bonzini at gnu dot org
@ 2006-04-26 14:33 ` dje at gcc dot gnu dot org
  2006-04-26 17:11 ` pinskia at gcc dot gnu dot org
  2006-04-26 17:57 ` dje at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-04-26 14:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from dje at gcc dot gnu dot org  2006-04-26 14:33 -------
Subject: Bug 27282

Author: dje
Date: Wed Apr 26 14:33:49 2006
New Revision: 113275

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113275
Log:
2006-04-26  David Edelsohn  <edelsohn@gnu.org>
            Paolo Bonzini  <bonzini@gnu.org>

        PR middle-end/27282
        * combine.c (simplify_and_const_int_1): Use gen_int_mode.
        (simplify_and_const_int): Same.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/combine.c


-- 


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (12 preceding siblings ...)
  2006-04-26 14:33 ` dje at gcc dot gnu dot org
@ 2006-04-26 17:11 ` pinskia at gcc dot gnu dot org
  2006-04-26 17:57 ` dje at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-26 17:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2006-04-26 17:11 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn
  2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
                   ` (13 preceding siblings ...)
  2006-04-26 17:11 ` pinskia at gcc dot gnu dot org
@ 2006-04-26 17:57 ` dje at gcc dot gnu dot org
  14 siblings, 0 replies; 16+ messages in thread
From: dje at gcc dot gnu dot org @ 2006-04-26 17:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from dje at gcc dot gnu dot org  2006-04-26 17:57 -------
Subject: Bug 27282

Author: dje
Date: Wed Apr 26 17:57:03 2006
New Revision: 113278

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113278
Log:
        PR middle-end/27282
        * gcc.c-torture/compile/pr27282.c: New test

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


-- 


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


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

end of thread, other threads:[~2006-04-26 17:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-24 14:04 [Bug target/27282] New: [4.2 regression, powerpc] ICE in final_scan_insn, at final.c:2448 - could not split insn tbm at cyrius dot com
2006-04-24 14:04 ` [Bug target/27282] " tbm at cyrius dot com
2006-04-24 23:46 ` [Bug target/27282] [4.2 regression] " pinskia at gcc dot gnu dot org
2006-04-25  0:46 ` pinskia at gcc dot gnu dot org
2006-04-25  0:54 ` pinskia at gcc dot gnu dot org
2006-04-25  4:24 ` dje at gcc dot gnu dot org
2006-04-25  6:37 ` bonzini at gnu dot org
2006-04-25 14:09 ` roger at eyesopen dot com
2006-04-25 15:21 ` dje at watson dot ibm dot com
2006-04-25 15:42 ` roger at eyesopen dot com
2006-04-25 16:09 ` dje at gcc dot gnu dot org
2006-04-25 21:16 ` janis at gcc dot gnu dot org
2006-04-26  7:13 ` bonzini at gnu dot org
2006-04-26 14:33 ` dje at gcc dot gnu dot org
2006-04-26 17:11 ` pinskia at gcc dot gnu dot org
2006-04-26 17:57 ` dje 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).