[Bug fortran/68676] ICE in gfc_match_formal_arglist when compiling gfortran.dg/submodule_10.f08
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Dec 3 16:50:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68676
--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Steve Kargl from comment #2)
> Note, I see the problem on i386-*-freebsd, and I do not
> see the problem on x86_64-*-freebsd. So, it appears to
> a 32-bit vs 64-bit pointer issue (ie., someone is stomping
> on someone else's memory). Paul's code may in fact be
> correct, but it may be exposing a latent bug. :(
alpha-linux-gnu is a pure 64bit target, and the report was with the
crosscompiler from x86_64-linux-gnu (also 64-bit) to alpha-linux-gnu, so IMO
the 32-bit vs 64-bit observation is questionable.
More information about the Gcc-bugs
mailing list