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
: 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
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
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
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