Commit f39a753b by Kaveh R. Ghazi Committed by Kaveh Ghazi

20020430-1.c: Fix dg command typos.

	* gcc.dg/20020430-1.c: Fix dg command typos.
	* gcc.dg/20020503-1.c: Likewise.

From-SVN: r62511
parent d1d3c9a6
2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/20020430-1.c: Fix dg command typos.
* gcc.dg/20020503-1.c: Likewise.
2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/8785
......
......@@ -4,8 +4,8 @@
until the last moment. After which we did not delete dead code,
which left a reference to the deleted ADDR_VEC. */
/* { dg-do compile }
/* { do-options "-O2 -frename-registers -fpic" } */
/* { dg-do compile } */
/* { dg-options "-O2 -frename-registers -fpic" } */
typedef unsigned long XID;
typedef XID Window;
......
......@@ -4,8 +4,8 @@
for leaf functions, the function was still leaf, but LEAF_REG_REMAP
returned -1 for some registers (like %o0). */
/* { dg-do compile } */
/* { do-options "-O2 -g" } */
/* { do-options "-O2 -g -mflat" { target sparc*-*-* } } */
/* { dg-options "-O2 -g" } */
/* { dg-options "-O2 -g -mflat" { target sparc*-*-* } } */
void foo (char *a, char *b, char *c, char *d)
{
......
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