[Bug libfortran/21647] INQUIRE errors when using -fdefault-integer-8

2005-05-19 Thread tobi at gcc dot gnu dot org
--- 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 --

[Bug libfortran/21647] INQUIRE errors when using -fdefault-integer-8

2005-05-19 Thread tobi at gcc dot gnu dot org
--- 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 a (int4_t *)&ex to the library, which can't work. -- What|Removed |Added