This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [basic-improvements] Merge from trunk
- From: Jan Hubicka <jh at suse dot cz>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 6 Nov 2002 10:07:15 +0100
- Subject: Re: [basic-improvements] Merge from trunk
- References: <20021105191404.GB1050@egil.codesourcery.com>
> The merge tag is gcc-3_4-basic-improvements-merge-20021105.
> Bootstrapped i686-linux; there are regressions relative to mainline,
> but they are not caused by this merge.
>
> --- ws.main 2002-11-05 11:10:55.000000000 -0800
> +++ ws.bib 2002-11-05 11:10:41.000000000 -0800
> @@ -28,9 +28,12 @@
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -O3 -fomit-frame-pointer
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -O3 -g
> FAIL: gcc.c-torture/execute/builtin-constant.c execution, -Os
> +FAIL: gcc.dg/i386-sse-1.c (test for excess errors)
> +FAIL: gcc.dg/i386-sse-2.c (test for excess errors)
> +FAIL: gcc.dg/i386-sse-3.c (test for excess errors)
> === gcc Summary ===
> -# of expected passes 20539
> -# of unexpected failures 5
> +# of expected passes 20552
> +# of unexpected failures 8
> # of expected failures 64
> # of unsupported tests 65
> === g++ tests ===
>
> I believe I know what is causing these failures, and will send a
> separate patch for them shortly.
If you will run into problem, just let me know and I will check it.
After all I probably caused it.
Thanks!
Honza
>
> I would appreciate it if the HPPA maintainers would check the merge of
> pa.c; the function-call rewrite on the mainline clashed a bit with the
> conversion of ASM_OUTPUT_INTERNAL_LABEL to a target hook on the branch.
> I believe I got it correct but I don't have access to this platform to
> test it.
>
> zw