Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: vladimir.simonov at acronis 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
Target Milestone: ---
Hi,
If
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207
--- Comment #3 from Vladimir Simonov ---
(In reply to Jakub Jelinek from comment #2)
> Started with r229859, -fno-devirtualize -O2 works.
Thank you for hint with workaround
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207
Vladimir Simonov changed:
What|Removed |Added
Severity|blocker |critical
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207
Vladimir Simonov changed:
What|Removed |Added
Version|unknown |5.3.0
--- Comment #1 from Vladimir Si
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: vladimir.simonov at acronis dot com
Target Milestone: ---
Hi,
Quite simple and common pattern:
class Class1
{
public:
Class1();
virtual ~Class1();
protected:
unsigned Field1;
};
class Class2 : public virtual