This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++.pt/repo3.C regression between 3.1.1 and 3.2?
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- To: Mark Mitchell <mark at codesourcery dot com>,"gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Cc: jason at redhat dot com,nathan at codesourcery dot com
- Date: Tue, 6 Aug 2002 22:49:08 +0200
- Subject: Re: g++.pt/repo3.C regression between 3.1.1 and 3.2?
- References: <103100000.1028665387@warlock.codesourcery.com>
On Dienstag, 6. August 2002 22:23, Mark Mitchell wrote:
> --On Tuesday, August 06, 2002 10:13:11 PM +0200 Franz Sirl
>
> <Franz.Sirl-kernel@lauterbach.com> wrote:
> > On Dienstag, 6. August 2002 21:52, Mark Mitchell wrote:
> >> >> I believe so. I thought Jason reviewed them.
> >> >
> >> > There were no replies that reached me or the archives.
> >>
> >> Do you have your original message handy for this one too?
> >
> > Uhm, for which one? I don't understand what you are referring too.
>
> The bitfields.C bug.
Ah, silly me.
This probably is just a simple testcase coding problem, I shouldn't have
mentioned it in the 3.2 context.
Anyway, here is the output:
FAIL: g++.abi/bitfields.C (test for excess errors)
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:140: warning:
assignment of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:140: warning:
argument of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:147: warning:
assignment of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:147: warning:
argument of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:154: warning:
assignment of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:154: warning:
argument of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:155: warning:
assignment of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:155: warning:
argument of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:156: warning:
assignment of negative value `-1' to `char'
/home/gnu/gcc32/gcc/testsuite/g++.old-deja/g++.abi/bitfields.C:156: warning:
argument of negative value `-1' to `char'
Franz.