From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27101 invoked by alias); 15 Nov 2014 14:26:48 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27062 invoked by uid 48); 15 Nov 2014 14:26:44 -0000 From: "derrick.k at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/61407] Build errors on latest OS X 10.10 Yosemite with Xcode 6 on GCC 4.8.3 Date: Sat, 15 Nov 2014 14:26:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: derrick.k at gmx dot de X-Bugzilla-Status: RESOLVED 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-SW-Source: 2014-11/txt/msg01330.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61407 Derrick Kay changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |derrick.k at gmx dot de --- Comment #53 from Derrick Kay --- Hi guys, sorry for asking such a stupid question here: I wanted to install and use Fortran on my Mac (never used it before) and ran into the problems with compiling described here. I have basically two questions: 1) which one of the patches reported and listed above shall I use? 2) I tried all of them, but I seem to have difficulties implementing them. Someone suggested to go to the appropriate directory where gcc is stored (i= .e. SSD1 =E2=96=B8 Applications =E2=96=B8 Xcode =E2=96=B8 Contents =E2=96=B8 De= veloper =E2=96=B8 usr =E2=96=B8 bin) store the patch file there (as a .diff, right?) and then execute in the terminal patch -p1 < patchfilename.diff then, i get wlan251-121:patch3 Derrick$ patch -p1 < patch.diff can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix= .cc b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc |index 196eb3b..d55e200 100644 |--- a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc |+++ b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc -------------------------- File to patch:=20 i enter gcc, and then i get patching file gcc Hunk #1 FAILED at 835. 1 out of 1 hunk FAILED -- saving rejects to file gcc.rej can't find file to patch at input line 18 Perhaps you used the wrong -p or --strip option? I am really new to all of this... any hint on how to implement one of the patches, and ideally which patch to use, would be very much appreciated. th= ank you, best, derrick >>From gcc-bugs-return-466859-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Nov 15 14:29:08 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 28852 invoked by alias); 15 Nov 2014 14:29:07 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 28823 invoked by uid 48); 15 Nov 2014 14:29:04 -0000 From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/63886] float will fit into int with abs - possible missing warning Wabsolute-value Date: Sat, 15 Nov 2014 14:29:00 -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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: UNCONFIRMED 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: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-11/txt/msg01331.txt.bz2 Content-length: 132 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63886 --- Comment #4 from Andreas Schwab --- float f = 3.1f;