[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:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25527



[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 reconfirmed|-00-00 00:00:00 |2006-01-29 17:40:30
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25527



[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):


#includelocale

int main()
{
std::locale L;
return 0;
}


This alredy crashes with -fopeenmp -m32 (i.e. without optimization).

It looks like we are crashing in the constructor of locale (which is
not in the header, but in the library that gets linked).


-- 

reichelt at gcc dot gnu dot org changed:

   What|Removed |Added

Summary|[gomp] segfault in  |[gomp] segfault with locale
   |main.omp_fn.0 with -O2  |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25527