[Bug c++/117684] High compiling time for array initialization

2024-11-19 Thread Sebastien.Lemetter at de dot bosch.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117684 --- Comment #2 from Lemetter Sebastien --- With this compiler version: ❯ /usr/bin/g++-9 --version g++-9 (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 the bug does not occur. The problem is that our target is to compile for QNX on ARM architecture, and

[Bug c++/117684] New: High compiling time for array initialization

2024-11-19 Thread Sebastien.Lemetter at de dot bosch.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117684 Bug ID: 117684 Summary: High compiling time for array initialization Product: gcc Version: 8.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+