[OpenSmalltalk/opensmalltalk-vm] a17b76: compile win32 squeak.sista.spur + lowcode with cla...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] a17b76: compile win32 squeak.sista.spur + lowcode with cla...

Eliot Miranda-3
 
  Branch: refs/heads/sista_lowcode_clang_again
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: a17b76a5688fe3e8ee644cb74cfbd24b3c52d5fb
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a17b76a5688fe3e8ee644cb74cfbd24b3c52d5fb
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M build.win32x86/squeak.cog.spur.lowcode/Makefile
    M build.win32x86/squeak.sista.spur/Makefile

  Log Message:
  -----------
  compile win32 squeak.sista.spur + lowcode with clang

Same as we done for Pharo to workaround gcc bug


Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] a17b76: compile win32 squeak.sista.spur + lowcode with cla...

Tobias Pape
 
Hi

> On 05.04.2018, at 21:37, GitHub <[hidden email]> wrote:
>
>  Branch: refs/heads/sista_lowcode_clang_again
>  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>  Commit: a17b76a5688fe3e8ee644cb74cfbd24b3c52d5fb
>      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a17b76a5688fe3e8ee644cb74cfbd24b3c52d5fb
>  Author: Nicolas Cellier <[hidden email]>
>  Date:   2018-04-05 (Thu, 05 Apr 2018)
>
>  Changed paths:
>    M build.win32x86/squeak.cog.spur.lowcode/Makefile
>    M build.win32x86/squeak.sista.spur/Makefile
>
>  Log Message:
>  -----------
>  compile win32 squeak.sista.spur + lowcode with clang
>
> Same as we done for Pharo to workaround gcc bug

What if we tried clang for the whole setup? avoids the gcc 4.8 bug I tried to circumvent…

Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] a17b76: compile win32 squeak.sista.spur + lowcode with cla...

Nicolas Cellier
 
Hi Tobias,
yes probably, but not now.
After a release.

2018-04-05 21:55 GMT+02:00 Tobias Pape <[hidden email]>:

Hi
> On 05.04.2018, at 21:37, GitHub <[hidden email]> wrote:
>
>  Branch: refs/heads/sista_lowcode_clang_again
>  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>  Commit: a17b76a5688fe3e8ee644cb74cfbd24b3c52d5fb
>      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a17b76a5688fe3e8ee644cb74cfbd24b3c52d5fb
>  Author: Nicolas Cellier <[hidden email]>
>  Date:   2018-04-05 (Thu, 05 Apr 2018)
>
>  Changed paths:
>    M build.win32x86/squeak.cog.spur.lowcode/Makefile
>    M build.win32x86/squeak.sista.spur/Makefile
>
>  Log Message:
>  -----------
>  compile win32 squeak.sista.spur + lowcode with clang
>
> Same as we done for Pharo to workaround gcc bug

What if we tried clang for the whole setup? avoids the gcc 4.8 bug I tried to circumvent…


Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] a17b76: compile win32 squeak.sista.spur + lowcode with cla...

Tobias Pape
 

> On 06.04.2018, at 11:20, Nicolas Cellier <[hidden email]> wrote:
>
> Hi Tobias,
> yes probably, but not now.
> After a release.

Full ACK
-t