diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-03-09 22:45:29 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-03-09 22:45:29 +0000 |
commit | a438d567a561730b1c3645e2469e5478569cc32d (patch) | |
tree | aba425fed5570df55f289c026cca87f0005ecf2a /gcc | |
parent | e335c5414bcba9210401b6d6607252f36e4f0140 (diff) | |
download | gcc-a438d567a561730b1c3645e2469e5478569cc32d.zip gcc-a438d567a561730b1c3645e2469e5478569cc32d.tar.gz gcc-a438d567a561730b1c3645e2469e5478569cc32d.tar.bz2 |
g++.robertl: New testsuite area.
From-SVN: r18455
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.robertl/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/README b/gcc/testsuite/g++.old-deja/g++.robertl/README new file mode 100644 index 0000000..36029c7 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.robertl/README @@ -0,0 +1,18 @@ +This directory contains a hodgepodge of problem reports that appeared on +the egcs-bugs or egcs mailing lists. Just like the reports themselves, +they tend to be poorly understood and poorly organized. However, we +drop them into the testsuite on the premise that internal compiler errors +are always bad - no matter how bogus the source. + +If you really understand C++ (and you know who you are) if you find +entries in this area that are bogus, feel free to just fix them or nuke +them. You don't need my permission. + +Many of the first entries in this area were done in "block mode" by +whipping through many months of archives. In hindsight, some important +information was lost, but being picky on over 8,000 messages is a sure +way to never get out of the gate. + +We'll do better now. + +Robert Lipe |