X86: Provide a CTOR for stringop_algs [PR100246].
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 3 Jul 2021 18:47:48 +0000 (19:47 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 6 Jul 2021 10:13:38 +0000 (11:13 +0100)
commitf99f6eb58e1f894dae024f63cc2fe30fa7605e59
tree051a55a5c014dd914cd8bd364904c247f823650f
parent7d810646d421f6975300c0d06f4e9af27a48f26d
X86: Provide a CTOR for stringop_algs [PR100246].

Several older compilers fail to build modern GCC because of missing
or incomplete C++11 support.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
PR bootstrap/100246 - [11/12 Regression] GCC will not bootstrap with clang 3.4/3.5 [xcode 5/6, Darwin 12/13]

PR bootstrap/100246

gcc/ChangeLog:

* config/i386/i386.h (struct stringop_algs): Define a CTOR for
this type.
gcc/config/i386/i386.h