public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/26453]  New: Segfault with -m64 -mtraceback=full
@ 2006-02-24  2:02 amodra at bigpond dot net dot au
  2006-02-24  2:14 ` [Bug target/26453] " amodra at bigpond dot net dot au
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: amodra at bigpond dot net dot au @ 2006-02-24  2:02 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-03-19 22:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-24  2:02 [Bug target/26453] New: Segfault with -m64 -mtraceback=full amodra at bigpond dot net dot au
2006-02-24  2:14 ` [Bug target/26453] " amodra at bigpond dot net dot au
2006-02-24  7:40 ` amodra at gcc dot gnu dot org
2006-03-01 22:58 ` [Bug target/26453] [3.4/4.0/4.1 Regression] " amodra at gcc dot gnu dot org
2006-03-06  2:32 ` [Bug target/26453] [3.4/4.0 " pinskia at gcc dot gnu dot org
2006-03-19 22:26 ` amodra at gcc dot gnu dot org
2006-03-19 22:28 ` [Bug target/26453] [3.4 " amodra at bigpond dot net dot au

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).