This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16336] ICE with common block in module
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2004 16:34:40 -0000
- Subject: [Bug fortran/16336] ICE with common block in module
- References: <20040702205932.16336.schnetter@aei.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-07-10 16:34 -------
This is invalid code: PRIVATE applies only to entities, a common block is no
entity. The segfault is the result of a bug in the call to the error handler.
Patch here: http://gcc.gnu.org/ml/fortran/2004-07/msg00085.html
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Keywords|ice-on-valid-code |ice-on-invalid-code, patch
Resolution| |FIXED
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16336