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]

[v3] Some fixes to exception safety testing


Hi,

this started when I wanted to remove two xfails, because indeed
vector::erase and deque::erase *can* throw if either copy constructor or
assignment operator throws. Along the way, I noticed other issues,
detailed in the ChangeLog, quite basic in retrospect, but a nightmare to
debug out with the gdb 6.8 setup I have at hand... grrrr

Anyway, tested x86_64-linux multilib, committed.

Paolo.

////////////////////

Attachment: CL_et
Description: Text document

Attachment: patch_et
Description: Text document


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