This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

lvalue problems with GCC-HEAD


Hi!

I'm currently investing some time trying to get binutils/gcc/glibc HEAD
work together. Binutils build fine, as well as the bootstrap compiler.

However, the bootstrap compiler fails to build glibc parts because of
lvalue casts, like this:

gconv_simple.c: In function `ucs4_internal_loop':
gconv_simple.c:268: error: invalid lvalue in increment

...which reads like this:

    266         }
    267 
    268       *((uint32_t *) outptr)++ = inval;
    269     }
    270 
    271   *inptrp = inptr;
    272   *outptrp = outptr;

Do you know if glibc will be "fixed", or if there's switch for gcc to
allow these lvalues?

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

Attachment: signature.asc
Description: Digital signature


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