This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix extract_range_from_cond (PR tree-optimization/19060)


On Jan 10, 2005, at 4:16 PM, Vladimir Merzliakov wrote:
Result diff:
 === libstdc++ Summary ===

-# of expected passes 3283
+# of expected passes 3336
-# of unexpected failures 67
+# of unexpected failures 15
# of unexpected successes  1
# of expected failures 5
Try contrib/compare_tests prev/libstdc++.sum new/libstdc++.sum

I hope you find the output more useable than the above...

Yes :)

Tests that now work, but didn't before:

27_io/basic_filebuf/close/12790-1.cc execution test
27_io/basic_filebuf/close/char/1.cc execution test
27_io/basic_filebuf/imbue/char/2.cc execution test
27_io/basic_filebuf/imbue/wchar_t/2.cc execution test
27_io/basic_filebuf/is_open/char/1.cc execution test
27_io/basic_filebuf/open/char/1.cc execution test
27_io/basic_filebuf/sbumpc/char/9825.cc execution test
27_io/basic_filebuf/seekoff/12790-1.cc execution test
27_io/basic_filebuf/seekoff/12790-2.cc execution test
27_io/basic_filebuf/seekoff/12790-3.cc execution test
27_io/basic_filebuf/seekoff/12790-4.cc execution test
27_io/basic_filebuf/seekoff/char/1-in.cc execution test
27_io/basic_filebuf/seekoff/char/1-io.cc execution test
27_io/basic_filebuf/seekoff/char/1-out.cc execution test
27_io/basic_filebuf/seekoff/char/11543.cc execution test
27_io/basic_filebuf/seekoff/char/2-in.cc execution test
27_io/basic_filebuf/seekoff/char/2-io.cc execution test
27_io/basic_filebuf/seekoff/char/2-out.cc execution test
27_io/basic_filebuf/seekoff/char/3-in.cc execution test
27_io/basic_filebuf/seekoff/char/3-io.cc execution test
27_io/basic_filebuf/seekoff/char/3-out.cc execution test
27_io/basic_filebuf/seekoff/wchar_t/11543.cc execution test
27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc execution test
27_io/basic_filebuf/seekpos/12790-1.cc execution test
27_io/basic_filebuf/seekpos/12790-2.cc execution test
27_io/basic_filebuf/seekpos/12790-3.cc execution test
27_io/basic_filebuf/seekpos/char/1-in.cc execution test
27_io/basic_filebuf/seekpos/char/1-io.cc execution test
27_io/basic_filebuf/seekpos/char/1-out.cc execution test
27_io/basic_filebuf/seekpos/char/2-in.cc execution test
27_io/basic_filebuf/seekpos/char/2-io.cc execution test
27_io/basic_filebuf/seekpos/char/2-out.cc execution test
27_io/basic_filebuf/seekpos/char/3-in.cc execution test
27_io/basic_filebuf/seekpos/char/3-io.cc execution test
27_io/basic_filebuf/seekpos/char/3-out.cc execution test
27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc execution test
27_io/basic_filebuf/sputbackc/char/1-in.cc execution test
27_io/basic_filebuf/sputbackc/char/1-io.cc execution test
27_io/basic_filebuf/sputbackc/char/2-in.cc execution test
27_io/basic_filebuf/sputbackc/char/2-io.cc execution test
27_io/basic_filebuf/sungetc/char/1-in.cc execution test
27_io/basic_filebuf/sungetc/char/1-io.cc execution test
27_io/basic_filebuf/sungetc/char/2-in.cc execution test
27_io/basic_filebuf/sungetc/char/2-io.cc execution test
27_io/basic_istream/seekg/char/fstream.cc execution test
27_io/basic_istream/seekg/wchar_t/fstream.cc execution test
27_io/basic_istream/tellg/char/1.cc execution test
27_io/basic_istream/tellg/char/fstream.cc execution test
27_io/basic_istream/tellg/wchar_t/1.cc execution test
27_io/basic_istream/tellg/wchar_t/fstream.cc execution test
27_io/basic_ostream/seekp/char/2346-fstream.cc execution test
27_io/basic_ostream/tellp/char/1.cc execution test
27_io/basic_streambuf/in_avail/char/9701-3.cc execution test
27_io/basic_streambuf/in_avail/wchar_t/9701-3.cc execution test



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]