[Bug sanitizer/88260] c++ code instrumented with address sanitizer crashes

2018-12-04 Thread mirhet.saracevic at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88260 --- Comment #2 from mirhet.saracevic at gmail dot com --- Command line: gcc -lstdc++ -lsupc++ -lm -lc -lgcc -lasan -O0 -g -fsanitize=address main.cpp Output when using -v: Target: i686-elf Configured with: ../gcc-6.3.0/configure --prefix=/opt

[Bug sanitizer/88260] New: c++ code instrumented with address sanitizer crashes

2018-11-29 Thread mirhet.saracevic at gmail dot com
Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: mirhet.saracevic at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target