[Bug tree-optimization/113706] c-c++-common/pr103798-2.c FAILs as C++

2024-02-13 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113706 Rainer Orth changed: What|Removed |Added URL|https://gcc.gnu.org/piperma |https://gcc.gnu.org/piperma

[Bug tree-optimization/113706] c-c++-common/pr103798-2.c FAILs as C++

2024-02-02 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113706 Rainer Orth changed: What|Removed |Added Last reconfirmed||2024-02-02 URL|

[Bug tree-optimization/113706] c-c++-common/pr103798-2.c FAILs as C++

2024-02-02 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113706 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from H.J. Lu --- > On Solaris, when compiling this > > #include > > __attribute__ ((weak)) > int > f (int a) > { >return memchr ("aE", a, 2) != NULL; > } > > as

[Bug tree-optimization/113706] c-c++-common/pr103798-2.c FAILs as C++

2024-02-01 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113706 --- Comment #3 from H.J. Lu --- On Solaris, when compiling this #include __attribute__ ((weak)) int f (int a) { return memchr ("aE", a, 2) != NULL; } as C++ source, std::memchr is used and GCC doesn't treat std::memchr as

[Bug tree-optimization/113706] c-c++-common/pr103798-2.c FAILs as C++

2024-02-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113706 Rainer Orth changed: What|Removed |Added Target Milestone|--- |14.0

[Bug tree-optimization/113706] c-c++-common/pr103798-2.c FAILs as C++

2024-02-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113706 --- Comment #2 from Rainer Orth --- Created attachment 57283 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57283=edit 32- bit i386-pc-solaris2.11 assembler output

[Bug tree-optimization/113706] c-c++-common/pr103798-2.c FAILs as C++

2024-02-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113706 --- Comment #1 from Rainer Orth --- Created attachment 57282 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57282=edit 32- bit i386-pc-solaris2.11 preprocessed input