Testcase for PR c/471

Billinghurst, David (CRTS) David.Billinghurst@riotinto.com
Thu Aug 17 18:18:00 GMT 2000


Attached testcase is from GNATS PR c/471.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=471&database=gcc
It should be marked as XFAIL for mips-sgi-irix6.5 with compiled with -g.  I
couldn't do that :-<


2000-08-18   David Billinghurst  <David.Billinghurst@riotinto.com>

	* gcc.c-torture/compile/20000818-1.c: New test from GNATS PR c/471


*** /dev/null   Fri Aug 18 10:55:12 2000
--- gcc/testsuite/gcc.c-torture/compile/20000818-1.c    Fri Aug 18 11:06:18
2000
***************
*** 0 ****
--- 1,8 ----
+ /* PR c/471 - ICE on mips-sgi-irix6.5 when compiled with -g */
+ int main ()
+ {
+     if (1)
+       ;
+     else
+       goto nowhere;
+ }


More information about the Gcc-patches mailing list