[Bug c++/70996] New: deadlock on compilation sequence of operator<

2016-05-07 Thread magum1977 at gmail dot com
ponent: c++ Assignee: unassigned at gcc dot gnu.org Reporter: magum1977 at gmail dot com Target Milestone: --- Created attachment 38434 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38434&action=edit compilation of this src is endless Code like below

[Bug c++/70996] deadlock on compilation sequence of operator<

2016-05-07 Thread magum1977 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70996 --- Comment #1 from Alexander --- Created attachment 38435 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38435&action=edit actually only this src leads inifinite compilation. src before finished with error after 5 minutes actually only th

[Bug c++/70996] deadlock on compilation sequence of operator<

2016-05-07 Thread magum1977 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70996 --- Comment #2 from Alexander --- std-98 is not affect to result

[Bug c++/70996] regression - infinite compilation of sequence overrided operator<

2016-05-07 Thread magum1977 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70996 Alexander changed: What|Removed |Added Summary|infinite compilation of |regression - infinite |seq