public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/67369] New: [5/6 Regression] ICE (in tsubst_decl, at cp/pt.c:11302) with -std=c++14
@ 2015-08-27  8:42 doko at gcc dot gnu.org
  2015-08-27  8:50 ` [Bug c++/67369] " trippels at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2015-08-27  8:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67369

            Bug ID: 67369
           Summary: [5/6 Regression] ICE (in tsubst_decl, at
                    cp/pt.c:11302) with -std=c++14
           Product: gcc
           Version: 5.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

seen with the gcc-5-branch r227166, and trunk r227171

$ cat foo.cc 
int main() {
  unsigned const nsz = 0;
  auto repeat_conditional = [&](auto) {
    auto new_sz = nsz;
  };
  repeat_conditional(1);
}
$ /usr/lib/gcc-snapshot/bin/g++ -std=c++14 -c foo.cc 
foo.cc: In instantiation of 'main()::<lambda(auto:1)> [with auto:1 = int]':
foo.cc:6:23:   required from here
foo.cc:1:5: internal compiler error: in tsubst_decl, at cp/pt.c:11302
 int main() {
     ^
Please submit a full bug report,
with preprocessed source if appropriate.


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

end of thread, other threads:[~2015-09-08 15:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-27  8:42 [Bug c++/67369] New: [5/6 Regression] ICE (in tsubst_decl, at cp/pt.c:11302) with -std=c++14 doko at gcc dot gnu.org
2015-08-27  8:50 ` [Bug c++/67369] " trippels at gcc dot gnu.org
2015-08-27 10:57 ` rguenth at gcc dot gnu.org
2015-08-31 15:06 ` mpolacek at gcc dot gnu.org
2015-09-08 11:59 ` paolo.carlini at oracle dot com
2015-09-08 15:02 ` paolo at gcc dot gnu.org
2015-09-08 15:03 ` paolo at gcc dot gnu.org
2015-09-08 15:05 ` paolo.carlini at oracle dot com

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).