aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorMatt Austern <austern@apple.com>2004-12-20 20:11:41 +0000
committerMatt Austern <austern@gcc.gnu.org>2004-12-20 20:11:41 +0000
commitb482789cca42c2e1c3d0c7dd1c140fe3e5e320a2 (patch)
treea8c54e7d5be9f8fb754934d667e66e6346bf3f62 /gcc/c-common.h
parent90e34bd6374760bfdd0a8807e8323eaa50a749f1 (diff)
downloadgcc-b482789cca42c2e1c3d0c7dd1c140fe3e5e320a2.zip
gcc-b482789cca42c2e1c3d0c7dd1c140fe3e5e320a2.tar.gz
gcc-b482789cca42c2e1c3d0c7dd1c140fe3e5e320a2.tar.bz2
re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_atan)
PR c++/19044 * c-common.c (set_builtin_user_assembler_name): New. * c-common.h (set_builtin_user_assembler_name): Declare. * c-decl.c (finish_decl): Use set_builtin_user_assembler_name * decl.c (make_rtl_for_nonlocal_decl): Use set_builtin_user_assembler_name * g++.dg/ext/builtin6.C: New From-SVN: r92428
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index d0fbaa8..8ebc560 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -674,6 +674,8 @@ extern tree c_build_qualified_type (tree, int);
frontends. */
extern void c_common_nodes_and_builtins (void);
+extern void set_builtin_user_assembler_name (tree decl, const char *asmspec);
+
extern void disable_builtin_function (const char *);
extern tree build_va_arg (tree, tree);