From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39D423858D20; Sun, 19 Feb 2023 23:53:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39D423858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676850831; bh=+geS3cyjZuo0Z4qivrgaFUZcO85cpxiJnjNQOrFmtuw=; h=From:To:Subject:Date:From; b=pBnQBlIAyV8NAKPxuS+CUnbntNifylVdljEbnky/GHIRlrEtbq00UT8XO7rw7ktoz pghF6Q4PgvyAzm/X2LmUecskUP7KZmLmoSUkogOlKqDYFZN5BnZPAEB/Gu5Ev6eULN 8LZbvzYFu5B0toKWr9+zHMrc45VwM/ya40s0OzmM= From: "gcc.gnu.org+lufm at davidak dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108854] New: tbb-2021.8.0 fails on i686-linux (32-bit) Date: Sun, 19 Feb 2023 23:53:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gcc.gnu.org+lufm at davidak dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108854 Bug ID: 108854 Summary: tbb-2021.8.0 fails on i686-linux (32-bit) Product: gcc Version: 11.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcc.gnu.org+lufm at davidak dot de Target Milestone: --- Created attachment 54490 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54490&action=3Dedit full build log Hello, i tried to build tbb_2021_8 for i686-linux platform on x86_64-linux. The build fails and the log said i should create a bug report here. I'm not a developer and never used gcc manually, so please be patient with = me. I don't know how to get the "preprocessed file (*.i*) that triggers the bug= ", but otherwise you should have all requested information. I added those flags to the build you see the log of in the attachment: # For 32-bit build cmakeFlags =3D [ "-DCMAKE_CXX_FLAGS=3D-m32" ]; NIX_CFLAGS_COMPILE =3D [ "-Wall -Wextra -fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations -fsanitize=3Dundefined" ]; You can reproduce the issue using the Nix package manager and this command: nix-build https://github.com/davidak/nixpkgs/archive/refs/heads/tbb-split-32-bit-fix.= zip --system i686-linux -A tbb_2021_8 Downstream issue: https://github.com/oneapi-src/oneTBB/issues/1030 (maybe t= he issue is in their code) The code: https://github.com/oneapi-src/oneTBB/tree/v2021.8.0 Tested on NixOS 22.11.2620.de5448dab58 with Intel Core i9 9900K=