search for: x11r1

Displaying 2 results from an estimated 2 matches for "x11r1".

Did you mean: x11r6
2013 Feb 04
0
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
...behavior which is *over* 20 years old by now. It would be much better to work with the imake folks to fix their code. I don't think there any 'upstream' to speak of anymore in case of imake. Wikipedia even says "imake was a build automation system used by the X Window System from X11R1 (1987) to X11R6.9 (2005)." :-) That said, there is still quite a lot of old software requiring imake to build, and most of that software falls over when it attempts to use clang as a traditional preprocessor. Mostly, because clang turns tabs into spaces, confusing GNU make. The FreeBSD port...
2013 Feb 04
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On Feb 3, 2013, at 11:28 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: > On Sun, Feb 03, 2013 at 10:32:35AM -0800, Chris Lattner wrote: >> >> On Feb 3, 2013, at 2:32 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> >>>> I've encountered this issue in a real code and would be glad to get the >>>> feedback on it.