[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2018-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164

Martin Sebor  changed:

   What|Removed |Added

 CC||msebor at gcc dot gnu.org

--- Comment #7 from Martin Sebor  ---
(In reply to Romain Naour from comment #6)

GCC 4 and 5 (and even 6) branches are no longer being maintained so the changes
cannot be backported to them.

[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2018-11-05 Thread romain.naour at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164

Romain Naour  changed:

   What|Removed |Added

 CC||romain.naour at gmail dot com

--- Comment #6 from Romain Naour  ---
Hi,

This issue has been reported recently on gcc 5.5.0 [1]
Is it safe to backport the patch to gcc 4.9 and 5.5.0?

Best regards,
Romain

[1] https://bugs.busybox.net/show_bug.cgi?id=11476

[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2016-01-12 Thread vapier at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164

Mike Frysinger  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Mike Frysinger  ---
assuming that fixes things (for gcc-6).  will re-open if it doesn't.

[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2015-08-24 Thread glebfm at altlinux dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164

--- Comment #4 from Gleb Pfotenhauer-Malinowski glebfm at altlinux dot org ---
Seems to be fixed with:
https://gcc.gnu.org/viewcvs/gcc?view=revisionrevision=227040


[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2014-09-27 Thread glebfm at altlinux dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164

--- Comment #2 from Gleb Pfotenhauer-Malinowski glebfm at altlinux dot org ---
Patch: https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02460.html


[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2014-09-27 Thread glebfm at altlinux dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164

--- Comment #3 from Gleb Pfotenhauer-Malinowski glebfm at altlinux dot org ---
https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02469.html

Sorry, previous patch is incomplete.


[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2014-06-25 Thread iliyapalachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164

Ilya Palachev iliyapalachev at gmail dot com changed:

   What|Removed |Added

 CC||iliyapalachev at gmail dot com

--- Comment #1 from Ilya Palachev iliyapalachev at gmail dot com ---
I have the same build error.

The build error is reproduced with Linaro GCC 4.9 2014.06 release.

Also switching off -D_FORTIFY_SOURCE=2 helps.