* Robert Luberda <rob...@debian.org> [2016-03-06 19:02]:
> Are you still able to reproduce it by yourself?

Yes, building with -J30 using sbuild I get:

p_vmlinx.cpp: In static member function 'static int 
PackVmlinuxBase<TElfClass>::compare_Phdr(const void*, const void*)':
p_vmlinx.cpp:101:34: error: statement is indented as if it were guarded by... 
[-Werror=misleading-indentation]
                                  return  0;
                                  ^~~~~~
p_vmlinx.cpp:100:5: note: ...this 'if' clause, but it is not
     if (a->p_paddr > b->p_paddr) return  1;
     ^~
cc1plus: all warnings being treated as errors

With -J1 I get:

g++ -DWITH_UCL -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 
-DWITH_LZMA=0x922 -I/usr/include/lzma -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wcast-align 
-Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings
-Werror -o p_lx_interp.o -c p_lx_interp.cpp
p_lx_interp.cpp: In member function 'virtual void 
PackLinuxElf32x86interp::pack1(OutputFile*, Filter&)':
p_lx_interp.cpp:117:33: error: dereferencing type-punned pointer will break 
strict-aliasing rules [-Werror=strict-aliasing]
         *(cprElfHdr3 *)(void *)&elfout = h3;
                                 ^~~~~~
p_lx_interp.cpp:117:42: error: dereferencing type-punned pointer will break 
strict-aliasing rules [-Werror=strict-aliasing]
         *(cprElfHdr3 *)(void *)&elfout = h3;
                                          ^~
cc1plus: all warnings being treated as errors
Makefile:78: recipe for target 'p_lx_interp.o' failed

This is also with 6-20160228-1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

Reply via email to