/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | bugreport.texi | 11 Your bug reports play an essential role in making GCC reliable. 18 * Criteria: Bug Criteria. Have you really found a bug? 19 * Reporting: Bug Reporting. How to report a bug effectively. 24 @node Bug Criteria,Bug Reporting,,Bugs 25 @section Have You Found a Bug? 26 @cindex bug criteria 28 If you are not sure whether you have found a bug, here are some guidelines: 35 compiler bug. Reliable compilers never crash. 41 (except an @code{asm} statement), that is a compiler bug, unless the 50 execute the input source code, that is a compiler bug. [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | bugreport.texi | 11 Your bug reports play an essential role in making GCC reliable. 18 * Criteria: Bug Criteria. Have you really found a bug? 19 * Reporting: Bug Reporting. How to report a bug effectively. 24 @node Bug Criteria,Bug Reporting,,Bugs 25 @section Have You Found a Bug? 26 @cindex bug criteria 28 If you are not sure whether you have found a bug, here are some guidelines: 35 compiler bug. Reliable compilers never crash. 41 (except an @code{asm} statement), that is a compiler bug, unless the 50 execute the input source code, that is a compiler bug. [all …]
|
H A D | contrib.texi | 32 Alasdair Baird for various bug fixes. 47 Wolfgang Bangerth for processing tons of bug reports. 177 Mo DeJong for GCJ and libgcj bug fixes. 181 various bug fixes. 216 iostream bug fix, and work on shared library symbol versioning. 229 Christian Ehrhardt for dealing with bug reports. 253 Peter Gerwinski for various bug fixes and the Pascal front end. 289 warnings and assorted bug fixes. 303 Dara Hazeghi for wading through myriads of target-specific bug reports. 327 of testing and bug fixing, particularly of our configury code. [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/re/ |
H A D | pat_rt_report.t | 33 "Match UTF-8 char in presence of (??{ }); Bug 20000731.001 (#3600)"); 37 ok(undef =~ /^([^\/]*)(.*)$/, "Used to cause a SEGV; Bug 20001021.005 (#4492)"); 41 my $message = 'bug id 20001008.001 (#4407)'; 59 # Fist half of the bug. 60 my $message = 'HEBREW ACCENT QADMA matched by .*; Bug 20001028.003 (#4536)'; 66 # Second half of the bug. 67 $message = 'HEBREW ACCENT QADMA in replacement; Bug 20001028.003 (#4536)'; 75 my $message = 'Repeated s///; Bug 20001108.001 (#4631)'; 84 my $message = 's/// on UTF-8 string; Bug 20000517.001 (#3253)'; 92 # The original bug report had 'no utf8' here but that was irrelevant. [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | BugLifeCycle.rst | 2 LLVM Bug Life Cycle 10 Introduction - Achieving consistency in how we deal with bug reports 16 understanding of what a particular bug state actually means and what to expect 20 `the LLVM Bug Tracking System <https://github.com/llvm/llvm-project/issues>`_, 21 as the overall goal is to make it easier to work with and understand the bug 31 Furthermore, some of the metadata in the bug tracker, such as what labels we 42 See :doc:`HowToSubmitABug` on further details on how to submit good bug reports. 45 to the bug to provide extra information to make the bug easier to discover, such 46 as a label for the part of the project the bug pertains to. 58 The goal of triaging a bug is to make sure a newly reported bug ends up in a [all …]
|
H A D | HowToSubmitABug.rst | 2 How to submit an LLVM bug report 9 If you're working with LLVM and run into a bug, we definitely want to know 13 If you believe that the bug is security related, please follow :ref:`report-security-issue`. 16 bug `crashes the compiler`_ or if the compiler is `miscompiling`_ the program 18 right). Based on what type of bug it is, follow the instructions in the 19 linked section to narrow down the bug so that the person who fixes it will be 22 Once you have a reduced test-case, go to `the LLVM Bug Tracking System 25 not sure). The bug description should contain the following information: 28 * The reduced test-case that triggers the bug. 56 the code generator), you found a middle-end optimizer bug. Jump ahead to [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | explicit72.C | 6 template <class X, class Y> struct bug {}; struct 7 template <class X> struct bug<X,char> { typedef char t; }; 8 template <class X> struct bug<X,unsigned char> { typedef unsigned char t; }; 9 template <class X> struct bug<X,signed char> { typedef signed char t; }; 10 template <class X> struct bug<char,X> { typedef char t; }; 11 template <class X> struct bug<unsigned char,X> { typedef unsigned char t; }; 12 template <class X> struct bug<signed char,X> { typedef signed char t; }; 15 bug<int,char>::t(); 16 bug<int,signed char>::t(); 17 bug<int,unsigned char>::t(); [all …]
|
/openbsd-src/usr.bin/vi/docs/ |
H A D | changelog | 17 + Fix bug where splitting in the middle of the screen could repaint 19 + Fix first-nul in input bug, where random garbage was inserted. 20 + Correct search and mark-as-motion-command bug, it's a line mode 22 + Fix bug autoindent bug, where ^D could shift too far in the line. 27 + Fix bug where ^V didn't keep input mapping from happening. 28 + Fix a core dump bug in the R command. 30 + Fix cursor positioning bug for C, S and c$ in an empty file. 34 + Fix bug where wide characters in a file name weren't calculated 36 + Fix bug where cl_rename was called directly, by the ex shell code. 37 + Fix bug where splitting a screen resulting in a new screen at the [all …]
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | report.py | 35 for bug in read_bugs(args.output, html_reports_available): 36 bug_counter(bug) 117 """ Bug summary is a HTML table to give a better overview of the bugs. """ 123 |<h2>Bug Summary</h2> 127 | <td>Bug Type</td> 172 bugs = (pretty(bug) for bug in read_bugs(output_dir, True)) 182 | <td>Bug Group</td> 184 | Bug Type 273 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug)) 282 for bug in parser(bug_file): [all …]
|
/openbsd-src/usr.sbin/nsd/doc/ |
H A D | RELNOTES | 5 BUG FIXES: 23 BUG FIXES: 74 BUG FIXES: 111 BUG FIXES: 148 BUG FIXES: 163 BUG FIXES: 189 BUG FIXES: 207 BUG FIXES: 222 BUG FIXES: 235 BUG FIXES: [all …]
|
/openbsd-src/gnu/usr.bin/gcc/ |
H A D | bugs.html | 22 <li><a href="#detailed">Detailed bug reporting instructions</a></li> 23 <li><a href="#gnat">Detailed bug reporting instructions for GNAT</a></li> 24 <li><a href="#pch">Detailed bug reporting instructions when using a precompiled header</a></li> 55 <p>The main purpose of a bug report is to enable us to fix the bug. The 59 <p>Before you report a bug, please check the 62 If you want to report a bug with versions of GCC before 3.1 we strongly 67 anything wrong with your code that could be the cause instead of a bug 70 <h2>Summarized bug reporting instructions</h2> 72 <p>After this summary, you'll find detailed bug reporting 78 <p>Please include in your bug report all of the following items, the first [all …]
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perl5244delta.pod | 38 L<[perl #132055]|https://rt.perl.org/Public/Bug/Display.html?id=132055> 39 L<[perl #132553]|https://rt.perl.org/Public/Bug/Display.html?id=132553> 40 L<[perl #132658]|https://rt.perl.org/Public/Bug/Display.html?id=132658> 60 =head1 Selected Bug Fixes 92 the (very much appreciated) contributors who reported issues to the Perl bug 104 If you find what you think is a bug, you might check the articles recently 105 posted to the comp.lang.perl.misc newsgroup and the perl bug database at 109 If you believe you have an unreported bug, please run the L<perlbug> program 110 included with your release. Be sure to trim your bug down to a tiny but 111 sufficient test case. Your bug report, along with the output of C<perl -V>, [all …]
|
H A D | perl5181delta.pod | 34 Digest::SHA has been upgraded from 5.84 to 5.84_01, fixing a crashing bug. 51 A rarely-encountered configuration bug in the AIX hints file has been corrected. 60 =head1 Selected Bug Fixes 102 Perl v5.16 inadvertently introduced a bug whereby calls to XSUBs that were 109 Perl v5.18 inadvertently introduced a bug whereby dual-vars (i.e. 116 Perl v5.18 inadvertently introduced a bug whereby interpolating mixed up- 174 the (very much appreciated) contributors who reported issues to the Perl bug 186 If you find what you think is a bug, you might check the articles recently 187 posted to the comp.lang.perl.misc newsgroup and the perl bug database at 191 If you believe you have an unreported bug, please run the L<perlbug> program [all …]
|
H A D | perl5262delta.pod | 38 L<[perl #132055]|https://rt.perl.org/Public/Bug/Display.html?id=132055> 39 L<[perl #132553]|https://rt.perl.org/Public/Bug/Display.html?id=132553> 40 L<[perl #132658]|https://rt.perl.org/Public/Bug/Display.html?id=132658> 108 =head1 Selected Bug Fixes 121 Fixed a use after free bug in C<pp_list> introduced in Perl 5.27.1. 134 L<[perl #131949]|https://rt.perl.org/Public/Bug/Display.html?id=131949> 164 L<[perl #132017]|https://rt.perl.org/Public/Bug/Display.html?id=132017> 199 the (very much appreciated) contributors who reported issues to the Perl bug 211 If you find what you think is a bug, you might check the perl bug database 215 If you believe you have an unreported bug, please run the L<perlbug> program [all …]
|
H A D | perl5142delta.pod | 29 pointers to null. Bug reported by Clément Lecigne. 33 A bug in C<Encode> could, on certain inputs, cause the heap to overflow. 34 This problem has been corrected. Bug reported by Robert Zacek. 120 =head1 Bug Fixes 141 was triggering this bug [perl #97010]. 145 C<utf8::decode> had a nasty bug that would modify copy-on-write scalars' 210 If you find what you think is a bug, you might check the articles 212 bug database at http://rt.perl.org/perlbug/ . There may also be 215 If you believe you have an unreported bug, please run the L<perlbug> 216 program included with your release. Be sure to trim your bug dow [all...] |
H A D | perl5162delta.pod | 56 =head1 Selected Bug Fixes 86 reported issues to the Perl bug tracker. 93 If you find what you think is a bug, you might check the articles 95 bug database at http://rt.perl.org/perlbug/ . There may also be 98 If you believe you have an unreported bug, please run the L<perlbug> 99 program included with your release. Be sure to trim your bug down 100 to a tiny but sufficient test case. Your bug report, along with the 104 If the bug you are reporting has security implications, which make it
|
H A D | perl5281delta.pod | 51 =head1 Selected Bug Fixes 65 Matching of decimal digits in script runs, introduced in Perl 5.28, had a bug 95 the (very much appreciated) contributors who reported issues to the Perl bug 107 If you find what you think is a bug, you might check the perl bug database 111 If you believe you have an unreported bug, please run the L<perlbug> program 112 included with your release. Be sure to trim your bug down to a tiny but 113 sufficient test case. Your bug report, along with the output of C<perl -V>, 116 If the bug you are reporting has security implications which make it
|
H A D | perl5125delta.pod | 20 A bug in C<Encode> could, on certain inputs, cause the heap to overflow. 21 This problem has been corrected. Bug reported by Robert Zacek. 30 pointers to null. Bug reported by Clément Lecigne. 116 =head1 Selected Bug Fixes 151 was triggering this bug [perl #97010]. 197 the (very much appreciated) contributors who reported issues to the Perl bug 209 If you find what you think is a bug, you might check the articles 211 bug database at http://rt.perl.org/perlbug/ . There may also be 214 If you believe you have an unreported bug, please run the B<perlbug> 215 program included with your release. Be sure to trim your bug dow [all...] |
H A D | perl5242delta.pod | 50 =head1 Selected Bug Fixes 82 the (very much appreciated) contributors who reported issues to the Perl bug 94 If you find what you think is a bug, you might check the articles recently 95 posted to the comp.lang.perl.misc newsgroup and the perl bug database at 99 If you believe you have an unreported bug, please run the L<perlbug> program 100 included with your release. Be sure to trim your bug down to a tiny but 101 sufficient test case. Your bug report, along with the output of C<perl -V>, 104 If the bug you are reporting has security implications which make it
|
H A D | perl5121delta.pod | 23 Other than the bug fixes listed below, there should be no user-visible 187 =head1 Bug Fixes 193 A bug in how we process filetest operations could cause a segfault. 211 See also: L<http://rt.cpan.org/Public/Bug/Display.html?id=55049> 226 We fixed a small bug in lex_stuff_pvn() that caused spurious syntax errors 235 We fixed a bug that could cause \N{} constructs followed by a single . to 243 We fixed a bug that caused when(scalar) without an argument not to be 377 If you find what you think is a bug, you might check the articles 379 bug database at http://rt.perl.org/perlbug/ . There may also be 382 If you believe you have an unreported bug, please run the B<perlbug> [all …]
|
H A D | perl5182delta.pod | 34 This fixes a bug in dumping unexpected SPECIALs. 63 =head1 Selected Bug Fixes 133 the Perl bug tracker. 144 If you find what you think is a bug, you might check the articles recently 145 posted to the comp.lang.perl.misc newsgroup and the perl bug database at 149 If you believe you have an unreported bug, please run the L<perlbug> program 150 included with your release. Be sure to trim your bug down to a tiny but 151 sufficient test case. Your bug report, along with the output of C<perl -V>, 154 If the bug you are reporting has security implications, which make it
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | ChangeLog.mkhybrid | 33 Fixed an AppleDouble bug and added better support for more Unix 36 Fixed -hide-hfs bug that corrupted some HFS hidden files 57 Fixed possible bug with odd-length structure alignment with gcc on 79 Fixed serious bug that could cause corrupt output when used with 103 Fixed a bug with the -hide-hfs option (very rare case ...) 109 Fixed an HFS bug introduced with v1.12a3.4 that created some 160 Fixed -x bug (mkisofs v1.12 bug) 176 Various bug fixes to Mac file names 197 Fixed serious HFS bug that crept in from v1.11 -> v1.12 212 Fixed memory bug when used without any HFS options [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
H A D | 04_resolved_issues.t | 16 ### bug #13636 19 { ok( 1, "Testing bug 13636" ); 59 ### bug #14922 60 ### There's a bug in Archive::Tar that causes a file like: foo/foo.txt 63 { ok( 1, "Testing bug 14922" ); 97 ### bug #30380: directory traversal vulnerability in Archive-Tar 101 { ok( 1, "Testing bug 30880" ); 157 ### bug #43513: [PATCH] Accept wrong checksums from SunOS and HP-UX tar 163 ok( 1, "Testing bug 43513" ); 179 { ok( 1, "Testing bug 4468 [all...] |
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIBugReporter.h | 1 //===-- MPIBugReporter.h - bug reporter -----------------------*- C++ -*-===// 40 /// \param ExplNode node in the graph the bug appeared at 41 /// \param BReporter bug reporter for current context 52 /// \param ExplNode node in the graph the bug appeared at 53 /// \param BReporter bug reporter for current context 63 /// \param ExplNode node in the graph the bug appeared at 64 /// \param BReporter bug reporter for current context 73 // path-sensitive bug types 78 /// Bug visitor class to find the node where the request region was previously
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash48.C | 8 class bug { // ERROR - several errors 10 bug(int size); 13 bug::bug(int size) in bug() function 21 bug test;// ERROR - no match in main()
|