Re: [PATCH] Fix s390x compile error on F32 utils/stat-display.c

2020-08-25 Thread Thomas Richter
On 8/24/20 10:22 PM, Jiri Olsa wrote: > On Wed, Aug 12, 2020 at 08:27:08AM -0300, Arnaldo Carvalho de Melo wrote: >> Em Wed, Jul 22, 2020 at 11:20:53AM +0200, Thomas Richter escreveu: >>> Fix a compile error on F32 and gcc version 10.1 on s390 in file >>> utils/stat-display.c. The error does not

Re: [PATCH] Fix s390x compile error on F32 utils/stat-display.c

2020-08-24 Thread Jiri Olsa
On Wed, Aug 12, 2020 at 08:27:08AM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 22, 2020 at 11:20:53AM +0200, Thomas Richter escreveu: > > Fix a compile error on F32 and gcc version 10.1 on s390 in file > > utils/stat-display.c. The error does not show up with make DEBUG=y. > > In fact

Re: [PATCH] Fix s390x compile error on F32 utils/stat-display.c

2020-08-24 Thread Thomas Richter
Hi Arnaldo, Jin, Jiri any update on this issue? Thanks. On 8/12/20 1:27 PM, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 22, 2020 at 11:20:53AM +0200, Thomas Richter escreveu: >> Fix a compile error on F32 and gcc version 10.1 on s390 in file >> utils/stat-display.c. The error does not show

Re: [PATCH] Fix s390x compile error on F32 utils/stat-display.c

2020-08-12 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 22, 2020 at 11:20:53AM +0200, Thomas Richter escreveu: > Fix a compile error on F32 and gcc version 10.1 on s390 in file > utils/stat-display.c. The error does not show up with make DEBUG=y. > In fact the issue shows up when using both compiler options > -O6 and -D_FORTIFY_SOURCE=2

[PATCH] Fix s390x compile error on F32 utils/stat-display.c

2020-07-22 Thread Thomas Richter
Fix a compile error on F32 and gcc version 10.1 on s390 in file utils/stat-display.c. The error does not show up with make DEBUG=y. In fact the issue shows up when using both compiler options -O6 and -D_FORTIFY_SOURCE=2 (which are omitted with DEBUG=Y). This is the offending call chain: