[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-07-31 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 Igor Zamyatin izamyatin at gmail dot com changed: What|Removed |Added CC||izamyatin at

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-07-30 Thread nick.tomlinson at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 Nick Tomlinson nick.tomlinson at arm dot com changed: What|Removed |Added CC|

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-07-30 Thread nick.tomlinson at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #13 from Nick Tomlinson nick.tomlinson at arm dot com --- (In reply to Nick Tomlinson from comment #12) https://gcc.gnu.org/bugzilla/attachment.cgi?id=30285 still produces an ICE for me: I have tried this with: - My system

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-06-30 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #10 from Kirill Yukhin kyukhin at gcc dot gnu.org --- Author: kyukhin Date: Mon Jun 30 08:14:39 2014 New Revision: 212138 URL: https://gcc.gnu.org/viewcvs?rev=212138root=gccview=rev Log: PR middle-end/57541 gcc/c/ *

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2014-06-30 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #11 from Kirill Yukhin kyukhin at gcc dot gnu.org --- Author: kyukhin Date: Mon Jun 30 08:22:43 2014 New Revision: 212139 URL: https://gcc.gnu.org/viewcvs?rev=212139root=gccview=rev Log: PR middle-end/57541 gcc/c/ *

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-10 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #5 from Anna anna.m.tikhonova at gmail dot com --- (In reply to Balaji V. Iyer from comment #4) Hello, This issue should be fixed in trunk revision 199837. Please let me know otherwise. Thanks, Balaji V. Iyer. Hi Balaji,

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-10 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #6 from Anna anna.m.tikhonova at gmail dot com --- Created attachment 30285 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30285action=edit Another test case reproducing the original thing

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-10 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #7 from Anna anna.m.tikhonova at gmail dot com --- (In reply to Anna from comment #6) Created attachment 30285 [details] Another test case reproducing the original thing And another issue in slightly changed test case from this

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-10 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #8 from Anna anna.m.tikhonova at gmail dot com --- Thing from Comment 1 is still reproducible with this case: int A[10]; int main () { int a; a = __sec_reduce_add (1); } $ gcc -fcilkplus 1.c 1.c: In function 'main': 1.c:5:5:

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-10 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #9 from Anna anna.m.tikhonova at gmail dot com --- Issue that is very alike to issue mentioned in Comment 7: int A[10]; int main () { int a; a = __sec_reduce (1); } $ gcc -fcilkplus 1.c 1.c: In function 'main': 1.c:6:1: internal

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-09 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #3 from Balaji V. Iyer bviyer at gmail dot com --- Hello, This issue should be fixed in trunk revision 199837. Please let me know otherwise. Thanks, Balaji V. Iyer.

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-09 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #4 from Balaji V. Iyer bviyer at gmail dot com --- Hello, This issue should be fixed in trunk revision 199837. Please let me know otherwise. Thanks, Balaji V. Iyer.

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-06 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #1 from Anna anna.m.tikhonova at gmail dot com --- Same test, another ICE. $ gcc -fcilkplus 1.c -DN=10 1.c: In function 'main': 1.c:4:8: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2042 char c = (char)N;

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-06 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #2 from Anna anna.m.tikhonova at gmail dot com --- Comment out line long l = (long)N; and here's another ICE. $ gcc -fcilkplus 1.c 1.c: In function 'main': 1.c:4:18: error: 'N' undeclared (first use in this function) char c =