Activity log for bug #1517093

Date Who What changed Old value New value Message
2015-11-17 15:29:31 bugproxy bug added bug
2015-11-17 15:29:33 bugproxy tags architecture-ppc64le bugnameltc-133232 severity-medium targetmilestone-inin---
2015-11-17 15:29:34 bugproxy attachment added Backported fix for GCC 4.8 https://bugs.launchpad.net/bugs/1517093/+attachment/4520700/+files/gcc-fsf-4_8-htm-fixes.diff
2015-11-17 15:29:36 bugproxy ubuntu: assignee Taco Screen team (taco-screen-team)
2015-11-17 15:37:50 Kevin W. Rudd affects ubuntu gcc-defaults (Ubuntu)
2015-11-17 20:32:56 Steve Langasek affects gcc-defaults (Ubuntu) gcc-5 (Ubuntu)
2015-11-17 20:32:56 Steve Langasek gcc-5 (Ubuntu): importance Undecided Medium
2015-11-17 20:32:56 Steve Langasek gcc-5 (Ubuntu): status New Fix Released
2015-11-18 16:43:46 Matthias Klose bug task added gcc-4.8 (Ubuntu)
2015-11-18 17:57:39 Matthias Klose nominated for series Ubuntu Trusty
2015-11-18 17:57:39 Matthias Klose bug task added gcc-4.8 (Ubuntu Trusty)
2015-11-18 17:57:39 Matthias Klose bug task added gcc-5 (Ubuntu Trusty)
2015-11-18 17:57:49 Matthias Klose bug task deleted gcc-5 (Ubuntu Trusty)
2015-11-18 17:58:11 Matthias Klose bug added subscriber Ubuntu Stable Release Updates Team
2015-11-18 17:59:05 Matthias Klose description ---Problem Description--- HTM builtins aren't treated as compiler barriers on powerpc Contact Information = bergner@us.ibm.com ---Steps to Reproduce--- This bug is a mirror of the (fixed) upstream FSF bugzilla https://gcc.gnu.org/PR67281 All relevant information regarding the bug and the fix can be found there. This bugzilla is to track backporting of the fix to the GCC 4.8, 4.9 and 5 based compilers. Userspace tool common name: GCC Userspace rpm: gcc-4.8, gcc-4.9 and gcc-5 == Comment: #1 The fix for the FSF GCC 5 branch was committed with: r228846 | bergner | 2015-10-15 11:38:47 -0500 (Thu, 15 Oct 2015) | 16 lines Backport from mainline 2015-10-14 Peter Bergner <bergner@vnet.ibm.com> Torvald Riegel <triegel@redhat.com> PR target/67281 * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New. (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend, trechkpt, treclaim, tsr, ttest): Rename define_insns from this... (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend, *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier. (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend, trechkpt, treclaim, tsr, ttest): New define_expands. * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define __TM_FENCE__ for htm. * doc/extend.texi: Update documentation for htm builtins. == Comment: #2 The fix for the FSF GCC 4.9 branch was committed with: r228847 | bergner | 2015-10-15 11:40:14 -0500 (Thu, 15 Oct 2015) | 16 lines Backport from mainline 2015-10-14 Peter Bergner <bergner@vnet.ibm.com> Torvald Riegel <triegel@redhat.com> PR target/67281 * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New. (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend, trechkpt, treclaim, tsr, ttest): Rename define_insns from this... (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend, *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier. (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend, trechkpt, treclaim, tsr, ttest): New define_expands. * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define __TM_FENCE__ for htm. * doc/extend.texi: Update documentation for htm builtins. == Comment: #3 Since the FSF 4.8 branch is closed, here is a backport of the fix along with another simple HTM wrong code bug to GCC 4.8. Backport from mainline 2015-10-14 Peter Bergner <bergner@vnet.ibm.com> Torvald Riegel <triegel@redhat.com> PR target/67281 * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New. (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend, trechkpt, treclaim, tsr, ttest): Rename define_insns from this... (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend, *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier. (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend, trechkpt, treclaim, tsr, ttest): New define_expands. * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define __TM_FENCE__ for htm. * doc/extend.texi: Update documentation for htm builtins. Backport from mainline: 2015-08-03 Peter Bergner <bergner@vnet.ibm.com> * config/rs6000/htm.md (tabort.): Restrict the source operand to using a base register. ---Problem Description--- HTM builtins aren't treated as compiler barriers on powerpc Contact Information = bergner@us.ibm.com ---Steps to Reproduce---  This bug is a mirror of the (fixed) upstream FSF bugzilla https://gcc.gnu.org/PR67281 All relevant information regarding the bug and the fix can be found there. This bugzilla is to track backporting of the fix to the GCC 4.8, 4.9 and 5 based compilers. Userspace tool common name: GCC Userspace rpm: gcc-4.8, gcc-4.9 and gcc-5 == Comment: #1 The fix for the FSF GCC 5 branch was committed with: r228846 | bergner | 2015-10-15 11:38:47 -0500 (Thu, 15 Oct 2015) | 16 lines         Backport from mainline         2015-10-14 Peter Bergner <bergner@vnet.ibm.com>                             Torvald Riegel <triegel@redhat.com>         PR target/67281         * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New.         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,         trechkpt, treclaim, tsr, ttest): Rename define_insns from this...         (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend,         *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier.         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,         trechkpt, treclaim, tsr, ttest): New define_expands.         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define         __TM_FENCE__ for htm.         * doc/extend.texi: Update documentation for htm builtins. == Comment: #2 The fix for the FSF GCC 4.9 branch was committed with: r228847 | bergner | 2015-10-15 11:40:14 -0500 (Thu, 15 Oct 2015) | 16 lines         Backport from mainline         2015-10-14 Peter Bergner <bergner@vnet.ibm.com>                             Torvald Riegel <triegel@redhat.com>         PR target/67281         * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New.         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,         trechkpt, treclaim, tsr, ttest): Rename define_insns from this...         (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend,         *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier.         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,         trechkpt, treclaim, tsr, ttest): New define_expands.         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define         __TM_FENCE__ for htm.         * doc/extend.texi: Update documentation for htm builtins. == Comment: #3 Since the FSF 4.8 branch is closed, here is a backport of the fix along with another simple HTM wrong code bug to GCC 4.8.         Backport from mainline         2015-10-14 Peter Bergner <bergner@vnet.ibm.com>                             Torvald Riegel <triegel@redhat.com>         PR target/67281         * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New.         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,         trechkpt, treclaim, tsr, ttest): Rename define_insns from this...         (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend,         *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier.         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,         trechkpt, treclaim, tsr, ttest): New define_expands.         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define         __TM_FENCE__ for htm.         * doc/extend.texi: Update documentation for htm builtins.         Backport from mainline:         2015-08-03 Peter Bergner <bergner@vnet.ibm.com>         * config/rs6000/htm.md (tabort.): Restrict the source operand to         using a base register. Acceptance creterium: No regressions in the testsuite, and the new test passes.
2015-11-18 18:18:05 Matthias Klose gcc-4.8 (Ubuntu Trusty): status New Incomplete
2015-11-18 18:37:51 Matthias Klose gcc-4.8 (Ubuntu Trusty): status Incomplete Confirmed
2015-11-26 22:30:32 Launchpad Janitor gcc-4.8 (Ubuntu): status New Fix Released
2016-01-26 23:30:22 Steve Langasek gcc-4.8 (Ubuntu Trusty): status Confirmed Fix Committed
2016-01-26 23:30:25 Steve Langasek bug added subscriber SRU Verification
2016-01-26 23:30:34 Steve Langasek tags architecture-ppc64le bugnameltc-133232 severity-medium targetmilestone-inin--- architecture-ppc64le bugnameltc-133232 severity-medium targetmilestone-inin--- verification-needed
2016-01-27 19:41:12 bugproxy tags architecture-ppc64le bugnameltc-133232 severity-medium targetmilestone-inin--- verification-needed architecture-ppc64le bugnameltc-133232 severity-medium targetmilestone-inin14041 verification-needed
2016-01-27 20:39:58 Matthias Klose tags architecture-ppc64le bugnameltc-133232 severity-medium targetmilestone-inin14041 verification-needed architecture-ppc64le bugnameltc-133232 severity-medium targetmilestone-inin14041 verification-done
2016-02-02 03:58:48 Mathew Hodson gcc-4.8 (Ubuntu): importance Undecided Medium
2016-02-02 03:58:50 Mathew Hodson gcc-4.8 (Ubuntu Trusty): importance Undecided Medium
2016-02-10 14:17:20 Launchpad Janitor gcc-4.8 (Ubuntu Trusty): status Fix Committed Fix Released
2016-02-10 14:17:45 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team