[Bug c/81302] [7/8 Regression] Segmentation fault in diagnose_tm_1 at trans-mem.c

2017-07-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302 --- Comment #3 from Martin Liška --- (In reply to Vittorio Zecca from comment #2) > Maybe is this related? Yep, that is. This one started with r241961, which is also use-after-scope revision.

[Bug c/81302] [7/8 Regression] Segmentation fault in diagnose_tm_1 at trans-mem.c

2017-07-04 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302 --- Comment #2 from Vittorio Zecca --- Maybe is this related? // trunk 249883 // from pr46269.C // Segmentation fault // must be compiled with command g++ -fsanitize=address -fgnu-tm template class shared_ptr { public: shared_ptr( T * p ) {

[Bug c/81302] [7/8 Regression] Segmentation fault in diagnose_tm_1 at trans-mem.c

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|8.0

[Bug c/81302] [7/8 Regression] Segmentation fault in diagnose_tm_1 at trans-mem.c

2017-07-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|