https://sourceware.org/bugzilla/show_bug.cgi?id=23884
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard <mark at klomp dot org> --- This is weird. Where does the const come from? Neither the declaration of fsize nor msize have a const. It is as if gcc has determined that fsize could be const (maybe because it looks up the return value in a static table?) and then because we use __typeof__ to specify the type think the __typeof__ should include the const? -- You are receiving this mail because: You are on the CC list for the bug.