Bug fixed

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18237 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-25 06:31:42 +00:00
parent fb0ac971fa
commit 4df69b8352

View File

@ -216,6 +216,8 @@ were fixed:</a>
<li><a href="http://llvm.cs.uiuc.edu/PR445">[llvmg++] not enough templates are instantiated</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR450">[llvmg++] Extern const globals cannot be
marked 'constant' if they have nontrivial ctors or dtors</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR461">[llvmgcc] Crash compiling unnamed
bitfield which does not increase struct size</a></li>
</ol>
<p>Bugs fixed in the Sparc V9 back-end:</p>