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++/86400] [8/9 regression] set<string>::set<char (*)[2]) constructor does not work with array argument


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-07-04
                 CC|                            |jwakely.gcc at gmail dot com,
                   |                            |rguenth at gcc dot gnu.org
   Target Milestone|---                         |8.2
            Summary|[8 regression]              |[8/9 regression]
                   |set<string>::set<char       |set<string>::set<char
                   |(*)[2]) constructor does    |(*)[2]) constructor does
                   |not work with array         |not work with array
                   |argument                    |argument
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note it works with the old string ABI so maybe it's a libstdc++ issue after
all.

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