Commit cd33cf6e by Ulrich Weigand Committed by Ulrich Weigand

* gcc.dg/20040305-2.c: Add missing return statement.

From-SVN: r79387
parent fd0c8c8d
2004-03-12 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/20040305-2.c: Add missing return statement.
2004-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/builtins-34.c: Also check pow10*.
......
......@@ -40,6 +40,8 @@ int main(void)
driveid.panel_id.lsm_id.acs = 4;
sub(driveid);
return 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