On Tue, 25 Apr 2017, Andreas Schwab wrote:
> On Apr 21 2017, Richard Biener wrote:
>
> > The following fixes uninitialized uses in pass_manager::pass_manager
> > which causes bootstrap failure when a fix for PR2972 is applied.
>
> This fails to properly initialize the pass_manager instance, cau
On Apr 21 2017, Richard Biener wrote:
> The following fixes uninitialized uses in pass_manager::pass_manager
> which causes bootstrap failure when a fix for PR2972 is applied.
This fails to properly initialize the pass_manager instance, causing cc1
to crash later.
Program received signal SIGSEG
The following fixes uninitialized uses in pass_manager::pass_manager
which causes bootstrap failure when a fix for PR2972 is applied.
Bootstrap and regtest in progress on x86_64-unknown-linux-gnu
(together with the 2972 fix).
Richard.
2017-04-21 Richard Biener
PR bootstrap/79814