This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regression/32072] g++ -O3 fails on code that compiles with -O2



------- Comment #2 from pcarlini at suse dot de  2007-05-24 18:36 -------
This is an mcstl issue, of which we are not responsible: if look inside
PR32072.ii you will discover that somehow, in basic_ios.h, the fill method has
been replaced by an __mcstl_hidden_fill and the fill method is not available
anymore, whereas it should, definitely. Most likely mcstl is confusing it with
std::fill algorithm...


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]