[Bug c++/66788] [4.9/5 Regression] Rejects instantiation of class std::deque<long long unsigned int> with -m32

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 7 11:49:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66788

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.8.5, 6.0

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Trunk accepts this and says:

freeocl.3.cpp:4:20: warning: ignoring attributes on template argument ‘cl_ulong
{aka long long unsigned int}’
 std::deque<cl_ulong> args_qualifier;


More information about the Gcc-bugs mailing list