[Bug target/95668] patching the commit of SVE on GCC7.3, But fail in test

2020-06-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95668 chengcongxiu at huawei dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c/95668] patching the commit of SVE on GCC7.3, But fail in test

2020-06-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95668 --- Comment #1 from chengcongxiu at huawei dot com --- ./gcc -O3 test.c -S -o -

[Bug c/95668] New: patching the commit of SVE on GCC7.3, But fail in test

2020-06-14 Thread chengcongxiu at huawei dot com
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: chengcongxiu at huawei dot com Target Milestone: --- Created attachment 48727 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48727&action=edit The gcc as follow: The test as follow: void foo (int * rest

[Bug analyzer/95207] New: the papers about gcc optimized

2020-05-19 Thread chengcongxiu at huawei dot com
: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: chengcongxiu at huawei dot com Target Milestone: --- someone can introduces some papers about gcc optimize!

[Bug bootstrap/95205] patch commit, and making gcc error.

2020-05-19 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95205 --- Comment #2 from chengcongxiu at huawei dot com --- (In reply to Richard Biener from comment #1) > read the full message, you need to copy gcc/tm.texi to $src/gcc/doc/ thanks you! now making is ok!

[Bug bootstrap/95204] New: patch commit, and making gcc error.

2020-05-19 Thread chengcongxiu at huawei dot com
Assignee: unassigned at gcc dot gnu.org Reporter: chengcongxiu at huawei dot com Target Milestone: --- when i patch this commit (https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=1ce87609c91e51d7eee8284c5fe000c7d5b240db), make gcc error: You should edit /home/ccx/test2/SDK_CPU_HCC

[Bug bootstrap/95205] New: patch commit, and making gcc error.

2020-05-19 Thread chengcongxiu at huawei dot com
Assignee: unassigned at gcc dot gnu.org Reporter: chengcongxiu at huawei dot com Target Milestone: --- when i patch this commit (https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=1ce87609c91e51d7eee8284c5fe000c7d5b240db), make gcc error: You should edit /home/ccx/test2/SDK_CPU_HCC

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 chengcongxiu at huawei dot com changed: What|Removed |Added Resolution|--- |FIXED

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 --- Comment #5 from chengcongxiu at huawei dot com --- (In reply to Richard Earnshaw from comment #4) > Don't use -mhard-float or -msoft-float. Instead, you should be using > -mfloat-abi=[hard|softfp|soft] as appropriate. Also,

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 --- Comment #3 from chengcongxiu at huawei dot com --- (In reply to Richard Biener from comment #1) > You seem to build from inside the source directory, that is not supported. > Please create a separate object directory like > &g

[Bug bootstrap/95122] New: Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-13 Thread chengcongxiu at huawei dot com
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: chengcongxiu at huawei dot com Target Milestone: --- Created attachment 48531 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48531&action=edit Cross-compil