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/23049] [4.1 Regression] ICE with -O3 -ftree-vectorize on 4.1.x


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-03 00:49 -------
(In reply to comment #10)
> This is triggered by tree-ifcvt (which is enabled by -ftree-vectorize)

But it looks like not a vectorize or tree-ifcvt bug at all but a fold bug.

We get:
0 == 0 ? 0 : 3988292384

in fold but we don't try to fold 0 == 0 first.

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


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


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