This is the mail archive of the gcc-help@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: Change to lvalue casting in gcc v4.01


Kenkahn,

  Starting with 3.4 these are the rules for C++ and C:

http://gcc.gnu.org/gcc-3.4/changes.html

  I do not know if the deprecation in C was removed in 4.0

corey

On 9/13/05, kenkahn@optonline.net <kenkahn@optonline.net> wrote:
> >>     char *buffer[1024];
> >>     *((uint32_t)buffer) = 0x1234;
> >
> >I don't believe that has ever been valid.
> 
> *SIGH* I meant to write
> 
>       char buffer[1024];
>       *((uint32_t)buffer) = 0x1234;
> 
> Is that better (and allowed)?
>


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