This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/gcc ChangeLog tree-eh.c config/i386/i386.c
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: rth at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 23 Apr 2005 16:09:58 -0400 (EDT)
- Subject: Re: gcc/gcc ChangeLog tree-eh.c config/i386/i386.c
- References: <20050423171431.9215.qmail@sourceware.org>
On Sat, 23 Apr 2005 rth@gcc.gnu.org wrote:
> CVSROOT: /cvs/gcc
> Module name: gcc
> Changes by: rth@gcc.gnu.org 2005-04-23 17:14:31
>
> Modified files:
> gcc : ChangeLog tree-eh.c
> gcc/config/i386: i386.c
>
> Log message:
> PR target/21099
> * config/i386/i386.c (ix86_split_to_parts): Use proper mode when
> simplifying CONST_VECTOR.
>
> Patches:
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8425&r2=2.8426
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-eh.c.diff?cvsroot=gcc&r1=2.30&r2=2.31
Was this part intentional? Not matching the changelog entry and
mmix-knuth-mmixware broke with an EH-related error:
checking for exception model to use... configure: error: unable to detect exception model
make[2]: *** [configure-target-libstdc++-v3] Error 1
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.813&r2=1.814
brgds, H-P