[Bug target/115485] [11/12/13/14/15 Regression] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-07-01 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #17 from Gang Peng --- Dear Andrew, (In reply to Andrew Pinski from comment #15) > Most likely r7-1945-gb88bd5e0ca1208 introduced/exposed the ICE. It changes > the behavior of -mno-pic-data-is-text-relative but adding -msingle-pic-b

[Bug target/115485] [11/12/13/14/15 Regression] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-24 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #16 from Gang Peng --- (In reply to Andrew Pinski from comment #15) > Most likely r7-1945-gb88bd5e0ca1208 introduced/exposed the ICE. It changes > the behavior of -mno-pic-data-is-text-relative but adding -msingle-pic-base > didn't I

[Bug target/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-22 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #12 from Gang Peng --- Created attachment 58495 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58495&action=edit build_save_temp_log.tar.gz

[Bug target/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-22 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #11 from Gang Peng --- (In reply to Andrew Pinski from comment #10) > Can you provide the preprocessed source (which you can get via -save-temps)? > This is mentioned in https://gcc.gnu.org/bugs/ on what we require. Dear Andrew, Th

[Bug target/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-20 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #9 from Gang Peng --- Dear Andrew, I have compiler the GNU Arm Embedded Toolchain 10.3-2021.10, the call stack is as follow: CASEServer.cpp: In member function 'virtual CHIP_ERROR chip::CASEServer::_ZThn4_N4chip10CASEServer28OnUnso

[Bug target/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-14 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #8 from Gang Peng --- (In reply to Andrew Pinski from comment #6) > if (!crtl->uses_pic_offset_table || compute_now) > { > gcc_assert (can_create_pseudo_p () > || (pic_reg != NULL_RTX >

[Bug target/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-14 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #5 from Gang Peng --- (In reply to Andrew Pinski from comment #4) > >GNU Arm Embedded Toolchain 10.3-2021.10 > > I looked into the official releases of GCC 10.3.0 and arm.c:7855 does not > correspond to a place where an assert happe

[Bug c++/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-13 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #3 from Gang Peng --- Dear Sir, When I build cpp with gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-g++ I meet this error, and the following compilation options are required: CFLAGS += -fPIE CFLAGS += -msingle-pic-base CFLAGS +=

[Bug c++/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-13 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #2 from Gang Peng --- Created attachment 58423 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58423&action=edit build_code.tar.7z.002

[Bug c++/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-13 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 --- Comment #1 from Gang Peng --- Created attachment 58422 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58422&action=edit Minimal reproducible example of the code

[Bug c++/115485] New: CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855

2024-06-13 Thread gang.peng at aclsemi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115485 Bug ID: 115485 Summary: CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855 Product: gcc Version: 10.3.1 Status: UNCONFIRMED