bug-criteria.html

来自「gcc手册」· HTML 代码 · 共 38 行

HTML
38
字号
<html lang="en">

<head>

<title>Untitled</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Untitled">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="Bug%20Criteria">Bug Criteria</a>,

Next:<a rel="next" accesskey="n" href="Bug-Reporting.html#Bug%20Reporting">Bug Reporting</a>,

Up:<a rel="up" accesskey="u" href="Reporting-Bugs.html#Reporting%20Bugs">Reporting Bugs</a>

<hr><br>

</div>



<h3 class="section">Have you found a bug?</h3>



   <p>If you are not sure whether you have found a bug, here are some guidelines:



     <ul>

<li>If the linker gets a fatal signal, for any input whatever, that is a

<code>ld</code> bug.  Reliable linkers never crash.



     <li>If <code>ld</code> produces an error message for valid input, that is a bug.



     <li>If <code>ld</code> does not produce an error message for invalid input, that

may be a bug.  In the general case, the linker can not verify that

object files are correct.



     <li>If you are an experienced user of linkers, your suggestions for

improvement of <code>ld</code> are welcome in any case. 

</ul>



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?