Bug ID | 1158192 |
---|---|
Summary | GCC 10: libxcrypto build fails on i586 |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | martin.liska@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Fails with: [ 70s] alg-yescrypt-opt.c: In function 'blockmix_salsa8': [ 70s] alg-yescrypt-opt.c:280:20: error: inlining failed in call to 'salsa20': --param max-inline-insns-single limit reached [-Werror=inline] [ 70s] 280 | static inline void salsa20(salsa20_blk_t *restrict B, [ 70s] | ^~~~~~~ [ 70s] alg-yescrypt-opt.c:364:2: note: called from here [ 70s] 364 | salsa20(&X, &out, 4); [ 70s] | ^~~~~~~~~~~~~~~~~~~~ [ 70s] alg-yescrypt-opt.c:383:3: note: in expansion of macro 'SALSA20_8_XOR_MEM' [ 70s] 383 | SALSA20_8_XOR_MEM(Bin[i * 2 + 1], Bout[r + i]) [ 70s] | ^~~~~~~~~~~~~~~~~ [ 70s] alg-yescrypt-opt.c:280:20: error: inlining failed in call to 'salsa20': --param max-inline-insns-single limit reached [-Werror=inline] [ 70s] 280 | static inline void salsa20(salsa20_blk_t *restrict B, [ 70s] | ^~~~~~~ [ 70s] alg-yescrypt-opt.c:364:2: note: called from here [ 70s] 364 | salsa20(&X, &out, 4); [ 70s] | ^~~~~~~~~~~~~~~~~~~~ [ 70s] alg-yescrypt-opt.c:382:3: note: in expansion of macro 'SALSA20_8_XOR_MEM' [ 70s] 382 | SALSA20_8_XOR_MEM(Bin[i * 2], Bout[i]) [ 70s] | ^~~~~~~~~~~~~~~~~ [ 70s] alg-yescrypt-opt.c: In function 'blockmix_salsa8_xor': [ 70s] alg-yescrypt-opt.c:280:20: error: inlining failed in call to 'salsa20': --param max-inline-insns-single limit reached [-Werror=inline] [ 70s] 280 | static inline void salsa20(salsa20_blk_t *restrict B, GCC upstream bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92749