This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: testsuite fixes for bleeding edge gcc


Except for gdb.mi/gdb701, these are all fixed in gdb HEAD.
Also fixed in gdb HEAD are gdb.thread/*.exp, plus two tests
that check the gcc version number that needed 'gcc-4-*'.

gdb_6_2-branch is dead.  Andrew is going to create gdb_6_3-branch
in a few more days or so.

I've checked this in.


Andrew

2004-10-14  Andrew Cagney  <cagney@gnu.org>

	* gdb.mi/gdb701.c (main): Return 0.

Index: gdb.mi/gdb701.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/gdb701.c,v
retrieving revision 1.1
diff -p -u -r1.1 gdb701.c
--- gdb.mi/gdb701.c	16 Sep 2002 19:01:43 -0000	1.1
+++ gdb.mi/gdb701.c	14 Oct 2004 19:12:43 -0000
@@ -11,5 +11,5 @@ int
 main (int argc, char *argv[])
 {
   Foo *foo = 0;
-  exit (0);
+  return 0;
 }

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