public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13810] New: [3.4/3.5 Regression] ICE on default templates
@ 2004-01-22  8:22 pinskia at gcc dot gnu dot org
  2004-01-22  8:23 ` [Bug c++/13810] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-22  8:22 UTC (permalink / raw)
  To: gcc-bugs

I do not know if this is valid or invalid code but it still ICEs and it is a regression from 
3.3.3.  I found this while trying to reduce PR 13809.
>From Phil's regression hunter: Search converges between 2002-12-27-trunk (#177) and 
2002-12-28-trunk (#178).
namespace std
{
template<typename> struct less{};
template<typename> struct allocator{};
template<typename A, template<typename> class B = std::less<A>,
  template<typename> class C = std::allocator<A> > struct set{};
}

-- 
           Summary: [3.4/3.5 Regression] ICE on default templates
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-01-26  0:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-22  8:22 [Bug c++/13810] New: [3.4/3.5 Regression] ICE on default templates pinskia at gcc dot gnu dot org
2004-01-22  8:23 ` [Bug c++/13810] " pinskia at gcc dot gnu dot org
2004-01-22  8:29 ` pinskia at gcc dot gnu dot org
2004-01-22 15:46 ` [Bug c++/13810] [3.4/3.5 Regression] ICE on invalid " bangerth at dealii dot org
2004-01-22 21:31 ` reichelt at gcc dot gnu dot org
2004-01-23 11:12 ` giovannibajo at libero dot it
2004-01-23 12:21 ` giovannibajo at libero dot it
2004-01-25 22:43 ` cvs-commit at gcc dot gnu dot org
2004-01-25 22:46 ` cvs-commit at gcc dot gnu dot org
2004-01-25 23:08 ` [Bug c++/13810] [3.4 " pinskia at gcc dot gnu dot org
2004-01-26  0:56 ` cvs-commit at gcc dot gnu dot org
2004-01-26  0:58 ` giovannibajo at libero dot it
2004-01-26  0:58 ` cvs-commit 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).