https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85605
--- Comment #1 from sergey.ignatchenko at ithare dot com ---
Command line switches (see also Godbolt link above): -O3 -fomit-frame-pointer
Severity: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: sergey.ignatchenko at ithare dot com
Target Milestone: ---
Code:
==
#include
#include
template
inline bool cmp(T a, T2 b) {
return
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84463
--- Comment #1 from sergey.ignatchenko at ithare dot com ---
oops, forgot to mention command line:
g++ -std=c++1z -lstdc++ -Werror ../chachatest.cpp
where chachatest.cpp is provided in "CODE" section above
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: sergey.ignatchenko at ithare dot com
Target Milestone: ---
== COMPILER ==
root@ubuntu-gcc7:~/ithare/kscope/test/nix# g++ --version
g++ (Ubuntu 7
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: sergey.ignatchenko at ithare dot com
Target Milestone: ---
Whenever GCC consumes too much RAM (="the box doesn't have enough RAM to
compile whatever-is-necessary-to-compile"), GCC is likely to be sent SI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47488
sergey.ignatchenko at ithare dot com changed:
What|Removed |Added
CC||sergey.ignatchenko