On Thu, Sep 7, 2017 at 12:51 PM, Paul Eggert wrote: > H.J. Lu wrote: >>> >>> Why not: >>> >>> static const char domain[] = "www.example.com"; >>> >>> instead, before you backport? It's simpler and less confusing. > > >> If we want to do this, it should go into master branch first and >> backport it 2.26 branch before putting in 2.25 branch. Should >> we do it? > > > Yes, that's the idea. Here is the patch. Tested with GCC 7 on x86-64. OK for master and 2.25/2.26 branches? Thanks. -- H.J.