[Bug c/89061] New: GCC 9 introduces false positive in -Wjump-misses-init

2019-01-25 Thread berrange at redhat dot com
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: berrange at redhat dot com Target Milestone: --- The following demo program $ cat demo.c #include struct demo { const char *cmd; }; int main(void) { struct demo demo = {0}; if ((demo.cmd = getenv(&quo

[Bug target/103395] [9/10/11/12 Regression] ICE on qemu in arm create_fix_barrier

2021-11-26 Thread berrange at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103395 Daniel Berrange changed: What|Removed |Added CC||berrange at redhat dot com

[Bug c++/113658] New: GCC 14 has incomplete impl for declared feature "cxx_constexpr_string_builtins"

2024-01-29 Thread berrange at redhat dot com via Gcc-bugs
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: berrange at redhat dot com Target Milestone: --- In GCC 14 there was support for the Clang __has_feature() language extension added by

[Bug c++/113658] GCC 14 has incomplete impl for declared feature "cxx_constexpr_string_builtins"

2024-01-29 Thread berrange at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113658 --- Comment #4 from Daniel Berrange --- (In reply to Jakub Jelinek from comment #3) > Obviously using __has_builtin is much better than using the really badly > designed __has_feature/__has_extension. > That said, wcs{chr,cmp,len,ncmp} and