Commit aaa67502 by Joseph Myers Committed by Joseph Myers

extend.texi: Update WG14 URL.

	* doc/extend.texi: Update WG14 URL.

testsuite:
	* gcc.c-torture/execute/20000603-1.c: Update WG14 URL.

From-SVN: r81876
parent e3d26d7b
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):
......
......@@ -5489,7 +5489,7 @@ Similar to @code{__builtin_nan}, except the return type is @code{long double}.
@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)
......
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.
......
/* 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; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment