public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11149] New: [3.3/3.4 Regression] ICE on error when instantiation with call function of a base type
@ 2003-06-11  4:03 pinskia@physics.uc.edu
  2003-06-11  4:06 ` [Bug c++/11149] " pinskia@physics.uc.edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-11  4:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.3/3.4 Regression] ICE on error when instantiation
                    with call function of a base type
           Product: gcc
           Version: unknown
            Status: NEW
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pinskia@physics.uc.edu
                CC: gcc-bugs@gcc.gnu.org
OtherBugsDependingO 11148
             nThis:

compile this code:

template <typename X>
class Foo {
    int i;
public:
    Foo() {
        X::explode();
    }
};

class Bar {
    Foo<int> foo_;
public:
    Bar() {}
};

template class Foo<int>;

Since this is split, and I can confirm this on the mainline (20030610) and 3.3.1 
(20030526) and I do not see the ICE. in 3.2.3


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

end of thread, other threads:[~2003-07-01 17:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-11  4:03 [Bug c++/11149] New: [3.3/3.4 Regression] ICE on error when instantiation with call function of a base type pinskia@physics.uc.edu
2003-06-11  4:06 ` [Bug c++/11149] " pinskia@physics.uc.edu
2003-06-11 14:32 ` bangerth@dealii.org
2003-07-01 17:35 ` cvs-commit at gcc dot gnu dot org
2003-07-01 17:36 ` cvs-commit at gcc dot gnu dot org
2003-07-01 17:39 ` mmitchel 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).