| /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/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) 172 bugs = (pretty(bug) for bug in read_bugs(output_dir, True)) 273 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug)) 282 for bug in parser(bug_file): 283 if not duplicate(bug): 284 yield bug 385 for bug in content.get('diagnostics', []): 386 if len(files) <= int(bug['location']['file']): 392 'bug_type': bug['type'], [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BugLifeCycle.rst | 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 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 65 * Can you reproduce the bug from the details in the report? 69 * Is it related to an already reported bug? [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 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 92 If you find that a bug crashes in the optimizer, compile your test-case to a [all …]
|
| /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. 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. 59 is omitted; it is not a bug when GCC produces different results. 64 interpret it another way. Neither compiler is wrong. The bug is [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. 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. 59 is omitted; it is not a bug when GCC produces different results. 64 interpret it another way. Neither compiler is wrong. The bug is [all …]
|
| /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()
|
| H A D | crash44.C | 3 template <class T> class bug { 13 template <class T> void bug<T>::NotRedeclared(const int) in NotRedeclared() 17 template <class T> void bug<T>::Foo(const int) in Foo() 24 bug<char> InstantiatedBug; in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | call-sc.exp | 51 proc setup_kfails { file tuples bug } { argument 54 foreach f $tuples { setup_kfail $f $bug } 58 proc setup_compiler_kfails { file compiler format tuples bug } { argument 61 foreach f $tuples { setup_kfail $f $bug } 141 proc setup_kfails { file tuples bug } { argument 144 foreach f $tuples { setup_kfail $f $bug } 148 proc setup_compiler_kfails { file compiler format tuples bug } { argument 151 foreach f $tuples { setup_kfail $f $bug }
|
| /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/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/llvm/utils/ |
| H A D | llvm-original-di-preservation.py | 443 for bug in bugs: 445 bugs_metadata = bug["metadata"] 452 action = bug["action"] 453 bb_name = bug["bb-name"] 454 fn_name = bug["fn-name"] 455 instr = bug["instr"] 477 action = bug["action"] 478 name = bug["name"] 500 action = bug["action"] 501 fn_name = bug["fn-name"] [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000412-6.c | 1 unsigned bug (unsigned short value, unsigned short *buffer, 7 if (bug (512, buf, buf + 3) != 491) in main() 14 bug (unsigned short value, unsigned short *buffer, unsigned short *bufend) in bug() function
|
| /openbsd-src/gnu/usr.bin/texinfo/m4/ |
| H A D | ChangeLog | 1 2004-02-05 gettextize <bug-gnu-gettext@gnu.org> 5 2003-12-20 gettextize <bug-gnu-gettext@gnu.org> 9 2003-12-13 gettextize <bug-gnu-gettext@gnu.org> 22 2003-05-29 gettextize <bug-gnu-gettext@gnu.org> 37 2002-09-20 gettextize <bug-gnu-gettext@gnu.org>
|
| /openbsd-src/gnu/usr.bin/texinfo/po/ |
| H A D | ChangeLog | 1 2004-02-05 gettextize <bug-gnu-gettext@gnu.org> 7 2003-12-20 gettextize <bug-gnu-gettext@gnu.org> 11 2003-12-13 gettextize <bug-gnu-gettext@gnu.org>
|
| /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/pod/ |
| 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. 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 192 included with your release. Be sure to trim your bug down to a tiny but [all …]
|
| H A D | perl5162delta.pod | 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 | 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 | perl5242delta.pod | 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 | perl5163delta.pod | 93 the (very much appreciated) contributors who reported issues to the Perl bug 101 If you find what you think is a bug, you might check the articles 103 bug database at http://rt.perl.org/perlbug/ . There may also be 106 If you believe you have an unreported bug, please run the L<perlbug> 107 program included with your release. Be sure to trim your bug down 108 to a tiny but sufficient test case. Your bug report, along with the 112 If the bug you are reporting has security implications, which make it
|
| /openbsd-src/games/adventure/ |
| H A D | main.c | 320 bug(22); in main() 329 default: bug(110); in main() 482 bug(23); in main() 493 default: bug(102); in main() 500 default: bug(105); in main() 506 default: bug(107); in main() 512 default: bug(106); in main() 555 default: bug(112); in main() 617 default: bug(113); in main() 634 default: bug(114); in main() [all …]
|
| /openbsd-src/bin/ksh/ |
| H A D | CONTRIBUTORS | 6 (file a bug report if you spot a problem :-)). 31 cleaned up configuration, many bug fixes (see misc/Changes.jrm). 37 misc bug fixes. 39 added async job notification, added CDPATH and other cd fixes, misc bug 42 bug fixes/enhancements. 44 merged John Rochester's vi code into pdksh, misc bug fixes. 50 OS/2 port; misc bug fixes. 77 * Art Mills (aem@hpbs9162.bio.hp.com): bug fix for vi file completion in 85 bug reports and man page fixes. 129 * Dave Hillman <daveh@gte.net>: patch for bug in test -nt.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
| H A D | struct1.C | 1 struct bug { struct 6 struct bug s = { 0, (unsigned long) &s | 1 }; argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | realloc.C | 5 class bug { 11 bug c; in f()
|