[Bug target/87883] [ARM] ICE: Segmentation fault in arm_regno_class

2018-11-23 Thread mihail.ionescu at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87883 Mihail Ionescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/88167] New: [ARM] Function __builtin_return_address returns invalid address

2018-11-23 Thread mihail.ionescu at arm dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: mihail.ionescu at arm dot com Target Milestone: --- Used compiler options are: -mcpu=cortex-m0 -mthumb -O2. Consider the following code: __attribute__((used)) void *retaddr

[Bug target/87883] [ARM] ICE: Segmentation fault in arm_regno_class

2018-11-23 Thread mihail.ionescu at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87883 --- Comment #1 from Mihail Ionescu --- Hi Jozef, The issue is indeed there on trunk/gcc-8/gcc-7, but it is expected. It is caused by the fact that the "arm_active_target.isa" bitmap is not initialised by the time "init_reg_sets" is called. This

[Bug target/87867] [7 regression] ICE on virtual destructor (-mlong-calls -ffunction-sections) on arm-none-eabi

2018-11-21 Thread mihail.ionescu at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87867 Mihail Ionescu changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/87867] New: ICE on virtual destructor (-mlong-calls -ffunction-sections) on arm-none-eabi

2018-11-02 Thread mihail.ionescu at arm dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mihail.ionescu at arm dot com Target Milestone: --- The issue is fixed on trunk. GCC 7.3 and 8.2 crash when compiling the following example with these specific options