From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED1403857712; Sat, 30 Sep 2023 06:59:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED1403857712 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696057165; bh=SUZHjVnblR+zmxGgzCsKZ+7y6w9+wSfDVzggz/9VIbU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JKvHVdzK4o3RGTXJ8uhaQXx32K9uLFc7sVtT7SgTC2NbUn3UH/7ALGGSEliBVSCTW VGe1R4XRM9Ys4lrCGtQn4uW+FbkA5cuvV40qJ3rdIBmtSyde9i3NGX38C+GwPPvspj 5/sO8lVmqAv9xfSjkuBG/9DbA0KlaZvxzmo4Mjww= From: "eike@sf-mail.de" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBib290c3RyYXAvMTExNjQyXSBbMTQgUmVncmVzc2lvbl0g?= =?UTF-8?B?cHJvZmlsZWRib290c3RyYXAgZmFpbHVyZTogcG9seS1pbnQuaDo0NTM6NTog?= =?UTF-8?B?ZXJyb3I6IHRvbyBtYW55IGluaXRpYWxpemVycyBmb3Ig4oCYbG9uZyBpbnQg?= =?UTF-8?B?WzFd4oCZIChwb3NzaWJseSBzaW5jZSByMTQtNDMzOS1nZWFhNDFhNmRjMTI3?= =?UTF-8?B?ZDgp?= Date: Sat, 30 Sep 2023 06:59:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eike@sf-mail.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: 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=3D111642 Rolf Eike Beer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eike@sf-mail.de --- Comment #2 from Rolf Eike Beer --- Just hit the one in simplify-rtx.cc on Linux/sparc64: In file included from /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/coretyp= es.h:480, from /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/simplif= y-rtx.cc:23: /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/poly-in= t.h: In instantiation of =E2=80=98constexpr poly_int::poly_int(poly_int_fu= ll, const Cs& ...) [with Cs =3D {int, int}; unsigned int N =3D 1; C =3D long int]=E2= =80=99: /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/poly-in= t.h:439:13: required from here /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/simplif= y-rtx.cc:8692:25: in =E2=80=98constexpr=E2=80=99 expansion of =E2=80=98poly_int<1, long int= >(1, 1)=E2=80=99 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/poly-in= t.h:453:5: error: too many initializers for =E2=80=98long int [1]=E2=80=99 453 | : coeffs { (typename poly_coeff_traits:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 454 | template init_cast::type (cs))... } {} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=