public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/95888] New: Regression in 9.3. GCC freezes when compiling code using boost::poly_collection::segment
@ 2020-06-25  7:03 soropi8907 at remail7 dot com
  2020-06-25  7:15 ` [Bug c++/95888] " redi at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: soropi8907 at remail7 dot com @ 2020-06-25  7:03 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95888
           Summary: Regression in 9.3. GCC freezes when compiling code
                    using boost::poly_collection::segment
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: soropi8907 at remail7 dot com
  Target Milestone: ---

Version 9.3 and later. 9.2 compiles OK. 


#include <boost/poly_collection/base_collection.hpp>

struct base{};

int main()
{
  const boost::base_collection<base> n;

#define EXPOSE_BUG 1
#if EXPOSE_BUG
  n.segment<base>().begin();
#else
  n.segment<base,nullptr>().begin();
#endif
}

https://godbolt.org/z/_yau99

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

end of thread, other threads:[~2021-02-11 23:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25  7:03 [Bug c++/95888] New: Regression in 9.3. GCC freezes when compiling code using boost::poly_collection::segment soropi8907 at remail7 dot com
2020-06-25  7:15 ` [Bug c++/95888] " redi at gcc dot gnu.org
2020-06-25  7:20 ` redi at gcc dot gnu.org
2020-06-25  7:40 ` [Bug c++/95888] [9/10/11 Regression] " rguenth at gcc dot gnu.org
2020-06-25  7:44 ` marxin at gcc dot gnu.org
2020-06-25  8:08 ` marxin at gcc dot gnu.org
2020-06-25 16:08 ` mpolacek at gcc dot gnu.org
2020-10-12 12:51 ` rguenth at gcc dot gnu.org
2021-02-05 22:28 ` mpolacek at gcc dot gnu.org
2021-02-09 20:05 ` mpolacek at gcc dot gnu.org
2021-02-09 22:46 ` mpolacek at gcc dot gnu.org
2021-02-11 20:57 ` cvs-commit at gcc dot gnu.org
2021-02-11 20:59 ` [Bug c++/95888] [9/10 " mpolacek at gcc dot gnu.org
2021-02-11 23:24 ` cvs-commit at gcc dot gnu.org
2021-02-11 23:25 ` [Bug c++/95888] [9 " mpolacek 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).