gcc/gcc/cp
Geoffrey Keating 5880f14fe8 In gcc/:
* coverage.c (coverage_checksum_string): Update comment.
	* dwarf2out.c (switch_to_eh_frame_section): Update for removal
	of get_file_function_name.
	* cgraphunit.c (cgraph_build_static_cdtor): Update for rename
	of get_file_function_name_long.
	* tree.c (get_file_function_name): Rename from
	get_file_function_name_long; improve comment; handle 'I' and 'D'
	specially when the target has ctor/dtor support; remove special
	handling for 'F'.
	(get_file_function_name): Remove.
	* tree.h (get_file_function_name): Rename from
        get_file_function_name_long.
	(get_file_function_name): Remove prototype.
In gcc/cp/:
	* name-lookup.c (get_anonymous_namespace_name): New.
	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
	* decl2.c (start_objects): Update for rename of
	get_file_function_name_long.
In gcc/fortran/:
	* trans-decl.c (gfc_generate_constructors): Update for removal
	of get_file_function_name.

From-SVN: r118360
2006-11-01 05:06:12 +00:00
..
ChangeLog In gcc/: 2006-11-01 05:06:12 +00:00
ChangeLog-1993 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-1994 Remove extra white spacing at end of lines. 2005-06-14 20:01:59 +00:00
ChangeLog-1995 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-1996 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-1997 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-1998 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-1999 Canonicalize whitespace. 2005-06-15 00:41:35 +00:00
ChangeLog-2000 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-2001 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-2002 split old changelogs by year 2005-05-18 14:10:35 +00:00
ChangeLog-2003 Canonicalize whitespace. 2005-06-15 00:41:35 +00:00
ChangeLog-2004 Canonicalize whitespace. 2005-06-15 00:41:35 +00:00
ChangeLog.tree-ssa Canonicalize whitespace. 2005-06-15 00:41:35 +00:00
Make-lang.in decl.c: Include langhooks.h. 2006-10-23 19:47:58 +00:00
NEWS Canonicalize whitespace. 2005-06-15 00:41:35 +00:00
call.c decl.c: Include langhooks.h. 2006-10-23 19:47:58 +00:00
cfns.gperf
cfns.h Fix up whitespacing 2006-06-06 11:44:09 +00:00
class.c re PR c++/27961 (ICE on invalid template declaration) 2006-10-12 20:02:53 +00:00
config-lang.in cp-lang.c (shadowed_var_for_decl, [...]): Move over to cp-objcp-common.c. 2005-07-09 08:45:09 -07:00
cp-gimplify.c re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement expressions and constructors (and ?: )) 2006-08-21 16:54:57 -04:00
cp-lang.c Fix up whitespacing 2006-06-06 11:44:09 +00:00
cp-objcp-common.c re PR c++/28991 (Static constructor emitted instead of initialized variable) 2006-09-11 00:40:15 +00:00
cp-objcp-common.h decl.c: Include langhooks.h. 2006-10-23 19:47:58 +00:00
cp-tree.def * cp-tree.def: Fix typo. 2006-06-14 19:07:12 +00:00
cp-tree.h decl.c: Include langhooks.h. 2006-10-23 19:47:58 +00:00
cvt.c re PR c++/28996 (ICE with statement forming unused static member function reference) 2006-09-09 18:26:53 -04:00
cxx-pretty-print.c Fix up whitespacing 2006-06-06 11:44:09 +00:00
cxx-pretty-print.h call.c: Fix comment typo(s). 2005-07-21 10:33:31 +00:00
decl.c * decl.c (grokdeclarator): Fix line-wrapping. 2006-10-30 23:56:15 +00:00
decl.h Update FSF address. 2005-06-25 00:59:41 +00:00
decl2.c In gcc/: 2006-11-01 05:06:12 +00:00
dump.c tree-dump.h (dump_string_field): Declare. 2005-07-03 06:50:51 +00:00
error.c re PR c++/28637 (ICE on invalid template parameter) 2006-08-09 18:43:06 +00:00
except.c re PR c++/28878 (ICE using "[" instead of "{") 2006-09-02 08:54:04 +02:00
expr.c * expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort. 2005-12-07 21:55:19 +00:00
friend.c re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration) 2006-10-04 06:53:55 +00:00
g++spec.c re PR driver/28528 (C language extensions override -x in C++ driver) 2006-08-25 00:24:10 +00:00
init.c re PR c++/29291 (ICE on invalid use of new) 2006-10-03 10:08:22 +00:00
lang-specs.h re PR driver/28528 (C language extensions override -x in C++ driver) 2006-08-25 00:24:10 +00:00
lex.c re PR c++/26195 (pragma interface no longer handles explicit names) 2006-09-07 02:53:21 -04:00
mangle.c re PR c++/28588 (static private function) 2006-08-26 16:23:33 +00:00
method.c re PR c++/29039 (implicitly defined constructor for class with reference member) 2006-10-17 22:35:29 +00:00
name-lookup.c In gcc/: 2006-11-01 05:06:12 +00:00
name-lookup.h Fix up whitespacing 2006-06-06 11:44:09 +00:00
operators.def re PR c++/28288 (ICE with min/max operator) 2006-08-14 23:13:54 +00:00
optimize.c re PR c++/17796 (Too many unused parameter warnings emitted.) 2005-10-14 16:36:49 +00:00
parser.c re PR c++/27952 (ICE with invalid virtual inheritance) 2006-10-17 23:22:14 +00:00
pt.c re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788) 2006-10-17 22:25:35 +00:00
ptree.c Fix up whitespacing 2006-06-06 11:44:09 +00:00
repo.c re PR c++/26917 (ICE with -frepo on invalid code) 2006-09-02 08:52:24 +02:00
rtti.c re PR libstdc++/20647 (Wrong typeid for incomplete types) 2006-10-22 16:07:41 +00:00
search.c re PR c++/28588 (static private function) 2006-08-26 16:23:33 +00:00
semantics.c re PR c++/29105 (segfault in add_candidates with a non template base class and a template member function) 2006-10-02 04:12:51 +00:00
tree.c re PR c++/27371 (Does not warn about unused function result (__attribute__((warn_unused_result)))) 2006-09-06 21:12:00 -04:00
typeck.c typeck.c (build_unary_op): Fix indenting. 2006-10-30 14:44:45 +00:00
typeck2.c re PR c++/26884 (Misleading diagnostic for invalid array initializer) 2006-10-18 10:57:18 +00:00