An asm constraint issue (ARM FPU)

2021-07-24 Thread Zoltán Kócsi
I try to write a one-liner inline function to create a double form a 64-bit integer, not converting it to a double but the integer containing the bit pattern for the double (type spoofing). The compiler is arm-eabi-gcc 8.2.0. The target is a Cortex-A9, with NEON. According to the info page the as

Re: daily report on extending static analyzer project [GSoC]

2021-07-24 Thread Ankur Saini via Gcc
AIM FOR TODAY: - Send the callstring patch to the patches list after sucessfull bootstrap and regress test - Create some basic examples to see how virtual function are being called - Layout a basic `vtable_region : public region` subclass to store vtables found till now --- PROGRESS : - I se