[Bug middle-end/113194] Hangup build ExtractAPIConsumer.cpp at -Og

2024-01-02 Thread paul.hua.gm at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113194 --- Comment #4 from Paul Hua --- (In reply to Andrew Pinski from comment #2) > Works for me with r14-6875-g3a7dd24eadeb91 on x86_64: > ./cc1plus tmp/ExtractAPIConsumer.cpp.ii -quiet -Og -fPIC > -fno-semantic-interposition

[Bug c++/113194] Hangup build ExtractAPIConsumer.cpp at -Og

2024-01-01 Thread paul.hua.gm at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113194 --- Comment #1 from Paul Hua --- Created attachment 56972 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56972=edit preprocessed file

[Bug c++/113194] New: Hangup build ExtractAPIConsumer.cpp at -Og

2024-01-01 Thread paul.hua.gm at gmail dot com via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- build cmd on LoongArch: cc1plus -fpreprocessed tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/ExtractAPIConsumer.cpp.ii -quiet -dumpdir tools/clang/lib

[Bug target/106459] Compiler crashing for loongarch64-linux-gnu on windows

2022-08-24 Thread paul.hua.gm at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106459 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #6

[Bug tree-optimization/94920] Failure to optimize abs pattern from arithmetic with selected operands based on comparisons with 0

2022-08-06 Thread paul.hua.gm at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94920 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #5

[Bug bootstrap/98616] Compile gcc 10.2.0 error for loongson 2f CPU use MIPS n32 ABI on Gentoo OS

2021-01-24 Thread paul.hua.gm at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98616 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #2

[Bug tree-optimization/93893] MIPS32r2: GCC is unable to figure out that it can use a single INS instruction instead of SLL+OR

2020-07-03 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93893 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #2

[Bug bootstrap/77510] genautomata memory footprint for MIPS

2020-07-03 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77510 --- Comment #5 from Paul Hua --- Created attachment 48830 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48830=edit testing patch this patch reduce reservation of model do not more than 10 cycles. The memory of genautomata down to 1GB.

[Bug bootstrap/77510] genautomata memory footprint for MIPS

2020-07-02 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77510 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #4

[Bug middle-end/95830] [11 regression][MIPS/MSA] internal compiler error: in do_store_flag, at expr.c:12247 start with gcc-11-1445-g502d63b6d61

2020-06-26 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95830 Paul Hua changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug middle-end/64242] Longjmp expansion incorrect

2020-06-23 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #40

[Bug regression/95830] [11 regression][MIPS/MSA] internal compiler error: in do_store_flag, at expr.c:12247 start with gcc-11-1445-g502d63b6d61

2020-06-22 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95830 Paul Hua changed: What|Removed |Added Summary|[10 regression][MIPS/MSA] |[11 regression][MIPS/MSA]

[Bug regression/95830] New: [10 regression][MIPS/MSA] internal compiler error: in do_store_flag, at expr.c:12247 start with gcc-11-1445-g502d63b6d61

2020-06-22 Thread paul.hua.gm at gmail dot com
Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- Since gcc-11-1445-g502d63b6d61 O3-pr45971 fails

[Bug c/94842] [8/9 Regression] internal compiler error: in gimplify_label_expr, at gimplify.c:2573

2020-05-07 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94842 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #10

[Bug target/94780] [8/9 Regression] ICE in walk_body at gcc/tree-nested.c:713 since r6-3632-gf6f69fb09c5f81df

2020-05-07 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94780 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #8

[Bug c++/94064] New: 00 vs O1/O2/O3 different output

2020-03-05 Thread paul.hua.gm at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- #include #include class A { public: A() {}; int m; }; int main() { A* src = new A; src->m = 10; A* src_p = new(src) A; printf("%d\n",

[Bug target/91474] Internal compiler error when building mabi=32 mips64-elf cross-compiler: segfault in parallel_settings.cc

2019-09-03 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91474 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #1

[Bug rtl-optimization/91068] New: [10 regression][MIPS] New FAIL: madd-3.c and msub-5.c start with r272849

2019-07-03 Thread paul.hua.gm at gmail dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- The follow test fails between r272831 and r272852. FAIL: gcc.target/mips/madd-3.c -O1 scan-assembler-times

[Bug rtl-optimization/90357] [9/10 regression][MIPS] New FAIL: gcc.c-torture/execute/20080502-1.c -O0 start with r269880

2019-07-02 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90357 Paul Hua changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/90357] [9 regression][MIPS] New FAIL: gcc.c-torture/execute/20080502-1.c -O0 start with r269880

2019-05-06 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90357 --- Comment #1 from Paul Hua --- Fix patch: diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 1de33b2..89fc073 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -4849,6 +4849,7 @@ mips_split_move (rtx dest,

[Bug rtl-optimization/90357] New: [9 regression][MIPS] New FAIL: gcc.c-torture/execute/20080502-1.c -O0 start with r269880

2019-05-06 Thread paul.hua.gm at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- Created attachment 46300 --> https://gcc.gnu.org/bugzilla/attachment.cgi

[Bug target/89623] Can't build mips-wrs-vxworks cross-compiler

2019-04-08 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89623 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #2

[Bug target/89378] [9 regression][MIPS] FAIL: gcc.dg/vect/pr88598-3.c -mmsa (internal compiler error)

2019-03-14 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89378 --- Comment #4 from Paul Hua --- (In reply to Jakub Jelinek from comment #3) > Created attachment 45960 [details] > gcc9-pr89378.patch > > Untested (quite obvious) fix, though I don't really have a way to test this. > If you could test this, I

[Bug rtl-optimization/89378] [9 regression][MIPS] FAIL: gcc.dg/vect/pr88598-3.c -mmsa (internal compiler error)

2019-02-19 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89378 --- Comment #2 from Paul Hua --- (In reply to Richard Biener from comment #1) > MSA is new, so not sure if it is a regression. Please fill out > known-to-work. r267643 not iced, but fails to optimize the code. f1: .frame $sp,16,$31

[Bug rtl-optimization/89378] New: [9 regression][MIPS] FAIL: gcc.dg/vect/pr88598-3.c -mmsa (internal compiler error)

2019-02-16 Thread paul.hua.gm at gmail dot com
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- Created attachment 45741 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45741=edit preprocessed

[Bug rtl-optimization/87761] [9 regression][MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c -O1 start with r265398

2019-02-11 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87761 --- Comment #5 from Paul Hua --- (In reply to Jakub Jelinek from comment #4) > Can you please recheck with current trunk, many RA improvements related to > r265398 change went into trunk since then. all those test still fails on trunk.

[Bug middle-end/64242] Longjmp expansion incorrect

2018-12-05 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #19

[Bug rtl-optimization/88349] [9 regression][MIPS] Redundant store instructions generated start with r266385

2018-12-04 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88349 --- Comment #1 from Paul Hua --- paulhua@gcc122:~/test/debug_msa$ cat v16i8_cmpi.i typedef signed char v16i8 __attribute__ ((vector_size(16))); v16i8 test31_s_v16i8 (v16i8 i) { return i < 5; } good asm: test31_s_v16i8: .frame

[Bug rtl-optimization/88349] New: [9 regression][MIPS] Redundant store instructions generated start with r266385

2018-12-04 Thread paul.hua.gm at gmail dot com
: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- paulhua@gcc122:~/test/debug_mult-16$ cat mult-16.i typedef int DI __attribute__((mode(DI))); typedef int SI

[Bug rtl-optimization/88179] New: [9 regression][MIPS] pr84941.c ICE in lra_eliminate_reg_if_possible at lra-eliminations.c:1393 start with r266385

2018-11-23 Thread paul.hua.gm at gmail dot com
: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- ./build/gcc/cc1 -fpreprocessed pr84941.i -mel -quiet

[Bug rtl-optimization/87761] [9 regression][MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c -O1 start with r265398

2018-10-26 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87761 --- Comment #2 from Paul Hua --- and and new fails: 716 FAIL: gcc.target/mips/octeon-exts-3.c -O2 scan-assembler-times \\texts\\t 3 717 FAIL:

[Bug rtl-optimization/87761] [9 regression][MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c -O1 start with r265398

2018-10-26 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87761 --- Comment #1 from Paul Hua --- and other new fails: 681 FAIL: gcc.target/mips/fpr-moves-5.c -O1 scan-assembler \\tsdc1\\t\$f12,0(\$6)\\n 682 FAIL: gcc.target/mips/fpr-moves-5.c

[Bug rtl-optimization/87761] New: [9 regression][MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c -O1 start with r265398

2018-10-26 Thread paul.hua.gm at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- paulhua@gcc122:~/debug_r265398$ cat fix-r4000-10.i # 1 "/home/xuchenghu

[Bug rtl-optimization/87720] [9 Regression] [MIPS] ICE: gcc.c-torture/execute/builtins/lib/chk.c:33:1: in int_mode_for_mode, at stor-layout.c:403 after r265398

2018-10-24 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87720 --- Comment #2 from Paul Hua --- untested patch: Index: gcc/combine.c === --- gcc/combine.c (revision 265456) +++ gcc/combine.c (working copy) @@ -14965,7 +14965,11 @@

[Bug regression/87720] [MIPS] ICE: gcc.c-torture/execute/builtins/lib/chk.c:33:1: in int_mode_for_mode, at stor-layout.c:403 after r265398

2018-10-24 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87720 Paul Hua changed: What|Removed |Added Target||mips --- Comment #1 from Paul Hua --- This

[Bug regression/87720] New: [MIPS] ICE: gcc.c-torture/execute/builtins/lib/chk.c:33:1: in int_mode_for_mode, at stor-layout.c:403 after r265398

2018-10-24 Thread paul.hua.gm at gmail dot com
: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- Created attachment 44885 --> https://gcc.gnu.

[Bug target/87156] [9 Regression] ICE building libstdc++ for mips64

2018-09-29 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87156 --- Comment #4 from Paul Hua --- (In reply to Jan Hubicka from comment #3) > Does the attached patch fix the bootstrap? > Index: cgraphclones.c > === > --- cgraphclones.c

[Bug target/87156] [9 Regression] ICE building libstdc++ for mips64

2018-09-04 Thread paul.hua.gm at gmail dot com
, ||paul.hua.gm at gmail dot com --- Comment #1 from Paul Hua --- confirmed. cced: Jan Hubicka

[Bug regression/86304] New: [9 regression][MIPS] FAIL: gcc.dg/vect/pr79887.c -mmsa (internal compiler error) starting with r261740

2018-06-25 Thread paul.hua.gm at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- Created attachment 44318 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44318=e

[Bug target/86067] [MIPS] ICE: scal-to-vec1.c:86:1: error: unrecognizable insn with -march=loongson3a

2018-06-13 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86067 Paul Hua changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/86067] [MIPS] ICE: scal-to-vec1.c:86:1: error: unrecognizable insn with -march=loongson3a

2018-06-06 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86067 --- Comment #2 from Paul Hua --- (In reply to Richard Biener from comment #1) > Which GCC version did you use? the trunk version (r261200) It's also ICEed on gcc-7 and gcc-8.

[Bug c/86067] New: [MIPS] ICE: scal-to-vec1.c:86:1: error: unrecognizable insn with -march=loongson3a

2018-06-06 Thread paul.hua.gm at gmail dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- Created attachment 44239 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44239=edit preprocessed .i file /h

[Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used

2018-03-14 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #10

[Bug tree-optimization/82965] [8 regression] gcc.dg/vect/pr79347.c starts failing after r254379

2018-03-09 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82965 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #12

[Bug regression/84623] [8 Regression] "-fcompare-debug failure (length)" testing pr46066.c start with r257826 on mips

2018-03-01 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84623 Paul Hua changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug regression/84623] New: [8 Regression] "-fcompare-debug failure (length)" testing pr46066.c start with r257826 on mips

2018-02-28 Thread paul.hua.gm at gmail dot com
NCONFIRMED Severity: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- paulhua@erpro8-fsf2:~/GCC/build/gcc-r257826_obj$ ./gcc/xgcc -B./gcc /home/p

[Bug lto/84241] [8 regression] test case g++.dg/torture/pr67600.C fails starting with r257412

2018-02-06 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84241 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #3

[Bug target/83496] MIPS BE: wrong code generates under "-Os -mbranch-cost=1"

2018-01-22 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83496 --- Comment #11 from Paul Hua --- > > Actually, I think that assembly looks unaffected by the issue. > Right. > I have some doubts about the commits mentioned in this thread as well. > r240965 looks like it simply changes the code generator

[Bug target/83496] MIPS BE: wrong code generates under "-Os -mbranch-cost=1"

2018-01-19 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83496 --- Comment #8 from Paul Hua --- On GCC 8.x, the r248351 fixed this. commit fd891ec7f659e8785c3ed5757f6e60c95117b837 Author: segher Date: Mon May 22 21:20:51 2017 + cfgcleanup: Ignore

[Bug target/83496] MIPS BE: wrong code generates under "-Os -mbranch-cost=1"

2018-01-19 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83496 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #7

[Bug target/81874] internal compiler error: in do_SUBST, at combine.c:725

2017-08-31 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81874 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #3

[Bug bootstrap/81216] [8 Regression] bootstrap failed on i386 and powerpc64le

2017-06-26 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81216 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #6

[Bug other/81041] [8 regression] test case gcc.dg/pr78582.c fails with ICE starting with r249058

2017-06-10 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81041 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #1

[Bug tree-optimization/80948] [8 regression] test case gcc.dg/torture/pr68017.c fails with ICE starting with r248771

2017-06-01 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80948 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #1

[Bug target/80306] ICE in cfgexpand.c during cross-compilation for mips target

2017-05-25 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80306 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #2

[Bug bootstrap/80509] ICE in cc1 during selftests

2017-04-25 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80509 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #7

[Bug target/78660] [7 Regression] 7.0 bootstrap fail on mips64el-unknow-linux: configure-stage2-target-libgcc' failed

2016-12-20 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78660 --- Comment #5 from Paul Hua --- (In reply to Paul Hua from comment #4) > > Maybe the r242326 cause the bug, the r242324 build success. > The r242326 and r242324 has another bug that r242522 fixed. If use r242326 to reproduce this bug, you

[Bug target/78660] [7 Regression] 7.0 bootstrap fail on mips64el-unknow-linux: configure-stage2-target-libgcc' failed

2016-12-20 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78660 --- Comment #4 from Paul Hua --- The r243817 still build failure. configure:3460: /home/xuchenghua/GCC/test/gcc-r243817_obj/./gcc/xgcc

[Bug target/78660] [7 Regression] 7.0 bootstrap fail on mips64el-unknow-linux: configure-stage2-target-libgcc' failed

2016-12-11 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78660 --- Comment #1 from Paul Hua --- The latest version r243504 still build fail. The version r241773 can build successfully.

[Bug bootstrap/78660] New: 7.0 bootstrap fail on mips64el-unknow-linux: configure-stage2-target-libgcc' failed

2016-12-03 Thread paul.hua.gm at gmail dot com
Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- checking for mips64el-unknown-linux-gcc... /home/xuchenghua/GCC/test/gcc-r243216_obj/./gcc/xgcc -B/home

[Bug target/65682] bootstrap failure of gcc-4.9.2 on mips64el target in libgcc "_mulvdi3.o"

2016-09-22 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65682 Paul Hua changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/69129] [6 Regression] ICE in get_attr_got, at config/mips/mips.md:694 on mips-linux-gnu

2016-01-19 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69129 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #4

[Bug bootstrap/69134] building a mips-cross compiler with in-tree mpfr-2.4.2 fails

2016-01-05 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69134 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #1

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-24 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 --- Comment #10 from Paul Hua --- (In reply to Bernd Edlinger from comment #9) > (In reply to Paul Hua from comment #8) > > (In reply to Bernd Edlinger from comment #6) > > > (In reply to Paul Hua from comment #5) > > > > Created attachment

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-23 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 --- Comment #4 from Paul Hua --- Created attachment 37114 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37114=edit preprocessed source for maxval_r4.c The compile command line : cc1 -fpreprocessed maxval_r4.i -mel -quiet -dumpbase

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-23 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 --- Comment #5 from Paul Hua --- Created attachment 37115 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37115=edit building command

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-23 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 --- Comment #8 from Paul Hua --- (In reply to Bernd Edlinger from comment #6) > (In reply to Paul Hua from comment #5) > > Created attachment 37115 [details] > > building command > > I'm unable to reproduce. > What is your cross-compiler

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-23 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 Paul Hua changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de ---

[Bug target/69012] gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-22 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69012 --- Comment #1 from Paul Hua --- The cross compile also crashed ... /home/xuchenghua/GCC/mips/gcc-trunk-231896-o32_obj/./gcc/xgcc -B/home/xuchenghua/GCC/mips/gcc-trunk-231896-o32_obj/./gcc/ -B/home/xuchenghua/toolchain/cross-tool

[Bug target/69012] New: gcc-6.0.0 internal compiler error building libgfortran for mips64el target

2015-12-22 Thread paul.hua.gm at gmail dot com
: critical Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- I compiled the gcc version trunk@231140 under platform mips64el. The flowning error occurred. ../../../../gcc-653b0b0