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

            Bug ID: 119383
           Summary: [15 Regression] Boost 1.85 lib build fail after commit
                    r15-8011
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: haochen.jiang at intel dot com
  Target Milestone: ---

Created attachment 60829
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60829&action=edit
sampler script to build boost

After r15-8011, when I am building boost 1.85, there will be fail under thread
test. r15-8010 is ok.

I have attached my script to build boost.

It seems like to me a runtime fail since I tried to directly run the binary
built by script, it gave me Aborted with (the message is the same as the ones
in log):

pure virtual method called
terminate called after throwing an instance of 'std::logic_error'
  what():  123

EXIT STATUS: 134

Reference:
Download boost tarball:
https://archives.boost.io/release/1.85.0/source/
boost_1_85_0.tar.bz2 
boost_1_85_0.tar.bz2.json

Reply via email to