From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EDFBB3858403; Fri, 2 Feb 2024 16:12:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EDFBB3858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706890361; bh=7habb1HiTTP9dH/xNuPyL+iuvw26A9wIi7yf60U26bo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q4gGhUVh6cFrKZFwD/xL6fNYSmLxcN1yTuy6qnTS/hMQoxWWrEJHE6xcCQ5uN1vQ3 mn12b96ONawAvghYtDwTYAVKzR8gXNGFQzPTbpzdAU3QpCqMZXqnyNexqfsbcjzmwq cWxvfth9mPpxp+q/Iky+Loy1R7t4Hjja30Sb5XzQ= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113710] [14 Regression] g++.dg/modules/hello-1 ICE: canonical types differ for identical types since r14-8710-g65b4cba9d6a9ff Date: Fri, 02 Feb 2024 16:12:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at gcc dot gnu.org 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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=3D113710 seurer at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seurer at gcc dot gnu.org --- Comment #1 from seurer at gcc dot gnu.org --- Also on powerpc64le: g:65b4cba9d6a9ffe9b4d4bdff90727a7064cc0e3b, r14-8710-g65b4cba9d6a9ff make -k check-gcc-c++ RUNTESTFLAGS=3D"modules.exp=3Dhello*" FAIL: g++.dg/modules/hello-1_b.C -std=3Dc++17 (internal compiler error: can= onical types differ for identical types 'std::tuple_element<__i, std::tuple<_Eleme= nts ...> >' and 'std::tuple_element<__i, std::tuple<_Elements ...> >') FAIL: g++.dg/modules/hello-1_b.C -std=3Dc++17 (test for excess errors) FAIL: g++.dg/modules/hello-1_b.C -std=3Dc++2a (internal compiler error: can= onical types differ for identical types 'std::tuple_element<__i, std::tuple<_Eleme= nts ...> >' and 'std::tuple_element<__i, std::tuple<_Elements ...> >') FAIL: g++.dg/modules/hello-1_b.C -std=3Dc++2a (test for excess errors) FAIL: g++.dg/modules/hello-1_b.C -std=3Dc++2b (internal compiler error: can= onical types differ for identical types 'std::tuple_element<__i, std::tuple<_Eleme= nts ...> >' and 'std::tuple_element<__i, std::tuple<_Elements ...> >') FAIL: g++.dg/modules/hello-1_b.C -std=3Dc++2b (test for excess errors) # of expected passes 6 # of unexpected failures 6 # of unresolved testcases 6=