Commit ec6aa500 by Richard Guenther Committed by Richard Biener

20060826-1.c: New testcase.

2006-08-26  Richard Guenther  <rguenther@suse.de>

	* gcc.c-torture/compile/20060826-1.c: New testcase.

From-SVN: r116477
parent 571d5ac5
2006-08-26 Richard Guenther <rguenther@suse.de>
* gcc.c-torture/compile/20060826-1.c: New testcase.
2006-08-26 Lee Millward <lee.millward@codesourcery.com>
PR c++/28736
typedef _Complex double S;
S bar (void);
void quux (S, S);
void foo (void)
{
quux (bar(), bar());
}
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