Running an arm-none-eabi test that adds "-mthumb" for a multilib that
uses "-march=armv5te -mfloat-abi=hard" works fine if the test doesn't
have any calls, but if it does then the effective-target checks for
arm_thumb1_ok and arm_thumb2_ok pass but the test's compile step fails
with "sorry, unimple
Five tests in gcc.target/arm add -mthumb without first checking that the
option is compatible with the current multilib flags. This patch fixes
that by skipping each test if neither arm_thumb1_ok or arm_thumb2_ok is
true. Tested by running gcc.target/arm tests with a variety of multilib
flags, so
Hi all,
Attached patch delays generation of Asan memory checking code
until sanopt pass. This is a first step towards global static analysis
of Asan instrumentation (hope to send it for review next week).
The patch also changes the logic behind
asan-instrumentation-with-call-threshold parameter
Hi all,
Following discussion in
https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00016.html this patch adds
support for fnspecs to internal function machinery which should
(hopefully) allow compiler to perform better analysis and optimization
of this construct.
For now the only internal functi
101 - 104 of 104 matches
Mail list logo