From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9062C3857009; Wed, 12 May 2021 08:41:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9062C3857009 From: "gerald at pfeifer dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/100560] New: [13 regression] build/gengtype-state.o fails with clang 10.0.1: cannot specify -o when generating multiple output files Date: Wed, 12 May 2021 08:41:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gerald at pfeifer dot com 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 cc target_milestone 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: Wed, 12 May 2021 08:41:42 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100560 Bug ID: 100560 Summary: [13 regression] build/gengtype-state.o fails with clang 10.0.1: cannot specify -o when generating multiple output files Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: gerald at pfeifer dot com CC: marxin at gcc dot gnu.org Target Milestone: --- This started between May 9th 15:40 UTC and May 10th 15:40 UTC. c++ -std=3Dc++11 -g -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno= -rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings-Wcast-= qual -Wno-error=3Dformat-diag -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -fno= -PIE -no-pie -o build/gengtype \ build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-par= se.o build/gengtype-state.o version.h ../build-i586-unknown-freebsd11.4/libiberty/libiberty.a c++: warning: treating 'c-header' input as 'c++-header' when in C++ mode, t= his behavior is deprecated [-Wdeprecated] c++: error: cannot specify -o when generating multiple output files gmake[3]: *** [Makefile:2989: build/gengtype] Error 1 gmake[3]: Leaving directory '/scratch/tmp/gerald/OBJ-0511-2228/gcc' gmake[2]: *** [Makefile:4759: all-stage1-gcc] Error 2 gmake[2]: Leaving directory '/scratch/tmp/gerald/OBJ-0511-2228' gmake[1]: *** [Makefile:25415: stage1-bubble] Error 2 gmake[1]: Leaving directory '/scratch/tmp/gerald/OBJ-0511-2228' % c++ --version FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd11.4 Martin, I saw you made a small change around gengtype that day, alas don't see how that might have triggered this? Any idea?=