------- Comment #16 from pcarlini at suse dot de 2007-05-07 01:02 ------- Ok. I would suggest doing the basic checks, e.g.: build and install the library itself -O0 and then compile the testcase too -O0; comment out everything in the main of testcase 12.cc except the line VERIFY(test12_aux<short>(true)); "un-templatize" test12_aux, make of it a normal function on short or any other type... Try by all means to figure out how and where the testcase is failing for integer types, because, I repeat, my changes for 31117 are completely unrelated to the code parsing integer types.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31836