[Bug target/82748] ICE with __builtin_fabsq and __float128 in copy_to_mode_reg, at explow.c:612

2017-10-27 Thread gabriel at inconstante dot eti.br
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82748 --- Comment #1 from Gabriel F. T. Gomes --- Some additional information: Replacing __builtin_fabsq (x) with __builtin_copysignq (x, x), in the test program, causes a similar error. Replacing the 'q'-suffixed builtin with its 'f128'-suffixed

[Bug target/82748] New: ICE with __builtin_fabsq and __float128 in copy_to_mode_reg, at explow.c:612

2017-10-27 Thread gabriel at inconstante dot eti.br
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: gabriel at inconstante dot eti.br CC: gabriel at inconstante dot eti.br, meissner at linux dot vnet.ibm.com Target Milestone