public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "karo13de at googlemail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/63262] [4.9.2] ICE including math.h on darwin
Date: Sun, 02 Nov 2014 22:17:00 -0000	[thread overview]
Message-ID: <bug-63262-4-2FuusLtGX2@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-63262-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262

--- Comment #9 from karsten <karo13de at googlemail dot com> ---
Anfang der weitergeleiteten Nachricht:

> Von: Gaurav Khanna <gkhanna@umassd.edu>
> Betreff: Aw: [Bug c++/63262] internal compiler error including math.h
> Datum: 2. November 2014 23:15:50 MEZ
> An: Karsten <karo13de@googlemail.com>
> 
> 
> http://mirrors.concertpass.com/gcc/snapshots/LATEST-4.9/gcc-4.9-20141029.tar.bz2
> 
> No modifications
> 
> ./configure —enable-languages=c++,fortran
> GMP 6.0.0a, MPFR 3.1.2 (w/ cumulative patch), MPC 1.0.2
> OS X Yosemite (current) on (late 2013) MacPro
> 
> 
> ---------------------------------------------------------------------------------------
> GAURAV KHANNA, (508) 910 6605, http://gravity.phy.umassd.edu
> Associate Professor, Physics Department, College of Engineering
> Assoc. Director, Center for Scientific Computing & Visualization Research
> Graduate Program Director, Engg & Appl. Sci. Ph.D. Program 
> University of Massachusetts Dartmouth
> 
> "Black holes are where God divided by zero." - Steven Wright
> 
> On Nov 2, 2014, at 4:53 PM, Karsten <karo13de@googlemail.com> wrote:
> 
>> 
>> Hi Gaurav,
>> 
>> thank you for your response. I have tried several options without improvement.
>> 
>> I have reopend the ticket and one of the maintainers asks for some more information concerning the build of gcc. It would be very helpful if you could communicate the questions. 
>> 
>> Thanks in advance
>> 
>> Karsten
>> 
>> Anfang der weitergeleiteten Nachricht:
>> 
>>> Von: "fxcoudert at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
>>> Betreff: [Bug c++/63262] internal compiler error including math.h
>>> Datum: 2. November 2014 22:46:28 MEZ
>>> An: karo13de@googlemail.com
>>> 
>>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262
>>> 
>>> --- Comment #5 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
>>> (In reply to karsten from comment #4)
>>>> After using the last built from latest development “snapshot” source for
>>>> 4.9.2 from Oct 29th, according the maintainer of http://hpc.sourceforge.net/
>>>> the error appears still!
>>> 
>>> Can you tell us:
>>> 
>>> - what GCC source file was used exactly (link to tarball, or revision number)
>>> - whether any modification (patch) was applied to the GCC source
>>> - what build procedure they used (GMP, MPFR, MPC versions; what "configure"
>>> command-line; etc.)
>>> - what OS X version the compiler was configured on (not your machine, the one
>>> the hpc.sourceforge.net people used)
>>> 
>>> Only my machine, with the closest build I have right now (somewhat older 4.9
>>> branch), I don't see the bug. If I get the information above, I can try to
>>> reproduce it, and figure it out.
>>> 
>>> Also, it might be good for the hpc.sourceforge.net team to come here and give
>>> their input directly.
>>> 
>>> -- 
>>> You are receiving this mail because:
>>> You reported the bug.
>> 
>> Karsten
>> karo13de@googlemail.com
>> 
>> 
>> 
> 

Karsten
karo13de@googlemail.com
>From gcc-bugs-return-465586-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Nov 02 22:20:46 2014
Return-Path: <gcc-bugs-return-465586-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 25494 invoked by alias); 2 Nov 2014 22:20:45 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 25467 invoked by uid 48); 2 Nov 2014 22:20:42 -0000
From: "fxcoudert at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/63262] [4.9.2] ICE including math.h on darwin
Date: Sun, 02 Nov 2014 22:20: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: 4.9.2
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: fxcoudert at gcc dot gnu.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: <bug-63262-4-1tTNbZUPfl@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63262-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63262-4@http.gcc.gnu.org/bugzilla/>
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/msg00058.txt.bz2
Content-length: 449

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc262

--- Comment #10 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Could you backtrace the segfault?

1. Run g++ with added option "-v", and find out the command-line with "cc1plus"
in the output.
2. Then run this "cc1plus" command-line under a debugger, prefixing your
command line with "lldb -- " or "gdb -args "
3. When it segfaults, get a backtrace through debugger command "bt"


  parent reply	other threads:[~2014-11-02 22:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-14 14:24 [Bug c++/63262] New: internal compiler error including math.h karo13de at googlemail dot com
2014-09-29 12:22 ` [Bug c++/63262] " fxcoudert at gcc dot gnu.org
2014-10-04 14:38 ` karo13de at googlemail dot com
2014-10-04 15:00 ` fxcoudert at gcc dot gnu.org
2014-11-02 21:38 ` karo13de at googlemail dot com
2014-11-02 21:46 ` fxcoudert at gcc dot gnu.org
2014-11-02 22:13 ` [Bug c++/63262] [4.9.2] ICE including math.h on darwin fxcoudert at gcc dot gnu.org
2014-11-02 22:17 ` karo13de at googlemail dot com [this message]
2014-11-02 22:22 ` karo13de at googlemail dot com
2014-11-02 22:51 ` fxcoudert at gcc dot gnu.org
2014-11-02 22:52 ` fxcoudert at gcc dot gnu.org
2014-11-02 22:53 ` fxcoudert at gcc dot gnu.org
2014-11-02 23:09 ` karo13de at googlemail dot com
2014-11-03  7:09 ` jakub at gcc dot gnu.org
2014-11-03  8:48 ` fxcoudert at gcc dot gnu.org
2014-11-03 12:09 ` karo13de at googlemail dot com
2014-11-03 12:25 ` karo13de at googlemail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-63262-4-2FuusLtGX2@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).