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++/77907] [6/7 Regression] Add "const" to argument of constexpr constructor causes the object to be left in unconstructed state


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-pc-linux-gnu,        |
                   |arm-none-eabi               |
             Status|UNCONFIRMED                 |NEW
      Known to work|                            |5.3.0
           Keywords|                            |wrong-code
   Last reconfirmed|                            |2016-10-09
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |trippels at gcc dot gnu.org
     Ever confirmed|0                           |1
            Summary|Add "const" to argument of  |[6/7 Regression] Add
                   |constexpr constructor       |"const" to argument of
                   |causes the object to be     |constexpr constructor
                   |left in unconstructed state |causes the object to be
                   |                            |left in unconstructed state
      Known to fail|                            |6.2.1, 7.0
           Severity|critical                    |normal

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Started with r230365:

commit d2c638268e30dea7631ca2ee9b7489da2317526b
Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sat Nov 14 00:08:05 2015 +0000

        Merge C++ delayed folding branch.

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