代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527868
c bug11.c
#define DD 2410065408
unsigned
foo (d)
double d;
{
return d;
}
#if foobar
main ()
{
#if bar
unsigned u = DD;
double d = (double) u;
#else
double d = (double) DD;
#endif
printf ("%u =
www.eeworm.com/read/162614/5527889
c bug6.c
main()
{
unsigned long L;
double D;
D = L = -3;
printf("L=%lu, D=%g\n", L, D);
return 0;
}
www.eeworm.com/read/162614/5527903
c bug5.c
enum bar
{
one,
two
};
enum bar foo;
void bar()
{
switch (foo)
{
case one:
case two:
printf ("one to two\n");
break;
}
}
www.eeworm.com/read/350097/3134772
txt bug-list.txt
Bug List
21 January 1999
Michael Elizabeth Chastain,
- If a variable has a value of "m" in the previous .config file,
and a type of bool in the Config script, then all the in
www.eeworm.com/read/347503/3169326
s bug-1403.s
;;; Bug #1403: Branch adjustment to another section not correct when doing linker relaxation
;;; http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1403&group_id=2424
;;;
.sect .text
.globl _start
www.eeworm.com/read/347503/3169329
d bug-1403.d
#source: bug-1403.s
#as: -m68hc11
#ld: --relax
#objdump: -d --prefix-addresses -r
#target: m6811-*-* m6812-*-*
.*: +file format elf32-m68hc11
Disassembly of section .text:
0+8000 bset \*0+
www.eeworm.com/read/347503/3169330
s bug-1417.s
;;; Bug #1417: Branch wrong after linker relaxation
;;; http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1417&group_id=2424
;;;
.sect .text
.globl _start
_start:
tst table
bne L1 ; Branch was
www.eeworm.com/read/347503/3169331
d bug-1417.d
#source: bug-1417.s
#as: -m68hc11
#ld: --relax
#objdump: -d --prefix-addresses -r
#target: m6811-*-* m6812-*-*
.*: +file format elf32-m68hc11
Disassembly of section .text:
0+8000 tst 0+
www.eeworm.com/read/347503/3169335
d bug-3331.d
#source: bug-3331.s
#as: -m68hc11
#ld: --relax
#objdump: -d --prefix-addresses -r
#target: m6811-*-* m6812-*-*
.*: +file format elf32-m68hc11
Disassembly of section .text:
0+8000 ldx #0+110