Open GoogleCodeExporter opened 9 years ago
It fails while instantiating "std::deque<long long unsigned int>" which should
not fail. It looks like a GCC bug.
Original comment by zuzu...@gmail.com
on 5 Jul 2015 at 9:04
You're right it's likely a bug in gcc5...
https://bugzilla.suse.com/show_bug.cgi?id=937167
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66788
Original comment by martin.h...@gmail.com
on 7 Jul 2015 at 7:31
You're right it's likely a bug in gcc5...
https://bugzilla.suse.com/show_bug.cgi?id=937167
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66788
Original comment by martin.h...@gmail.com
on 7 Jul 2015 at 9:32
I merged all the std::deque containers of the _cl_kernel struct into a single std::deque, this way it should not try to instantiate a "std::deque
Original issue reported on code.google.com by
martin.h...@gmail.com
on 5 Jul 2015 at 9:02Attachments: