Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: sergi.mateo at bsc dot es
Target Milestone: ---
The following C++11 code doesn't compile with g++ 5.4.1, although it compiles
fine with g++ 6:
template < typename _K, typename _V &g
Assignee: unassigned at gcc dot gnu.org
Reporter: sergi.mateo at bsc dot es
Target Milestone: ---
Created attachment 40723
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40723&action=edit
test
Hi,
I'm getting a segfault every time that I execute a sim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79484
--- Comment #4 from smateo ---
Hi Jerry,
This code is a simplification of a code that our tool generates to support a
tasking programming model. I know that I don't need a derived type to call a C
function. If I recall correctly, I needed to rep
Component: libgomp
Assignee: unassigned at gcc dot gnu.org
Reporter: sergi.mateo at bsc dot es
CC: jakub at gcc dot gnu.org
Target Milestone: ---
Hi,
In the following code:
#include
#include
void foo(int foo_id) {
int x = 0;
for (int i = 0; i < 5;