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/35431] [4.1/4.2/4.3/4.4 regression] ICE with complex data in PRE



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-03-29 21:01 -------
We have invalid gimple before PRE:
  k_7 = COMPLEX_EXPR <(int) D.1197_2, 0>;
Which we don't catch.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
            Summary|[4.1/4.2/4.3/4.4 regression]|[4.1/4.2/4.3/4.4 regression]
                   |ICE with complex data       |ICE with complex data in PRE


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


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