[Bug libstdc++/71780] std::map::operator[] crashes with std::vector of objects used as key

2016-07-06 Thread kevin_harer at mentor dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71780 --- Comment #5 from Kevin Harer --- Well darn. You are right. I am sorry for wasting your time - but glad that I did, in that the error will come out in my application in some other worse way - Thank you for your time -

[Bug libstdc++/71780] std::map::operator[] crashes with std::vector of objects used as key

2016-07-06 Thread kevin_harer at mentor dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71780 --- Comment #2 from Kevin Harer --- (In reply to Daniel Krügler from comment #1) > I can reproduce the problem for gcc versions smaller than 4.7.3, but I doubt > that these old versions will be maintained for a fix. Daniel I sort of thought that

[Bug libstdc++/71780] New: std::map::operator[] crashes with std::vector of objects used as key

2016-07-06 Thread kevin_harer at mentor dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: kevin_harer at mentor dot com Target Milestone: --- Created attachment 38841 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38841&action=edit The main.ii file to re