[Bug preprocessor/106930] New: No __ILP32__ preprocessor macro defined on ARM (32bit)

2022-09-13 Thread stefan.bruens--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106930 Bug ID: 106930 Summary: No __ILP32__ preprocessor macro defined on ARM (32bit) Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/103848] [11/12 Regression] std::deque<>::iterator operator- uses "0" for nullptr check, triggers "zero-as-null-pointer-constant" warning

2022-01-04 Thread stefan.bruens--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103848 --- Comment #8 from Stefan BrĂ¼ns --- (In reply to Jonathan Wakely from comment #2) > This is not a bug. > > Firstly, there's no testcase provided (as https://gcc.gnu.org/bugs says is > needed). Here's the missing testcase: > > #include >

[Bug libstdc++/103848] New: std::deque<>::operator- uses "0" for nullptr check, triggers "zero-as-null-pointer-constant"

2021-12-27 Thread stefan.bruens--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103848 Bug ID: 103848 Summary: std::deque<>::operator- uses "0" for nullptr check, triggers "zero-as-null-pointer-constant" Product: gcc Version: 11.2.1 Status: UNCONFIRMED