[Bug c++/106241] compiler can't handle large array of strings

2022-07-09 Thread robert.durkacz at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106241 --- Comment #3 from Robert Durkacz --- The suggestions from Johnathon Wakely would work but it is changing the problem. Rather than using simple types, the application is aimed at using more elaborate types (std:multimap). My reason for thinking

[Bug preprocessor/97498] #pragma GCC diagnostic ignored "-Wunused-function" inconsistent

2022-07-09 Thread lhyatt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97498 --- Comment #2 from Lewis Hyatt --- Patch submitted for review here: https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598116.html

[Bug bootstrap/106137] [13 Regression] baremetal cross builds broken in libgfortran since g:133d0d422ebd18dbd215cfa5394aff9f938e7060

2022-07-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106137 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/106137] [13 Regression] baremetal cross builds broken in libgfortran since g:133d0d422ebd18dbd215cfa5394aff9f938e7060

2022-07-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106137 Andrew Pinski changed: What|Removed |Added Summary|baremetal cross builds |[13 Regression] baremetal

[Bug libstdc++/106239] vector::resize(size_type, const value_type&) should not require copy-assignability

2022-07-09 Thread dan.raviv at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106239 --- Comment #4 from Dan Raviv --- C does meet the CopyInsertible requirements: https://godbolt.org/z/8j7KcbhdM #include class C { const int m_x; public: C(int x) : m_x (x) {} }; int main() { // C is CopyInsertable: {

[Bug c++/106241] compiler can't handle large array of strings

2022-07-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106241 --- Comment #2 from Jonathan Wakely --- (In reply to Robert Durkacz from comment #0) > My personal interest in reporting this as a > bug, whether it is or not, is to get any advice what is a better way to do > what I am trying to do. Get more m

[Bug tree-optimization/98304] Failure to optimize bitwise arithmetic pattern

2022-07-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98304 --- Comment #3 from CVS Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:d9fa599dc7584d89e758a09a3d68982f12d8751c commit r13-1587-gd9fa599dc7584d89e758a09a3d68982f12d8751c Author: Sam Feifer Date: Sat Jul 9

[Bug fortran/106242] New: Internal compiler error: Parameterised derived types

2022-07-09 Thread kidon at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106242 Bug ID: 106242 Summary: Internal compiler error: Parameterised derived types Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c++/106241] compiler can't handle large array of strings

2022-07-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106241 --- Comment #1 from Andreas Schwab --- That's the OOM killer.

[Bug c++/106241] New: compiler can't handle large array of strings

2022-07-09 Thread robert.durkacz at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106241 Bug ID: 106241 Summary: compiler can't handle large array of strings Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/106239] vector::resize(size_type, const value_type&) should not require copy-assignability

2022-07-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106239 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0