public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65036] New: [5 Regression] ICE (RTL flag check) on arm-linux-gnueabihf
@ 2015-02-12  7:29 doko at gcc dot gnu.org
  2015-02-12  8:25 ` [Bug target/65036] " jakub at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: doko at gcc dot gnu.org @ 2015-02-12  7:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65036
           Summary: [5 Regression] ICE (RTL flag check) on
                    arm-linux-gnueabihf
           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

seen with 20150205 on arm-linux-gnueabihf, configured with --with-arch=armv7-a
--with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb

g++ -c -g -O2 -fPIC rollingfileappender.ii 
rollingfileappender.ii: In destructor 'virtual D::~D()':
rollingfileappender.ii:6:7: internal compiler error: RTL flag check:
CONSTANT_POOL_ADDRESS_P used with unexpected rtx code 'mem' in
place_block_symbol, at varasm.c:7157
 class B : ObjectImpl {};
       ^
Please submit a full bug report,
with preprocessed source if appropriate.

$ cat rollingfileappender.ii
class A {};
class ObjectImpl : virtual A {
public:
  virtual ~ObjectImpl();
};
class B : ObjectImpl {};
class C : B {
  virtual const int &m_fn1() const;
};
class D : C {
  const int &m_fn1() const;
};
const int &C::m_fn1() const {}
const int &D::m_fn1() const {}


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

end of thread, other threads:[~2015-02-12 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12  7:29 [Bug target/65036] New: [5 Regression] ICE (RTL flag check) on arm-linux-gnueabihf doko at gcc dot gnu.org
2015-02-12  8:25 ` [Bug target/65036] " jakub at gcc dot gnu.org
2015-02-12 10:37 ` ramana at gcc dot gnu.org
2015-02-12 13:33 ` ramana 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).