public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35986]  New: [4.1/4.2/4.3/4.4 regression] ICE with ambiguous template functions
@ 2008-04-20 14:52 reichelt at gcc dot gnu dot org
  2008-04-20 14:52 ` [Bug c++/35986] " reichelt at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-04-20 14:52 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 4.0.1:

================================
namespace
{
  template<int> void foo(...);
}

template<int> void foo(...);

void bar()
{
  foo<0>(0);
}
================================

bug.cc: In function 'void bar()':
bug.cc:10: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

In GCC 4.0.0 and earlier we got a correct error message:
bug.cc: In function 'void bar()':
bug.cc:10: error: call of overloaded 'foo(int)' is ambiguous
bug.cc:6: note: candidates are: void foo(...) [with int <anonymous> = 0]
bug.cc:3: note:                 void<unnamed>::foo(...) [with int <anonymous> =
0]


-- 
           Summary: [4.1/4.2/4.3/4.4 regression] ICE with ambiguous template
                    functions
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-04-30 15:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-20 14:52 [Bug c++/35986] New: [4.1/4.2/4.3/4.4 regression] ICE with ambiguous template functions reichelt at gcc dot gnu dot org
2008-04-20 14:52 ` [Bug c++/35986] " reichelt at gcc dot gnu dot org
2008-04-28  4:33 ` mmitchel at gcc dot gnu dot org
2008-04-29  9:20 ` jakub at gcc dot gnu dot org
2008-04-30 14:26 ` jakub at gcc dot gnu dot org
2008-04-30 15:06 ` jakub at gcc dot gnu dot org
2008-04-30 15:13 ` jakub 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).