https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113731
--- Comment #5 from Sam James ---
> the libarchive, is that also with -march=znver2? and is
> https://github.com/libarchive/libarchive?
Yeah, filed PR113734 for it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113731
Tamar Christina changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113731
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113731
--- Comment #3 from Sam James ---
I also get a new libarchive test failure with it:
```
test_read_format_rar5_extra_field_version
/var/tmp/portage/app-arch/libarchive-3.7.2/work/libarchive-3.7.2/libarchive/test/test_read_format_rar5.c:106:
byte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113731
--- Comment #2 from Sam James ---
```
char* inet_net_pton_ipv4_bits;
char inet_net_pton_ipv4_odst;
void __errno_location();
void inet_net_pton_ipv4();
void inet_net_pton() { inet_net_pton_ipv4(); }
void inet_net_pton_ipv4(char *dst, int size) {
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113731
--- Comment #1 from Sam James ---
```
$ gcc -c inet_net_pton.i -O3 -march=znver2 -wrapper valgrind
==3723094== Memcheck, a memory error detector
==3723094== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==3723094== Using Valgri