public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/93502] std::regex_match uses stack space proportional to input string length
       [not found] <bug-93502-4@http.gcc.gnu.org/bugzilla/>
@ 2020-08-06 16:33 ` ppalka at gcc dot gnu.org
  2021-12-16  0:05 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-08-06 16:33 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |ppalka at gcc dot gnu.org
   Last reconfirmed|                            |2020-08-06
     Ever confirmed|0                           |1
                 CC|                            |ppalka at gcc dot gnu.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libstdc++/93502] std::regex_match uses stack space proportional to input string length
       [not found] <bug-93502-4@http.gcc.gnu.org/bugzilla/>
  2020-08-06 16:33 ` [Bug libstdc++/93502] std::regex_match uses stack space proportional to input string length ppalka at gcc dot gnu.org
@ 2021-12-16  0:05 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2021-12-16  0:05 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|ASSIGNED                    |RESOLVED

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, it's definitely due to the recursive implementation. Nothing whatsoever to
do with storing data on the stack.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-16  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93502-4@http.gcc.gnu.org/bugzilla/>
2020-08-06 16:33 ` [Bug libstdc++/93502] std::regex_match uses stack space proportional to input string length ppalka at gcc dot gnu.org
2021-12-16  0:05 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).