* gcc.dg/20040305-2.c: Add missing return statement.
From-SVN: r79387
This commit is contained in:
parent
fd0c8c8d00
commit
cd33cf6e2f
2 changed files with 6 additions and 0 deletions
|
@ -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*.
|
||||
|
|
|
@ -40,6 +40,8 @@ int main(void)
|
|||
driveid.panel_id.lsm_id.acs = 4;
|
||||
|
||||
sub(driveid);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue