[Bug 213] Compiler fails when compare two wrapped SIMD vectors (give up with internal error)

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=213

Iain Buclaw  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Iain Buclaw  ---
https://github.com/D-Programming-GDC/GDC/commit/26d36a5dab63d892ccfb377902e5f89429b1

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 240] i++ not working correctly as arg to writeln

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=240

Alex  changed:

   What|Removed |Added

   Priority|Normal  |High
   Hardware|All |x86_64
 OS|All |Linux

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 240] New: i++ not working correctly as arg to writeln

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=240

Bug ID: 240
   Summary: i++ not working correctly as arg to writeln
   Product: GDC
   Version: 5.x
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: gdc
  Assignee: ibuc...@gdcproject.org
  Reporter: a...@sunopti.com

import std.stdio;
void main()
{
int i = 0;
writefln("result = %s,%s",i,i++);
}

result = 1,0

The expected result and that produced by the online compiler at dlang.org is
result = 0,0.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 200] Excess precision appears to be precisely defined in D

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=200

--- Comment #1 from Iain Buclaw  ---
*** Bug 159 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 159] Correctly handle excess FPU precision

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=159

Iain Buclaw  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #2 from Iain Buclaw  ---


*** This bug has been marked as a duplicate of bug 200 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 176] __ctfe variable should not be readable in CTFE

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=176

Iain Buclaw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Iain Buclaw  ---
Would have been merged in when we updated to 2.067.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 164] Array assignment doesn't call destructors

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=164

Iain Buclaw  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #1 from Iain Buclaw  ---
This would have been supported since 2.068 update.

https://github.com/D-Programming-GDC/GDC/pull/162

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 149] using libgdruntime.so and libgphobos2.so

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=149

Iain Buclaw  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #7 from Iain Buclaw  ---
Phobos is now built as a shared library in master.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 144] Add support for mangling C++ templates

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=144

Iain Buclaw  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #1 from Iain Buclaw  ---
Support was added a while ago.

https://github.com/D-Programming-GDC/GDC/pull/131

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 136] Struct hidden context pointers

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=136

Iain Buclaw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Iain Buclaw  ---
This is still reported as a compiler error.  And I can only agree that it
should stay that way looking back at it a couple years on.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Bug 100] add shared lib support

2016-09-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=100

Iain Buclaw  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #1 from Iain Buclaw  ---
Phobos is now built as a shared library in master, and can be used with
-shared-libphobos.

https://github.com/D-Programming-GDC/GDC/pull/214

-- 
You are receiving this mail because:
You are watching all bug changes.