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: [darwin] testsuite/gcc.c-torture/execute/builtins/string-1,3,5,6failure fix


Geoff Keating wrote:

Andreas Tobler <toa@pop.agri.ch> writes:


Geoff Keating wrote:


Now that that's all sorted, can you send a final version of the patch?


Here it is, I can apply by tomorrow morning since I'm in a hurry. Tested on todays (23.05) cvs head. With the other patch (builtin-noret-1/2 fixes) here the gcc results. (fig only since libjava still runs.)


This is OK, with a suitable ChangeLog entry.

The Changelog will follow! I'll do that tomorrow morning.

Do I get approval for this one as well? below?


Thanks,


Andreas

diff -u -r1.1 builtin-noret-1.c
--- builtin-noret-1.c 11 May 2003 08:20:34 -0000 1.1
+++ builtin-noret-1.c 22 May 2003 16:40:45 -0000
@@ -1,5 +1,6 @@
/* Test for builtin noreturn attributes. */
/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
+/* { dg-options "-multiply_defined suppress" { target powerpc-*-darwin* } } */
/* { dg-do link } */


extern void abort (void);


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