Commit c0dbaebd by Dale Johannesen Committed by Dale Johannesen

20050830-1.c: New.

2005-08-31  Dale Johannesen  <dalej@apple.com>

        * gcc.dg/20050830-1.c:  New.

From-SVN: r103691
parent d16093fd
2005-08-31 Dale Johannesen <dalej@apple.com>
* gcc.dg/20050830-1.c: New.
2005-08-31 Josh Conner <jconner@apple.com>
* g++.dg/ext/packed8.C: Add -mstructure-size-boundary=8 to
/* Make sure the doloop optimization is done for this loop. */
/* { dg-do compile { target powerpc-*-* } } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "bdn" } } */
extern int a[];
int foo(int w) {
int n = w;
while (n >= 512)
{
a[n] = 42;
n -= 256;
}
}
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