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 lto/66488] -fipa-pta -flto segfault


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

--- Comment #7 from StanisÅaw Halik <sthalik at misaki dot pl> ---
In ggc-page.c there's an assumption that sizeof long == sizeof void* in absence
of other information. That was the reason the build was passing clearly with
valgrind on amd64 Linux.

I propose a fix to gcc/config/i386/xm-mingw32.h. Not completely sure this is
the right place.

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