]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-decl.c
IA-64 ABI Exception Handling.
[thirdparty/gcc.git] / gcc / c-decl.c
index 941083236b24854a3d22ece6772e0b71d299966c..a8c1d300b2bd4674fde8995f2079cc4222a8b475 100644 (file)
@@ -3084,12 +3084,11 @@ init_decl_processing ()
   builtin_function
     ("__builtin_eh_return",
      build_function_type (void_type_node,
-                         tree_cons (NULL_TREE, ptr_type_node,
+                         tree_cons (NULL_TREE,
+                                    type_for_mode (ptr_mode, 0),
                                     tree_cons (NULL_TREE,
-                                               type_for_mode (ptr_mode, 0),
-                                               tree_cons (NULL_TREE,
-                                                          ptr_type_node,
-                                                          endlink)))),
+                                               ptr_type_node,
+                                               endlink))),
      BUILT_IN_EH_RETURN, BUILT_IN_NORMAL, NULL_PTR);
 
   pedantic_lvalues = pedantic;