[Bug c++/77999] GCC diagnoses usage of STL literal operators as invalid.

2018-04-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77999

Jonathan Wakely  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Jonathan Wakely  ---
dup

*** This bug has been marked as a duplicate of bug 65923 ***

[Bug c++/77999] GCC diagnoses usage of STL literal operators as invalid.

2016-10-18 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77999

Ville Voutilainen  changed:

   What|Removed |Added

 CC||ville.voutilainen at gmail dot 
com

--- Comment #3 from Ville Voutilainen  ---
*** Bug 78031 has been marked as a duplicate of this bug. ***

[Bug c++/77999] GCC diagnoses usage of STL literal operators as invalid.

2016-10-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77999

Jonathan Wakely  changed:

   What|Removed |Added

 CC||emsr at gcc dot gnu.org

--- Comment #2 from Jonathan Wakely  ---
Ed, do you fancy taking a look at this?

[Bug c++/77999] GCC diagnoses usage of STL literal operators as invalid.

2016-10-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77999

Jonathan Wakely  changed:

   What|Removed |Added

   Keywords||diagnostic
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2016-10-16
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Wakely  ---
That's not an error. Using -Werror is cheating :P

This is similar to PR 57640, but apparently this slightly different case wasn't
fixed when that was.