[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2018-12-09 Thread Bug Watch Updater
** Changed in: gcc Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807156 Title: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104 To manage

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2014-06-13 Thread Michael Collison
Will not fix for older releases. Does not occur on x86 linaro 4.8 or 4.9 ** Changed in: gcc-linaro Status: Triaged = Won't Fix ** Changed in: gcc-linaro Assignee: (unassigned) = Michael Collison (michael-collison) -- You received this bug notification because you are a member of

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-15 Thread Matthias Klose
** Changed in: gcc-4.5 (Ubuntu) Importance: Undecided = Medium ** Changed in: gcc-4.5 (Ubuntu) Status: Incomplete = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807156 Title:

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-12 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49670. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-11 Thread Michael Hope
Thank you for the bug report. I've confirmed this with gcc- linaro-4.5-2011.06-0 on x86_64 in 32 bit mode: michaelh@crucis:~/linaro/bugs$ ~/linaro/toolchains/gcc-linaro-4.5-2011.06-0-x86_64-maverick-cbuild130-crucis-x86_64r1/bin/g++ -c -O2 -m32 -g -march=prescott -mtune=prescott asn.ii asn.cpp:

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-08 Thread Jeffrey Walton
It looks like removing `-mtune=native` fixed it: $cat GNUMakefile ... ifneq ($(GCC42_OR_LATER),0) ifeq ($(UNAME),Darwin) CXXFLAGS += -arch x86_64 -arch i386 else # CXXFLAGS += -march=native endif endif ... $ make g++ -DNDEBUG -g -O2 -pipe -c 3way.cpp g++ -DNDEBUG -g -O2 -pipe -c adler32.cpp g++

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-08 Thread Matthias Klose
upstream did ask you to attach the preprocessed source. please do so. please recheck with gcc-4.6 (for example in a oneiric chroot) ** Package changed: gcc-defaults (Ubuntu) = gcc-4.5 (Ubuntu) ** Changed in: gcc-4.5 (Ubuntu) Status: New = Incomplete ** Bug watch added: GCC Bugzilla

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-08 Thread Jeffrey Walton
upstream did ask you to attach the preprocessed source. please do so. Done. Thanks for taking the time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807156 Title: GCC (g++):internal compiler

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-08 Thread Jeffrey Walton
Also see https://bugs.launchpad.net/gcc-linaro/+bug/731665 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807156 Title: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104 To manage

[Bug 807156] Re: GCC (g++):internal compiler error: in extract_insn, at recog.c:2104

2011-07-08 Thread Jeffrey Walton
please recheck with gcc-4.6 (for example in a oneiric chroot) I just tried using Fedora 15, which offers GCC 4.6 - OK. Jeff [jeffrey@studio cryptopp]$ gcc --version gcc (GCC) 4.6.0 20110530 (Red Hat 4.6.0-9) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source