[Bug libstdc++/58628] Incorrect std::isalpha results with UTF-8 locale on illumos

2022-09-16 Thread alp at rsu dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58628 --- Comment #4 from Alexander Pyhalov --- If it helps, the last comment from illumos-gate bug report says "From what I can tell ctype::_M_initialize_ctype() in gcc-5.1.0/ibstdc++-v3/config/locale/generic/ctype_members.cc:248 is basically just

[Bug libstdc++/58628] Incorrect std::isalpha results with UTF-8 locale on illumos

2022-09-16 Thread alp at rsu dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58628 --- Comment #3 from Alexander Pyhalov --- I still see this behavior with gcc version 10.4.0.

[Bug other/64362] New: rtl.h:2168:13: error: use of enum 'reg_class' without previous declaration

2014-12-19 Thread alp at rsu dot ru
: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: alp at rsu dot ru Can't compile gcc 4.8.4 with gcc 4.8.3 on illumos (OpenIndiana Hipster). During compilation the following error occurs: /usr/gcc/4.8/bin/g++ -c -g

[Bug other/64362] rtl.h:2168:13: error: use of enum 'reg_class' without previous declaration

2014-12-19 Thread alp at rsu dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64362 --- Comment #1 from Alexander Pyhalov alp at rsu dot ru --- Sorry, it seems to be illumos issue.

[Bug c++/61639] New: GCC 4.7.4 can't longer compile clang

2014-06-28 Thread alp at rsu dot ru
++ Assignee: unassigned at gcc dot gnu.org Reporter: alp at rsu dot ru After updating GCC from 4.7.3 to 4.7.4 I can't longer compile Clang 3.3 (or 3.4.1) on OpenIndiana (illumos distribution). While linking clang-check I receive the following error: llvm[5]: Compiling

[Bug c++/61639] GCC 4.7.4 can't longer compile clang

2014-06-28 Thread alp at rsu dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61639 --- Comment #1 from Alexander Pyhalov alp at rsu dot ru --- LLVM developers confirmed the issue exists on OSX whith gcc 4.7.4 (but not 4.8/4.9).

[Bug libstdc++/58628] New: Incorrect std::isalpha results with UTF-8 locale on illumos

2013-10-05 Thread alp at rsu dot ru
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: alp at rsu dot ru The following example when compiled with gcc 3.4,4.7 or 4.4 and launched with en_US.UTF-8 locale on illumos says that char with 196 code is alphabetic, however it's

[Bug libstdc++/58628] Incorrect std::isalpha results with UTF-8 locale on illumos

2013-10-05 Thread alp at rsu dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58628 --- Comment #1 from Alexander Pyhalov alp at rsu dot ru --- Created attachment 30958 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30958action=edit ctype test

[Bug objc/57428] Objective C exceptions completely broken in gcc 4.7

2013-08-14 Thread alp at rsu dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57428 Alexander Pyhalov alp at rsu dot ru changed: What|Removed |Added CC||alp at rsu dot ru