This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20373] INTRINSIC symbols can be given the wrong type
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 May 2007 08:14:23 -0000
- Subject: [Bug fortran/20373] INTRINSIC symbols can be given the wrong type
- References: <bug-20373-8513@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from dfranke at gcc dot gnu dot org 2007-05-19 09:14 -------
> This patch looks simple enough. Has it been regression tested?
> Anything else planned with this?
Getting rid of it? I spent the last evening regtesting and failed. In the same
routine where I placed above snippet, everything without a type is assigned a
type, this includes intrinsics. If the if-clause is adjusted to not apply
default types to intrinsics, I still get a failure in the testsuite
(gomp/reduction3.f90) which I can not eliminate.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20373