Bug 79042
Summary: | g++ crashes when locally defined class without virtual destructor is new'd | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Steve Zastrow <steven.zastrow> |
Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-02-19 16:10:40 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Steve Zastrow
2002-12-04 23:41:23 UTC
This works in 8.0 / gcc 3.2 unoptimised If you optimise it this triggers an infinite loop in the compiler.. Cannot reproduce this with gcc-3.2.2-1 from rawhide. |