[Bug c++/53931] [C++11] braced function style cast to reference should be prvalue

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 20 00:32:00 GMT 2016


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|rejects-valid, wrong-code   |
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-01-20
                 CC|                            |msebor at gcc dot gnu.org
     Ever confirmed|0                           |1
      Known to fail|                            |4.8.5, 5.3.0, 6.0

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed with trunk, 5.3.0, and 4.8.5.  The keyword is "accepts-invalid" (not
"accepts-invalid" or "wrong-code", the letter being used to mark bugs where gcc
generates incorrect code for valid programs, and are usually considered more
serious than cases where it accepts invalid programs).


More information about the Gcc-bugs mailing list