https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727
Jason Merrill changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|WAITING
--- Comment #15 from Jason Merri
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
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
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.
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
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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727
--- Comment #5 from Jakub Jelinek ---
The only FE change among those is r219973.
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
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
-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?
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?
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
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 @
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.
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774
Dominique d'Humieres changed:
What|Removed |Added
Keywords||ice-on-invalid-code
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60774
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50484
Richard Guenther changed:
What|Removed |Added
Target||ia64-*-freebsd9.0
Target Milestone|-
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
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
--- 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
--- 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
--- 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
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
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
-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
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
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
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
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
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
46 matches
Mail list logo