Re: versions for thumb and thumb-2 instruction sets

2016-02-07 Thread Dan Olson via D.gnu
Timo Sintonen writes: > Thumb2 is an extension to thumb. It has everything that thumb has and > more. There is nothing in thumb that is not in thumb2. There is no > thumb1. Thumb is sometimes called thumb1 because thumb is often > understood to be both thumb and thumb2. > > Thumb2 was introduced t

[Bug 211] New: Error: iteration 2305843009213693951 invokes undefined behavior

2016-02-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=211 Bug ID: 211 Summary: Error: iteration 2305843009213693951 invokes undefined behavior Product: GDC Version: development Hardware: All OS: All Sta

Re: versions for thumb and thumb-2 instruction sets

2016-02-07 Thread Timo Sintonen via D.gnu
On Saturday, 6 February 2016 at 21:58:17 UTC, Dan Olson wrote: Hi Iain, Johannes. I'm asking here because I don't expect anybody else is playing with thumb instructions. Both GDC and LDC have version ARM_Thumb defined for original thumb (call it thumb-1) and thumb-2. But there is no way to

[Bug 210] [REG] Comparing identical unions with alignment holes may start failing

2016-02-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=210 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug 210] [REG] Comparing identical unions with alignment holes may start failing

2016-02-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=210 Iain Buclaw changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Iain Buclaw

[Bug 210] [REG] Comparing identical unions with alignment holes may start failing

2016-02-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=210 Johannes Pfau changed: What|Removed |Added CC||johannesp...@gmail.com --- Comment #1 fr

[Bug 210] New: [REG] Comparing identical unions with alignment holes may start failing

2016-02-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=210 Bug ID: 210 Summary: [REG] Comparing identical unions with alignment holes may start failing Product: GDC Version: development Hardware: All OS: All

Re: versions for thumb and thumb-2 instruction sets

2016-02-07 Thread Mike via D.gnu
On Saturday, 6 February 2016 at 21:58:17 UTC, Dan Olson wrote: Hi Iain, Johannes. I'm asking here because I don't expect anybody else is playing with thumb instructions. Both GDC and LDC have version ARM_Thumb defined for original thumb (call it thumb-1) and thumb-2. But there is no way to

Re: versions for thumb and thumb-2 instruction sets

2016-02-07 Thread Johannes Pfau via D.gnu
Am Sat, 06 Feb 2016 13:58:17 -0800 schrieb Dan Olson : > Hi Iain, Johannes. I'm asking here because I don't expect anybody > else is playing with thumb instructions. > > Both GDC and LDC have version ARM_Thumb defined for original thumb > (call it thumb-1) and thumb-2. But there is no way to te