Re: [PATCH] f2fs: Disable gcc9 -Waddress-of-packed-member

2019-06-03 Thread Daniel Kiper
On Wed, May 29, 2019 at 03:16:02PM +0100, Neil MacLeod wrote: > Hi Daniel > > I can confirm that grub (based on > 53e70d30cf0d18e6c28bab0ab8d223a90d3e1b46) is building with gcc-9.1 and > this new patch. > > I'm not in a position to run-time test the resulting grub binary, but > it does at least now

Re: [PATCH] f2fs: Disable gcc9 -Waddress-of-packed-member

2019-06-03 Thread John Paul Adrian Glaubitz
On 6/3/19 1:03 PM, Daniel Kiper wrote: > John, could you do your test builds? Yes, can do. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426

Re: [PATCH] f2fs: Disable gcc9 -Waddress-of-packed-member

2019-05-29 Thread Neil MacLeod
Hi Daniel I can confirm that grub (based on 53e70d30cf0d18e6c28bab0ab8d223a90d3e1b46) is building with gcc-9.1 and this new patch. I'm not in a position to run-time test the resulting grub binary, but it does at least now build! Many thanks Neil On Wed, 29 May 2019 at 12:18, Daniel Kiper wrote

Re: [PATCH] f2fs: Disable gcc9 -Waddress-of-packed-member

2019-05-29 Thread Daniel Kiper
Neil, could you test this patch? On Wed, May 29, 2019 at 08:34:55AM +0200, John Paul Adrian Glaubitz wrote: > Disable the -Wadress-of-packaed-member diagnostic for the grub_f2fs_label > function since the result is found to be false postive. > > A pointer to the 'volume_name' member of 'struct gru

[PATCH] f2fs: Disable gcc9 -Waddress-of-packed-member

2019-05-28 Thread John Paul Adrian Glaubitz
Disable the -Wadress-of-packaed-member diagnostic for the grub_f2fs_label function since the result is found to be false postive. A pointer to the 'volume_name' member of 'struct grub_f2fs_superblock' is guaranteed to be aligned as the offset of 'volume_name' within the struct is dividable by the