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/17512] [4.0 Regression] ICE in regex.c


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-16 06:36 -------
[23:29] < pinskia> kazu: looks like convert is doing something wrong
[23:29] < kazu> pinskia: wow. you are far ahead of me. 
[23:29] < pinskia> now I know why I hate convert, it is wrong 90% of the time
[23:30] < pinskia> convert_for_assignment is where we call convert and it is right at that point
[23:33] < pinskia> convert.c:411
[23:33] < pinskia> is where it is wrong

Convert is changing <TRUTH_XOR_EXPR <XXX <BOOL_TYPE>> <YYY<BOOL_TYPE>>> to 
<THRUTH_EXPR <XXX <INT>> <YYY<INT>> > which is wrong.

-- 


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


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