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] | |
Hi,Practically speaking 4.0 is currently strictly less usefull in some aspects for the average C programmer.
The average C programmer would not have thought to use this extension unless they just decided one day to try it or they actually read the gcc documentation (which I know almost nobody does). (We keep getting bug reports about invalid C++ which explicitly added to the changes page and in the bug section of the documentation but those people seems not bothered to read those places.)
char *a1 = (char*)a; a1 += sizeof(int)/sizeof(char); a = (typeof(a))(a1);
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |