[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2018-01-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 --- Comment #10 from Jason Merrill --- Author: jason Date: Wed Jan 17 18:08:05 2018 New Revision: 256808 URL: https://gcc.gnu.org/viewcvs?rev=256808=gcc=rev Log: PR c++/81843 - ICE with variadic member template. PR c++/72801

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2018-01-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 --- Comment #9 from Jason Merrill --- Author: jason Date: Wed Jan 17 17:44:35 2018 New Revision: 256802 URL: https://gcc.gnu.org/viewcvs?rev=256802=gcc=rev Log: PR c++/81843 - ICE with variadic member template. PR c++/72801

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2017-06-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2017-06-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 --- Comment #7 from Jason Merrill --- Author: jason Date: Wed Jun 28 21:08:50 2017 New Revision: 249762 URL: https://gcc.gnu.org/viewcvs?rev=249762=gcc=rev Log: PR c++/72801 - ICE with variadic partial specialization * pt.c

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2017-06-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 --- Comment #6 from Jason Merrill --- Author: jason Date: Wed Jun 28 19:59:37 2017 New Revision: 249755 URL: https://gcc.gnu.org/viewcvs?rev=249755=gcc=rev Log: PR c++/72801 - ICE with variadic partial specialization * pt.c

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2017-06-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2016-08-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 Richard Biener changed: What|Removed |Added Keywords||ice-checking Target Milestone|5.5

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2016-08-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Target

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2016-08-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 Martin Sebor changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #3 from

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2016-08-03 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 --- Comment #2 from Zhendong Su --- (In reply to Martin Sebor from comment #1) > I can confirm the ICE but not the regression part. My bisection script > shows an ICE goes all the way back to 4.3.0. The first revision I have > access to that

[Bug c++/72801] ICE on invalid C++ code with ill-formed class member specialization: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3521

2016-08-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72801 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|