mirror of git://gcc.gnu.org/git/gcc.git
re PR testsuite/41522 (gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler)
PR testsuite/41522 * gcc.c-torture/compile/pr38789.c: Change to dg-do compile. From-SVN: r156213
This commit is contained in:
parent
d610088df8
commit
f7adff969f
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
PR testsuite/41522
|
||||||
|
* gcc.c-torture/compile/pr38789.c: Change to dg-do compile.
|
||||||
|
|
||||||
2010-01-24 Mark Mitchell <mark@codesourcery.com>
|
2010-01-24 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
PR c++/42748
|
PR c++/42748
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
/* PR tree-optimization/38789 */
|
/* PR tree-optimization/38789 */
|
||||||
|
/* { dg-do compile } */
|
||||||
|
|
||||||
void
|
void
|
||||||
baz (int v)
|
baz (int v)
|
||||||
|
|
Loading…
Reference in New Issue