This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/20929] [4.0 Regression] internal compiler error: verify_stmts failed.


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-04-13 16:48 -------
Confirmed.

Here's a reduced testcase (compile with -O2):

=======================================================
typedef int INT;

int i;

int foo(INT j) { return (i>0 ? (i<3?j:0) : i) - i; }
=======================================================

(The stupid typedef is indeed crucial.)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-13 16:48:45
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]