From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E50FA385BF83; Tue, 14 Apr 2020 03:02:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E50FA385BF83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586833365; bh=62i1r315d20qNpUZpoF/cLK6lcjr1BWn5z5yyC+40nU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=omL26QPT7w1HMYRre0dhqFbVVkex3UDfn5cQyckjskIo0zVTCJm5KBYGYNJfVkMKi zug6P4lBgQ5LWOtq/UyJTOtmPqI0x2vRnfbu2VxYxceSNHTAkc9uhcWB6XsT9iETQW 1yQL0FaL8ruUhMHP53W1O8Ytd6G765lD4XgmWr70= From: "kargl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/94586] trigd_lib.inc:84:28: error: implicit declaration of function 'fmaf' Date: Tue, 14 Apr 2020 03:02:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kargl 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: 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 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: Tue, 14 Apr 2020 03:02:46 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94586 kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #1 from kargl at gcc dot gnu.org --- This appears to be a bogus report. (In reply to John David Anglin from com= ment #0) > libtool: compile: /test/gnu/gcc/objdir/./gcc/xgcc > -B/test/gnu/gcc/objdir/./gcc/ > -B/opt/gnu64/gcc/gcc-10/hppa64-hp-hpux11.11/bin/ > -B/opt/gnu64/gcc/gcc-10/hppa64-hp-hpux11.11/lib/ -isystem > /opt/gnu64/gcc/gcc-10/hppa64-hp-hpux11.11/include -isystem > /opt/gnu64/gcc/gcc-10/hppa64-hp-hpux11.11/sys-include -fchecking=3D1 > -DHAVE_CONFIG_H -I. -I../../../gcc/libgfortran > -iquote../../../gcc/libgfortran/io -I../../../gcc/libgfortran/../gcc > -I../../../gcc/libgfortran/../gcc/config > -I../../../gcc/libgfortran/../libquadmath -I../.././gcc > -I../../../gcc/libgfortran/../libgcc -I../libgcc > -I../../../gcc/libgfortran/../libbacktrace -I../libbacktrace > -I../libbacktrace -std=3Dgnu11 -Wall -Wstrict-prototypes -Wmissing-protot= ypes > -Wold-style-definition -Wextra -Wwrite-strings > -Werror=3Dimplicit-function-declaration -Werror=3Dvla -fcx-fortran-rules > -ffunction-sections -fdata-sections -g -O2 -MT trigd.lo -MD -MP -MF > .deps/trigd.Tpo -c ../../../gcc/libgfortran/intrinsics/trigd.c -DPIC -o > .libs/trigd.o > ../../../gcc/libgfortran/intrinsics/trigd.inc: In function 'sind_r4': > ../../../gcc/libgfortran/intrinsics/trigd_lib.inc:84:28: error: implicit > declaration of function 'fmaf' [-Werror=3Dimplicit-function-declaration] > 84 | #define FMA(x,y,z) SUFFIX(fma)((x), (y), (z)) > | ^~~ > Does math.h define fmaf? If yes, this this is bogus bug report. If no, please disable building gfortran on hppa64.=