[PATCH] Fix PR71984 testcase

2016-08-04 Thread Richard Biener
Committed. Richard. 2016-08-04 Richard Biener PR middle-end/71984 * gcc.dg/torture/pr71984.c: Guard correctness check for little-endian. Index: gcc/testsuite/gcc.dg/torture/pr71984.c === --- gcc/testsuit

[PATCH] Fix PR71984

2016-07-25 Thread Richard Biener
The following should fix PR71984 which stems from a bogus (but harmless for CONCAT) use of GET_MODE_UNIT_SIZE vs. GET_MODE_SIZE (where the former is really really badly named...). In the process of fixing it I also hardened it against VOIDmode which might have occured for CONCAT as well given we