------- Comment #8 from steven at gcc dot gnu dot org 2006-06-24 14:20 ------- Another test case:
_Complex float b; int main (void) { _Complex float a = __FLT_MAX__; b = __FLT_MAX__ + a; } -- steven at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.1/4.2 Regression] ICE |[4.1/4.2 Regression] ICE |with complex division |with complex math http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28151