re: mac68k kern-INSTALL vs GCC7?

2019-02-16 Thread matthew green
"John D. Baker" writes: > On Fri, 15 Feb 2019, John D. Baker wrote: > > > On Fri, 15 Feb 2019, Jaromir Dolecek wrote: > > > > > Maybe something like this? > > > > > > https://www.netbsd.org/~jdolecek/mac68k_intr_gcc7.diff > > > > With this the build succeeds. > > > > Will check Matthew

Re: mac68k kern-INSTALL vs GCC7?

2019-02-16 Thread John D. Baker
On Fri, 15 Feb 2019, John D. Baker wrote: > On Fri, 15 Feb 2019, Jaromir Dolecek wrote: > > > Maybe something like this? > > > > https://www.netbsd.org/~jdolecek/mac68k_intr_gcc7.diff > > With this the build succeeds. > > Will check Matthew Green's version after the next round of updates.

Re: mac68k kern-INSTALL vs GCC7?

2019-02-16 Thread Christos Zoulas
In article <4559.1550263...@splode.eterna.com.au>, matthew green wrote: >this is my preferred change vs jarmoir's. please test it. > > https://www.netbsd.org/~mrg/mac68k-intr.diff > >i was also planning on adding an assert that MAX_INAME_LENGTH is >less than (eintrnames - intrnames). I would

Re: mac68k kern-INSTALL vs GCC7?

2019-02-15 Thread John D. Baker
On Fri, 15 Feb 2019, Jaromir Dolecek wrote: > Maybe something like this? > > https://www.netbsd.org/~jdolecek/mac68k_intr_gcc7.diff With this the build succeeds. Will check Matthew Green's version after the next round of updates. -- |/"\ John D. Baker, KN5UKS NetBSD

re: mac68k kern-INSTALL vs GCC7?

2019-02-15 Thread matthew green
this is my preferred change vs jarmoir's. please test it. https://www.netbsd.org/~mrg/mac68k-intr.diff i was also planning on adding an assert that MAX_INAME_LENGTH is less than (eintrnames - intrnames). .mrg.

Re: mac68k kern-INSTALL vs GCC7?

2019-02-15 Thread Jaromír Doleček
Le ven. 15 févr. 2019 à 17:33, John D. Baker a écrit : > > Building for mac68k with -V HAVE_GCC=7 produces the following error: > > /x/current/src/sys/arch/mac68k/mac68k/intr.c:135:2: note: in expansion of > macro 'memcpy' > memcpy(g_inames, inames, MAX_INAME_LENGTH); > ^~ > cc1: all

mac68k kern-INSTALL vs GCC7?

2019-02-15 Thread John D. Baker
Building for mac68k with -V HAVE_GCC=7 produces the following error: [...] --- kern-INSTALL --- In file included from /x/current/src/sys/sys/systm.h:455:0, from /x/current/src/sys/sys/timevar.h:66, from /x/current/src/sys/sys/time.h:307, from