[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html
Tanya Brethour
tbrethou at cs.uiuc.edu
Mon Jun 21 22:53:01 PDT 2004
Changes in directory llvm-www/releases/1.0/docs:
ReleaseNotes.html updated: 1.49 -> 1.50
---
Log message:
Fixing broken links to gcc manual
---
Diffs of the changes: (+1 -1)
Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.49 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.50
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.49 Mon Dec 8 00:33:29 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html Mon Jun 21 22:44:38 2004
@@ -362,7 +362,7 @@
<ol>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html#Statement%20Exprs">Statement Exprs</a>: Putting statements and declarations inside expressions.
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Typeof.html#Typeof">Typeof</a>: <code>typeof</code>: referring to the type of an expression.
- <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Lvalues.html#Lvalues">Lvalues</a>: Using <code>?:</code>, "<code>,</code>" and casts in lvalues.
+ <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcc/Lvalues.html#Lvalues">Lvalues</a>: Using <code>?:</code>, "<code>,</code>" and casts in lvalues.
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals">Conditionals</a>: Omitting the middle operand of a <code>?:</code> expression.
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Long-Long.html#Long%20Long">Long Long</a>: Double-word integers.
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Complex.html#Complex">Complex</a>: Data types for complex numbers.
More information about the llvm-commits
mailing list