[Bug go/84948] [8 regression] ICE in set_from, at go/gofrontend/types.cc:2660

2018-04-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84948

--- Comment #1 from Ian Lance Taylor  ---
That is just the start of the problem.  The garbage collector assumes that all
pointers are aligned to their natural boundary.  That is, it expects that on a
system with four byte pointers, they are always aligned to a four byte boundary
when stored in memory.  The garbage collector's data structures are designed
around that assumption.  That will be hard to change.

[Bug go/84948] [8 regression] ICE in set_from, at go/gofrontend/types.cc:2660

2018-03-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84948

Jakub Jelinek  changed:

   What|Removed |Added

   Priority|P3  |P4
 CC||jakub at gcc dot gnu.org

[Bug go/84948] [8 regression] ICE in set_from, at go/gofrontend/types.cc:2660

2018-03-19 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84948

Andreas Schwab  changed:

   What|Removed |Added

   Target Milestone|--- |8.0