This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18565] gfortran: CONJG: false error message about standard violation
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Nov 2004 04:19:46 -0000
- Subject: [Bug fortran/18565] gfortran: CONJG: false error message about standard violation
- References: <20041119130711.18565.anlauf@hep.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2004-11-22 04:19 -------
Toon,
I take it back. The code as written is correct. DCONJG is not
listed in "13.6 Specific names for standard intrinsic functions"
of the current standard. It you change the code, then DCONJG
will not be flagged if --std=f95 is given to the compiler.
--
steve
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18565