Commit 0c4fc6c9 by Jakub Jelinek Committed by Jakub Jelinek

re PR objc/25328 (ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453)

	PR objc/25328
	* objc/execute/pr25328.m: New test.

From-SVN: r108984
parent d4f0f205
2005-12-23 Jakub Jelinek <jakub@redhat.com>
PR objc/25328
* objc/execute/pr25328.m: New test.
2005-12-22 Mark Mitchell <mark@codesourcery.com>
PR c++/25364
/* PR objc/25328 */
int
main ()
{
int status = 0;
char msg[100] = "";
if (__builtin_strcmp (msg, ""))
status = 200;
return status;
}
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