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.
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 )
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|