re: CVS commit: src/sbin/resize_ffs

2016-03-19 Thread Christos Zoulas
On Mar 17, 12:03pm, m...@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/sbin/resize_ffs

| "Christos Zoulas" writes:
| > Module Name:src
| > Committed By:   christos
| > Date:   Thu Mar 17 00:54:53 UTC 2016
| > 
| > Modified Files:
| > src/sbin/resize_ffs: resize_ffs.c
| > 
| > Log Message:
| > Appease gcc-5 from phone@
| 
| this caused testsuite failures when i ran it, so i didn't commit this.
| 
| did you test it? :)

No I thought you did!

christos


re: CVS commit: src/sbin/resize_ffs

2016-03-19 Thread matthew green
"Christos Zoulas" writes:
> Module Name:  src
> Committed By: christos
> Date: Thu Mar 17 00:54:53 UTC 2016
> 
> Modified Files:
>   src/sbin/resize_ffs: resize_ffs.c
> 
> Log Message:
> Appease gcc-5 from phone@

this caused testsuite failures when i ran it, so i didn't commit this.

did you test it? :)


.mrg.


Re: CVS commit: src/sys/sys

2016-03-19 Thread Christos Zoulas
In article <20160318161925.ga27...@britannica.bec.de>,
Joerg Sonnenberger   wrote:
>On Fri, Mar 18, 2016 at 10:52:27AM +, Christos Zoulas wrote:
>> In article <20160318030154.gb12...@britannica.bec.de>,
>> Joerg Sonnenberger   wrote:
>> >On Thu, Mar 10, 2016 at 07:44:57PM -0500, Christos Zoulas wrote:
>> >> Module Name:  src
>> >> Committed By: christos
>> >> Date: Fri Mar 11 00:44:56 UTC 2016
>> >> 
>> >> Modified Files:
>> >>   src/sys/sys: cdefs_elf.h
>> >> 
>> >> Log Message:
>> >> Undo weak here to fix the tests; will revisit soon.
>> >
>> >Can you revert this now as it is broken and should not be used to work
>> >around binutils bugs?
>> 
>> Did something change? If I revert it all the rump tests fail...
>
>So we are breaking clang for bugs in binutils now?

I am trying to accommodate both compilers. I don't think that the people
maintaining binutils believe this is a bug; do they? Is there a PR open
for it?

christos



Re: CVS commit: src/lib/libc/time

2016-03-19 Thread Christos Zoulas
In article <20160318124125.42d61f...@cvs.netbsd.org>,
Brian Ginsbach  wrote:
>-=-=-=-=-=-
>
>Module Name:   src
>Committed By:  ginsbach
>Date:  Fri Mar 18 12:41:25 UTC 2016
>
>Modified Files:
>   src/lib/libc/time: localtime.c
>
>Log Message:
>Use the correct upper bounds for the types array.  The correct upper
>bound is typecnt not timecnt.  Now perpetual 'standard' time zones
>will work correctly as they have a typecnt of 1 but a timecnt of 0.

Does this need to be pulled up to -7?

christos



re: CVS commit: src/sbin/resize_ffs

2016-03-19 Thread matthew green
Christos Zoulas writes:
> On Mar 17, 12:03pm, m...@eterna.com.au (matthew green) wrote:
> -- Subject: re: CVS commit: src/sbin/resize_ffs
> 
> | "Christos Zoulas" writes:
> | > Module Name:  src
> | > Committed By: christos
> | > Date: Thu Mar 17 00:54:53 UTC 2016
> | > 
> | > Modified Files:
> | >   src/sbin/resize_ffs: resize_ffs.c
> | > 
> | > Log Message:
> | > Appease gcc-5 from phone@
> | 
> | this caused testsuite failures when i ran it, so i didn't commit this.
> | 
> | did you test it? :)
> 
> No I thought you did!

i'd have commited it... i did tell you on chat it was broken
in the testsuite  ;)

i suspect your fix is all we needed, i'll be running a test.


.mrg.


re: CVS commit: src/external/gpl3/gcc

2016-03-19 Thread matthew green
"Christos Zoulas" writes:
> Module Name:  src
> Committed By: christos
> Date: Thu Mar 17 00:56:05 UTC 2016
> 
> Modified Files:
>   src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64: c++config.h
>   src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: auto-host.h configargs.h
>   src/external/gpl3/gcc/usr.bin/libcpp/arch/x86_64: config.h
> Added Files:
>   src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: insn-modes.h
> 
> Log Message:
> regen amd64

this looks very broken:

-#define _GLIBCXX_HAVE_ACOSF 1
+/* #undef _GLIBCXX_HAVE_ACOSF */
..
-#define _GLIBCXX_HAVE_CEILF 1
+/* #undef _GLIBCXX_HAVE_CEILF */
..

i guess i forgot to commit insn-modes.h.


.mrg.


Re: CVS commit: src/sys/sys

2016-03-19 Thread Christos Zoulas
In article <20160318030154.gb12...@britannica.bec.de>,
Joerg Sonnenberger   wrote:
>On Thu, Mar 10, 2016 at 07:44:57PM -0500, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Fri Mar 11 00:44:56 UTC 2016
>> 
>> Modified Files:
>>  src/sys/sys: cdefs_elf.h
>> 
>> Log Message:
>> Undo weak here to fix the tests; will revisit soon.
>
>Can you revert this now as it is broken and should not be used to work
>around binutils bugs?

Did something change? If I revert it all the rump tests fail...

christos



Re: CVS commit: src/sys/sys

2016-03-19 Thread Joerg Sonnenberger
On Fri, Mar 18, 2016 at 10:52:27AM +, Christos Zoulas wrote:
> In article <20160318030154.gb12...@britannica.bec.de>,
> Joerg Sonnenberger   wrote:
> >On Thu, Mar 10, 2016 at 07:44:57PM -0500, Christos Zoulas wrote:
> >> Module Name:   src
> >> Committed By:  christos
> >> Date:  Fri Mar 11 00:44:56 UTC 2016
> >> 
> >> Modified Files:
> >>src/sys/sys: cdefs_elf.h
> >> 
> >> Log Message:
> >> Undo weak here to fix the tests; will revisit soon.
> >
> >Can you revert this now as it is broken and should not be used to work
> >around binutils bugs?
> 
> Did something change? If I revert it all the rump tests fail...

So we are breaking clang for bugs in binutils now?

Joerg