This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [trans-mem] Avoid ICE with transaction expressions vs constant expressions.


Hi,
There we actually two ICEs here -- one with -fgnu-tm that Torvald
pointed me at, and one without -fgnu-tm that I of course stumbled
upon while fumble-fingering the command-line to test the thing.

Committed to branch.
I believe that this:

+    error (keyword == RID_TRANSACTION_RELAXED
+	   ? "%<__transaction_relaxed%>  without transactional memory "
+             "support enabled"
+	   : "%<__transaction_atomic%>  without transactional memory "
+             "support enabled");

isn't translated correctly. Maybe better wrapping the strings in G_().

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]