public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65030] New: [5 Regression] ICE (segfault) on arm-linux-gnueabihf
@ 2015-02-12  3:49 doko at gcc dot gnu.org
  2015-02-12  8:18 ` [Bug target/65030] [5 Regression] ICE (RTL flag check) " 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  3:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65030
           Summary: [5 Regression] ICE (segfault) 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

build failure in libffado, seen with 20150205 and 20150211 on
arm-linux-gnueabihf, configured --with-arch=armv7-a --with-fpu=vfpv3-d16
--with-float=hard --with-mode=thumb

g++ -c -g -O2 -fPIC controlserver.ii 
controlserver.ii:12:7: warning: direct base 'Interface' inaccessible in 'D' due
to ambiguity
 class D : Interface, C {};
       ^
controlserver.ii: In destructor 'virtual G::~G()':
controlserver.ii:12: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 D : Interface, C {};
       ^
Please submit a full bug report,
with preprocessed source if appropriate.

$ cat controlserver.ii
class Interface {
public:
  virtual ~Interface();
};
class C : virtual Interface {};
class A {
  virtual int m_fn1(const int &);
};
class B {
  virtual bool m_fn2(const bool &);
};
class D : Interface, C {};
class F : A, D {
  int m_fn1(const int &);
};
class G : B, D {
  bool m_fn2(const bool &);
};
int F::m_fn1(const int &) {}

bool G::m_fn2(const bool &) {}


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

* [Bug target/65030] [5 Regression] ICE (RTL flag check) on arm-linux-gnueabihf
  2015-02-12  3:49 [Bug target/65030] New: [5 Regression] ICE (segfault) on arm-linux-gnueabihf doko at gcc dot gnu.org
@ 2015-02-12  8:18 ` jakub at gcc dot gnu.org
  2015-02-12 10:35 ` ramana at gcc dot gnu.org
  2015-02-12 13:34 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-02-12  8:18 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Dup of PR65003 ?


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

* [Bug target/65030] [5 Regression] ICE (RTL flag check) on arm-linux-gnueabihf
  2015-02-12  3:49 [Bug target/65030] New: [5 Regression] ICE (segfault) on arm-linux-gnueabihf doko at gcc dot gnu.org
  2015-02-12  8:18 ` [Bug target/65030] [5 Regression] ICE (RTL flag check) " jakub at gcc dot gnu.org
@ 2015-02-12 10:35 ` ramana at gcc dot gnu.org
  2015-02-12 13:34 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-02-12 10:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
Works with r220637 - may well be a dup of PR65003. Checking.


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

* [Bug target/65030] [5 Regression] ICE (RTL flag check) on arm-linux-gnueabihf
  2015-02-12  3:49 [Bug target/65030] New: [5 Regression] ICE (segfault) on arm-linux-gnueabihf doko at gcc dot gnu.org
  2015-02-12  8:18 ` [Bug target/65030] [5 Regression] ICE (RTL flag check) " jakub at gcc dot gnu.org
  2015-02-12 10:35 ` ramana at gcc dot gnu.org
@ 2015-02-12 13:34 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-02-12 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
dup.

*** This bug has been marked as a duplicate of bug 65003 ***


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

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

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