From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20784383F874; Mon, 4 May 2020 19:13:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20784383F874 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588619638; bh=RfMhkymlwxXpG55QMjH4g8qk+8mnwO9hxm8kskZ8siM=; h=From:To:Subject:Date:From; b=inmkinyWYn0LxVyqurLcWMVW7FFi/eyZn6EK320NJ26pXf2yJYina9l/X1WYk/Pga GluP2bvyxImPruP92L1ZQN0VK8nWaYAI9F0fSNSjmJJJV+Rq0XaU97itqFd29J5nj7 8PEEVFb7kg7h1u2MQu4FjaPWSsmW2iSf0Lk3z5I8= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjKysvOTQ5NDZdIE5ldzogWzEwLzExIFJlZ3Jlc3Npb25d?= =?UTF-8?B?IGVycm9yOiDigJh0ZW1wbGF0ZTxjbGFzcyByZXR1cm5UeXBlPiBKU0M6OkZ1?= =?UTF-8?B?bmN0aW9uUHRyOjpGdW5jdGlvblB0cihyZXR1cm5UeXBlICgqKSgpKeKAmSBj?= =?UTF-8?B?YW5ub3QgYmUgb3ZlcmxvYWRlZCBzaW5jZSByMTAtNzk5OC1nNWYxY2QxZGEx?= =?UTF-8?B?YTgwNWMzZA==?= Date: Mon, 04 May 2020 19:13:57 +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: 10.0 X-Bugzilla-Keywords: needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2020 19:13:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94946 Bug ID: 94946 Summary: [10/11 Regression] error: =E2=80=98template JSC::FunctionPtr::FunctionPtr(returnType (*)())=E2=80=99 cannot be overloaded since r10-7998-g5f1cd1da1a805c3d Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: needs-reduction Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: jason at gcc dot gnu.org Target Milestone: --- Created attachment 48445 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48445&action=3Dedit Unreduced test-case It's a recent regression on i586 target seen on libqt5-qtwebkit package: $ g++ qt.ii -c -m32 -fmax-errors=3D1 ^C marxin@marxinbox:~/BIG/osc/openSUSE:Factory:Staging:N/libqt5-qtwebkit> expo= rt PATH=3D/home/marxin/bin/gcc/bin/:/home/marxin/bin/cvise/usr/local/bin:$PATH= && export LD_LIBRARY_PATH=3D/home/marxin/bin/gcc/lib64/:$LD_LIBRARY_PATH marxin@marxinbox:~/BIG/osc/openSUSE:Factory:Staging:N/libqt5-qtwebkit> g++ qt.ii -c -m32 -fmax-errors=3D1 In file included from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/j= it/JITStubRoutine.h:32, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/h= eap/JITStubRoutineSet.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/h= eap/Heap.h:33, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/h= eap/DeferGC.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/r= untime/ConcurrentJITLock.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/b= ytecode/ArrayProfile.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/l= lint/LLIntOffsetsExtractor.cpp:28: /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/a= ssembler/MacroAssemblerCodeRef.h:184:5: error: =E2=80=98template JSC::FunctionPtr::FunctionPtr(re= turnType (*)())=E2=80=99 cannot be overloaded with =E2=80=98template JSC::FunctionPtr::FunctionPtr(returnType (*)())=E2=80=99 In file included from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/j= it/JITStubRoutine.h:32, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/h= eap/JITStubRoutineSet.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/h= eap/Heap.h:33, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/h= eap/DeferGC.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/r= untime/ConcurrentJITLock.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/b= ytecode/ArrayProfile.h:29, from /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/l= lint/LLIntOffsetsExtractor.cpp:28: /home/abuild/rpmbuild/BUILD/qtwebkit-5.212.0-alpha3/Source/JavaScriptCore/a= ssembler/MacroAssemblerCodeRef.h:94:5: note: previous declaration =E2=80=98template JSC::FunctionPtr::FunctionPtr(returnType (*)())=E2=80=99 compilation terminated due to -fmax-errors=3D1. I'm reducing that right now.=