[Bug c++/44172] Compiling never ends

2010-08-11 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2010-08-11 15:27 --- I don't see how the compiler can know that this input causes an infinite loop. This is just the halting problem. Not a bug in the sense that there is anything to fix. -- steven at gcc dot gnu dot org changed:

[Bug c++/44172] Compiling never ends

2010-06-04 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2010-06-04 16:11 --- Please fellow GCC maintainers, after checking that a bug is indeed a bug, please set the status to NEW. What more than 1000 unconfirmed reports! -- manu at gcc dot gnu dot org changed: What|Removed

[Bug c++/44172] Compiling never ends

2010-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2010-05-18 22:46 --- Well I don't think we should cause an infinite loop on any input. Note Comeau C++ also causes an infinite loop. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/44172] Compiling never ends

2010-05-17 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2010-05-17 18:32 --- Ok. -- paolo dot carlini at oracle dot com changed: What|Removed |Added Status|U

[Bug c++/44172] Compiling never ends

2010-05-17 Thread rmsalinas at uco dot es
--- Comment #2 from rmsalinas at uco dot es 2010-05-17 17:50 --- Subject: Re: Compiling never ends My god! you work really fast! Yes, I've found the error just few seconds ago. Great work! dougsemler at gmail dot com escribió: > --- Comment #1 from dougsemler at gmail dot com

[Bug c++/44172] Compiling never ends

2010-05-17 Thread dougsemler at gmail dot com
--- Comment #1 from dougsemler at gmail dot com 2010-05-17 17:46 --- This is the offender: Node(const T& v,Node Tparent=NULL) {_parent=Tparent;_data=v;} It looks like you have transposed the *> (it should be the following, right? Node(const T& v,Node* Tparent=NULL) {_parent=Tparent;_d