diff options
| author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 19:54:02 +0000 | 
|---|---|---|
| committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 19:54:02 +0000 | 
| commit | afe2955efdb7091e16b98d2db6450482e7150281 (patch) | |
| tree | a092d367f4905c5178a28a0e8a7b1d7432c45267 | |
| parent | 08a444cbc43d61b26e4b63687a7d39fa06d288cc (diff) | |
| download | ppe42-gcc-afe2955efdb7091e16b98d2db6450482e7150281.tar.gz ppe42-gcc-afe2955efdb7091e16b98d2db6450482e7150281.zip  | |
	* gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
	now.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54183 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/loop-3c.x | 13 | 
2 files changed, 6 insertions, 14 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8da0dbefded..b1eb8df2139 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-06-02  Andreas Jaeger  <aj@suse.de> + +	* gcc.c-torture/execute/loop-3c.x: Remove, the test should pass +	now. +  2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>  	* gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c, @@ -19,7 +24,7 @@  2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk> -	* gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,  +	* gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,  	gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,  	gcc.dg/cpp/if-1.c: Update for modified diagnostics. diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-3c.x b/gcc/testsuite/gcc.c-torture/execute/loop-3c.x deleted file mode 100644 index a98f54941c5..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/loop-3c.x +++ /dev/null @@ -1,13 +0,0 @@ -if { [istarget "i686-*"] } { -    set torture_eval_before_execute { -	global compiler_conditional_xfail_data -	set compiler_conditional_xfail_data { -	    "Loop optimiser bug" \ -		    "i686-*" \ -		    { "-Os" } \ -		    { "" } -	} -    } -} - -return 0  | 

