https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64876
--- Comment #4 from Ian Lance Taylor ---
This code is going to call main.$nested0 with the static chain pointer set to
the address of a struct created in main.for_escapes3. In this code
p := new(int)
*p = i
f[n] = func()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225
--- Comment #21 from Jeffrey A. Law ---
>From my experimentations, I don't see a reasonable way to fix this in stage4
except via some horrid define_peep2.
We don't have the LOG_LINKS we need to do a good job on this during the
combiner. I'll
101 - 102 of 102 matches
Mail list logo