[Bug target/71749] Define _REENTRANT on ARC when -pthread is passed

2023-09-28 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71749 Roger Sayle changed: What|Removed |Added CC||roger at nextmovesoftware dot com

[Bug target/71749] Define _REENTRANT on ARC when -pthread is passed

2017-03-02 Thread thomas.petazz...@free-electrons.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71749 --- Comment #5 from Thomas Petazzoni --- Sure, feel free to submit it. If that's easier for the gcc submission process, feel free to submit it under your own name: for such a small contribution, I really

[Bug target/71749] Define _REENTRANT on ARC when -pthread is passed

2017-03-02 Thread claziss at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71749 --- Comment #4 from Claudiu Zissulescu --- If it is ok with you, I will do it in ur name as well. But first, let me see how the nightly goes.

[Bug target/71749] Define _REENTRANT on ARC when -pthread is passed

2017-03-02 Thread thomas.petazz...@free-electrons.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71749 --- Comment #3 from Thomas Petazzoni --- Will you submit the patch to gcc mainline yourself?

[Bug target/71749] Define _REENTRANT on ARC when -pthread is passed

2017-03-02 Thread claziss at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71749 --- Comment #2 from Claudiu Zissulescu --- Proposed patch for mainline: diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 5cc9dc1..d270390 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -62,7 +62,8 @@ along with

[Bug target/71749] Define _REENTRANT on ARC when -pthread is passed

2017-02-27 Thread claziss at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71749 Claudiu Zissulescu changed: What|Removed |Added CC||claziss at gmail dot com ---