public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14089] New: ICE in check_pointer_types_r
@ 2004-02-09 23:45 falk at debian dot org
  2004-02-09 23:52 ` [Bug c++/14089] [tree-ssa] ICE in check_pointer_types_r, at gimplify.c:3370 pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: falk at debian dot org @ 2004-02-09 23:45 UTC (permalink / raw)
  To: gcc-bugs

% cat min4.c      
struct pair {
    typedef void (pair::*fp)();
    int first;
    pair::fp second;
    pair(const int& a, const pair::fp& b) : first(a), second(b) {}
    void f(const int& a, const pair::fp& b) { first = a; second = b; }
};

void op() {
    pair(5, pair::fp());
}

% g++ -c min4.c
min4.c: In member function `void pair::f(const int&, void (pair::*const&)())':
min4.c:6: internal compiler error: in check_pointer_types_r, at gimplify.c:3460
Please submit a full bug report,

-- 
           Summary: ICE in check_pointer_types_r
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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


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

end of thread, other threads:[~2004-03-18  0:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-09 23:45 [Bug c++/14089] New: ICE in check_pointer_types_r falk at debian dot org
2004-02-09 23:52 ` [Bug c++/14089] [tree-ssa] ICE in check_pointer_types_r, at gimplify.c:3370 pinskia at gcc dot gnu dot org
2004-02-09 23:55 ` bangerth at dealii dot org
2004-02-10  1:22 ` pinskia at gcc dot gnu dot org
2004-02-27 11:50 ` rth at gcc dot gnu dot org
2004-02-27 23:58 ` pinskia at gcc dot gnu dot org
2004-02-28  0:22 ` rth at redhat dot com
2004-02-29  3:06 ` pinskia at gcc dot gnu dot org
2004-03-18  0:49 ` rth 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).