This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]