[Bug target/26453] New: Segfault with -m64 -mtraceback=full
amodra at bigpond dot net dot au
gcc-bugzilla@gcc.gnu.org
Fri Feb 24 02:02:00 GMT 2006
The following segfaults in rs6000_output_function_epilogue when compiled with
-m64 -mtraceback=full. r_o_f_e is being called via final_end_function in
rs6000_output_mi_thunk. This is a regression from gcc-3.3.x.
class A1 {
public:
virtual ~A1();
};
class A2 : public A1 { };
class A3 : virtual public A2 { };
class A4 : public A3 {
public:
~A4(void);
};
A4::~A4(void) {}
--
Summary: Segfault with -m64 -mtraceback=full
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: amodra at bigpond dot net dot au
GCC target triplet: powerpc64-*-*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26453
More information about the Gcc-bugs
mailing list