Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: duanbo3 at huawei dot com
Target Milestone: ---
Hi,gcc-trunk ICEs when compiling the following testcase with -O3 on aarch64 or
x86:
Testcase:
extern int a[][100];
int b;
void c() {
for (int d = 2; d <= 9
-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: duanbo3 at huawei dot com
Target Milestone: ---
Hi, gcc-trunk ICEs when compiling the following testcase with -O3 on aarch64:
short
fun1(short i, short j)
{
return i * j;
}
int
fun(int a, int b, int c)
{
int *v, z
Assignee: unassigned at gcc dot gnu.org
Reporter: duanbo3 at huawei dot com
Target Milestone: ---
Target: aarch64
Hi
I found a problem in aarch64.
--
An alias for the machine mode for pointers. On most machines, define this to be
the integer mode corresponding to the width
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: duanbo3 at huawei dot com
Target Milestone: ---
Target: aarch64
After patch aarch64:Add an error message in large code model for ilp32
https://gcc.gnu.org/g
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: duanbo3 at huawei dot com
Target Milestone: ---
Target: aarch64
hello
I find a problem when testing GCC10.0 on aarch64 at -mabi=ilp32 .
The option -mabi=ilp32 should not be used in large
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94201
--- Comment #1 from Duanbo ---
reviewing thread:
https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542116.html
Assignee: unassigned at gcc dot gnu.org
Reporter: duanbo3 at huawei dot com
Target Milestone: ---
Target: aarch64
Created attachment 48048
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48048&action=edit
mcmodel_tiny_for_ilp32.patch
hello
I find an I