This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug middle-end/29695] [4.1/4.2/4.3 Regression] Folding breaks (a & 0x80) ? 0x80 : 0 for unsigned char or unsigned short a
- From: Jakub Jelinek <jakub at redhat dot com>
- To: chaoyingfu at gcc dot gnu dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 1 Dec 2006 02:24:15 -0500
- Subject: Re: [Bug middle-end/29695] [4.1/4.2/4.3 Regression] Folding breaks (a & 0x80) ? 0x80 : 0 for unsigned char or unsigned short a
- References: <bug-29695-87@http.gcc.gnu.org/bugzilla/> <20061201000718.18101.qmail@sourceware.org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Dec 01, 2006 at 12:07:18AM -0000, chaoyingfu at gcc dot gnu dot org wrote:
>
>
> ------- Comment #6 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 -------
> Subject: Bug 29695
>
> Author: chaoyingfu
> Date: Fri Dec 1 00:05:26 2006
> New Revision: 119383
>
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119383
> Log:
> Merged revisions 118455-118543 via svnmerge from
> svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk
Please, when svn merging to private branches never use all the ChangeLog entries
in svn commit messages (it is excessively huge anyway and
Merged revisions 118455-118543 via svnmerge from
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk
information is all that is needed), or at least remove
all PR references from it, as it spams all the PR pages.
Jakub