------- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-11 10:47 ------- Reduced testcase (compile with "gcc -O -std=gnu99"):
================================================ __complex__ double foo (__complex__ double x) { return 1.0 / x * -1.0i; } ================================================ Andrew, this was really fixed by your patch for PR 22356. Do you want to add this as a testcase, since the one in PR22356 only triggers with an additional patch of yours? -- What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org, reichelt at gcc dot gnu | |dot org BugsThisDependsOn| |22356 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22393