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/23603] VRP does not say range for a in a = b == c; is [0,1]



------- Comment #7 from pinskia at gcc dot gnu dot org  2005-10-04 19:44 -------
(In reply to comment #6)
> I know it is in the gnat1 front-end but I really don't want to do the dumps for
> that :(.

I figured out how to fix the problem but to me it seems like a front-end bug in
that it does not set TREE_PRECISSION on its boolean type correctly.


-- 


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


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