[Bug libstdc++/26123] [3.4/4.0/4.1/4.2 Regression] Segmentation fault in constructor of std::ostream::sentry::sentry

2006-02-06 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-02-06 13:10 --- For some reason, on x86-linux, I can reproduce only with 3.4 and 4.0, not with mainline and 4.1... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26123

[Bug libstdc++/26123] [3.4/4.0/4.1/4.2 Regression] Segmentation fault in constructor of std::ostream::sentry::sentry

2006-02-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-06 12:56 --- Confirmed, though I don't know if this is just undefined code or not. Also the global initializer between 3.3 and 3.4 (and 4.0/4.1/4.2) did not change so I don't think this is a front-end bug. -- pinskia at gcc