[Bug sanitizer/91439] Wrong debug information with -fsanitize=address

2019-08-14 Thread aclopte at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91439 --- Comment #5 from Johannes Altmanninger --- Great, thanks! I should have used -Og in the first place.

[Bug sanitizer/91439] Wrong debug information with -fsanitize=address

2019-08-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91439 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/91439] Wrong debug information with -fsanitize=address

2019-08-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91439 --- Comment #3 from Martin Liška --- We rewrite: main (int argc, char * * argv) { int D.2275; int _3; : f (); into: main (int argc, char * * argv) { int argc; int D.2275; int _3; : argc = argc_4(D); : f (); when I

[Bug sanitizer/91439] Wrong debug information with -fsanitize=address

2019-08-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91439 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug sanitizer/91439] Wrong debug information with -fsanitize=address

2019-08-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91439 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|