[Bug middle-end/30147] [4.3 Regression] ICE in fold_convert with -O2

2006-12-12 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-12-12 12:21 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/30147] [4.3 Regression] ICE in fold_convert with -O2

2006-12-11 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-12-11 23:20 --- Instead of mode checking, what about checking the code of the type inaddition, though maybe checking the for INTEGERAL_TYPE_P before the check for the mode will also fix this issue? -- http://gcc.gnu.org/bugzill

[Bug middle-end/30147] [4.3 Regression] ICE in fold_convert with -O2

2006-12-11 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-12-11 23:17 --- This is caused by 2006-05-09 Dirk Mueller <[EMAIL PROTECTED]> Richard Guenther <[EMAIL PROTECTED]> PR middle-end/27498 * fold-const.c (fold_read_from_constant_string): Relax check

[Bug middle-end/30147] [4.3 Regression] ICE in fold_convert with -O2

2006-12-11 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Summary|[regression 4.3] ICE in |[4.3 Regression] ICE in |fold_convert with -O2