On Okt 01 2016, Richard Biener wrote:
> Which architecture?
http://gcc.gnu.org/ml/gcc-testresults/2016-10/msg00021.html
http://gcc.gnu.org/ml/gcc-testresults/2016-10/msg00049.html
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B
On Sat, 1 Oct 2016, Andreas Schwab wrote:
> /usr/local/gcc/gcc-20161001/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c:9:10:
> internal compiler error: in expand_float, at optabs.c:4774
> 0x40af810f expand_float(rtx_def*, rtx_def*, int)
> ../../gcc/optabs.c:4774
> 0x40699f6f
/usr/local/gcc/gcc-20161001/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c:9:10:
internal compiler error: in expand_float, at optabs.c:4774
0x40af810f expand_float(rtx_def*, rtx_def*, int)
../../gcc/optabs.c:4774
0x40699f6f expand_expr_real_2(separate_ops*, rtx_def*, machine_m
On Wed, 28 Sep 2016, Richard Biener wrote:
>
> This fixes the original request in PR77399, better handling of
>
> typedef int v4si __attribute__((vector_size(16)));
> typedef float v4sf __attribute__((vector_size(16)));
> v4sf vec_cast(v4si f)
> {
> return (v4sf){f[0], f[1], f[2], f[3]};
> }