mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 19:01:12 +08:00
re PR middle-end/37339 (gcc.dg/pr33645-3.c scan-assembler-not var1_t)
PR middle-end/37339 * gcc.dg/pr33545-3.c: Remove. From-SVN: r141440
This commit is contained in:
parent
7310a2da1c
commit
f9f658c800
@ -1,3 +1,8 @@
|
||||
2008-10-29 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
PR middle-end/37339
|
||||
* gcc.dg/pr33545-3.c: Remove.
|
||||
|
||||
2008-10-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
PR 11492
|
||||
|
@ -1,20 +0,0 @@
|
||||
/* PR tree-optimization/33645 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fno-unit-at-a-time" } */
|
||||
|
||||
__attribute__((noinline)) int
|
||||
bar (int *x)
|
||||
{
|
||||
return *x++;
|
||||
}
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
static int var1_s;
|
||||
static int *const var1_t = &var1_s;
|
||||
|
||||
return bar (var1_t) != 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-not "var1_t" } } */
|
Loading…
x
Reference in New Issue
Block a user