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 optimization/14196] [tree-ssa] ICE with __builtin_isgreater


------- Additional Comments From law at redhat dot com  2004-02-18 18:22 -------
Subject: Re:  [tree-ssa] ICE with __builtin_isgreater 

In message <20040218174956.6678.qmail@sources.redhat.com>, "pinskia at gcc dot 
gnu dot org" writes:
 >
 >------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-18 1
 >7:49 -------
 >Confirmed.  This is no where related to the other bug which was fixed for 3.1
 >.
 >
 >Basically invert_truthvalue does not understand UNLE_EXPR's for flag_unsafe_m
 >ath_optimizations.
UNLE_EXPR (and its relatives) should never be passed to invert_truthvalue.
That's the bug.



jeff



-- 


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


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