http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47023
janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.6/4.7 regression] |C_Sizeof: Rejects valid |C_Sizeof: Rejects valid |code |code | --- Comment #14 from janus at gcc dot gnu.org 2011-10-17 16:15:44 UTC --- The regression of comment #2 is fixed on 4.6 and trunk (the fix will be in 4.6.2), so I'll remove the regression marker. However, there are some more open problems in this PR: * the error in comment #0 could be downgraded to a warning (which one gets in other cases similar to this) * treat BT_CLASS in decl.c (comment #1) * reject proc-pointers for SIZEOF and C_SIZEOF (comment #7)