[Bug other/25527] [gomp] segfault with locale

2006-02-02 Thread rth at gcc dot gnu dot org
--- Comment #8 from rth at gcc dot gnu dot org 2006-02-03 00:10 --- The same bug that's affecting libgfortran is affecting libstdc++ -- we've done a tail-call to a weakref function. *** This bug has been marked as a duplicate of 25377 *** -- rth at gcc dot gnu dot org changed:

[Bug other/25527] [gomp] segfault with locale

2006-01-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfi

[Bug other/25527] [gomp] segfault with locale

2006-01-27 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2006-01-27 17:39 --- Even more compact (because an ostringstream contains a locale as member): #include int main() { std::locale L; return 0; } This alredy crashes with "-fop