This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20373] New: INTRINSIC symbols can be given the wrong type
- 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: 7 Mar 2005 23:53:18 -0000
- Subject: [Bug fortran/20373] New: INTRINSIC symbols can be given the wrong type
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
INTRINSIC dsqrt
INTEGER dsqrt
END
compiles without giving an error. This is invalid: and intrinsic always has the
type defined by 13.13 in the standard, it may only be reaffirmed but not
overwritten.
--
Summary: INTRINSIC symbols can be given the wrong type
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: accepts-invalid
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tobi at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20373