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 libfortran/21647] INQUIRE errors when using -fdefault-integer-8


------- Additional Comments From tobi at gcc dot gnu dot org  2005-05-19 16:51 -------
Confirmed.  The problem is that the default LOGICAL ex gets promoted to
LOGICAL*8, but we pass (int4_t *)&ex to the library, which can't work. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-05-19 16:51:13         |2005-05-19 16:51:29
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21647


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