[Bug c/19429] New: ()?: with sizeof does not work correctly

2005-01-13 Thread wintermute101 at wp dot pl
n int fileno_unlocked (FILE *__stream) __attribute__ ((__nothrow__)); # 769 "/usr/include/stdio.h" 3 4 extern FILE *popen (__const char *__command, __const char *__modes); extern int pclose (FILE *__stream); extern char *ctermid (char *__s) __attribute__ ((__nothrow__)); # 809 "/usr/include/

[Bug c/18287] Unaligned access to fields inside packed records

2004-11-04 Thread wintermute101 at wp dot pl
--- Additional Comments From wintermute101 at wp dot pl 2004-11-04 16:54 --- I write here cause it's simmilar situation as reported here but I have no data about other gcc versions than 3.3.2. I have following: / define _aligned(n) __attribute__((aligned(n), p