This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47023] C_Sizeof: Rejects valid code
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 17 Oct 2011 16:15:44 +0000
- Subject: [Bug fortran/47023] C_Sizeof: Rejects valid code
- Auto-submitted: auto-generated
- References: <bug-47023-4@http.gcc.gnu.org/bugzilla/>
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)