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
This commit is contained in:
parent
d4f0f2055b
commit
0c4fc6c9ed
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
11
gcc/testsuite/objc/execute/pr25328.m
Normal file
11
gcc/testsuite/objc/execute/pr25328.m
Normal file
@ -0,0 +1,11 @@
|
||||
/* PR objc/25328 */
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
int status = 0;
|
||||
char msg[100] = "";
|
||||
if (__builtin_strcmp (msg, ""))
|
||||
status = 200;
|
||||
return status;
|
||||
}
|
Loading…
Reference in New Issue
Block a user