[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-06-16 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 --- Comment #4 from Andreas Otto --- change my C++ wrapper from "embedded data" (large amount of data) to just an embedded pointer (only 8byte pointer in the C++ class) → the error is still there… ==57730== Process terminating with default

[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-04-19 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 --- Comment #2 from Andreas Otto <aotto1...@t-online.de> --- this is not as easy because this is a non trivial SW… what I mean… to just use my test-case you have to setup a whole environment… the basic of a SW is a client/server application

[Bug c++/85471] New: closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-04-19 Thread aotto1...@t-online.de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: aotto1...@t-online.de Target Milestone: --- Host: openSUSE 42.3 (x86_64) Target: openSUSE 42.3 (x86_64)

[Bug target/84172] option "-O3" create slower code

2018-02-01 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172 --- Comment #9 from Andreas Otto <aotto1...@t-online.de> --- after morning "boot" it seems OK… BUT the bug come back → star without "-g" option #:~/test> make test for t in test.0 test.1 test.2 test.3; do ./$t; d

[Bug target/84172] option "-O3" create slower code

2018-02-01 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172 --- Comment #7 from Andreas Otto <aotto1...@t-online.de> --- Created attachment 43321 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43321=edit cat /proc/cpuinfo

[Bug target/84172] option "-O3" create slower code

2018-02-01 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172 --- Comment #5 from Andreas Otto <aotto1...@t-online.de> --- Created attachment 43320 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43320=edit output of command you requested… gcc-5 -march=native -mtune=native -g -static -O3

[Bug target/84172] option "-O3" create slower code

2018-02-01 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172 --- Comment #3 from Andreas Otto <aotto1...@t-online.de> --- send me the command that I should run…

[Bug c/84172] option "-O3" create slower code

2018-02-01 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84172 --- Comment #1 from Andreas Otto <aotto1...@t-online.de> --- forget last "}"

[Bug c/84172] New: option "-O3" create slower code

2018-02-01 Thread aotto1...@t-online.de
mponent: c Assignee: unassigned at gcc dot gnu.org Reporter: aotto1...@t-online.de Target Milestone: --- here my test… #:~/test> make test gcc-5 -march=native -mtune=native -g -static -O0 -o test.0 main.c gcc-5 -march=native -mtune=native -g -static -O1 -o test.1 main.c gcc-5 -march=