public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/47687] [C++0x] Crash on a lambda returning a lambda (using std::function)
Date: Fri, 11 Feb 2011 19:06:00 -0000	[thread overview]
Message-ID: <bug-47687-4-vKYPLgri9k@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-47687-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-02-11 19:04:15 UTC ---
cc1plus goes into a loop and runs out of stack space

#471582 dependent_type_p (type=0x2aaaab1b2348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17918
#471583 0x00000000004da587 in dependent_type_p_r (type=0x2aaaab1b0348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17908
#471584 dependent_type_p (type=0x2aaaab1b0348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17944
#471585 dependent_type_p (type=0x2aaaab1b0348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17918
#471586 0x00000000004da3f0 in dependent_type_p_r (type=0x2aaaab1b2348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17836
#471587 dependent_type_p (type=0x2aaaab1b2348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17944
#471588 dependent_type_p (type=0x2aaaab1b2348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17918
#471589 0x00000000004da587 in dependent_type_p_r (type=0x2aaaab1b0348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17908
#471590 dependent_type_p (type=0x2aaaab1b0348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17944
#471591 dependent_type_p (type=0x2aaaab1b0348) at
../../gcc-4.6-20110205/gcc/cp/pt.c:17918
#471592 0x00000000004dad1e in any_dependent_template_arguments_p
(args=0x2aaaaafd6910) at ../../gcc-4.6-20110205/gcc/cp/pt.c:18487
#471593 0x00000000004dd2a8 in uses_template_parms (t=0x2aaaaafd6910) at
../../gcc-4.6-20110205/gcc/cp/pt.c:7417
#471594 0x00000000004e7d64 in lookup_template_class (d1=<value optimized out>,
arglist=0x2aaaaafd6910, in_decl=0x0, context=<value optimized out>,
entering_scope=0,
    complain=0) at ../../gcc-4.6-20110205/gcc/cp/pt.c:6949
#471595 0x00000000004e9e31 in tsubst_aggr_type (t=0x2aaaaae6ddc8,
args=0x2aaaaafd68c0, complain=0, in_decl=0x0, entering_scope=0)
    at ../../gcc-4.6-20110205/gcc/cp/pt.c:9185
#471596 0x00000000004f21fa in tsubst (t=0x2aaaaae6ddc8, args=0x2aaaaafd68c0,
complain=0, in_decl=0x0) at ../../gcc-4.6-20110205/gcc/cp/pt.c:10433


  parent reply	other threads:[~2011-02-11 19:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-10 19:53 [Bug c++/47687] New: " vituscze at gmail dot com
2011-02-11 18:59 ` [Bug c++/47687] " redi at gcc dot gnu.org
2011-02-11 19:06 ` redi at gcc dot gnu.org [this message]
2011-05-27 15:00 ` jason at gcc dot gnu.org
2011-05-27 17:25 ` jason at gcc dot gnu.org
2011-05-27 19:35 ` jason at gcc dot gnu.org
2011-05-27 20:48 ` jason at gcc dot gnu.org
2011-05-29  0:46 ` jason at gcc dot gnu.org
2011-10-19 17:26 ` paolo.carlini at oracle dot com
2011-10-27 22:28 ` paolo.carlini at oracle dot com
2011-12-07 16:55 ` paolo.carlini at oracle dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-47687-4-vKYPLgri9k@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).