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.