https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
--- Comment #3 from Petr Křížek <pkrizek at tes dot cz> ---
Config commands:
configCmd="$srcDir/configure --enable-languages=c++\
--disable-multilib\
--prefix=$prefixDir\
--disable-shared --enable-static\
\
--with-gmp=$prefixDir\
--with-mpfr=$prefixDir\
--with-mpc=$prefixDir\
--with-isl=$prefixDir"
$configCmd --with-boot-ldflags=" -static -static-libgcc "
|| exit 1
Both--disable-multilib and--enable-multilib give the same result.
At the end I need a 32bit-capable compiler.
I don't know how to debug the genautomata
and/or manipulate the system stack under Linux.
Maybe the stack really overflows?
Petr
On 3.3.2017 11:29, rguenth at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
>
> Richard Biener <rguenth at gcc dot gnu.org> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |WAITING
> Last reconfirmed| |2017-03-03
> Ever confirmed|0 |1
>
> --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
> Which target did you configure for (please show the configure line).
>
> Also please try do debug the genautomata invocation -- does it maybe overflow
> your stack (any low stacklimit set?)
>