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/65532] [5 Regression] Unexpected error with legacy code (D1MACH)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65532

--- Comment #4 from Mikael Morin <mikael at gcc dot gnu.org> ---
With r221586, procedure d1mach is resolved more than once.
At the first time resolve_values is called, the problematic variables (diver,
large, etc)  have a NULL sym->value, which is set afterwards in resolve_data.
On the second call, the value is non-null and the error is produced.


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