public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
@ 2005-03-08  1:50 jsm28 at gcc dot gnu dot org
  2005-03-08  1:54 ` [Bug target/20375] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-03-08  1:50 UTC (permalink / raw)
  To: gcc-bugs

The following C++ testcase, compiled on ia64-hp-hpux11.23 with -mlp64, yields
the following ICE (a regression in 4.0/4.1 relative to 3.4).  This seems
to be target-specific.

t.cc: In member function 'virtual void*& c::f(float, u, ...)':
t.cc:9: internal compiler error: in assign_parm_find_entry_rtl, at function.c:2329
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

union u
{
  void* m[7];
};

struct c
{
  c();
  virtual void*& f(float, u, ...) {
    throw 0;
  }
};

c::c() {}

-- 
           Summary: [4.0/4.1 Regression] C++ ICE in
                    assign_parm_find_entry_rtl
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-*-hpux11.*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20375


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

end of thread, other threads:[~2005-04-17  6:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
2005-03-08  1:54 ` [Bug target/20375] " pinskia at gcc dot gnu dot org
2005-03-08  1:55 ` pinskia at gcc dot gnu dot org
2005-03-08 14:29 ` nathan at gcc dot gnu dot org
2005-03-10 15:05 ` cvs-commit at gcc dot gnu dot org
2005-03-10 15:11 ` cvs-commit at gcc dot gnu dot org
2005-03-10 15:23 ` nathan at gcc dot gnu dot org
2005-03-10 15:30 ` pinskia at gcc dot gnu dot org
2005-04-09 23:44 ` rth at gcc dot gnu dot org
2005-04-10  9:18 ` nathan at gcc dot gnu dot org
2005-04-15 22:58 ` rth at gcc dot gnu dot org
2005-04-17  4:51 ` mmitchel at gcc dot gnu dot org
2005-04-17  6:19 ` cvs-commit at gcc dot gnu dot org
2005-04-17  6:27 ` [Bug target/20375] [4.0 " pinskia at gcc dot gnu dot org
2005-04-17  6:29 ` rth at gcc dot gnu dot org
2005-04-17  6:39 ` rth at gcc dot gnu dot org
2005-04-17  6:40 ` pinskia at gcc dot gnu dot 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).