http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #9 from Anna ---
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 compiler error: tree check: acces
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #8 from Anna ---
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: internal compiler error: in gimplify_v
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #7 from Anna ---
(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 attachment:
int A[10];
int main ()
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #6 from Anna ---
Created attachment 30285
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30285&action=edit
Another test case reproducing the original thing
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #5 from Anna ---
(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,
I still can reproduce segfa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57577
--- Comment #1 from Anna ---
Also, when I change "A[:] = foo (B[:][:]);" to "A[0] = foo (B[:][:]);"
compilation hangs.
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: anna.m.tikhonova at gmail dot com
Created attachment 30284
--> http
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #2 from Anna ---
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 = (char)N;
^
1.c:4:18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #1 from Anna ---
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;
^
0x78a33b gimplify_var_or_p
: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: anna.m.tikhonova at gmail dot com
Created attachment 30266
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30266&action=edit
Reproducer
Hi,
Attached test cas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53981
Bug #: 53981
Summary: gcc.dg/20020201-1.c fails with Android NDK
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priorit
11 matches
Mail list logo