[Bug c++/91394] C++ ABI incompatibility (stdexcept)

2019-08-07 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91394 tomas_paukrt at conel dot cz changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c++/91394] New: C++ ABI incompatibility (stdexcept)

2019-08-07 Thread tomas_paukrt at conel dot cz
++ Assignee: unassigned at gcc dot gnu.org Reporter: tomas_paukrt at conel dot cz Target Milestone: --- Some C++ programs cross-compiled with GCC 7.4.0 using -std=gnu++11 do not work on a system which have glibc 2.25 cross-compiled with GCC 4.9.4 even if the symbol _GLIBCXX_USE_CXX11_ABI

[Bug target/81142] Segmentation fault when using static __thread variables

2019-08-01 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #12 from tomas_paukrt at conel dot cz --- Hi Herald, have you tried to cross-compile the library with -mtls-dialect=gnu2 ? We are using this option as a workaround for this bug because no one seems to be interested in fixing it. I

[Bug target/81142] Segmentation fault when using static __thread variables

2017-06-22 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #10 from tomas_paukrt at conel dot cz --- > What happens if you use -fPIE since that is designed to create executables > that are position independent and would do the right thing as far as various > initializations go ?

[Bug target/81142] Segmentation fault when using static __thread variables

2017-06-22 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #8 from tomas_paukrt at conel dot cz --- Conditions for reproducing the bug: - ARM architecture - O1 or better optimalization - TLS model global-dynamic or local-dynamic - TLS dialect gnu - at least two static thread local variables

[Bug target/81142] Segmentation fault when using static __thread variables

2017-06-21 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #7 from tomas_paukrt at conel dot cz --- I attached another C source file that is even simpler. Compiled program causes segmentation fault on AM335X (Cortex-A8) as well as on SPEAr320S-2 (ARM926EJ-S). Using option -ftls-model

[Bug target/81142] Segmentation fault when using static __thread variables

2017-06-21 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #6 from tomas_paukrt at conel dot cz --- Created attachment 41595 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41595=edit C source file without snprintf

[Bug target/81142] Segmentation fault when using static __thread variables

2017-06-21 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 tomas_paukrt at conel dot cz changed: What|Removed |Added Known to fail||4.9.4, 5.4.0, 6.3.0

[Bug target/81142] Segmentation fault when using static __thread variables

2017-06-20 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #2 from tomas_paukrt at conel dot cz --- Created attachment 41593 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41593=edit Output of gcc -v

[Bug target/81142] Segmentation fault when using static __thread variables

2017-06-20 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #1 from tomas_paukrt at conel dot cz --- Created attachment 41592 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41592=edit Preprocessed source file

[Bug target/81142] New: Segmentation fault when using static __thread variables

2017-06-20 Thread tomas_paukrt at conel dot cz
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: tomas_paukrt at conel dot cz Target Milestone: --- Created attachment 41591 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41591=edit C source file If the attached C source f

[Bug target/80627] The Dart is crashing when glibc is compiled with arch armv7-a

2017-05-04 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80627 --- Comment #4 from tomas_paukrt at conel dot cz --- I wanted to trace this issue down to the root cause, but the Dart is quite large project and I realy do not have time to isolate the code that triggers this bug and fix it myself, so I just

[Bug target/80627] The Dart is crashing when glibc is compiled with arch armv7-a

2017-05-04 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80627 tomas_paukrt at conel dot cz changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug target/80627] New: The Dart is crashing when glibc is compiled with arch armv7-a

2017-05-04 Thread tomas_paukrt at conel dot cz
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: tomas_paukrt at conel dot cz Target Milestone: --- I have found out that the Dart (https://www.dartlang.org/) is occasionally crashing when glibc 2.25 is cross-compiled with options