Change to lvalue casting in gcc v4.01

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>The cast-as-lvalue, conditional-expression-as-lvalue and compound-expression-as-lvalue extensions,
>which were deprecated in 3.3.4 and 3.4, have been removed.

Regarding the above change to gcc v4.01, will the following still be valid?

   char *buffer[1024];
   *((uint32_t)buffer) = 0x1234;

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux