gcc-14-9478-gdf483ebd246: FAIL: 7 regressions

Description

Commit: https://github.com/gcc-mirror/gcc/commit/df483ebd24689a3bebfae2089637a00eca0e5a12
commit gcc-14-9478-gdf483ebd246
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Mon Feb 26 13:17:13 2024 +0000

libstdc++: Add nodiscard in <algorithm>

Add the [[nodiscard]] attribute to several functions in <algorithm>.
These all have no side effects and are only called for their return
value (e.g. std::count) or produce a result that must not be discarded
for correctness (e.g. std::remove).

... 49 lines of the commit log omitted.

Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/df483ebd24689a3bebfae2089637a00eca0e5a12/jira/yaml

Activity

Show:

Thiago Bauermann June 7, 2024 at 1:18 AM

This regression is fixed upstream. Checked with commit eaaa4b88038d ("tree-optimization/115254 - don't account single-lane SLP against discovery limit").

Done

Details

Assignee

Reporter

Start date

Components

Priority

Checklist

Sentry

Created March 14, 2024 at 11:29 PM
Updated June 7, 2024 at 1:18 AM
Resolved June 7, 2024 at 1:18 AM