This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34975] [4.3 Regression] Bogus error with USEing modules
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jan 2008 13:25:22 -0000
- Subject: [Bug fortran/34975] [4.3 Regression] Bogus error with USEing modules
- References: <bug-34975-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pault at gcc dot gnu dot org 2008-01-26 13:25 -------
(In reply to comment #1)
> Created an attachment (id=15024)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15024&action=view) [edit]
> Test files (tar.gz). Use "make"
Uggghhh!
If the ONLY's i test.f90 are removed, it builds fine or if those USE statments
are replaced by USE foobar, with
module foobar
use electrons_base, only: nx => nbspx, n => nbsp, nspin, f
use ions_base, only : nas => nax
end module
all is OK.
When it fails, the symbols i and ipol are BT_UNKNOWN.
I am at a bit of a loss to explain this right now.
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-26 13:25:22
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34975