[Bug fortran/60774] f951: internal compiler error: Segmentation fault: 11

2016-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/60774] f951: internal compiler error: Segmentation fault: 11

2016-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Aug 22 18:23:43 2016 New Revision: 239668 URL: https://gcc.gnu.org/viewcvs?rev=239668&root=gcc&view=rev Log: 2016-08-22 Steven G. Kargl Bud Davis P

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 Jason Merrill changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-23 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #16 from howarth at bromo dot med.uc.edu --- (In reply to Jason Merrill from comment #15) > Should be fixed now. Confirmed on x86_64-apple-darwin14 with... make -k check RUNTESTFLAGS="dg-torture.exp=darwin-cfstring-3.C --target_boar

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #15 from Jason Merri

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #14 from Jason Merrill --- Author: jason Date: Fri Jan 23 14:59:10 2015 New Revision: 220041 URL: https://gcc.gnu.org/viewcvs?rev=220041&root=gcc&view=rev Log: PR c++/64727 * constexpr.c (cxx_eval_constant_expression): Allow

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #13 from Dominique d'Humieres --- (In reply to Jason Merrill from comment #11) > This seems to be because darwin_build_constant_cfstring uses CONST_DECL for > a global variable, and the C++ front end expects CONST_DECL to be used only

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #12 from howarth at bromo dot med.uc.edu --- (In reply to Jason Merrill from comment #11) > This seems to be because darwin_build_constant_cfstring uses CONST_DECL for > a global variable, and the C++ front end expects CONST_DECL to be

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #10 from howarth at bromo dot med.uc.edu --- This ICE for "FAIL: g++.dg/torture/darwin-cfstring-3.C -O0" backtraces as... % lldb /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/testsuite/g++/../../cc1plus (lldb) target create

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #9 from howarth at bromo dot med.uc.edu --- My mistake, I thought FX wasn't showing the errors.

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #8 from Dominique d'Humieres --- > Do you see the regression, with r219973 in place, if you bootstrap with gcc > 4.9.2 rather than gcc 5.0svn? It also seems odd, if r219973 triggers this bug, > that you see it when bootstrapping with

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #7 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #6) > > The only FE change among those is r219973. > > And indeed if I revert it, the ICE disappears. Do you see the regression, with r219973

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #6 from Dominique d'Humieres --- > The only FE change among those is r219973. And indeed if I revert it, the ICE disappears.

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #5 from Jakub Jelinek --- The only FE change among those is r219973.

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #4 from Dominique d'Humieres --- > If stage1 fails, then it is not miscompilation of the compiler itself > (or it would be miscompilation by your system compiler instead). My bootstrap compiler is gcc version 5.0.0 20150107 (experim

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #3 from Jakub Jelinek --- If stage1 fails, then it is not miscompilation of the compiler itself (or it would be miscompilation by your system compiler instead). So no *.o bisection is needed. That said, I don't see what commit in tha

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread dominiq at lps dot ens.fr
-cfstring-3.C /opt/gcc/work/gcc/testsuite/g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11 #define CFSTR(STR) ((CFStringRef) __builtin___CFStringMakeConstantString (STR)) ... > As in, is it miscompiled compiler or just some problem on the testcase?

[Bug c++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 --- Comment #1 from Jakub Jelinek --- Can you reproduce it with stage1 cc1plus? As in, is it miscompiled compiler or just some problem on the testcase? If the former, can you bisect exactly to the version and bisect which *.o file it is?

[Bug c++/64727] New: [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11

2015-01-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727 Bug ID: 64727 Summary: [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11 Product: gcc Version: 5.0

[Bug fortran/60774] f951: internal compiler error: Segmentation fault: 11

2014-08-24 Thread bdavis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 --- Comment #5 from Bud Davis --- Index: gcc/gcc/fortran/parse.c === --- gcc/gcc/fortran/parse.c(revision 214408) +++ gcc/gcc/fortran/parse.c(working copy) @@ -868,8 +868,6 @

[Bug fortran/60774] f951: internal compiler error: Segmentation fault: 11

2014-06-29 Thread kevinecahill at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 --- Comment #4 from Kevin Cahill --- Thank you. Best wishes, Kevin Kevin Cahill Professor of Physics & Astronomy Physics Dept. 1919 Lomas NE, MSC 07 4220 University of New Mexico Albuquerque, NM 87131-0001 kevinecah...@gmail.com cah...@unm.

[Bug fortran/60774] f951: internal compiler error: Segmentation fault: 11

2014-06-29 Thread bdavis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 Bud Davis changed: What|Removed |Added CC||bdavis at gcc dot gnu.org --- Comment #3 fro

[Bug fortran/60774] f951: internal compiler error: Segmentation fault: 11

2014-04-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #2

[Bug fortran/60774] f951: internal compiler error: Segmentation fault: 11

2014-04-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/60774] New: f951: internal compiler error: Segmentation fault: 11

2014-04-06 Thread kevinecahill at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774 Bug ID: 60774 Summary: f951: internal compiler error: Segmentation fault: 11 Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2013-04-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2012-03-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.6.3 |4.6.4 --- Comment #6 from Jakub Jelinek

[Bug regression/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2011-10-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.6.2 |4.6.3 --- Comment #5 from Jakub Jelinek

[Bug regression/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2011-09-25 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 --- Comment #4 from Gerald Pfeifer 2011-09-25 20:45:38 UTC --- Well, my "fix" may not really be one (it definitely is a hack and not the right fix) and thus it may actually be causing the segmentation fault even. I think http://gcc.gnu.org/bugzi

[Bug regression/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2011-09-25 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 --- Comment #3 from Anton Shterenlikht 2011-09-25 20:25:19 UTC --- Created attachment 25362 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25362 libgcc config.log from ia64 FreeBSD

[Bug regression/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2011-09-25 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 --- Comment #2 from Anton Shterenlikht 2011-09-25 20:24:24 UTC --- Gerald has provided a fix for the _Unwind_FindTableEntry FreeBSD ia64 issue (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45650). With this fix, 4.7 on ia64 FreeBSD now gives the

[Bug regression/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2011-09-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 Richard Guenther changed: What|Removed |Added Target||ia64-*-freebsd9.0 Target Milestone|-

[Bug regression/50484] [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2011-09-22 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 --- Comment #1 from Anton Shterenlikht 2011-09-22 11:27:26 UTC --- Created attachment 25338 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25338 config.log

[Bug regression/50484] New: [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11

2011-09-22 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484 Bug #: 50484 Summary: [4.6 regression] ia64-portbld-freebsd9.0, conftest.c:16:1: internal compiler error: Segmentation fault: 11 Classification: Unclassified Product

[Bug rtl-optimization/34157] freebsd 6.3 jdk1.5 build internal compiler error: Segmentation fault: 11

2007-12-09 Thread nitefalll at gmail dot com
--- Comment #3 from nitefalll at gmail dot com 2007-12-09 22:32 --- The actual resolution was finding the segmentation fault happened at different points in the build process with nothing changed but hitting "make" again. That told me it might be a hardware issue. I took off the case cov

[Bug rtl-optimization/34157] freebsd 6.3 jdk1.5 build internal compiler error: Segmentation fault: 11

2007-11-19 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2007-11-20 06:49 --- The version of the compiler you use is now longer supported. Try with 4.1.x or later and reopen if it still fails. -- ebotcazou at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/34157] freebsd 6.3 jdk1.5 build internal compiler error: Segmentation fault: 11

2007-11-19 Thread nitefalll at gmail dot com
--- Comment #1 from nitefalll at gmail dot com 2007-11-20 02:22 --- I'm an advanced beginner. So if I can help provide more data please ask. Be warned you may need to help me figure out how to acquire the extra data. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34157

[Bug rtl-optimization/34157] New: freebsd 6.3 jdk1.5 build internal compiler error: Segmentation fault: 11

2007-11-19 Thread nitefalll at gmail dot com
from ../generated/incls/_deoptimization.cpp.incl:77, from /usr/ports/java/jdk15/work/hotspot/src/share/vm/runtime/deoptimization.cpp:12: /usr/ports/java/jdk15/work/hotspot/src/share/vm/memory/vmSymbols.hpp:577: internal compiler error: Segmentation fault: 11 Please submit a full bug

subreader.c:1719: internal compiler error: Segmentation fault: 11

2006-06-16 Thread vaLsKi
n function `subcp_recode1': subreader.c:1171: warning: passing arg 2 of `libiconv' from incompatible pointer type subreader.c: In function `sub_read_file': subreader.c:1719: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriat

../../../dist/include/xpcom/nsArray.h:115: internal compiler error: Segmentation fault: 11

2006-06-07 Thread vaLsKi
-I/usr/X11R6/include -fshort-wchar -pipe ~ -DNDEBUG -DTRIMMED -O2 -I/usr/X11R6/include -I/usr/X11R6/include - -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsAccessible.cpp In file included from nsAccessible.cpp:95: ../../../dist/include/xpcom/nsArray.h:115: internal compiler

resource.c:1142: internal compiler error: Segmentation fault: 11

2006-05-10 Thread vaLsKi
urce.c: In function `mark_target_live_regs': /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/resource.c:1142: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. *** Er

ksycoca.cpp:433: internal compiler error: Segmentation fault: 11

2006-04-11 Thread Mr. Chernozemsky
eps/ksycoca.Tpo" ".deps/ksycoca.Plo"; else rm -f ".deps/ksycoca.Tpo"; exit 1; fi ksycoca.cpp: In static member function `static QString KSycoca::determineRelativePath(const QString&, const char*)': ksycoca.cpp:433: internal compiler error: Segmentation fault: 11 Please s

asr.c:3444: internal compiler error: Segmentation fault: 11

2006-04-10 Thread Mr. Chernozemsky
usr/src/sys/modules/asr/../../dev/asr/asr.c: In function `ASR_queue_i': /usr/src/sys/modules/asr/../../dev/asr/asr.c:3444: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions

internal compiler error: Segmentation fault: 11

2006-04-07 Thread Mr. Chernozemsky
n function `build_binary_op': /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/typeck.c:3468: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. *** Error code 1 Stop in /u

/usr/src/sys/net80211/ieee80211_node.c:175: internal compiler error: Segmentation fault: 11

2006-04-05 Thread Mr. Chernozemsky
r/src/sys/net80211/ieee80211_node.c:175: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. *** Error code 1 Stop in /usr/obj/usr/src/sys/IBsec. *** Error code 1 Stop in