AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: richardlee at snowshoefox dot com
GCC host triplet: 2.6.31-20-generic #58-Ubuntu SMP x86_64 GNU/Linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43483
--- Comment #2 from richardlee at snowshoefox dot com 2010-03-22 20:18
---
Created an attachment (id=20165)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20165&action=view)
Proposed patch using 'patch -up'... run patch in the 4.4.1/bits/ folder.
--
h
--- Comment #4 from richardlee at snowshoefox dot com 2010-03-22 20:55
---
Here is a very simplified version of the scenario that triggered the bug.
bool compare(int t1, int t2) {
return true;
}
int main(int argc, char** argv) {
vector v;
v.assign(32, 2