mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:30:59 +08:00
re PR c/22589 (ICE casting to long long)
PR c/22589 * gcc.c-torture/compile/pr22589.c: New test. From-SVN: r102467
This commit is contained in:
parent
09bac500fc
commit
378ba99de6
@ -1,3 +1,8 @@
|
||||
2005-07-28 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
PR c/22589
|
||||
* gcc.c-torture/compile/pr22589.c: New test.
|
||||
|
||||
2005-07-28 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* update-loopch.c: New testcase.
|
||||
|
4
gcc/testsuite/gcc.c-torture/compile/pr22589-1.c
Normal file
4
gcc/testsuite/gcc.c-torture/compile/pr22589-1.c
Normal file
@ -0,0 +1,4 @@
|
||||
int bar (char *foo)
|
||||
{
|
||||
return (long long) ((int) foo + 0) < 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user