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,6 failure fix


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.

>                  === gcc Summary ===
> 
> # of expected passes            22388
> # of unexpected failures        38
> # of expected failures          73
> # of unresolved testcases       26
> # of unsupported tests          197
> 
> Andreas
> 
> Index: testsuite/gcc.c-torture/execute/builtins/builtins.exp
> ===================================================================
> RCS file:
> /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp,v
> retrieving revision 1.1
> diff -u -r1.1 builtins.exp
> --- testsuite/gcc.c-torture/execute/builtins/builtins.exp       11 May
> 2003 08:20:34 -0000      1.1
> +++ testsuite/gcc.c-torture/execute/builtins/builtins.exp       23 May
> 2003 17:16:48 -0000
> @@ -15,10 +15,16 @@
> 
>   load_lib c-torture.exp
> 
> +set additional_flags ""
> +if [istarget "powerpc-*-darwin*"] {
> +   lappend additional_flags "-Wl,-multiply_defined,suppress"
> +}
> +
>   foreach src [lsort [find $srcdir/$subdir *.c]] {
>       if {![string match *-lib.c $src] && [runtest_file_p $runtests $src]} {
>          c-torture-execute [list $src \
>                                  [file root $src]-lib.c \
> -                               $srcdir/$subdir/lib/main.c]
> +                               $srcdir/$subdir/lib/main.c] \
> +                               $additional_flags
>       }
>   }
> 
> 

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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