public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/15476] New: ICE verify_stmts failed
@ 2004-05-17  1:14 belyshev at lubercy dot com
  2004-05-17  1:23 ` [Bug tree-optimization/15476] " belyshev at lubercy dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: belyshev at lubercy dot com @ 2004-05-17  1:14 UTC (permalink / raw)
  To: gcc-bugs

cat > bug.i << EOF
int foo (float x)
{
        float i = __builtin_inff ();
        return x != i;
}
EOF
gcc bug.i -O
bug.i: In function `foo':
bug.i:2: error: Invalid operand to unary operator
x<D1294>_2 > 3.4028234663852885981170418348451692544e+38;

bug.i:2: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE verify_stmts failed
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at lubercy dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug tree-optimization/15476] ICE verify_stmts failed
  2004-05-17  1:14 [Bug tree-optimization/15476] New: ICE verify_stmts failed belyshev at lubercy dot com
@ 2004-05-17  1:23 ` belyshev at lubercy dot com
  2004-05-17  1:46 ` [Bug tree-optimization/15476] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: belyshev at lubercy dot com @ 2004-05-17  1:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-05-16 14:20 -------
Created an attachment (id=6310)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6310&action=view)
testcase (82 bytes)


-- 


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


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

* [Bug tree-optimization/15476] [3.5 Regression] ICE verify_stmts failed
  2004-05-17  1:14 [Bug tree-optimization/15476] New: ICE verify_stmts failed belyshev at lubercy dot com
  2004-05-17  1:23 ` [Bug tree-optimization/15476] " belyshev at lubercy dot com
@ 2004-05-17  1:46 ` pinskia at gcc dot gnu dot org
  2004-05-17  1:51 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-17  1:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-16 14:26 -------
Confirmed, DOM is creating non-gimple.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-16 14:26:03
               date|                            |
            Summary|ICE verify_stmts failed     |[3.5 Regression] ICE
                   |                            |verify_stmts failed
   Target Milestone|---                         |3.5.0


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


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

* [Bug tree-optimization/15476] [3.5 Regression] ICE verify_stmts failed
  2004-05-17  1:14 [Bug tree-optimization/15476] New: ICE verify_stmts failed belyshev at lubercy dot com
  2004-05-17  1:23 ` [Bug tree-optimization/15476] " belyshev at lubercy dot com
  2004-05-17  1:46 ` [Bug tree-optimization/15476] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-05-17  1:51 ` pinskia at gcc dot gnu dot org
  2004-05-26 13:24 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-17  1:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-16 14:39 -------
I should say DOM is calling fold which calls invert which creates the non-gimple code.

-- 


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


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

* [Bug tree-optimization/15476] [3.5 Regression] ICE verify_stmts failed
  2004-05-17  1:14 [Bug tree-optimization/15476] New: ICE verify_stmts failed belyshev at lubercy dot com
                   ` (2 preceding siblings ...)
  2004-05-17  1:51 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 13:24 ` pinskia at gcc dot gnu dot org
  2004-06-09 15:27 ` pinskia at gcc dot gnu dot org
  2004-06-11  3:28 ` law at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 13:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 15:00 -------
*** Bug 15637 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |green at redhat dot com


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


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

* [Bug tree-optimization/15476] [3.5 Regression] ICE verify_stmts failed
  2004-05-17  1:14 [Bug tree-optimization/15476] New: ICE verify_stmts failed belyshev at lubercy dot com
                   ` (3 preceding siblings ...)
  2004-05-26 13:24 ` pinskia at gcc dot gnu dot org
@ 2004-06-09 15:27 ` pinskia at gcc dot gnu dot org
  2004-06-11  3:28 ` law at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-09 15:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 15:27 -------
I could not figure out where we should be rejecting this in DOM.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at gcc dot gnu dot org


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


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

* [Bug tree-optimization/15476] [3.5 Regression] ICE verify_stmts failed
  2004-05-17  1:14 [Bug tree-optimization/15476] New: ICE verify_stmts failed belyshev at lubercy dot com
                   ` (4 preceding siblings ...)
  2004-06-09 15:27 ` pinskia at gcc dot gnu dot org
@ 2004-06-11  3:28 ` law at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: law at gcc dot gnu dot org @ 2004-06-11  3:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From law at gcc dot gnu dot org  2004-06-11 03:28 -------
Fixed with today's checkin to fold-const.c.

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


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


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

end of thread, other threads:[~2004-06-11  3:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-17  1:14 [Bug tree-optimization/15476] New: ICE verify_stmts failed belyshev at lubercy dot com
2004-05-17  1:23 ` [Bug tree-optimization/15476] " belyshev at lubercy dot com
2004-05-17  1:46 ` [Bug tree-optimization/15476] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-05-17  1:51 ` pinskia at gcc dot gnu dot org
2004-05-26 13:24 ` pinskia at gcc dot gnu dot org
2004-06-09 15:27 ` pinskia at gcc dot gnu dot org
2004-06-11  3:28 ` law 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).