[Issue 13735] Tests for dmd#3998 start fails after 2014-11-09 on FreeBSD without obvious reasons.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Nov 14 18:33:08 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13735

Brad Roberts <braddr at puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr at puremagic.com

--- Comment #1 from Brad Roberts <braddr at puremagic.com> ---
You mean "farm-2" not "arm-2".  A tiny typo, but lots of connotations implying
arm. :)

Nothing changed on the box, not hardware or installed software.

braddr at farm-2:/home/braddr$ which gcc
/usr/bin/gcc
braddr at farm-2:/home/braddr$ ls -l /usr/bin/gcc
-r-xr-xr-x  2 root  wheel  419568 Jun  2  2013 /usr/bin/gcc
braddr at farm-2:/home/braddr$ date
Fri Nov 14 18:05:05 PST 2014
braddr at farm-2:/home/braddr$ gcc --version
gcc (GCC) 4.2.1 20070831 patched [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Regardless, there's roughly no way that changes to the compiler would impact
dmd's frontend behavior that specifically.

The farm-1 machine is identical to the farm-2 machine, except that the farm-1
machine is doing the freebsd/32 bit build in a chroot environment.  Both use
the same version of gcc and every other tool.  And nothing about that error
cries 32 vs 64 bit issue either.  Of course, nothing screams freebsd either,
and it's the only platform failing.

--


More information about the Digitalmars-d-bugs mailing list