public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65278] New: [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu
@ 2015-03-02 15:31 doko at gcc dot gnu.org
  2015-03-02 15:37 ` [Bug target/65278] " rguenth at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: doko at gcc dot gnu.org @ 2015-03-02 15:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65278

            Bug ID: 65278
           Summary: [5 Regression] ICE (in output_718, at
                    config/rs6000/rs6000.md:11592) on powerpc-linux-gnu
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

r221115 on powerpc-linux-gnu

$ g++ -c -g -O2 -fPIC DistanceEstimation.ii 
DistanceEstimation.ii: In member function 'virtual double
B::_ZTv0_n12_NK1B5m_fn1ERKiS1_(const int&, const int&) const':
DistanceEstimation.ii:14:42: internal compiler error: in output_718, at
config/rs6000/rs6000.md:11592
 TwoTreeLikelihood::~TwoTreeLikelihood() {}
                                          ^
Please submit a full bug report,
with preprocessed source if appropriate.

$ cat DistanceEstimation.ii 
class A {
  virtual double m_fn1(const int &, const int &) const;
  int d2f_variable1;
  int d2f_variable2;
  virtual double m_fn2() { m_fn1(d2f_variable1, d2f_variable2); }
};
class B : virtual A {
  double m_fn1(const int &, const int &) const { return 0; }
};
class TwoTreeLikelihood : A {
  ~TwoTreeLikelihood();
  double m_fn1(const int &, const int &) const { return 0; }
};
TwoTreeLikelihood::~TwoTreeLikelihood() {}


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

end of thread, other threads:[~2015-03-03 16:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02 15:31 [Bug target/65278] New: [5 Regression] ICE (in output_718, at config/rs6000/rs6000.md:11592) on powerpc-linux-gnu doko at gcc dot gnu.org
2015-03-02 15:37 ` [Bug target/65278] " rguenth at gcc dot gnu.org
2015-03-02 16:26 ` aldyh at gcc dot gnu.org
2015-03-02 16:30 ` doko at gcc dot gnu.org
2015-03-02 16:37 ` doko at gcc dot gnu.org
2015-03-02 18:35 ` aldyh at redhat dot com
2015-03-02 21:19 ` [Bug target/65278] [5 Regression] ICE on powerpc{64}-linux-gnu aldyh at gcc dot gnu.org
2015-03-03  1:00 ` aldyh at gcc dot gnu.org
2015-03-03  7:15 ` hubicka at ucw dot cz
2015-03-03 16:04 ` aldyh at gcc dot gnu.org

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).