public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/38640]  New: ICE with decltype of template value parameter
@ 2008-12-26 22:55 reichelt at gcc dot gnu dot org
  2008-12-27  1:40 ` [Bug c++/38640] [4.3/4.4 Regression] " pinskia 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-12-26 22:55 UTC (permalink / raw)
  To: gcc-bugs

The following valid code snippet triggers an ICE since GCC 4.3.0
(when __decltype was introduced):

================================================
template<int N> void foo(__decltype(N));
================================================

bug.cc:1: internal compiler error: in finish_decltype_type, at
cp/semantics.c:4645


-- 
           Summary: ICE with decltype of template value parameter
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-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=38640


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

end of thread, other threads:[~2009-07-10 12:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-26 22:55 [Bug c++/38640] New: ICE with decltype of template value parameter reichelt at gcc dot gnu dot org
2008-12-27  1:40 ` [Bug c++/38640] [4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
2008-12-29 22:56 ` rguenth at gcc dot gnu dot org
2008-12-30 23:54 ` jakub at gcc dot gnu dot org
2008-12-30 23:58 ` [Bug c++/38640] [4.3 " jakub at gcc dot gnu dot org
2009-01-24 10:28 ` rguenth at gcc dot gnu dot org
2009-07-10 12:20 ` rguenth 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).