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++/53931] [C++11] braced function style cast to reference should be prvalue


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).

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