[Bug libstdc++/103096] Compiling never ends (at least not in resonable time - less than 10 mins)

2021-11-05 Thread pavel.celba at ricardo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103096 --- Comment #2 from Pavel Celba --- But shouldn't the compiler end in all cases with some error? There should be a depth instantiation limit which is reached and compilation ended. No matter how non-sensible the input is. My input is quite sensi

[Bug c++/103096] New: Compiling never ends (at least not in resonable time - less than 10 mins)

2021-11-05 Thread pavel.celba at ricardo dot com via Gcc-bugs
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pavel.celba at ricardo dot com Target Milestone: --- Code - file test.cpp: #include #include using namespace std; template int qHash(const T& a) { return qHash

[Bug c++/80328] New: With -ffloat-store std::array operator[] no longer cost-free

2017-04-05 Thread pavel.celba at ricardo dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pavel.celba at ricardo dot com Target Milestone: --- Following code: #include #include #include #include int main() { static const size_t numIters = 1u; srand(static_cast

[Bug c++/68669] -Wunused-variable is not correctly supressed by #pragmas

2015-12-03 Thread pavel.celba at ricardo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68669 --- Comment #2 from Pavel Celba --- Created attachment 36893 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36893&action=edit Preprocessed run_tests.cpp Added the pre-processed run_tests.cpp

[Bug c++/68669] New: -Wunused-variable is not correctly supressed by #pragmas

2015-12-03 Thread pavel.celba at ricardo dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pavel.celba at ricardo dot com Target Milestone: --- The GCC version info: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/rs-sync/compilers/gcc/5.1.0/sle11/libexec/gcc/x86_64