public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/42113]  New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
@ 2009-11-20  0:44 mattst88 at gmail dot com
  2009-11-20  0:45 ` [Bug regression/42113] " mattst88 at gmail dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: mattst88 at gmail dot com @ 2009-11-20  0:44 UTC (permalink / raw)
  To: gcc-bugs

Unfortunately, but 8603 seems to cause internal compiler errors on select files
when using -O3. -O{s,0,1,2} are unaffected.

I'm attaching pp.i (preprocessed pp.c from libperl), and flist.i (preprocessed
flist.c from rsync) as test cases.

gcc-4.3.4 does not exhibit this failure, but when patched from bug 8603, it
fails. gcc-4.4.1 does not exhibit this failure, but gcc-4.4.2, which includes
the patch from 8603, does fail.


-- 
           Summary: [4.3/4.4/4.5 Regression] Internal Compiler error with -
                    O3, breaking commit known
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mattst88 at gmail dot com
 GCC build triplet: alpha-unknown-linux-gnu
  GCC host triplet: alpha-unknown-linux-gnu
GCC target triplet: alpha-unknown-linux-gnu


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


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

* [Bug regression/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
  2009-11-20  0:45 ` [Bug regression/42113] " mattst88 at gmail dot com
@ 2009-11-20  0:45 ` mattst88 at gmail dot com
  2009-11-20 10:06 ` [Bug target/42113] " ubizjak at gmail dot com
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: mattst88 at gmail dot com @ 2009-11-20  0:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mattst88 at gmail dot com  2009-11-20 00:44 -------
Created an attachment (id=19061)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19061&action=view)
Test Case 1 - pp.i - preprocessed pp.c from libperl


-- 


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


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

* [Bug regression/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
@ 2009-11-20  0:45 ` mattst88 at gmail dot com
  2009-11-20  0:45 ` mattst88 at gmail dot com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: mattst88 at gmail dot com @ 2009-11-20  0:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mattst88 at gmail dot com  2009-11-20 00:45 -------
Created an attachment (id=19062)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19062&action=view)
Test Case 2 - flist.i - preprocessed flist.c from rsync


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
  2009-11-20  0:45 ` [Bug regression/42113] " mattst88 at gmail dot com
  2009-11-20  0:45 ` mattst88 at gmail dot com
@ 2009-11-20 10:06 ` ubizjak at gmail dot com
  2009-11-20 10:43 ` ubizjak at gmail dot com
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-20 10:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2009-11-20 10:06 -------
Both files compile OK with 4.5 cross from x86_64-pc-linux-gnu.

Probably a target specific patch should be backported from mainline to 4.3 and
4.4 branches.


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (2 preceding siblings ...)
  2009-11-20 10:06 ` [Bug target/42113] " ubizjak at gmail dot com
@ 2009-11-20 10:43 ` ubizjak at gmail dot com
  2009-11-20 10:59 ` [Bug target/42113] [4.3/4.4 " rguenth at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-20 10:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ubizjak at gmail dot com  2009-11-20 10:42 -------
Confirmed with 4.4 cross.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ubizjak at gmail dot com    |
         AssignedTo|unassigned at gcc dot gnu   |ubizjak at gmail dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-20 10:42:41
               date|                            |


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


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

* [Bug target/42113] [4.3/4.4 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (3 preceding siblings ...)
  2009-11-20 10:43 ` ubizjak at gmail dot com
@ 2009-11-20 10:59 ` rguenth at gcc dot gnu dot org
  2009-11-20 12:58 ` ubizjak at gmail dot com
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-11-20 10:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
            Summary|[4.3/4.4/4.5 Regression]    |[4.3/4.4 Regression]
                   |Internal Compiler error with|Internal Compiler error with
                   |-O3, breaking commit known  |-O3, breaking commit known
   Target Milestone|---                         |4.4.3


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


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

* [Bug target/42113] [4.3/4.4 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (4 preceding siblings ...)
  2009-11-20 10:59 ` [Bug target/42113] [4.3/4.4 " rguenth at gcc dot gnu dot org
@ 2009-11-20 12:58 ` ubizjak at gmail dot com
  2009-11-20 13:41 ` ubizjak at gmail dot com
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-20 12:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ubizjak at gmail dot com  2009-11-20 12:58 -------
This reduced testcase fails also on 4.5:

--cut here--
int make_file (int a, int b)
{
  int foo = a * sizeof (int);

  if (b)
    foo += sizeof (int);

  return foo;
}
--cut here--


-- 


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


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

* [Bug target/42113] [4.3/4.4 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (5 preceding siblings ...)
  2009-11-20 12:58 ` ubizjak at gmail dot com
@ 2009-11-20 13:41 ` ubizjak at gmail dot com
  2009-11-20 18:33 ` [Bug target/42113] [4.3/4.4/4.5 " ubizjak at gmail dot com
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-20 13:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ubizjak at gmail dot com  2009-11-20 13:40 -------
Created an attachment (id=19067)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19067&action=view)
patch to fix mode of scratch register in *cmp_s{add,sub}_si{,di}

This patch fixes wrong modes of scratch register in *cmp_s{add,sub}_si{,di}
patterns.


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (6 preceding siblings ...)
  2009-11-20 13:41 ` ubizjak at gmail dot com
@ 2009-11-20 18:33 ` ubizjak at gmail dot com
  2009-11-21 16:15 ` mattst88 at gmail dot com
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-20 18:33 UTC (permalink / raw)
  To: gcc-bugs



-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2009-
                   |                            |11/msg01115.html
   Target Milestone|4.4.3                       |4.3.5


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (7 preceding siblings ...)
  2009-11-20 18:33 ` [Bug target/42113] [4.3/4.4/4.5 " ubizjak at gmail dot com
@ 2009-11-21 16:15 ` mattst88 at gmail dot com
  2009-11-22  9:31 ` uros at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: mattst88 at gmail dot com @ 2009-11-21 16:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mattst88 at gmail dot com  2009-11-21 16:15 -------
I can confirm that the attached patch fixes the issue. Thanks!


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (8 preceding siblings ...)
  2009-11-21 16:15 ` mattst88 at gmail dot com
@ 2009-11-22  9:31 ` uros at gcc dot gnu dot org
  2009-11-22 17:52 ` mattst88 at gmail dot com
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: uros at gcc dot gnu dot org @ 2009-11-22  9:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from uros at gcc dot gnu dot org  2009-11-22 09:31 -------
Subject: Bug 42113

Author: uros
Date: Sun Nov 22 09:30:50 2009
New Revision: 154423

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154423
Log:
        PR target/42113
        * config/alpha/alpha.md (*cmp_sadd_si): Change mode
        of scratch register to SImode.
        (*cmp_sadd_sidi): Ditto.
        (*cmp_ssub_si): Ditto.
        (*cmp_ssub_sidi): Ditto.

testsuite/ChangeLog:

        PR target/42113
        * gcc.target/alpha/pr42113.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/alpha/pr42113.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/alpha/alpha.md
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (9 preceding siblings ...)
  2009-11-22  9:31 ` uros at gcc dot gnu dot org
@ 2009-11-22 17:52 ` mattst88 at gmail dot com
  2009-11-22 18:10 ` ubizjak at gmail dot com
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: mattst88 at gmail dot com @ 2009-11-22 17:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mattst88 at gmail dot com  2009-11-22 17:52 -------
WRT the test suite: should it be 

/* { dg-options "-O2" } */

or

/* { dg-options "-O3" } */

That is, -O2 or -O3? I could only produce the internal compiler error with -O3,
and not at all with -Os, -O0, -O1, -O2.


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (10 preceding siblings ...)
  2009-11-22 17:52 ` mattst88 at gmail dot com
@ 2009-11-22 18:10 ` ubizjak at gmail dot com
  2009-11-23 21:15 ` uros at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-22 18:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from ubizjak at gmail dot com  2009-11-22 18:10 -------
Subject: Re:  [4.3/4.4/4.5 Regression] Internal Compiler
 error with -O3, breaking commit known

On 11/22/2009 06:52 PM, mattst88 at gmail dot com wrote:
> ------- Comment #9 from mattst88 at gmail dot com  2009-11-22 17:52 -------
> WRT the test suite: should it be
>
> /* { dg-options "-O2" } */
>
> or
>
> /* { dg-options "-O3" } */
>
> That is, -O2 or -O3? I could only produce the internal compiler error with -O3,
> and not at all with -Os, -O0, -O1, -O2.
>    

The testcase also fails with -O2,.

Uros.


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (11 preceding siblings ...)
  2009-11-22 18:10 ` ubizjak at gmail dot com
@ 2009-11-23 21:15 ` uros at gcc dot gnu dot org
  2009-11-23 21:27 ` uros at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: uros at gcc dot gnu dot org @ 2009-11-23 21:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from uros at gcc dot gnu dot org  2009-11-23 21:14 -------
Subject: Bug 42113

Author: uros
Date: Mon Nov 23 21:14:32 2009
New Revision: 154464

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154464
Log:
        PR target/42113
        * config/alpha/alpha.md (*cmp_sadd_si): Change mode
        of scratch register to SImode.
        (*cmp_sadd_sidi): Ditto.
        (*cmp_ssub_si): Ditto.
        (*cmp_ssub_sidi): Ditto.

testsuite/ChangeLog:

        PR target/42113
        * gcc.target/alpha/pr42113.c: New test.


Added:
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/alpha/pr42113.c
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config/alpha/alpha.md
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (12 preceding siblings ...)
  2009-11-23 21:15 ` uros at gcc dot gnu dot org
@ 2009-11-23 21:27 ` uros at gcc dot gnu dot org
  2009-11-23 21:30 ` ubizjak at gmail dot com
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: uros at gcc dot gnu dot org @ 2009-11-23 21:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from uros at gcc dot gnu dot org  2009-11-23 21:27 -------
Subject: Bug 42113

Author: uros
Date: Mon Nov 23 21:27:30 2009
New Revision: 154465

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154465
Log:
        PR target/42113
        * config/alpha/alpha.md (*cmp_sadd_si): Change mode
        of scratch register to SImode.
        (*cmp_sadd_sidi): Ditto.
        (*cmp_ssub_si): Ditto.
        (*cmp_ssub_sidi): Ditto.

testsuite/ChangeLog:

        PR target/42113
        * gcc.target/alpha/pr42113.c: New test.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/alpha/pr42113.c
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/alpha/alpha.md
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (13 preceding siblings ...)
  2009-11-23 21:27 ` uros at gcc dot gnu dot org
@ 2009-11-23 21:30 ` ubizjak at gmail dot com
  2010-03-26 18:46 ` uros at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-23 21:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from ubizjak at gmail dot com  2009-11-23 21:30 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

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


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (14 preceding siblings ...)
  2009-11-23 21:30 ` ubizjak at gmail dot com
@ 2010-03-26 18:46 ` uros at gcc dot gnu dot org
  2010-03-27 12:09 ` uros at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: uros at gcc dot gnu dot org @ 2010-03-26 18:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from uros at gcc dot gnu dot org  2010-03-26 18:46 -------
Subject: Bug 42113

Author: uros
Date: Fri Mar 26 18:45:56 2010
New Revision: 157759

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157759
Log:
        PR target/42113
        * config/alpha/alpha.md (*cmp_sadd_si): Change mode
        of scratch register to DImode.  Split to DImode comparison operator.
        Use SImode subreg of scratch register in the multiplication.
        (*cmp_sadd_sidi): Ditto.
        (*cmp_ssub_si): Ditto.
        (*cmp_ssub_sidi): Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/alpha/alpha.md


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (15 preceding siblings ...)
  2010-03-26 18:46 ` uros at gcc dot gnu dot org
@ 2010-03-27 12:09 ` uros at gcc dot gnu dot org
  2010-03-27 12:16 ` uros at gcc dot gnu dot org
  2010-03-27 12:17 ` ubizjak at gmail dot com
  18 siblings, 0 replies; 20+ messages in thread
From: uros at gcc dot gnu dot org @ 2010-03-27 12:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from uros at gcc dot gnu dot org  2010-03-27 12:09 -------
Subject: Bug 42113

Author: uros
Date: Sat Mar 27 12:09:24 2010
New Revision: 157774

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157774
Log:
        PR target/42113
        * config/alpha/alpha.md (*cmp_sadd_si): Change mode
        of scratch register to DImode.  Split to DImode comparison operator.
        Use SImode subreg of scratch register in the multiplication.
        (*cmp_sadd_sidi): Ditto.
        (*cmp_ssub_si): Ditto.
        (*cmp_ssub_sidi): Ditto.


Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config/alpha/alpha.md


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (16 preceding siblings ...)
  2010-03-27 12:09 ` uros at gcc dot gnu dot org
@ 2010-03-27 12:16 ` uros at gcc dot gnu dot org
  2010-03-27 12:17 ` ubizjak at gmail dot com
  18 siblings, 0 replies; 20+ messages in thread
From: uros at gcc dot gnu dot org @ 2010-03-27 12:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from uros at gcc dot gnu dot org  2010-03-27 12:16 -------
Subject: Bug 42113

Author: uros
Date: Sat Mar 27 12:15:50 2010
New Revision: 157775

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157775
Log:
        PR target/42113
        * config/alpha/alpha.md (*cmp_sadd_si): Change mode
        of scratch register to DImode.  Split to DImode comparison operator.
        Use SImode subreg of scratch register in the multiplication.
        (*cmp_sadd_sidi): Ditto.
        (*cmp_ssub_si): Ditto.
        (*cmp_ssub_sidi): Ditto.


Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/alpha/alpha.md


-- 


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


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

* [Bug target/42113] [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known
  2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
                   ` (17 preceding siblings ...)
  2010-03-27 12:16 ` uros at gcc dot gnu dot org
@ 2010-03-27 12:17 ` ubizjak at gmail dot com
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2010-03-27 12:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from ubizjak at gmail dot com  2010-03-27 12:17 -------
Fixed in a better way.


-- 


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


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

end of thread, other threads:[~2010-03-27 12:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-20  0:44 [Bug regression/42113] New: [4.3/4.4/4.5 Regression] Internal Compiler error with -O3, breaking commit known mattst88 at gmail dot com
2009-11-20  0:45 ` [Bug regression/42113] " mattst88 at gmail dot com
2009-11-20  0:45 ` mattst88 at gmail dot com
2009-11-20 10:06 ` [Bug target/42113] " ubizjak at gmail dot com
2009-11-20 10:43 ` ubizjak at gmail dot com
2009-11-20 10:59 ` [Bug target/42113] [4.3/4.4 " rguenth at gcc dot gnu dot org
2009-11-20 12:58 ` ubizjak at gmail dot com
2009-11-20 13:41 ` ubizjak at gmail dot com
2009-11-20 18:33 ` [Bug target/42113] [4.3/4.4/4.5 " ubizjak at gmail dot com
2009-11-21 16:15 ` mattst88 at gmail dot com
2009-11-22  9:31 ` uros at gcc dot gnu dot org
2009-11-22 17:52 ` mattst88 at gmail dot com
2009-11-22 18:10 ` ubizjak at gmail dot com
2009-11-23 21:15 ` uros at gcc dot gnu dot org
2009-11-23 21:27 ` uros at gcc dot gnu dot org
2009-11-23 21:30 ` ubizjak at gmail dot com
2010-03-26 18:46 ` uros at gcc dot gnu dot org
2010-03-27 12:09 ` uros at gcc dot gnu dot org
2010-03-27 12:16 ` uros at gcc dot gnu dot org
2010-03-27 12:17 ` ubizjak at gmail dot com

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).