> On Nov 14, 2018, at 10:44 AM, Jozef Lawrynowicz <joze...@mittosystems.com> 
> wrote:
> 
> Patch 1 tweaks dg directives in tests specifically for msp430. Many of
> these are extensions to existing target selectors in dg directives.
> 
> <0001-TESTSUITE-MSP430-Tweak-dg-directives-for-msp430-elf.patch>

For pr41779.c, you have

+/* { dg-skip-if "int is smaller than float" { msp430-*-* } } */

I take it that means: sizeof(int) < sizeof(float).  That property also holds 
for pdp11 and perhaps other targets.  Would it make sense to introduce a new 
effective-target flag for that check instead?

        paul

Reply via email to