[Bug tree-optimization/65712] pthread_self prints wrong result when used with ucontext

2015-12-24 Thread albertnetymk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65712 --- Comment #2 from Albert Netymk --- @Andrew Pinski Could you provide the ref for const and pure attribute? It's not mentioned in the [spec](http://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_self.html), or the source code of [glib

[Bug c/65712] New: pthread_self prints wrong result when used with ucontext

2015-04-09 Thread albertnetymk at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: albertnetymk at gmail dot com When using no opitimization, the output is expected: gcc test.c -pthread && ./a.out B is 13977885720 A is 139778843830016 A 139778843830016 B 1397788

[Bug c++/114573] -Wzero-as-null-pointer-constant complains on enum with explicit cast

2024-06-29 Thread albertnetymk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114573 Albert Netymk changed: What|Removed |Added CC||albertnetymk at gmail dot com

[Bug c++/85861] g++ -Wconversion misses int to size_t

2023-09-27 Thread albertnetymk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85861 Albert Netymk changed: What|Removed |Added CC||albertnetymk at gmail dot com