[Bug libgcc/91379] internal compiler error __gcov_fork

2019-08-08 Thread cbunch at cfhp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91379

--- Comment #4 from Clinton Bunch  ---
Setting the CFLAGS and CXXFLAGS to -O0 -g as suggested didn't help. It still
blew up at the same point building libgcc.

  Interestingly, I noticed that it doesn't blow up if the code is compiled in
-mlp64 mode, only in the default -milp32 mode.  The process successfully builds
a 64-bit libgcc_s.so

[Bug libgcc/91379] internal compiler error __gcov_fork

2019-08-08 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91379

--- Comment #3 from Martin Liška  ---
(In reply to Clinton Bunch from comment #2)
> As I stated, I've tried to compile 4.9.4, 5.3.0, 5.5.0, 6.1.0, 6.5.0 and
> 8.3.0 I get the same error on all of them.  I reported on 9.1.0 as it is the
> current version.  I can't get a gcc more recent than 4.9.2 to even attempt a
> build and none of these versions will compile with the HP C/C++ compiler.

Then the only option is to build host compiler with -O0. That can be done with:
make all-host -k CFLAGS="-O0 -g" CXXFLAGS="-O0 -g"

then you'll be hopefully able to build runtime libraries.

[Bug libgcc/91379] internal compiler error __gcov_fork

2019-08-07 Thread cbunch at cfhp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91379

--- Comment #2 from Clinton Bunch  ---
As I stated, I've tried to compile 4.9.4, 5.3.0, 5.5.0, 6.1.0, 6.5.0 and 8.3.0
I get the same error on all of them.  I reported on 9.1.0 as it is the current
version.  I can't get a gcc more recent than 4.9.2 to even attempt a build and
none of these versions will compile with the HP C/C++ compiler.

[Bug libgcc/91379] internal compiler error __gcov_fork

2019-08-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91379

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2019-08-07
 CC||marxin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Note the GCC 4.9 is out of support, please use at least GCC 7.