new FAILs on HEAD

Ulrich Weigand weigand@i1.informatik.uni-erlangen.de
Fri Mar 12 15:20:00 GMT 2004


>These new FAILs appeared since the last run:
>
>FAIL: gcc.dg/20040305-2.c execution test

Should be fixed by the following patch, committed as obvious.

Bye,
Ulrich

ChangeLog:

 	* gcc.dg/20040305-2.c: Add missing return statement.
  
Index: gcc.dg/20040305-2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/20040305-2.c,v
retrieving revision 1.1
diff -c -p -r1.1 20040305-2.c
*** gcc.dg/20040305-2.c	11 Mar 2004 22:53:52 -0000	1.1
--- gcc.dg/20040305-2.c	12 Mar 2004 15:15:30 -0000
*************** int main(void)
*** 40,45 ****
--- 40,47 ----
    driveid.panel_id.lsm_id.acs = 4;
  
    sub(driveid);
+ 
+   return 0;
  }
  
  

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de



More information about the Gcc-regression mailing list