This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

gcc/libstdc++-v3 ChangeLog Makefile.am Makefil ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cxx-reflection-branch
Changes by:	gdr@gcc.gnu.org	2003-10-04 15:49:56

Modified files:
	libstdc++-v3   : ChangeLog Makefile.am Makefile.in acconfig.h 
	                 acinclude.m4 config.h.in configure 
	                 configure.host 
	libstdc++-v3/config: linker-map.gnu 
	libstdc++-v3/config/cpu/m68k: atomicity.h 
	libstdc++-v3/config/io: basic_file_stdio.cc basic_file_stdio.h 
	libstdc++-v3/config/locale/generic: c_locale.cc c_locale.h 
	                                    ctype_members.cc 
	                                    messages_members.h 
	                                    time_members.h 
	libstdc++-v3/config/locale/gnu: c_locale.cc ctype_members.cc 
	                                messages_members.h 
	                                numeric_members.cc 
	                                time_members.cc time_members.h 
	libstdc++-v3/config/os/generic: ctype_inline.h 
	libstdc++-v3/config/os/gnu-linux: ctype_noninline.h 
	libstdc++-v3/config/os/hpux: os_defines.h 
	libstdc++-v3/docs/doxygen: user.cfg.in 
	libstdc++-v3/docs/html: configopts.html install.html 
	libstdc++-v3/docs/html/17_intro: porting.texi 
	libstdc++-v3/docs/html/27_io: howto.html 
	libstdc++-v3/docs/html/ext: sgiexts.html 
	libstdc++-v3/docs/html/faq: index.html index.txt 
	libstdc++-v3/include: Makefile.am Makefile.in 
	libstdc++-v3/include/bits: basic_ios.h c++config char_traits.h 
	                           codecvt.h demangle.h fstream.tcc 
	                           locale_classes.h locale_facets.h 
	                           locale_facets.tcc stl_algo.h 
	libstdc++-v3/include/c_compatibility: wchar.h 
	libstdc++-v3/include/c_std: std_cstdlib.h std_cwchar.h 
	                            std_cwctype.h 
	libstdc++-v3/include/ext: ropeimpl.h stdio_sync_filebuf.h 
	libstdc++-v3/include/std: std_fstream.h std_istream.h 
	                          std_ostream.h std_streambuf.h 
	libstdc++-v3/libmath: Makefile.am Makefile.in 
	libstdc++-v3/libsupc++: Makefile.am Makefile.in cxxabi.h 
	                        eh_term_handler.cc vec.cc 
	libstdc++-v3/po: Makefile.am Makefile.in 
	libstdc++-v3/scripts: testsuite_flags.in 
	libstdc++-v3/src: Makefile.am Makefile.in codecvt.cc ctype.cc 
	                  demangle.cc ios.cc locale.cc localename.cc 
	libstdc++-v3/testsuite: Makefile.am Makefile.in 
	                        testsuite_hooks.h 
	                        testsuite_performance.h 
	libstdc++-v3/testsuite/17_intro: header_cerrno.cc 
	                                 header_csetjmp.cc 
	                                 header_cstdarg.cc 
	                                 header_cstddef.cc 
	                                 header_cstdio.cc 
	                                 header_cstdlib.cc 
	                                 header_cstring.cc 
	                                 header_ctime.cc 
	                                 header_cwchar.cc 
	libstdc++-v3/testsuite/18_support: numeric_limits.cc 
	libstdc++-v3/testsuite/19_diagnostics: stdexceptions.cc 
	libstdc++-v3/testsuite/20_util: allocator_members.cc auto_ptr.cc 
	                                binders.cc pairs.cc 
	                                raw_storage_iterator.cc 
	                                temporary_buffer.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/append/char: 1.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/append/wchar_t: 
	                                                               1.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/assign/char: 1.cc 
	                                                            2.cc 
	                                                            3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t: 
	                                                               1.cc 
	                                                               2.cc 
	                                                               3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/capacity: 1.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/capacity/char: 
	                                                              1.cc 
	                                                              2.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t: 
	                                                                 1.cc 
	                                                                 2.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/cons/char: 1.cc 
	                                                          2.cc 
	                                                          3.cc 
	                                                          4.cc 
	                                                          5.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t: 
	                                                             1.cc 
	                                                             2.cc 
	                                                             3.cc 
	                                                             4.cc 
	                                                             5.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/element_access/char: 
	                                                                    1.cc 
	                                                                    2.cc 
	                                                                    3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t: 
	                                                                       1.cc 
	                                                                       2.cc 
	                                                                       3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/find/char: 1.cc 
	                                                          2.cc 
	                                                          3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/find/wchar_t: 
	                                                             1.cc 
	                                                             2.cc 
	                                                             3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/insert/char: 1.cc 
	                                                            2.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/insert/wchar_t: 
	                                                               1.cc 
	                                                               2.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char: 
	                                                                          1.cc 
	                                                                          4.cc 
	                                                                          5.cc 
	                                                                          6.cc 
	                                                                          7.cc 
	                                                                          8.cc 
	                                                                          9.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t: 
	                                                                             1.cc 
	                                                                             4.cc 
	                                                                             5.cc 
	                                                                             6.cc 
	                                                                             7.cc 
	                                                                             8.cc 
	                                                                             9.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/operators/char: 
	                                                               1.cc 
	                                                               2.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t: 
	                                                                  1.cc 
	                                                                  2.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/replace/char: 
	                                                             1.cc 
	                                                             2.cc 
	                                                             3.cc 
	                                                             4.cc 
	                                                             5.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/replace/wchar_t: 
	                                                                1.cc 
	                                                                2.cc 
	                                                                3.cc 
	                                                                4.cc 
	                                                                5.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/rfind/char: 1.cc 
	                                                           2.cc 
	                                                           3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/rfind/wchar_t: 
	                                                              1.cc 
	                                                              2.cc 
	                                                              3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/substr/char: 1.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/substr/wchar_t: 
	                                                               1.cc 
	libstdc++-v3/testsuite/21_strings/c_strings/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/21_strings/c_strings/wchar_t: 1.cc 2.cc 
	libstdc++-v3/testsuite/21_strings/char_traits/requirements/char: 
	                                                                 1.cc 
	libstdc++-v3/testsuite/21_strings/char_traits/requirements/short: 
	                                                                  1.cc 
	libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t: 
	                                                                    1.cc 
	libstdc++-v3/testsuite/21_strings/char_traits/typedefs/char: 
	                                                             1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt: 1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char: 
	                                                             1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t: 
	                                                                1.cc 
	                                                                2.cc 
	                                                                3.cc 
	                                                                4.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/encoding/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t: 1.cc 
	                                                           2.cc 
	                                                           3.cc 
	                                                           4.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/in/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t: 1.cc 2.cc 
	                                                     3.cc 4.cc 
	                                                     5.cc 6.cc 
	                                                     7.cc 8.cc 
	                                                     9.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/length/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t: 1.cc 
	                                                         2.cc 
	                                                         3.cc 
	                                                         4.cc 
	                                                         5.cc 
	                                                         6.cc 
	                                                         7.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/max_length/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t: 
	                                                             1.cc 
	                                                             2.cc 
	                                                             3.cc 
	                                                             4.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/out/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t: 1.cc 2.cc 
	                                                      3.cc 4.cc 
	                                                      5.cc 6.cc 
	                                                      7.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/unicode: 1.cc char.cc 
	                                                  wchar_t.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/unshift/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t: 1.cc 
	                                                          2.cc 
	                                                          3.cc 
	                                                          4.cc 
	libstdc++-v3/testsuite/22_locale/collate: 1.cc 
	libstdc++-v3/testsuite/22_locale/collate/compare/char: 1.cc 2.cc 
	                                                       3.cc 
	libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t: 1.cc 
	                                                          2.cc 
	                                                          3.cc 
	libstdc++-v3/testsuite/22_locale/collate/hash/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/collate/transform/char: 2.cc 
	                                                         3.cc 
	libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t: 2.cc 
	                                                            3.cc 
	libstdc++-v3/testsuite/22_locale/collate_byname: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype/cons/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype/is/char: 1.cc 2.cc 3.cc 
	libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/ctype/narrow/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t: 1.cc 2.cc 
	                                                       3.cc 
	libstdc++-v3/testsuite/22_locale/ctype/scan/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype/to/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype/widen/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t: 1.cc 2.cc 
	                                                      3.cc 
	libstdc++-v3/testsuite/22_locale/facet: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/global_templates: 1.cc 
	libstdc++-v3/testsuite/22_locale/locale/cons: 2.cc 4.cc 5.cc 
	                                              6.cc 7.cc 
	                                              7222-c.cc 
	                                              7222-env.cc 8.cc 
	libstdc++-v3/testsuite/22_locale/locale/global_locale_objects: 
	                                                               1.cc 
	                                                               2.cc 
	                                                               3.cc 
	libstdc++-v3/testsuite/22_locale/locale/operations: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/messages: 1.cc 
	libstdc++-v3/testsuite/22_locale/messages/members/char: 1.cc 
	                                                        2.cc 
	                                                        3.cc 
	libstdc++-v3/testsuite/22_locale/messages_byname: 1.cc 
	libstdc++-v3/testsuite/22_locale/money_get: 1.cc 
	libstdc++-v3/testsuite/22_locale/money_get/get/char: 1.cc 
	                                                     11528.cc 
	                                                     2.cc 3.cc 
	                                                     4.cc 5.cc 
	                                                     6.cc 7.cc 
	                                                     8.cc 
	libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t: 1.cc 
	                                                        11528.cc 
	                                                        2.cc 
	                                                        3.cc 
	                                                        4.cc 
	                                                        5.cc 
	                                                        6.cc 
	                                                        7.cc 
	                                                        8.cc 
	libstdc++-v3/testsuite/22_locale/money_put: 1.cc 
	libstdc++-v3/testsuite/22_locale/money_put/put/char: 1.cc 2.cc 
	                                                     3.cc 4.cc 
	                                                     5.cc 6.cc 
	libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t: 1.cc 
	                                                        2.cc 
	                                                        3.cc 
	                                                        4.cc 
	                                                        5.cc 
	                                                        6.cc 
	libstdc++-v3/testsuite/22_locale/moneypunct: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/moneypunct/members/char: 1.cc 
	                                                          2.cc 
	libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t: 
	                                                             1.cc 
	                                                             2.cc 
	libstdc++-v3/testsuite/22_locale/moneypunct_byname: 1.cc 
	libstdc++-v3/testsuite/22_locale/num_get: 1.cc 
	libstdc++-v3/testsuite/22_locale/num_get/get/char: 1.cc 2.cc 
	                                                   3.cc 4.cc 
	                                                   5.cc 6.cc 
	libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t: 1.cc 2.cc 
	                                                      3.cc 4.cc 
	                                                      5.cc 6.cc 
	libstdc++-v3/testsuite/22_locale/num_put: 1.cc 
	libstdc++-v3/testsuite/22_locale/num_put/put/char: 1.cc 2.cc 
	                                                   3.cc 4.cc 
	                                                   5.cc 6.cc 
	                                                   7.cc 
	libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t: 1.cc 2.cc 
	                                                      3.cc 4.cc 
	                                                      5.cc 6.cc 
	                                                      7.cc 
	libstdc++-v3/testsuite/22_locale/numpunct: 1.cc 
	libstdc++-v3/testsuite/22_locale/numpunct/members/char: 1.cc 
	                                                        2.cc 
	                                                        cache_1.cc 
	                                                        cache_2.cc 
	libstdc++-v3/testsuite/22_locale/numpunct/members/pod: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t: 1.cc 
	                                                           2.cc 
	                                                           cache_1.cc 
	                                                           cache_2.cc 
	libstdc++-v3/testsuite/22_locale/numpunct_byname: 1.cc 2.cc 
	libstdc++-v3/testsuite/22_locale/time_get: 1.cc 
	libstdc++-v3/testsuite/22_locale/time_get/date_order/char: 1.cc 
	libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t: 
	                                                              1.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_date/char: 1.cc 
	                                                         2.cc 
	                                                         3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t: 1.cc 
	                                                            2.cc 
	                                                            3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char: 
	                                                              1.cc 
	                                                              2.cc 
	                                                              3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t: 
	                                                                 1.cc 
	                                                                 2.cc 
	                                                                 3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_time/char: 1.cc 
	                                                         2.cc 
	                                                         3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t: 1.cc 
	                                                            2.cc 
	                                                            3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char: 1.cc 
	                                                            2.cc 
	                                                            3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t: 
	                                                               1.cc 
	                                                               2.cc 
	                                                               3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_year/char: 1.cc 
	                                                         3.cc 
	libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t: 1.cc 
	                                                            3.cc 
	libstdc++-v3/testsuite/22_locale/time_put: 1.cc 
	libstdc++-v3/testsuite/22_locale/time_put/put/char: 1.cc 10.cc 
	                                                    2.cc 3.cc 
	                                                    4.cc 5.cc 
	                                                    6.cc 7.cc 
	                                                    8.cc 9.cc 
	libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t: 1.cc 
	                                                       10.cc 
	                                                       2.cc 3.cc 
	                                                       4.cc 5.cc 
	                                                       6.cc 7.cc 
	                                                       8.cc 9.cc 
	libstdc++-v3/testsuite/23_containers/bitset/cons: 1.cc 6282.cc 
	libstdc++-v3/testsuite/23_containers/bitset/operations: 1.cc 
	                                                        2.cc 
	libstdc++-v3/testsuite/23_containers/bitset/test: 1.cc 
	libstdc++-v3/testsuite/23_containers/bitset/to_ulong: 1.cc 
	libstdc++-v3/testsuite/23_containers/deque/cons: 1.cc 2.cc 
	libstdc++-v3/testsuite/23_containers/deque/operators: 1.cc 
	libstdc++-v3/testsuite/23_containers/list/capacity: 1.cc 
	libstdc++-v3/testsuite/23_containers/list/cons: 1.cc 2.cc 3.cc 
	                                                4.cc 5.cc 6.cc 
	                                                7.cc 8.cc 9.cc 
	libstdc++-v3/testsuite/23_containers/list/modifiers: 1.cc 2.cc 
	                                                     3.cc 
	libstdc++-v3/testsuite/23_containers/list/operators: 1.cc 2.cc 
	                                                     3.cc 4.cc 
	libstdc++-v3/testsuite/23_containers/map/insert: 1.cc 
	libstdc++-v3/testsuite/23_containers/map/operators: 1_neg.cc 
	libstdc++-v3/testsuite/23_containers/set/operators: 1_neg.cc 
	libstdc++-v3/testsuite/23_containers/vector/bool: 6886.cc 
	libstdc++-v3/testsuite/23_containers/vector/capacity: 1.cc 2.cc 
	                                                      8230.cc 
	libstdc++-v3/testsuite/23_containers/vector/cons: 3.cc 4.cc 
	libstdc++-v3/testsuite/23_containers/vector/element_access: 1.cc 
	libstdc++-v3/testsuite/23_containers/vector/modifiers: 1.cc 2.cc 
	libstdc++-v3/testsuite/23_containers/vector/resize: 1.cc 
	libstdc++-v3/testsuite/24_iterators: back_insert_iterator.cc 
	                                     front_insert_iterator.cc 
	                                     insert_iterator.cc 
	                                     istream_iterator.cc 
	                                     istreambuf_iterator.cc 
	                                     iterator.cc 
	                                     ostream_iterator.cc 
	                                     ostreambuf_iterator.cc 
	libstdc++-v3/testsuite/24_iterators/reverse_iterator: 1.cc 3.cc 
	libstdc++-v3/testsuite/25_algorithms: binary_search.cc copy.cc 
	                                      heap.cc lower_bound.cc 
	                                      min_max.cc partition.cc 
	                                      rotate.cc sort.cc 
	libstdc++-v3/testsuite/26_numerics: 
	                                    c99_classification_macros_c++.cc 
	                                    c_math.cc c_math_dynamic.cc 
	                                    complex_inserters_extractors.cc 
	                                    complex_value.cc slice.cc 
	                                    slice_array_assignment.cc 
	                                    sum_diff.cc valarray.cc 
	                                    valarray_operators.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/close/char: 1.cc 2.cc 
	                                                       3.cc 4.cc 
	                                                       4879.cc 
	                                                       5.cc 
	                                                       9964.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t: 
	                                                         10132-1.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char: 2.cc 3.cc 
	                                                       9322.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t: 2.cc 
	                                                          3.cc 
	                                                          9322.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/is_open/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/open/char: 1.cc 2.cc 
	                                                      3.cc 
	                                                      9507.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char: 1.cc 
	                                                          2-unbuf.cc 
	                                                          2.cc 
	                                                          3599.cc 
	                                                          9169.cc 
	                                                          9182-2.cc 
	                                                          9988.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t: 
	                                                             11305-1.cc 
	                                                             11305-2.cc 
	                                                             11305-3.cc 
	                                                             11305-4.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/pbackfail/char: 
	                                                           9761.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char: 1-in.cc 
	                                                        1-io.cc 
	                                                        1-out.cc 
	                                                        2-in.cc 
	                                                        2-io.cc 
	                                                        2-out.cc 
	                                                        9825.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff: 10132-2.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char: 1-in.cc 
	                                                         1-io.cc 
	                                                         1-out.cc 
	                                                         2-in.cc 
	                                                         2-io.cc 
	                                                         2-out.cc 
	                                                         3-in.cc 
	                                                         3-io.cc 
	                                                         3-out.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t: 
	                                                            9875_seekoff.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos: 10132-3.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char: 1-in.cc 
	                                                         1-io.cc 
	                                                         1-out.cc 
	                                                         2-in.cc 
	                                                         2-io.cc 
	                                                         2-out.cc 
	                                                         3-in.cc 
	                                                         3-io.cc 
	                                                         3-out.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t: 
	                                                            9875_seekpos.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char: 1.cc 
	                                                        2.cc 
	                                                        3.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char: 1-in.cc 
	                                                       1-io.cc 
	                                                       1-out.cc 
	                                                       2-in.cc 
	                                                       2-io.cc 
	                                                       2-out.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char: 1-in.cc 
	                                                       1-io.cc 
	                                                       1-out.cc 
	                                                       2-in.cc 
	                                                       2-io.cc 
	                                                       2-out.cc 
	                                                       3.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char: 
	                                                           9533-1.cc 
	                                                           9533-2.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char: 1-in.cc 
	                                                        1-io.cc 
	                                                        1-out.cc 
	                                                        2-in.cc 
	                                                        2-io.cc 
	                                                        2-out.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char: 
	                                                           1-in.cc 
	                                                           1-io.cc 
	                                                           1-out.cc 
	                                                           2-in.cc 
	                                                           2-io.cc 
	                                                           2-out.cc 
	                                                           9425.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char: 1-in.cc 
	                                                       1-io.cc 
	                                                       1-out.cc 
	                                                       2-in.cc 
	                                                       2-io.cc 
	                                                       2-out.cc 
	                                                       9701-2.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char: 1-in.cc 
	                                                       1-io.cc 
	                                                       1-out.cc 
	                                                       2-in.cc 
	                                                       2-io.cc 
	                                                       2-out.cc 
	                                                       9339.cc 
	                                                       9701-1.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char: 1-in.cc 
	                                                         1-io.cc 
	                                                         1-out.cc 
	                                                         2-in.cc 
	                                                         2-io.cc 
	                                                         2-out.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char: 1057.cc 
	                                                      9182-1.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char: 1.cc 
	                                                           10097.cc 
	                                                           2.cc 
	                                                           9027.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t: 
	                                                              11389-1.cc 
	                                                              11389-2.cc 
	                                                              11389-3.cc 
	                                                              11389-4.cc 
	                                                              9178.cc 
	                                                              9520.cc 
	libstdc++-v3/testsuite/27_io/basic_fstream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_fstream/rdbuf/char: 2832.cc 
	libstdc++-v3/testsuite/27_io/basic_ifstream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ifstream/open/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ifstream/rdbuf/char: 2832.cc 
	libstdc++-v3/testsuite/27_io/basic_ios: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_ios/clear/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ios/cons/char: 1.cc 2.cc 3.cc 
	libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ios/locales/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_iostream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_istream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/exceptions/char: 
	                                                            9561.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char: 
	                                                                       01.cc 
	                                                                       02.cc 
	                                                                       03.cc 
	                                                                       06.cc 
	                                                                       07.cc 
	                                                                       08.cc 
	                                                                       09.cc 
	                                                                       10.cc 
	                                                                       11.cc 
	                                                                       12.cc 
	                                                                       13.cc 
	                                                                       9555-ia.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char: 
	                                                                      1.cc 
	                                                                      11095-i.cc 
	                                                                      2.cc 
	                                                                      3.cc 
	                                                                      9555-ic.cc 
	                                                                      9826.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char: 
	                                                                  1.cc 
	                                                                  2.cc 
	                                                                  3.cc 
	                                                                  9318-in.cc 
	                                                                  9424-in.cc 
	                                                                  9555-io.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/get/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/getline/char: 1.cc 
	                                                         2.cc 
	                                                         3.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/ignore/char: 1.cc 
	                                                        6360.cc 
	                                                        7220.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/peek/char: 1.cc 
	                                                      6414.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/putback/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/read/char: 1.cc 2.cc 
	                                                      3.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/readsome/char: 
	                                                          6746-1.cc 
	                                                          6746-2.cc 
	                                                          8258.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/seekg/char: 2.cc 
	                                                       2346-fstream.cc 
	                                                       2346-sstream.cc 
	                                                       8348-1.cc 
	                                                       8348-2.cc 
	                                                       fstream.cc 
	                                                       sstream.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/sentry/char: 1.cc 
	                                                        2.cc 
	                                                        3.cc 
	                                                        3983-fstream.cc 
	                                                        3983-sstream.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/tellg/char: 1.cc 2.cc 
	                                                       8348.cc 
	                                                       fstream.cc 
	                                                       sstream.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/ws/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_istringstream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/char: 
	                                                             2832.cc 
	libstdc++-v3/testsuite/27_io/basic_istringstream/str/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ofstream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char: 2.cc 
	libstdc++-v3/testsuite/27_io/basic_ofstream/open/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ofstream/rdbuf/char: 2832.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/cons/char: 9827.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/endl/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/ends/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char: 
	                                                            9561.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/flush/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char: 
	                                                                      1.cc 
	                                                                      2.cc 
	                                                                      3.cc 
	                                                                      4.cc 
	                                                                      4402.cc 
	                                                                      5.cc 
	                                                                      6.cc 
	                                                                      9555-oa.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t: 
	                                                                         1.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char: 
	                                                                     11095-oa.cc 
	                                                                     11095-ob.cc 
	                                                                     11095-oc.cc 
	                                                                     2.cc 
	                                                                     3.cc 
	                                                                     4.cc 
	                                                                     5.cc 
	                                                                     6.cc 
	                                                                     8.cc 
	                                                                     9555-oc.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t: 
	                                                                        11095-od.cc 
	                                                                        11095-oe.cc 
	                                                                        11095-of.cc 
	                                                                        7.cc 
	                                                                        8.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char: 
	                                                                 1.cc 
	                                                                 3.cc 
	                                                                 4.cc 
	                                                                 9318-out.cc 
	                                                                 9424-out.cc 
	                                                                 9555-oo.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char: 1.cc 
	                                                        2.cc 
	                                                        3983-fstream.cc 
	                                                        3983-sstream.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char: 1.cc 2.cc 
	libstdc++-v3/testsuite/27_io/basic_ostringstream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/char: 3.cc 
	libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/char: 
	                                                             2832.cc 
	libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char: 1.cc 
	                                                           2.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf: 3.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/cons/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char: 9322.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/char: 
	                                                            9701-3.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char: 1.cc 
	                                                            2.cc 
	                                                            3599.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/char: 
	                                                             9538.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char: 1057.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf: 3.cc 5.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char: 9322.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char: 2.cc 
	                                                            3599.cc 
	                                                            9988.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char: 1.cc 
	                                                          9825.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char: 1.cc 
	                                                           2.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char: 1.cc 
	                                                           2.cc 
	                                                           3.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char: 1.cc 
	                                                          2.cc 
	                                                          3.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char: 
	                                                             1.cc 
	                                                             9425.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char: 1.cc 
	                                                         9404-1.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char: 1.cc 
	                                                         9404-2.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char: 1.cc 2.cc 
	                                                       3.cc 
	                                                       3955.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char: 1057.cc 
	libstdc++-v3/testsuite/27_io/basic_stringstream: 3.cc 4.cc 
	libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/char: 
	                                                            2832.cc 
	libstdc++-v3/testsuite/27_io/basic_stringstream/str/char: 1.cc 
	                                                          2.cc 
	                                                          3.cc 
	                                                          4.cc 
	libstdc++-v3/testsuite/27_io/fpos/mbstate_t: 1.cc 2.cc 3.cc 
	libstdc++-v3/testsuite/27_io/ios_base/callbacks: 1.cc 
	libstdc++-v3/testsuite/27_io/ios_base/state: 1.cc 
	libstdc++-v3/testsuite/27_io/ios_base/storage: 1.cc 2.cc 
	libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio: 2.cc 
	libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char: 1.cc 
	                                                            2.cc 
	libstdc++-v3/testsuite/27_io/manipulators/basefield/char: 1.cc 
	libstdc++-v3/testsuite/27_io/manipulators/standard/char: 1.cc 
	                                                         2.cc 
	libstdc++-v3/testsuite/27_io/objects/char: 1.cc 10.cc 3045.cc 
	                                           5.cc 6.cc 6548_xin.cc 
	                                           6648-1_xin.cc 
	                                           6648-2_xin.cc 7.cc 
	                                           7744_xin.cc 8.cc 9.cc 
	                                           9661-1.cc 
	                                           9661-2_xin.cc 
	libstdc++-v3/testsuite/27_io/objects/wchar_t: 1.cc 10.cc 3045.cc 
	                                              5.cc 6548_xin.cc 
	                                              6648-1_xin.cc 
	                                              6648-2_xin.cc 7.cc 
	                                              7744_xin.cc 8.cc 
	                                              9520.cc 9661-1.cc 
	                                              9661-2_xin.cc 
	                                              9662.cc 
	libstdc++-v3/testsuite/27_io/types: 2.cc 
	libstdc++-v3/testsuite/backward: strstream_members.cc 
	libstdc++-v3/testsuite/demangle/regression: cw-13.cc 
	libstdc++-v3/testsuite/ext: allocators.cc hash_map.cc 
	                            hash_set.cc pod_char_traits.cc 
	                            stdio_filebuf_2.cc 
	                            stdio_sync_filebuf_char.cc 
	                            stdio_sync_filebuf_wchar_t.cc 
	libstdc++-v3/testsuite/performance: map_create_fill.cc 
	libstdc++-v3/testsuite/thread: pthread1.cc pthread5.cc 
	                               pthread6.cc pthread7-rope.cc 
Added files:
	libstdc++-v3   : configure.ac fragment.am 
	libstdc++-v3/docs/html/17_intro: confdeps.dot confdeps.png 
	                                 configury.html 
	libstdc++-v3/testsuite/22_locale/locale/cons: 12352.cc 12438.cc 
	libstdc++-v3/testsuite/22_locale/time_put/put/char: 12439_1.cc 
	                                                    12439_3.cc 
	libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t: 
	                                                       12439_1.cc 
	                                                       12439_2.cc 
	                                                       12439_3.cc 
	libstdc++-v3/testsuite/25_algorithms/search_n: 11400.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/imbue: 12206.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char: 
	                                                         12232.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t: 1.cc 
	                                                            2.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t: 
	                                                              1.cc 
	                                                              2.cc 
	                                                              3.cc 
	                                                              4.cc 
	                                                              5.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/peek/char: 12296.cc 
	libstdc++-v3/testsuite/27_io/objects/char: 12048-1.cc 12048-2.cc 
	                                           12048-3.cc 12048-4.cc 
	                                           12048-5.cc 
	libstdc++-v3/testsuite/27_io/objects/wchar_t: 11.cc 12.cc 
	                                              12048-1.cc 
	                                              12048-2.cc 
	                                              12048-3.cc 
	                                              12048-4.cc 
	                                              12048-5.cc 13.cc 
Removed files:
	libstdc++-v3   : configure.in 
	libstdc++-v3/testsuite/17_intro: header_ciso646.cc 
	libstdc++-v3/testsuite/23_containers: bitset_members.cc 
	                                      deque_ctor.cc 
	                                      list_modifiers.cc 
	                                      map_insert.cc 
	                                      map_operators.cc 
	                                      vector_bool.cc 
	                                      vector_capacity.cc 
	                                      vector_ctor.cc 
	libstdc++-v3/testsuite/lib: libstdc++-v3-dg.exp libstdc++-v3.exp 
	libstdc++-v3/testsuite/libstdc++-v3.dg: dg.exp 

Log message:
	merge from thrunk

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.ac.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.8.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/fragment.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1567.4.11&r2=1.1567.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.38.6.4&r2=1.38.6.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.117.4.4&r2=1.117.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acconfig.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.27.8.3&r2=1.27.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.230.4.7&r2=1.230.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.60.8.3&r2=1.60.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.301.4.7&r2=1.301.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.host.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.2.5&r2=1.6.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.117.4.5&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/linker-map.gnu.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.33.4.7&r2=1.33.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/cpu/m68k/atomicity.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/basic_file_stdio.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.8.4.4&r2=1.8.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/basic_file_stdio.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.28.4&r2=1.6.28.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/c_locale.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.8.3&r2=1.5.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/c_locale.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.6.3&r2=1.6.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/ctype_members.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.26.2&r2=1.2.26.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/messages_members.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4.4.1&r2=1.4.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/time_members.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.18.1&r2=1.1.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/c_locale.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.7.6.2&r2=1.7.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/ctype_members.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.8.6.2&r2=1.8.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/messages_members.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.7.6.1&r2=1.7.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/numeric_members.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.6.2&r2=1.6.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/time_members.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.9.6.2&r2=1.9.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/time_members.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.18.1&r2=1.1.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/generic/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.26.1&r2=1.1.26.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.12.1&r2=1.3.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/hpux/os_defines.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.6.2&r2=1.6.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/user.cfg.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.23.4.2&r2=1.23.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/configopts.html.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.27.6.3&r2=1.27.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/install.html.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.23.4.1&r2=1.23.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/17_intro/confdeps.dot.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/17_intro/confdeps.png.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/17_intro/configury.html.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/17_intro/porting.texi.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.9.4.2&r2=1.9.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/27_io/howto.html.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.24.4.1&r2=1.24.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/sgiexts.html.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.11.6.11&r2=1.11.6.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/faq/index.html.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.52.4.2&r2=1.52.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/faq/index.txt.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.42.4.2&r2=1.42.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.52.4.4&r2=1.52.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.67.4.4&r2=1.67.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_ios.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.17.4.3&r2=1.17.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.655.4.11&r2=1.655.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/char_traits.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.15.14.3&r2=1.15.14.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/codecvt.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.22.4.1&r2=1.22.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/demangle.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.51.4.7&r2=1.51.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_classes.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.6.3&r2=1.3.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.56.4.4&r2=1.56.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.tcc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.92.4.6&r2=1.92.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algo.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.28.6.5&r2=1.28.6.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/c_compatibility/wchar.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.28.1&r2=1.1.28.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/c_std/std_cstdlib.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4.30.3&r2=1.4.30.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/c_std/std_cwchar.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4.30.3&r2=1.4.30.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/c_std/std_cwctype.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.30.2&r2=1.5.30.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/ropeimpl.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.17.6.2&r2=1.17.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.2&r2=1.2.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_fstream.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.21.4.9&r2=1.21.4.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_istream.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.4.4&r2=1.6.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_ostream.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.7.4.4&r2=1.7.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_streambuf.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.14.4.7&r2=1.14.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.20.12.1&r2=1.20.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.82.4.3&r2=1.82.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.40.4.3&r2=1.40.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.93.4.4&r2=1.93.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/cxxabi.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.12.6.2&r2=1.12.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/eh_term_handler.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.14.1&r2=1.2.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/vec.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.9.44.1&r2=1.9.44.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.46.2&r2=1.6.46.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.25.4.3&r2=1.25.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/testsuite_flags.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.120.4.2&r2=1.120.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.170.4.3&r2=1.170.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/codecvt.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.17.4.1&r2=1.17.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ctype.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.18.1&r2=1.2.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/demangle.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ios.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.35.4.4&r2=1.35.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/locale.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.78.4.4&r2=1.78.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/localename.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.35.4.4&r2=1.35.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.13.6.5&r2=1.13.6.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.42.4.5&r2=1.42.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.13.4.5&r2=1.13.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_performance.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.4.3&r2=1.5.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_cerrno.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.60.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_csetjmp.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.60.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_cstdarg.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.60.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_cstddef.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.60.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_cstdio.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.56.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_cstdlib.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5&r2=1.5.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_cstring.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.56.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_ctime.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.56.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_cwchar.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5&r2=1.5.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/17_intro/header_ciso646.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.7.50.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/18_support/numeric_limits.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.19.6.2&r2=1.19.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/19_diagnostics/stdexceptions.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.8&r2=1.8.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/allocator_members.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/auto_ptr.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.18.1&r2=1.6.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/binders.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.58.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/pairs.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.52.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/raw_storage_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.56.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/temporary_buffer.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/capacity/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/find/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/find/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/find/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/find/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/find/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/find/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/insert/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.3&r2=1.1.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/insert/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/insert/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.3&r2=1.1.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/insert/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/9.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/9.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/replace/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/rfind/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/rfind/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/rfind/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/rfind/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/rfind/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/rfind/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/substr/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/substr/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/c_strings/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/c_strings/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/char_traits/typedefs/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/9.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unicode/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.1&r2=1.1.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unicode/char.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unicode/wchar_t.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.12.2&r2=1.1.12.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.2.3&r2=1.2.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/hash/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/hash/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/transform/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/transform/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.2.3&r2=1.2.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/collate_byname/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/cons/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.2&r2=1.2.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/scan/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/to/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.2&r2=1.2.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.2&r2=1.2.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/facet/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/facet/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/global_templates/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/12352.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/12438.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/7222-c.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/7222-env.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/operations/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/operations/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/messages/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/messages/members/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/messages/members/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/messages/members/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/messages_byname/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/11528.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/11528.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/moneypunct_byname/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.4&r2=1.1.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4.4.1&r2=1.4.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/10.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.3&r2=1.1.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/9.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/10.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.2&r2=1.1.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/9.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset_members.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/deque_ctor.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list_modifiers.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.6.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/map_insert.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.56.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/map_operators.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.9.18.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector_bool.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.26.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector_capacity.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.8.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector_ctor.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.10.6.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/cons/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/cons/6282.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/operations/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/operations/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/test/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/to_ulong/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/deque/operators/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/capacity/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/cons/9.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/operators/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/operators/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/operators/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/operators/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/map/insert/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/6886.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/8230.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/element_access/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/modifiers/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/modifiers/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/resize/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/back_insert_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.42.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/front_insert_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.42.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/insert_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.42.1&r2=1.3.42.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/istream_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.28.1&r2=1.3.28.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.50.1&r2=1.6.50.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.18.1&r2=1.6.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/ostream_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.56.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.50.1&r2=1.5.50.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/reverse_iterator/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/reverse_iterator/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/binary_search.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/copy.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/heap.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.50.1&r2=1.6.50.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/min_max.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.4.2&r2=1.5.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/partition.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/rotate.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/sort.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/search_n/11400.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c++.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.60.1&r2=1.2.60.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/c_math.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5&r2=1.5.50.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/c_math_dynamic.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/complex_inserters_extractors.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.9.44.2&r2=1.9.44.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/complex_value.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/slice.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.26.1&r2=1.1.26.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/slice_array_assignment.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.8.1&r2=1.2.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/sum_diff.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.56.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/valarray.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.56.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/26_numerics/valarray_operators.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.14.1&r2=1.2.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4879.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/9964.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/12206.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/9322.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4.4.1&r2=1.4.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/is_open/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/9507.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2-unbuf.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/3599.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9169.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9988.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/9825.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/10132-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12232.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/10132-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.4&r2=1.1.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.4&r2=1.1.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.2.3&r2=1.2.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.2.2&r2=1.2.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/9425.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9339.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/1057.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/9182-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/10097.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/9027.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/rdbuf/char/2832.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/rdbuf/char/2832.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/clear/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/locales/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_iostream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_iostream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/exceptions/char/9561.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/11.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/11095-i.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9826.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9424-in.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/get/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/get/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/6360.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/7220.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/12296.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/6414.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/putback/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/read/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/read/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/read/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/8258.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2346-fstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2346-sstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/fstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/sstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.4.2&r2=1.5.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/8348.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/fstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/sstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ws/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/str/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/rdbuf/char/2832.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/9827.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/endl/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char/9561.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4402.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oa.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-ob.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oc.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9318-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9424-out.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.4.2&r2=1.5.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/char/2832.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/9322.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/3599.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/char/9538.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/1057.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/9322.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.2&r2=1.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/3599.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/9988.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/9825.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/9425.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/9404-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/9404-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3955.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/1057.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/char/2832.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/callbacks/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/state/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/storage/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/manipulators/basefield/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/12048-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/12048-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/12048-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/12048-4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/12048-5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/10.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/3045.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/6548_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/6648-1_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/6648-2_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/7744_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/9.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/9661-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/9661-2_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/11.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/3045.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/6548_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-1_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-2_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/7744_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/8.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/9520.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-2_xin.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/9662.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/types/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/backward/strstream_members.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/demangle/regression/cw-13.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/allocators.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.6.1&r2=1.3.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/hash_map.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.30.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/hash_set.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.36.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/pod_char_traits.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf_2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf_char.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.22.6.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++-v3.exp.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.6.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/map_create_fill.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.3&r2=1.1.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.5.10.2&r2=1.5.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread5.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4.10.3&r2=1.4.10.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread6.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.10.2&r2=1.3.10.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread7-rope.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.6.2&r2=1.1.6.3


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