[Bug c++/70265] ICE on code with constexpr on x86_64-linux-gnu in tree check: expected statement_list, have nop_expr in tsi_start, at tree-iterator.h:42

2017-05-21 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70265 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/70265] ICE on code with constexpr on x86_64-linux-gnu in tree check: expected statement_list, have nop_expr in tsi_start, at tree-iterator.h:42

2017-05-21 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70265 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Sun May 21 22:20:05 2017 New Revision: 248313 URL: https://gcc.gnu.org/viewcvs?rev=248313=gcc=rev Log: 2017-05-21 Paolo Carlini PR

[Bug c++/70265] ICE on code with constexpr on x86_64-linux-gnu in tree check: expected statement_list, have nop_expr in tsi_start, at tree-iterator.h:42

2017-05-21 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70265 --- Comment #3 from Paolo Carlini --- This is fixed in 7.1.0. I'm adding testcases and closing the bug.

[Bug c++/70265] ICE on code with constexpr on x86_64-linux-gnu in tree check: expected statement_list, have nop_expr in tsi_start, at tree-iterator.h:42

2016-03-19 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70265 --- Comment #1 from Zhendong Su --- A slight variation of the test causes GCC to hang (apparently in evaluating the infinite loop). $ timeout -s 9 10 g++-trunk -c small.cpp Killed $ $ clang++-trunk -std=c++14 -c small.cpp small.cpp:2:1:

[Bug c++/70265] ICE on code with constexpr on x86_64-linux-gnu in tree check: expected statement_list, have nop_expr in tsi_start, at tree-iterator.h:42

2016-03-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70265 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|