Commit 8ccaefbd by Jakub Jelinek Committed by Jakub Jelinek

991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi does not error on it.

	* gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
	does not error on it.

From-SVN: r36826
parent e9fc4ea8
2000-10-10 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
does not error on it.
2000-10-10 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/20001009-1.c: New test.
Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
......
......@@ -5,4 +5,4 @@ int foo ()
return 1;
}
register char *stack_ptr asm ("%esp");
register char *stack_ptr __asm ("%esp");
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