Re: [PATCH], Simplify setup of complex types

2016-06-21 Thread Jeff Law
On 06/21/2016 07:48 AM, Michael Meissner wrote: When I submitted the back port to allow complex __float128 to be created on the PowerPC to the GCC 6.2 branch, Richard Biener suggested a simpler way to set the complex type: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01114.html This patch

[PATCH], Simplify setup of complex types

2016-06-21 Thread Michael Meissner
When I submitted the back port to allow complex __float128 to be created on the PowerPC to the GCC 6.2 branch, Richard Biener suggested a simpler way to set the complex type: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01114.html This patch implements this change for the trunk. I have a