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

From-SVN: r79387
This commit is contained in:
Ulrich Weigand 2004-03-12 15:16:30 +00:00 committed by Ulrich Weigand
parent fd0c8c8d00
commit cd33cf6e2f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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*.

View file

@ -40,6 +40,8 @@ int main(void)
driveid.panel_id.lsm_id.acs = 4;
sub(driveid);
return 0;
}