This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch for WG14 URL (extend.texi, testsuite)


This patch updates the WG14 URL in the source tree proper.  Applied to
mainline.  Manual patch also applied to 3.4 branch.  The remaining
references to {anubis,std,wwwold}.dkuug.dk all seem to be in libstdc++-v3.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.3662
diff -u -r2.3662 ChangeLog
--- ChangeLog	15 May 2004 09:39:26 -0000	2.3662
+++ ChangeLog	15 May 2004 10:00:11 -0000
@@ -1,3 +1,7 @@
+2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* doc/extend.texi: Update WG14 URL.
+
 2004-05-15  Steven Bosscher  <stevenb@suse.de>
 
 	* basic-block.h (life_analysis, delete_noop_moves):
Index: doc/extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.192
diff -u -r1.192 extend.texi
--- doc/extend.texi	18 Apr 2004 22:01:15 -0000	1.192
+++ doc/extend.texi	15 May 2004 10:00:14 -0000
@@ -5489,7 +5489,7 @@
 @deftypefn {Built-in Function} double __builtin_nans (const char *str)
 Similar to @code{__builtin_nan}, except the significand is forced
 to be a signaling NaN.  The @code{nans} function is proposed by
-@uref{http://std.dkuug.dk/JTC1/SC22/WG14/www/docs/n965.htm,,WG14 N965}.
+@uref{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n965.htm,,WG14 N965}.
 @end deftypefn
 
 @deftypefn {Built-in Function} float __builtin_nansf (const char *str)
Index: testsuite/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ChangeLog,v
retrieving revision 1.3749
diff -u -r1.3749 ChangeLog
--- testsuite/ChangeLog	15 May 2004 00:44:01 -0000	1.3749
+++ testsuite/ChangeLog	15 May 2004 10:00:18 -0000
@@ -1,5 +1,9 @@
 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
 
+	* gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
+
+2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
+
 	PR c/15444
 	* gcc.dg/format/xopen-1.c: Adjust expected message.
 	* gcc.dg/format/xopen-3.c: New test.
Index: testsuite/gcc.c-torture/execute/20000603-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20000603-1.c,v
retrieving revision 1.2
diff -u -r1.2 20000603-1.c
--- testsuite/gcc.c-torture/execute/20000603-1.c	13 May 2004 06:40:48 -0000	1.2
+++ testsuite/gcc.c-torture/execute/20000603-1.c	15 May 2004 10:00:18 -0000
@@ -1,5 +1,5 @@
 /* It is not clear whether this test is conforming.  See DR#236
-   http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/dr_236.htm.  However,
+   http://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_236.htm.  However,
    there seems to be consensus that the presence of a union to aggregate
    struct s1 and struct s2 should make it conforming.  */
 struct s1 { double d; };

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]