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: [vta, vta4.4] handle more RTL codes in dwarf2 location expressions



+      /* DWARF cannot represent the unsigned compare operations
+	 natively.  */
+    case GEU:
+    case GTU:
+    case LEU:
+    case LTU:

I believe even the above unsigned ones can be expressed using signed comparisons.

Yes, just subtract 0x80000000 from the operands and do the corresponding signed comparison.


Paolo


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