Commit bdc624db by Jakub Jelinek Committed by Jakub Jelinek

* gcc.c-torture/execute/20010206-1.c: New test.

From-SVN: r39517
parent 4a1d48f6
2001-02-07 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20010206-1.c: New test.
2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/avoidpaste1.c: Update.
......
int foo (void)
{
int i;
#line 1 "20010206-1.c"
if (0) i = 1; else i
#line 1 "20010206-1.c"
= 26;
return i;
}
int main ()
{
if (foo () != 26)
abort ();
exit (0);
}
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