public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/49823] New: [C++0x] ICE on decltype(expr)::type with template
@ 2011-07-23 15:38 flast at flast dot jp
  2011-07-23 15:55 ` [Bug c++/49823] " paolo.carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: flast at flast dot jp @ 2011-07-23 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [C++0x] ICE on decltype(expr)::type with template
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: flast@flast.jp


All of following three template functions occur ICE with GCC 4.7.0 20110723.

----8<----
template < typename T >
auto f( const T &x )
  -> typename decltype( x )::type; // ICE on here

template < typename T >
typename decltype( T{} )::type // ICE on here
f( T );

template < typename T >
void f( T x )
{ typename decltype( x )::type x; } // ICE on here
----8<----


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

end of thread, other threads:[~2011-07-25  5:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-23 15:38 [Bug c++/49823] New: [C++0x] ICE on decltype(expr)::type with template flast at flast dot jp
2011-07-23 15:55 ` [Bug c++/49823] " paolo.carlini at oracle dot com
2011-07-25  5:04 ` jason at gcc dot gnu.org
2011-07-25  5:05 ` jason at gcc dot gnu.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).