[Bug c++/71449] builtins accepted in default template arguments but rejected when explicitly specified

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71449 --- Comment #3 from Andrew Pinski --- Note this is now accepted for C++11-C++20 and has since 4.6.

[Bug c++/71449] builtins accepted in default template arguments but rejected when explicitly specified

2016-06-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71449 --- Comment #2 from Andrew Pinski --- Most likely __builtin_parity (0) got folded to 0 for the first case.

[Bug c++/71449] builtins accepted in default template arguments but rejected when explicitly specified

2016-06-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71449 Martin Sebor changed: What|Removed |Added Known to work||4.5.3 Known to fail|