From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9EA423853D4D; Fri, 18 Nov 2022 01:56:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9EA423853D4D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668736606; bh=odcrQRQD0JNh5Vx0IMoHAQyEQQA5KIL1v175wT69cYY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nb1V5CHGylyPPuV4GcEJlBUhheMQEbyBo06f6fem3G2m3OVQe5lZe8BuJth2NApYy W9d7/kHLs+yete/qSo48oZvVeAe64tX/MSDDH01khs7PHr84DI3aKZXG2up2AjegQE yjtKuYis3xby5HU5d5yc64XbAQnGy2vu9afsLejQ= From: "mh+gcc at glandium dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107128] armhf: floatn-common.h:214:9: error: multiple types in one declaration Date: Fri, 18 Nov 2022 01:56:45 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mh+gcc at glandium dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D107128 Mike Hommey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mh+gcc at glandium dot org --- Comment #6 from Mike Hommey --- I'm getting a similar error on x86-64 Debian 11 with libc6 2.31: In file included from /usr/include/wchar.h:30, from /builds/worker/fetches/gcc-objdir/prev-x86_64-unknown-linux-gnu/libstdc++-v= 3/include/cwchar:44, from /builds/worker/fetches/gcc-objdir/prev-x86_64-unknown-linux-gnu/libstdc++-v= 3/include/bits/postypes.h:40, from /builds/worker/fetches/gcc-objdir/prev-x86_64-unknown-linux-gnu/libstdc++-v= 3/include/iosfwd:42, from /builds/worker/fetches/gcc-objdir/prev-x86_64-unknown-linux-gnu/libstdc++-v= 3/include/bits/shared_ptr.h:52, from /builds/worker/fetches/gcc-objdir/prev-x86_64-unknown-linux-gnu/libstdc++-v= 3/include/memory:80, from ../../gcc-source/libcody/cody.hh:24, from ../../gcc-source/libcody/internal.hh:5, from ../../gcc-source/libcody/packet.cc:6: /usr/include/x86_64-linux-gnu/bits/floatn.h:87:9: error: multiple types in = one declaration 87 | typedef __float128 _Float128;=20 | ^~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/floatn.h:87:20: error: declaration does = not declare anything [-fpermissive]=20 87 | typedef __float128 _Float128;=20 | ^~~~~~~~~=20=20 In file included from /usr/include/x86_64-linux-gnu/bits/floatn.h:120: /usr/include/x86_64-linux-gnu/bits/floatn-common.h:214:9: error: multiple t= ypes in one declaration 214 | typedef float _Float32; | ^~~~~ /usr/include/x86_64-linux-gnu/bits/floatn-common.h:214:15: error: declarati= on does not declare anything [-fpermissive]=20 214 | typedef float _Float32; | ^~~~~~~~ /usr/include/x86_64-linux-gnu/bits/floatn-common.h:251:9: error: multiple t= ypes in one declaration 251 | typedef double _Float64;=20=20 | ^~~~~~ /usr/include/x86_64-linux-gnu/bits/floatn-common.h:251:16: error: declarati= on does not declare anything [-fpermissive]=20 251 | typedef double _Float64;=20=20 | ^~~~~~~~ /usr/include/x86_64-linux-gnu/bits/floatn-common.h:268:9: error: multiple t= ypes in one declaration 268 | typedef double _Float32x;=20 | ^~~~~~ /usr/include/x86_64-linux-gnu/bits/floatn-common.h:268:16: error: declarati= on does not declare anything [-fpermissive]=20 268 | typedef double _Float32x;=20 | ^~~~~~~~~=20=20=20=20=20=20 /usr/include/x86_64-linux-gnu/bits/floatn-common.h:285:14: error: multiple types in one declaration 285 | typedef long double _Float64x; | ^~~~~~ /usr/include/x86_64-linux-gnu/bits/floatn-common.h:285:21: error: declarati= on does not declare anything [-fpermissive]=20 285 | typedef long double _Float64x; | ^~~~~~~~~=