This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/26453] New: Segfault with -m64 -mtraceback=full


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]