Hi,
I am seeing an internal compiler error, related to this patch:
during GIMPLE pass: slp
options-save.cc: In function 'void cl_optimization_restore(gcc_options*,
gcc_options*, cl_optimization*)':
options-save.cc:1292:1: internal compiler error: in
supportable_widening_operation, at tree-
This patch fixes the section type conflict that I have been seeing. I have
tested this patch using :
Build: x86_64
Host: x86_64
Target: aarch64-none-linux-gnu
On 08/12/2020, 12:52, "Gcc-patches on behalf of H.J. Lu via Gcc-patches"
wrote:
When definitions marked with used attribute and
Hi,
After this patch, I am noticing that some glibc crypto tests get stuck in scanf
which goes into busy loop.
My build/host/target setup is:
Build: aarch64-none-linux-gnu
Host: aarch64-none-linux-gnu
Target: aarch64-none-linux-gnu
Kind regards
Vasee
On 27/09/2020, 22:46, "Gcc-patches on b