[Bug c++/68422] compile-time cost of sizeof... is quadratic

2025-01-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 Andrew Pinski changed: What|Removed |Added CC||khurshid.normuradov at gmail dot c

[Bug c++/68422] compile-time cost of sizeof... is quadratic

2025-01-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.3

[Bug c++/68422] compile-time cost of sizeof... is quadratic

2015-11-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed Nov 25 19:56:12 2015 New Revision: 230900 URL: https://gcc.gnu.org/viewcvs?rev=230900&root=gcc&view=rev Log: PR c++/68422 * cp-tree.h (PACK_EXPANSION_SIZEOF_P): New.

[Bug c++/68422] compile-time cost of sizeof... is quadratic

2015-11-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/68422] compile-time cost of sizeof... is quadratic

2015-11-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 --- Comment #2 from Jason Merrill --- Author: jason Date: Thu Nov 19 22:29:08 2015 New Revision: 230629 URL: https://gcc.gnu.org/viewcvs?rev=230629&root=gcc&view=rev Log: PR c++/68422 * cp-tree.h (PACK_EXPANSION_SIZEOF_P): New.

[Bug c++/68422] compile-time cost of sizeof... is quadratic

2015-11-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68422 Jonathan Wakely changed: What|Removed |Added Summary|compile-time cost of|compile-time cost of