mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:01:21 +08:00
extend.texi (Other Builtins): Actually use the macro argument in the documentation example for...
2006-09-11 Josh Triplett <josh@freedesktop.org> * doc/extend.texi (Other Builtins): Actually use the macro argument in the documentation example for __builtin_types_compatible_p. From-SVN: r116858
This commit is contained in:
parent
2e9182fd4a
commit
b7886f1470
@ -1,3 +1,9 @@
|
||||
2006-09-11 Josh Triplett <josh@freedesktop.org>
|
||||
|
||||
* doc/extend.texi (Other Builtins): Actually use the macro
|
||||
argument in the documentation example for
|
||||
__builtin_types_compatible_p.
|
||||
|
||||
2006-09-11 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
PR rtl-optimization/28726
|
||||
|
@ -5717,7 +5717,7 @@ depending on the arguments' types. For example:
|
||||
@smallexample
|
||||
#define foo(x) \
|
||||
(@{ \
|
||||
typeof (x) tmp; \
|
||||
typeof (x) tmp = (x); \
|
||||
if (__builtin_types_compatible_p (typeof (x), long double)) \
|
||||
tmp = foo_long_double (tmp); \
|
||||
else if (__builtin_types_compatible_p (typeof (x), double)) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user