public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44546]  New: 4.5 ICE with -ffast-math -Os (compiling graphviz)
@ 2010-06-15 16:23 chexum at gmail dot com
  2010-06-15 16:26 ` [Bug c/44546] " chexum at gmail dot com
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: chexum at gmail dot com @ 2010-06-15 16:23 UTC (permalink / raw)
  To: gcc-bugs

libtool: compile:  gcc -v -save-temps -DHAVE_CONFIG_H -I. -I../.. -I../..
-I../../lib/common -I../../lib/gvc -I../../lib/pack -I../../lib/ortho
-I../../lib/pathplan -I../../lib/graph -I../../lib/sparse -I../../lib/rbtree
-I../../lib/sfdpgen -I../../lib/cdt -Os -Wall -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith
-Wall -ffast-math -MT stress.lo -MD -MP -MF .deps/stress.Tpo -c stress.c  -fPIC
-DPIC -o .libs/stress.o
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-pc-linux-gnu/4.5.0/lto-wrapper
Target: i586-pc-linux-gnu
Configured with: ..//configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --with-system-zlib
--enable-languages=c,c++,objc,java,ada,fortran --enable-threads
--enable-__cxa_atexit --enable-clocale=gnu --enable-libada --enable-shared
--with-ecj-jar=/usr/share/java/ecj.jar i586-pc-linux-gnu
Thread model: posix
gcc version 4.5.0 (GCC)
...
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-DHAVE_CONFIG_H' '-I.' '-I../..'
'-I../..' '-I../../lib/common' '-I../../lib/gvc' '-I../../lib/pack'
'-I../../lib/ortho' '-I../../lib/pathplan' '-I../../lib/graph'
'-I../../lib/sparse' '-I../../lib/rbtree' '-I../../lib/sfdpgen'
'-I../../lib/cdt' '-Os' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64'
'-Wno-unknown-pragmas' '-Wstrict-prototypes' '-Wpointer-arith' '-Wall'
'-ffast-math' '-MT' 'stress.lo' '-MD' '-MP' '-MF' '.deps/stress.Tpo' '-c'
'-fPIC' '-DPIC' '-o' '.libs/stress.o' '-mtune=pentium' '-march=pentium'
 /usr/lib/gcc/i586-pc-linux-gnu/4.5.0/cc1 -fpreprocessed stress.i -quiet
-dumpbase stress.c -mtune=pentium -march=pentium -auxbase-strip .libs/stress.o
-Os -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -version
-ffast-math -fPIC -o stress.s
GNU C (GCC) version 4.5.0 (i586-pc-linux-gnu)
        compiled by GNU C version 4.5.0, GMP version 5.0.1, MPFR version 2.4.2,
MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=127922
GNU C (GCC) version 4.5.0 (i586-pc-linux-gnu)
        compiled by GNU C version 4.5.0, GMP version 5.0.1, MPFR version 2.4.2,
MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=127922
Compiler executable checksum: 7fe8daf58b4922cb9313351112738768
stress.c: In function &#65533;<80><98>mdsModel&#65533;<80><99>:
stress.c:1373:12: warning: &#65533;<80><98>delta&#65533;<80><99> may be used
uninitialized in this function
stress.c: In function
&#65533;<80><98>compute_apsp_artifical_weights_packed&#65533;<80><99>:
stress.c:1494:1: error: unrecognizable insn:
(jump_insn 445 444 315 11 stress.c:1454 (set (pc)
        (if_then_else (lt (reg:CCFP 17 flags)
                (const_int 0 [0x0]))
            (label_ref:SI 303)
            (pc))) -1 (expr_list:REG_BR_PROB (const_int 2900 [0xb54])
        (nil))
 -> 303)
stress.c:1494:1: internal compiler error: in extract_insn, at recog.c:2103
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: 4.5 ICE with -ffast-math -Os (compiling graphviz)
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chexum at gmail dot com
 GCC build triplet: i586-pc-linux-gnu
  GCC host triplet: i586-pc-linux-gnu
GCC target triplet: i586-pc-linux-gnu


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


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

* [Bug c/44546] 4.5 ICE with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
@ 2010-06-15 16:26 ` chexum at gmail dot com
  2010-06-15 16:27 ` chexum at gmail dot com
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chexum at gmail dot com @ 2010-06-15 16:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from chexum at gmail dot com  2010-06-15 16:26 -------
Created an attachment (id=20918)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20918&action=view)
Original preprocessed source


-- 


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


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

* [Bug c/44546] 4.5 ICE with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
  2010-06-15 16:26 ` [Bug c/44546] " chexum at gmail dot com
@ 2010-06-15 16:27 ` chexum at gmail dot com
  2010-06-15 16:31 ` chexum at gmail dot com
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chexum at gmail dot com @ 2010-06-15 16:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from chexum at gmail dot com  2010-06-15 16:26 -------
Created an attachment (id=20919)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20919&action=view)
Original compilation log with -v


-- 


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


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

* [Bug c/44546] 4.5 ICE with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
  2010-06-15 16:26 ` [Bug c/44546] " chexum at gmail dot com
  2010-06-15 16:27 ` chexum at gmail dot com
@ 2010-06-15 16:31 ` chexum at gmail dot com
  2010-06-15 18:08 ` [Bug c/44546] 4.5 ICE in extract_insn, at recog.c:2103 " hjl dot tools at gmail dot com
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: chexum at gmail dot com @ 2010-06-15 16:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from chexum at gmail dot com  2010-06-15 16:31 -------
/* minimal source showing (hopefully) the same ICE */
typedef struct { float *ewgts; } vtx_data; 
extern int whatever(vtx_data *);
float *compute_apsp_artifical_weights_packed (vtx_data * graph, int n)
{
  float *weights;

  weights = (float *) zmalloc (n * sizeof (float));
  weights[n] =
    whatever(graph) > graph[n].ewgts[n] ?
    whatever(graph) : graph[n].ewgts[n];
}

/* gcc -v -save-temps -Os -ffast-math ffmos.c */

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-pc-linux-gnu/4.5.0/lto-wrapper
Target: i586-pc-linux-gnu
Configured with: ..//configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --with-system-zlib
--enable-languages=c,c++,objc,java,ada,fortran --enable-threads
--enable-__cxa_atexit --enable-clocale=gnu --enable-libada --enable-shared
--with-ecj-jar=/usr/share/java/ecj.jar i586-pc-linux-gnu
Thread model: posix
gcc version 4.5.0 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-Os' '-ffast-math' '-c'
'-mtune=pentium' '-march=pentium'
 /usr/lib/gcc/i586-pc-linux-gnu/4.5.0/cc1 -E -quiet -v ffmos.c -mtune=pentium
-march=pentium -ffast-math -Os -fpch-preprocess -o ffmos.i
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i586-pc-linux-gnu/4.5.0/../../../../i586-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i586-pc-linux-gnu/4.5.0/include
 /usr/lib/gcc/i586-pc-linux-gnu/4.5.0/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-Os' '-ffast-math' '-c'
'-mtune=pentium' '-march=pentium'
 /usr/lib/gcc/i586-pc-linux-gnu/4.5.0/cc1 -fpreprocessed ffmos.i -quiet
-dumpbase ffmos.c -mtune=pentium -march=pentium -auxbase ffmos -Os -version
-ffast-math -o ffmos.s
GNU C (GCC) version 4.5.0 (i586-pc-linux-gnu)
        compiled by GNU C version 4.5.0, GMP version 5.0.1, MPFR version 2.4.2,
MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=127922
GNU C (GCC) version 4.5.0 (i586-pc-linux-gnu)
        compiled by GNU C version 4.5.0, GMP version 5.0.1, MPFR version 2.4.2,
MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=127922
Compiler executable checksum: 7fe8daf58b4922cb9313351112738768
ffmos.c: In function &#8216;compute_apsp_artifical_weights_packed&#8217;:
ffmos.c:12:1: error: unrecognizable insn:
(jump_insn 59 58 47 2 ffmos.c:11 (set (pc)
        (if_then_else (lt (reg:CCFP 17 flags)
                (const_int 0 [0x0]))
            (label_ref:SI 45)
            (pc))) -1 (expr_list:REG_BR_PROB (const_int 2071 [0x817])
        (nil))
 -> 45)
ffmos.c:12:1: internal compiler error: in extract_insn, at recog.c:2103
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 

chexum at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.5.0
      Known to work|                            |4.3.2


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


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

* [Bug c/44546] 4.5 ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (2 preceding siblings ...)
  2010-06-15 16:31 ` chexum at gmail dot com
@ 2010-06-15 18:08 ` hjl dot tools at gmail dot com
  2010-06-15 18:08 ` [Bug c/44546] [4.5/4.6 Regression] " hjl dot tools at gmail dot com
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-06-15 18:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2010-06-15 18:07 -------
It is caused by revision 149035:

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


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-15 18:07:45
               date|                            |


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


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

* [Bug c/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (3 preceding siblings ...)
  2010-06-15 18:08 ` [Bug c/44546] 4.5 ICE in extract_insn, at recog.c:2103 " hjl dot tools at gmail dot com
@ 2010-06-15 18:08 ` hjl dot tools at gmail dot com
  2010-06-15 18:10 ` ubizjak at gmail dot com
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-06-15 18:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|4.5 ICE in extract_insn, at |[4.5/4.6 Regression] ICE in
                   |recog.c:2103 with -ffast-   |extract_insn, at
                   |math -Os (compiling         |recog.c:2103 with -ffast-
                   |graphviz)                   |math -Os (compiling
                   |                            |graphviz)
   Target Milestone|---                         |4.5.1


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


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

* [Bug c/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (4 preceding siblings ...)
  2010-06-15 18:08 ` [Bug c/44546] [4.5/4.6 Regression] " hjl dot tools at gmail dot com
@ 2010-06-15 18:10 ` ubizjak at gmail dot com
  2010-06-15 18:17 ` ubizjak at gmail dot com
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ubizjak at gmail dot com @ 2010-06-15 18:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ubizjak at gmail dot com  2010-06-15 18:09 -------
Confirmed.

bbro pass is blindly changing:

(jump_insn 55 57 23 2 pr44546.c:10 (set (pc)
        (if_then_else (unle (reg:CCFP 17 flags)
                (const_int 0 [0]))
            (label_ref:SI 28)
            (pc))) 576 {*jcc_1} (expr_list:REG_DEAD (reg:CCFP 17 flags)
        (expr_list:REG_BR_PROB (const_int 7929 [0x1ef9])
            (nil)))
to

(jump_insn 55 57 28 2 pr44546.c:10 (set (pc)
        (if_then_else (gt (reg:CCFP 17 flags)
                (const_int 0 [0]))
            (label_ref:SI 89)
            (pc))) 576 {*jcc_1} (expr_list:REG_DEAD (reg:CCFP 17 flags)
        (expr_list:REG_BR_PROB (const_int 2071 [0x817])
            (nil)))

This is not valid insn, since GT condition does not satisfy
ix86_trivial_fp_comparison_operator predicate.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.5.0                       |4.5.0 4.6.0


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


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

* [Bug c/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (5 preceding siblings ...)
  2010-06-15 18:10 ` ubizjak at gmail dot com
@ 2010-06-15 18:17 ` ubizjak at gmail dot com
  2010-06-20 16:59 ` ubizjak at gmail dot com
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ubizjak at gmail dot com @ 2010-06-15 18:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ubizjak at gmail dot com  2010-06-15 18:16 -------
(In reply to comment #5)

> bbro pass is blindly changing:

Ooops, scrap this. Post-reload splitter is splitting in a wrong way.


-- 


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


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

* [Bug c/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (6 preceding siblings ...)
  2010-06-15 18:17 ` ubizjak at gmail dot com
@ 2010-06-20 16:59 ` ubizjak at gmail dot com
  2010-06-20 21:38 ` [Bug target/44546] " ubizjak at gmail dot com
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ubizjak at gmail dot com @ 2010-06-20 16:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ubizjak at gmail dot com  2010-06-20 16:59 -------
Created an attachment (id=20946)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20946&action=view)
Proposed patch

Patch in testing.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ubizjak at gmail dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug target/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (7 preceding siblings ...)
  2010-06-20 16:59 ` ubizjak at gmail dot com
@ 2010-06-20 21:38 ` ubizjak at gmail dot com
  2010-06-20 21:42 ` uros at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ubizjak at gmail dot com @ 2010-06-20 21:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ubizjak at gmail dot com  2010-06-20 21:37 -------
Patch at http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01973.html


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2010-
                   |                            |06/msg01973.html


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


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

* [Bug target/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (8 preceding siblings ...)
  2010-06-20 21:38 ` [Bug target/44546] " ubizjak at gmail dot com
@ 2010-06-20 21:42 ` uros at gcc dot gnu dot org
  2010-06-21 14:52 ` uros at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: uros at gcc dot gnu dot org @ 2010-06-20 21:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from uros at gcc dot gnu dot org  2010-06-20 21:42 -------
Subject: Bug 44546

Author: uros
Date: Sun Jun 20 21:42:10 2010
New Revision: 161055

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161055
Log:
        PR target/44546
        * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
        New predicate.
        * config/i386/i386.md (*fp_jcc_8<mode>_387): Use
        ix86_swapped_fp_comparsion_operator instead of
        ix86_fp_comparison_operator.

        (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
        (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
        (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
        (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
        (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
        (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.

testsuite/ChangeLog:

        PR target/44546
        * gcc.target/i386/pr44546.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr44546.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/config/i386/predicates.md
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (9 preceding siblings ...)
  2010-06-20 21:42 ` uros at gcc dot gnu dot org
@ 2010-06-21 14:52 ` uros at gcc dot gnu dot org
  2010-06-21 14:53 ` ubizjak at gmail dot com
  2010-06-28 17:40 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: uros at gcc dot gnu dot org @ 2010-06-21 14:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from uros at gcc dot gnu dot org  2010-06-21 14:52 -------
Subject: Bug 44546

Author: uros
Date: Mon Jun 21 14:52:07 2010
New Revision: 161085

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161085
Log:
        PR target/44546
        * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
        New predicate.
        * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
        ix86_swapped_fp_comparsion_operator instead of
        ix86_fp_comparison_operator.

        (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
        (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
        (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
        (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
        (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
        (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.

testsuite/ChangeLog:

        PR target/44546
        * gcc.target/i386/pr44546.c: New test.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr44546.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.md
    branches/gcc-4_5-branch/gcc/config/i386/predicates.md
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (10 preceding siblings ...)
  2010-06-21 14:52 ` uros at gcc dot gnu dot org
@ 2010-06-21 14:53 ` ubizjak at gmail dot com
  2010-06-28 17:40 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: ubizjak at gmail dot com @ 2010-06-21 14:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from ubizjak at gmail dot com  2010-06-21 14:53 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

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


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


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

* [Bug target/44546] [4.5/4.6 Regression] ICE in extract_insn, at recog.c:2103 with -ffast-math -Os (compiling graphviz)
  2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
                   ` (11 preceding siblings ...)
  2010-06-21 14:53 ` ubizjak at gmail dot com
@ 2010-06-28 17:40 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-06-28 17:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2010-06-28 17:39 -------
*** Bug 44700 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael at talamasca dot
                   |                            |ocis dot net


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


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

end of thread, other threads:[~2010-06-28 17:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-15 16:23 [Bug c/44546] New: 4.5 ICE with -ffast-math -Os (compiling graphviz) chexum at gmail dot com
2010-06-15 16:26 ` [Bug c/44546] " chexum at gmail dot com
2010-06-15 16:27 ` chexum at gmail dot com
2010-06-15 16:31 ` chexum at gmail dot com
2010-06-15 18:08 ` [Bug c/44546] 4.5 ICE in extract_insn, at recog.c:2103 " hjl dot tools at gmail dot com
2010-06-15 18:08 ` [Bug c/44546] [4.5/4.6 Regression] " hjl dot tools at gmail dot com
2010-06-15 18:10 ` ubizjak at gmail dot com
2010-06-15 18:17 ` ubizjak at gmail dot com
2010-06-20 16:59 ` ubizjak at gmail dot com
2010-06-20 21:38 ` [Bug target/44546] " ubizjak at gmail dot com
2010-06-20 21:42 ` uros at gcc dot gnu dot org
2010-06-21 14:52 ` uros at gcc dot gnu dot org
2010-06-21 14:53 ` ubizjak at gmail dot com
2010-06-28 17:40 ` pinskia 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).