[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2019-05-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2019-05-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Eric Gallager changed: What|Removed |Added CC||dodji at gcc dot gnu.org,

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2018-02-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2014-10-15 Thread i.palachev at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Ilya Palachev i.palachev at samsung dot com changed: What|Removed |Added Attachment #33714|0 |1

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2014-10-14 Thread i.palachev at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 --- Comment #2 from Ilya Palachev i.palachev at samsung dot com --- Suggested a patch that fixes this issue. https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01264.html

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2014-10-14 Thread i.palachev at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 --- Comment #3 from Ilya Palachev i.palachev at samsung dot com --- Created attachment 33714 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33714action=edit Patch that fixes the ICE.

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2014-10-14 Thread i.palachev at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 --- Comment #4 from Ilya Palachev i.palachev at samsung dot com --- g++ test.o -o test -Wl,-flto /tmp/ccEhycoY.ltrans0.ltrans.o:ccEhycoY.ltrans0.o:function __static_initialization_and_destruction_0(int, int): error: undefined reference to

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

2014-10-13 Thread i.palachev at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61048 Ilya Palachev i.palachev at samsung dot com changed: What|Removed |Added CC||i.palachev