This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/46567] [trans-mem] ipa_tm_decrement_clone_counts ICE at -O2
- From: "amacleod at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Jan 2011 19:42:02 +0000
- Subject: [Bug other/46567] [trans-mem] ipa_tm_decrement_clone_counts ICE at -O2
- Auto-submitted: auto-generated
- References: <bug-46567-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46567
Andrew Macleod <amacleod at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amacleod at redhat dot com
--- Comment #6 from Andrew Macleod <amacleod at redhat dot com> 2011-01-28 19:41:28 UTC ---
discussion starting at http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01479.html
for the third approach which I implemented. checked in as revision 169369 on
Jan 28.
This implements the need to track whether a call in in a transaction or not.
The follow on bugs are not related to that problem specifically, but then I
wonder if the original problem was *really* tracking the bit :-). Regardless,
not requiring the bit is a good thing, and will help prevent future problems.
looking at the other testcase now.