[Bug 1174819] New: gcc 10.2 does not compile kernel's crypto/aegis128-neon-inner.c
https://bugzilla.suse.com/show_bug.cgi?id=1174819 Bug ID: 1174819 Summary: gcc 10.2 does not compile kernel's crypto/aegis128-neon-inner.c Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: rguenther@suse.com Reporter: jslaby@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 840284 --> https://bugzilla.suse.com/attachment.cgi?id=840284&action=edit preprocessed sourcefile 10.1 was OK. 10.2 now fails:
crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_init_neon': crypto/aegis128-neon-inner.c:151:3: error: incompatible types when initializing type 'unsigned char' using type 'uint8x16_t' 151 | k ^ vld1q_u8(const0), | ^ crypto/aegis128-neon-inner.c:152:3: error: incompatible types when initializing type 'unsigned char' using type 'uint8x16_t' 152 | k ^ vld1q_u8(const1), | ^ crypto/aegis128-neon-inner.c:147:29: warning: missing braces around initializer [-Wmissing-braces] 147 | struct aegis128_state st = {{ | ^ ...... 151 | k ^ vld1q_u8(const0), | { 152 | k ^ vld1q_u8(const1), 153 | }}; | }
Full log e.g. at: https://build.suse.de/package/live_build_log/Devel:Kernel:master/kernel-defa... The file/line: https://github.com/torvalds/linux/blob/bcf876870b95592b52519ed4aafcf9d95999b... -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1174819 https://bugzilla.suse.com/show_bug.cgi?id=1174819#c1 --- Comment #1 from Jiri Slaby <jslaby@suse.com> --- $ aarch64-suse-linux-gcc-10 --version aarch64-suse-linux-gcc-10 (SUSE Linux) 10.2.1 20200729 [revision bee0b7156a07afaa837ce0f31ba12a3eb5d1ee22] -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1174819 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=96377 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1174819 https://bugzilla.suse.com/show_bug.cgi?id=1174819#c2 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Jiri Slaby <jslaby@suse.com> --- . *** This bug has been marked as a duplicate of bug 1174817 *** -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1174819 Andreas Färber <afaerber@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |afaerber@suse.com Hardware|Other |aarch64 OS|Other |openSUSE Factory -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com