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/85507] [8/9 Regression] ICE in gfc_dep_resolver, at fortran/dependency.c:2258


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

--- Comment #5 from vehre at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #4)
> > The ICE is gone if I revert the change in dependency.c from r259385.
> 
> This regtests cleanly.

Well, it regtests cleanly, but produces incorrect code. The detection, that
x[2] and x reference the same variable and may require a temporary in the
assignment (at least when we are on image 2) is not assessed correctly.

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