This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17512] [4.0 Regression] ICE in regex.c
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2004 06:36:59 -0000
- Subject: [Bug tree-optimization/17512] [4.0 Regression] ICE in regex.c
- References: <20040916031745.17512.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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