
troy d. straszheim wrote:
Jeff Garland writes:
Well, you should send the date-time results to me an I can have a look at them . If all this stuff is failing there must be something fundamental that is wrong...
Yeah, that's just the problem. There are no results to send (no error messages from the compiler or test binary) , because either the compile never finishes, or if it does, the run of the test executable never exits. I forget which variety these were, I'll get to them next...
This sounds familiar... Had a symptomatically similar problem because of a bug causing gcc to silently ignore template specializations in some cases (note the problem is not limited to non-type bools, as described in my report, but does apply to all sorts of template arguments). [ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14032 ] Just in case it helps... -- Tobias