This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new FAILs on HEAD


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]