Re: [PATCH] Fix rtx_code_size static initialization order fiasco

2018-10-25 Thread Richard Earnshaw (lists)
On 25/10/2018 14:29, Ilya Leoshkevich wrote: > Bootstrapped and regtested on s390x-redhat-linux. > > r264556 and r264537 changed the format of EQ_ATTR_ALT RTXs to "ww", > which also required adjusting rtx_code_size initializer. In order to > simplify things, the list of rtx_codes known to use HOS

Re: [PATCH] Fix rtx_code_size static initialization order fiasco

2018-10-25 Thread Richard Biener
On Thu, 25 Oct 2018, Ilya Leoshkevich wrote: > Bootstrapped and regtested on s390x-redhat-linux. > > r264556 and r264537 changed the format of EQ_ATTR_ALT RTXs to "ww", > which also required adjusting rtx_code_size initializer. In order to > simplify things, the list of rtx_codes known to use HO

[PATCH] Fix rtx_code_size static initialization order fiasco

2018-10-25 Thread Ilya Leoshkevich
Bootstrapped and regtested on s390x-redhat-linux. r264556 and r264537 changed the format of EQ_ATTR_ALT RTXs to "ww", which also required adjusting rtx_code_size initializer. In order to simplify things, the list of rtx_codes known to use HOST_WIDE_INTs was replaced by the format string check. H