Commit 423c1d1c by Volker Reichelt Committed by Volker Reichelt

re PR other/22393 (ICE in emit_move_insn, at expr.c:3142)

	PR c/22393
	* gcc.dg/complex-4.c: New test.

From-SVN: r102229
parent 889d8465
2005-07-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c/22393
* gcc.dg/complex-4.c: New test.
2005-07-21 Richard Guenther <rguenther@suse.de> 2005-07-21 Richard Guenther <rguenther@suse.de>
PR testsuite/22522 PR testsuite/22522
......
/* PR c/22393 */
/* { dg-options "-O -std=gnu99" } */
__complex__ double foo (__complex__ double x)
{
return 1.0 / x * -1.0i;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment