public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/37288]  New: ICE using auto as function return type or parameter
@ 2008-08-30 13:03 chris dot fairles at gmail dot com
  2008-08-30 13:16 ` [Bug c++/37288] " chris dot fairles at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chris dot fairles at gmail dot com @ 2008-08-30 13:03 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]

Compiling the following with -std=c++0x,

auto foo() { }

int main()
{
  foo();
}

gives,
test2.cpp: In function ‘auto foo()’:
test2.cpp:1: internal compiler error: in dependent_type_p, at cp/pt.c:15895

This also gives the same ICE (with -std=c++0x):

void foo(auto i)
{
  (void)i;
}

int main()
{
  foo(42);
}

Chris


-- 
           Summary: ICE using auto as function return type or parameter
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chris dot fairles at gmail dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

end of thread, other threads:[~2008-09-01 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-30 13:03 [Bug c++/37288] New: ICE using auto as function return type or parameter chris dot fairles at gmail dot com
2008-08-30 13:16 ` [Bug c++/37288] " chris dot fairles at gmail dot com
2008-08-30 19:29 ` jason at gcc dot gnu dot org
2008-08-30 23:15 ` jason at gcc dot gnu dot org
2008-09-01 19:36 ` jason 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).