This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34975] [4.3 Regression] Bogus error with USEing modules



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]