[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2023-04-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Andrew Pinski changed: What|Removed |Added CC||ejakobs at boerboeltrading dot com ---

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-05-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #17 from CVS Commits --- The releases/gcc-12 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:40f749b364b740f41ea6b211f81c21919a2e8bee commit r12-8380-g40f749b364b740f41ea6b211f81c21919a2e8bee Author: Jason Merrill

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-05-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #16 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:ce46d6041358052dfa26f3720732f0357c5d72e7 commit r13-463-gce46d6041358052dfa26f3720732f0357c5d72e7 Author: Jason Merrill Date: Fr

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-04-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #15 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4822108e61ab879067482704f2f7d1670813d61a commit r12-8066-g4822108e61ab879067482704f2f7d1670813d61a Author: Jason Merrill Date: F

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-02-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #14 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:119cea98f664764cce04963243c39c8f6d797d33 commit r12-7069-g119cea98f664764cce04963243c39c8f6d797d33 Author: Jason Merrill Date: W

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-01-27 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Jason Merrill changed: What|Removed |Added Target Milestone|--- |12.0 Known to work|

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-01-06 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #12 from Jason Merrill --- *** Bug 65591 has been marked as a duplicate of this bug. ***

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Andrew Pinski changed: What|Removed |Added CC||gpkiwi at msn dot com --- Comment #11 fr

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Andrew Pinski changed: What|Removed |Added CC||gnu at kosak dot com --- Comment #10 fro

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-01-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #9 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:e948436eab818c527dd60b0ef939c4f42fbe8ba4 commit r12-6326-ge948436eab818c527dd60b0ef939c4f42fbe8ba4 Author: Jason Merrill Date: Sa

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2022-01-01 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org Assig

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2021-11-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Andrew Pinski changed: What|Removed |Added CC||beyondstandard at gmail dot com --- Comm

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2021-11-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Andrew Pinski changed: What|Removed |Added CC||hehaochen at hotmail dot com --- Comment

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2019-11-06 Thread edquist at cs dot wisc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #6 from Carl --- > I'm not sure if () and {} are semantically equivalent [in this case]. For what it's worth, (not sure if I'm allowed to paste a link here, but) on cppreference.com [1] under "Constructors and member initializer list

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2019-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #5 from Richard Biener --- Whereas with (): ;; Function item_array::item_array() (null) ;; enabled by -tree-original <; { >>) >; } I'm not sure if () and {} are semantica

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2019-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog, |

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2019-11-05 Thread edquist at cs dot wisc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #3 from Carl --- Original "good.cpp" and "bad.cpp" sources now attached.

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2019-11-05 Thread edquist at cs dot wisc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #2 from Carl --- Created attachment 47181 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47181&action=edit source that does not exhibit bad compilation performance Note the constructor initializes the member with parens: "item_

[Bug c++/92385] extremely long and memory intensive compilation for brace construction of array member

2019-11-05 Thread edquist at cs dot wisc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92385 --- Comment #1 from Carl --- Created attachment 47179 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47179&action=edit original source file with bad compilation performance Note the brace member initialization in the constructor: "item_arr