This is the mail archive of the gcc-patches@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]

Re: eb76


> The first message this produces is certainly an error. For the other one, I
> believe g++ is in error.

This test does still fail on my system.   I think this is your intent, right?

Committed.   Thank you.


RJL

> 
> Martin
> 
> Index: eb76.C
> ===================================================================
> RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb76.C,v
> retrieving revision 1.1
> diff -c -p -r1.1 eb76.C
> *** eb76.C	1998/05/27 23:00:36	1.1
> --- eb76.C	1998/05/30 12:33:58
> ***************
> *** 1,3 ****
> --- 1,4 ----
> + //Build don't link:
>   // from include/g++/stl_relops.h
>   template <class T>
>   inline bool operator!=(const T& x, const T& y) {
> *************** inline bool operator!=(const T& x, const
> *** 6,12 ****
>   
>   enum T {
>     V1,
> ! };
>   
>   struct X {
>     T      t : 31;
> --- 7,13 ----
>   
>   enum T {
>     V1,
> ! };                           // ERROR -
>   
>   struct X {
>     T      t : 31;

-- 
Robert Lipe       http://www.dgii.com/people/robertl       robertl@dgii.com
              (WEB ADDRESS MAY BE TEMPORARILY UNAVAILABLE)




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