Commit 996b13ca by Jan Hubicka Committed by Jan Hubicka

* gcc.c-torture/execute/pr34982.c: Add forgotten return 0.

From-SVN: r131969
parent cbe9cc08
2008-01-30 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/execute/pr34982.c: Add forgotten return 0.
2008-01-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.dg/other/first-global.C: Add -fpie for all pic targets.
......@@ -6,7 +10,7 @@
2008-01-30 Jan Hubicka <jh@suse.cz>
PR target/34982
* gcc.c-torture/execute/pr34982.c: New testcase
* gcc.c-torture/execute/pr34982.c: New testcase.
2008-01-30 Andreas Krebbel <krebbel1@de.ibm.com>
......@@ -5,6 +5,7 @@ static void something();
int main()
{
something(-1);
return 0;
}
static void something(int i)
......
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