Ben Shi
Results
2
issues of
Ben Shi
LPMX is not avaliable on avr2, but for the following C code ``` void foo(int *p, int a) { static __flash const int arr[] = {123, 234, 456, 67}; p[0]...
backend:AVR
For the following program ```cpp class HardwareSerial { public: virtual int available(void); }; int HardwareSerial::available(void) { return 1; } ``` Build it with command `clang++ --target=avr -mmcu=atmega328 -O3 -S b.cc`,...
backend:AVR
clang:codegen
crash