This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[PATCH] fix 45841, add regression


Bug 45841 turned up an error in the automatic mode switch patch that the existing testsuite didn't. Fix the bug and add a regression (one that works on all platforms ;v) ; regression verified on Darwin). The regression is merged into a convenient existing file rather than a new 45841.cc file; is that OK?

Also, fix an indentation/half-tab problem in xsputn and xsgetn, and enable the xsputn and xsgetn optimization cases in conjunction with automatic mode switch. (This code is similar to the above fix code.)

I was originally going to roll this into a later patch. If people want I'll do that instead, but it looks like we want this to be as simple as possible.

Attachment: 45841.clog
Description: Binary data

Attachment: 45841.patch
Description: Binary data


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