This is the mail archive of the gcc@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: deriving template classes: gcc 3.4 complains


On Wed, Oct 01, 2003 at 08:51:58PM +0200, Gerald Pfeifer wrote:
>   http://gcc.gnu.org/gcc-3.4/changes.html

Quoting from the above document, is this a typo:

The cast-as-lvalue extension has been removed. In particular, code like this: 

        int i;
        (char)a = 5;
        

is no longer accepted.


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