Deleted Added
full compact
c-objc-common.c (117395) c-objc-common.c (122180)
1/* Some code common to C and ObjC front ends.
2 Copyright (C) 2001 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 2, or (at your option) any later

--- 80 unchanged lines hidden (view full) ---

89 return node;
90
91 switch (DECL_FUNCTION_CODE (t))
92 {
93 /* We cannot inline functions that take a variable number of
94 arguments. */
95 case BUILT_IN_VA_START:
96 case BUILT_IN_STDARG_START:
1/* Some code common to C and ObjC front ends.
2 Copyright (C) 2001 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 2, or (at your option) any later

--- 80 unchanged lines hidden (view full) ---

89 return node;
90
91 switch (DECL_FUNCTION_CODE (t))
92 {
93 /* We cannot inline functions that take a variable number of
94 arguments. */
95 case BUILT_IN_VA_START:
96 case BUILT_IN_STDARG_START:
97 case BUILT_IN_NEXT_ARG:
98 case BUILT_IN_VA_END:
97#if 0
98 /* Functions that need information about the address of the
99 caller can't (shouldn't?) be inlined. */
100 case BUILT_IN_RETURN_ADDRESS:
101#endif
102 return node;
103
104 default:

--- 328 unchanged lines hidden ---
99#if 0
100 /* Functions that need information about the address of the
101 caller can't (shouldn't?) be inlined. */
102 case BUILT_IN_RETURN_ADDRESS:
103#endif
104 return node;
105
106 default:

--- 328 unchanged lines hidden ---