Deleted Added
full compact
decl.c (259694) decl.c (260074)
1/* Process declarations and variables for C++ compiler.
2 Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 Contributed by Michael Tiemann (tiemann@cygnus.com)
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify

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

3152 flag_pedantic_errors = 1;
3153 if (!flag_no_inline)
3154 {
3155 flag_inline_trees = 1;
3156 flag_no_inline = 1;
3157 }
3158 if (flag_inline_functions)
3159 flag_inline_trees = 2;
1/* Process declarations and variables for C++ compiler.
2 Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 Contributed by Michael Tiemann (tiemann@cygnus.com)
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify

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

3152 flag_pedantic_errors = 1;
3153 if (!flag_no_inline)
3154 {
3155 flag_inline_trees = 1;
3156 flag_no_inline = 1;
3157 }
3158 if (flag_inline_functions)
3159 flag_inline_trees = 2;
3160
3161 if (flag_visibility_ms_compat)
3162 default_visibility = VISIBILITY_HIDDEN;
3160
3161 /* Initially, C. */
3162 current_lang_name = lang_name_c;
3163
3164 /* Create the `std' namespace. */
3165 push_namespace (std_identifier);
3166 std_node = current_namespace;
3167 pop_namespace ();

--- 8605 unchanged lines hidden ---
3163
3164 /* Initially, C. */
3165 current_lang_name = lang_name_c;
3166
3167 /* Create the `std' namespace. */
3168 push_namespace (std_identifier);
3169 std_node = current_namespace;
3170 pop_namespace ();

--- 8605 unchanged lines hidden ---