Re: Defuzzed: a fuzzer for D compilers

2016-04-03 Thread Brad Roberts via D.gnu
ong dmd, gdc, and ldc, most of the bugs will likely be in that shared code and should result in bugs going to issues.dlang.org. I wouldn't worry too much about valid vs invalid. ICE's in general tend to be fairly easy to fix and have a pretty big negative impact on user experience. So, both are very worth discovering and reporting. Later, Brad

Re: master branch broken

2014-03-31 Thread Brad Roberts
On 3/31/14, 10:06 AM, Iain Buclaw wrote: On 24 March 2014 07:34, Iain Buclaw wrote: On 23 March 2014 19:28, Iain Buclaw wrote: On 23 March 2014 09:31, Johannes Pfau wrote: Am Sat, 22 Mar 2014 14:50:22 -0700 schrieb Brad Roberts : On 3/22/14, 12:02 PM, Iain Buclaw wrote: On 22 March 2014

Re: master branch broken

2014-03-23 Thread Brad Roberts
On 3/23/14, 3:44 PM, Iain Buclaw wrote: On 23 March 2014 21:58, Brad Roberts wrote: I'm not at all concerned about space, and not sure why most developers would be. Assuming that the GDC changes were done on a non-master branch, and that master reflects the GCC master, then seeing wha

Re: master branch broken

2014-03-23 Thread Brad Roberts
right now. It takes less than 5 minutes to do for new DMD branches. On 3/23/14, 2:31 AM, Johannes Pfau wrote: Am Sat, 22 Mar 2014 14:50:22 -0700 schrieb Brad Roberts : On 3/22/14, 12:02 PM, Iain Buclaw wrote: On 22 March 2014 18:20, Johannes Pfau wrote: See https://d.puremagic.com/test-res

Re: master branch broken

2014-03-22 Thread Brad Roberts
On 3/22/14, 12:02 PM, Iain Buclaw wrote: On 22 March 2014 18:20, Johannes Pfau wrote: See https://d.puremagic.com/test-results/test_data.ghtml?projectid=2&runid=62582&logid=13 (Didn't see this in my local tests, it probably needs a complete gdc rebuild to happen) Hmm, didn't see that either.

Re: auto-tester breakage

2013-11-25 Thread Brad Roberts
On 11/25/13 3:00 PM, Iain Buclaw wrote: On 25 November 2013 20:34, Iain Buclaw wrote: On 25 November 2013 19:35, Brad Roberts wrote: On 11/25/13 2:35 AM, Iain Buclaw wrote: On 25 November 2013 10:32, Iain Buclaw wrote: Yep, there's been some middle-end changes. Sorry, next time

Re: auto-tester breakage

2013-11-25 Thread Brad Roberts
On 11/25/13 2:35 AM, Iain Buclaw wrote: On 25 November 2013 10:32, Iain Buclaw wrote: Yep, there's been some middle-end changes. Sorry, next time I'll give you heads up. ...Which, incidentally, might come very soon, as there are some other front-end breaking changes in the pipeline with a ne

auto-tester breakage

2013-11-25 Thread Brad Roberts
I noticed that the GDC auto-tester failed the most recent build cycle. I assumed it was due to having an old snapshot. After updating it, the build failed in the same way. The 'old' snapshot: GCC_VER=4.9-20130929 The one it's running now: GCC_VER=4.9-20131117 The errors: In file included f

Re: String - append char

2013-10-09 Thread Brad Anderson
On Wednesday, 9 October 2013 at 20:47:04 UTC, Matesax wrote: Hi, I need to append chars into string in foreach statement. void main(string[] args) { string result = "", source = chomp(readText(args[1])); foreach(int index, char letter; source)

Re: auto tester broken

2013-10-01 Thread Brad Roberts
On 10/1/13 9:43 AM, Brad Roberts wrote: On 10/1/13 3:00 AM, Iain Buclaw wrote: All that I can think of is that flex isn't installed on the autotester box? Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; Indeed it wasn't. However, shouldn't:

Re: auto tester broken

2013-10-01 Thread Brad Roberts
On 10/1/13 3:00 AM, Iain Buclaw wrote: All that I can think of is that flex isn't installed on the autotester box? Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; Indeed it wasn't. However, shouldn't: a) the 4.8.1 build have failed for the same reason? b) a configure check ha

Re: auto tester broken

2013-10-01 Thread Brad Roberts
On 9/30/13 8:59 PM, Iain Buclaw wrote: On 1 October 2013 04:54, Brad Roberts wrote: On 9/17/13 12:41 AM, Iain Buclaw wrote: On 17 September 2013 01:33, Brad Roberts wrote: It looks like the auto-tester for gdc has been failing for quite a while in the phobos math.d tests. Anyone looking

Re: auto tester broken

2013-09-30 Thread Brad Roberts
On 9/17/13 12:41 AM, Iain Buclaw wrote: On 17 September 2013 01:33, Brad Roberts wrote: It looks like the auto-tester for gdc has been failing for quite a while in the phobos math.d tests. Anyone looking at those results? http;//d.puremagic.com/test-results/?projectid=2 http

auto tester broken

2013-09-16 Thread Brad Roberts
It looks like the auto-tester for gdc has been failing for quite a while in the phobos math.d tests. Anyone looking at those results? http;//d.puremagic.com/test-results/?projectid=2 http://d.puremagic.com/test-results/platform-history.ghtml?projectid=2&os=Linux_32 The history report is trunca

Re: End of July Absences

2013-07-26 Thread Brad Roberts
On 7/26/13 4:40 AM, Johannes Pfau wrote: Am Wed, 24 Jul 2013 09:59:36 -0700 schrieb Brad Roberts : Congrats! This is the first build that's actually passed the auto-testers. :) http://d.puremagic.com/test-results/?projectid=2 BTW: Thanks for integrating gdc into the auto tester,

Re: End of July Absences

2013-07-24 Thread Brad Roberts
On 7/24/13 9:04 AM, Johannes Pfau wrote: Am Thu, 18 Jul 2013 19:28:53 +0200 schrieb Johannes Pfau : Maybe I can track down that std.parallelism issue in the meantime... It was a memory corruption caused by core/thread.di and core/thread.d being out of sync. Fixed in https://github.com/D-Prog

Re: Bad homepage address on mailing list page

2013-05-31 Thread Brad Roberts
Updated to: See http://dlang.org/ for more information about the D Language. See http://gdcproject.org/ for more information on the gdc, the D Language front end to gcc. On 5/31/13 9:58 AM, Shriramana Sharma wrote: When trying to sign-up to this list at: http://lists.puremagic.com/cgi-bin/ma

Re: Need help building GDC on 64-bit Debian

2012-10-21 Thread Brad Lanam
On Saturday, 20 October 2012 at 05:37:20 UTC, H. S. Teoh wrote: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. Had this problem many, many times... IIRC I think this is the piece you need, which isn't documented well. if [[ $(uname -m) == "x86_64" ]]; then export L

Re: What ibuclaw has been doing on his server

2012-07-10 Thread Brad Roberts
-open it and give admin access to one or two people. Having it report changes to a list or a newsgroup is pretty easy to setup. Later, Brad

Re: x32-abi with D?

2012-05-26 Thread Brad Roberts
e, but MOST of it isn't and shouldn't be compiler specific. The closer the various compilers' runtime's are to the same the better the ecosystem will be, imho. So, I encourage pushing changes upstream. Later, Brad

Re: building gdc on Debian 64-bit (wheezy)

2011-10-29 Thread Brad L
Trass3r Wrote: > export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu > export $CPATH=/usr/include/x86_64-linux-gnu Thanks for the reply. This did not help with my particular issue. For some reason I'm getting those cross-compile errors. Are there any CFLAGS you use? I've tried building w/gcc-4.6.1

building gdc on Debian 64-bit (wheezy)

2011-10-28 Thread Brad
Does anyone know how to get gdc to build on a 64-bit linux machine? I can build gdc on linuxmint11 (32-bit) and gdc v2 on FreeBSD 8.2 (32-bit). I have included below the script I use. I've tried removing "." from PATH; I've tried --enable-multilib and --disable-multilib. The error I get is: check

Re: Win64 MinGW

2011-04-26 Thread Brad Roberts
On 4/26/2011 7:47 PM, Daniel Green wrote: > MinGW-w64 D1 with phobos has been successfully compiled. Phobos contained 3 > errors. Two were Windows function calls. > Phobos uses size_t but Win64 uses uint. The other was with the GC relating > to Windows stack information. Several > functions

Re: Support for gcc vector attributes, SIMD builtins

2011-02-06 Thread Brad Roberts
On 2/6/2011 2:58 PM, Iain Buclaw wrote: > == Quote from Brad Roberts (bra...@puremagic.com)'s article >> I'd be happy to have gcc finding vectorization opportunities, but there's no > need to add this sort of thing to the >> language. This already has a hook to ca

Re: Support for gcc vector attributes, SIMD builtins

2011-02-06 Thread Brad Roberts
On 2/6/2011 4:15 AM, Iain Buclaw wrote: > == Quote from Mike Farnsworth (mike.farnswo...@gmail.com)'s article >> On 02/01/2011 10:38 AM, Iain Buclaw wrote: >>> I haven't given it much thought on how internal representation could be, >>> but I'd >>> lean on using unions in D code for usage in the l

Re: GDC 4.3 ported to Allegrex Toolchain (PSP)

2010-11-04 Thread Brad Roberts
On 11/4/2010 3:50 AM, Paulo wrote: > Cool, > > I am adding D support to GDB for the PSP too, for a next build :) What are you adding beyond what's already been done for gdb 7.2?

Re: D2 Blockers?

2010-08-16 Thread Brad Roberts
On 8/16/2010 9:33 PM, dsimcha wrote: > What are the current blockers to merging non-ancient versions of D2 into GDC? > I've been quietly following the project and noticed that: > > 1. It's actively being worked on. > > 2. D1 is up to date. > > 3. There were a bunch of issues w.r.t. druntime,

Re: Where to post bug report for Ubuntu GDC package

2010-01-19 Thread Brad Roberts
On 1/18/2010 11:59 PM, Anders F Björklund wrote: > Steve Teale wrote: >> The following produces a segfault with GDC - works OK with DMD on same >> machine. Where do I report it? > > The official D Bugzilla does not accept GDC bugs any more: "Sorry, > entering an issue into the product DGCC aka GDC