Deleted Added
full compact
bugreport.texi (117395) bugreport.texi (132718)
1@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
2@c 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
2@c 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
3@c This is part of the GCC manual.
4@c For copying conditions, see the file gcc.texi.
5
6@node Bugs
7@chapter Reporting Bugs
8@cindex bugs
9@cindex reporting bugs
10

--- 60 unchanged lines hidden (view full) ---

71@item
72If the compiler produces an error message for valid input, that is a
73compiler bug.
74
75@cindex invalid input
76@item
77If the compiler does not produce an error message for invalid input,
78that is a compiler bug. However, you should note that your idea of
3@c This is part of the GCC manual.
4@c For copying conditions, see the file gcc.texi.
5
6@node Bugs
7@chapter Reporting Bugs
8@cindex bugs
9@cindex reporting bugs
10

--- 60 unchanged lines hidden (view full) ---

71@item
72If the compiler produces an error message for valid input, that is a
73compiler bug.
74
75@cindex invalid input
76@item
77If the compiler does not produce an error message for invalid input,
78that is a compiler bug. However, you should note that your idea of
79``invalid input'' might be my idea of ``an extension'' or ``support
80for traditional practice''.
79``invalid input'' might be someone else's idea of ``an extension'' or
80``support for traditional practice''.
81
82@item
83If you are an experienced user of one of the languages GCC supports, your
84suggestions for improvement of GCC are welcome in any case.
85@end itemize
86
87@node Bug Reporting,,Bug Criteria,Bugs
88@section How and where to Report Bugs
89@cindex compiler bugs, reporting
90
81
82@item
83If you are an experienced user of one of the languages GCC supports, your
84suggestions for improvement of GCC are welcome in any case.
85@end itemize
86
87@node Bug Reporting,,Bug Criteria,Bugs
88@section How and where to Report Bugs
89@cindex compiler bugs, reporting
90
91Bugs should be reported to our bug database. Please refer to
91Bugs should be reported to the GCC bug database. Please refer to
92@uref{http://gcc.gnu.org/bugs.html} for up-to-date instructions how to
93submit bug reports. Copies of this file in HTML (@file{bugs.html}) and
94plain text (@file{BUGS}) are also part of GCC releases.
92@uref{http://gcc.gnu.org/bugs.html} for up-to-date instructions how to
93submit bug reports. Copies of this file in HTML (@file{bugs.html}) and
94plain text (@file{BUGS}) are also part of GCC releases.