This is the mail archive of the gcc-bugs@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: middle-end/8306: [3.2/3.3 regression] ICE for bitfield7_y.C in C++ compatibility tests


> On Fri, 31 Jan 2003 17:12:09 +0000, <rearnsha at gcc dot gnu dot org> wrote:
> 
> > Correction, the "minimal example" no-longer fails, but the full testsuite
> > entry does still fail.
> 
> Does that still represent a regression?  Mark said that previous compilers
> would have just rejected such code.
> 
> Jason

Probably not.  The 2.95.3 compiler I have gives:

/work/rearnsha/gnusrc/gcc/gcc/testsuite/g++.dg/compat/break/bitfield7.h:3: 
sorry, not implemented: bit-fields larger than 64 bits
In file included from /work/rearnsha/gnusrc/gcc/gcc/testsuite/g++.dg/compat
/break/bitfield7_y.C:3:
/work/rearnsha/gnusrc/gcc/gcc/testsuite/g++.dg/compat/break/bitfield7.h:2: 
  in declaration of `U::i'

I don't have 3.0 or 3.1 built to test against.

R.


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