Thread overview
[Bug 110] memchr not recognized as a builtin
Apr 01, 2014
Johannes Pfau
Apr 01, 2014
Iain Buclaw
Apr 01, 2014
Johannes Pfau
April 01, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=110

Johannes Pfau <johannespfau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannespfau@gmail.com

--- Comment #1 from Johannes Pfau <johannespfau@gmail.com> ---
http://goo.gl/U3tuew

@Iain should we simply add an alias in core.stdc.string?

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


April 01, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=110

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
This only occurs in gdc-4.6 - which is at least 2 years old, and doesn't have the optimisation I wrote which allows the compiler to detect gcc builtins in core.stdc - which were introduced just over a year ago.

http://goo.gl/462PBi

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


April 01, 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=110

Johannes Pfau <johannespfau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Johannes Pfau <johannespfau@gmail.com> ---
Right, I somehow missed that.

d.godbolt.org also supports a recent gdc 4.8.2 release btw: http://goo.gl/0oYgOs

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