summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* * decl2.c: Fix a comment typo.Kazu Hirata2006-12-281-1/+1
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-1/+1
* re PR c++/29729 (ICE with template class in template function)Mark Mitchell2006-12-061-7/+2
* In gcc/:Geoffrey Keating2006-11-011-2/+2
* In gcc/:Geoffrey Keating2006-11-011-1/+1
* re PR c++/28053 (ICE deriving from class with invalid bitfield)Lee Millward2006-10-201-0/+8
* re PR c++/29138 (access declarations don't work for classes)Mark Mitchell2006-10-031-10/+0
* re PR c++/28058 (ICE in inline_forbidden_p)Mark Mitchell2006-08-271-0/+2
* re PR c++/27787 (Qualified lookup fails to find inherited class template)Nathan Sidwell2006-08-251-6/+15
* re PR c++/28741 (ICE with static member in invalid template class)Lee Millward2006-08-211-12/+16
* re PR c++/28432 (duplicate "no member function declared" message)Steve Ellcey2006-08-011-5/+2
* decl2.c (determine_visibility): Don't propagate visibility from type to decl.Jason Merrill2006-07-211-10/+13
* invoke.texi (C++ Dialect Options): Note that -fvisibility-inlines-hidden does...Mike Stump2006-07-211-1/+3
* re PR c++/28407 (Issue with anonymous namespace)Jason Merrill2006-07-201-51/+75
* re PR c++/28304 (ICE looking up invalid member template)Steve Ellcey2006-07-171-2/+5
* re PR c++/28370 (undefined reference to template class static variable in an ...Jakub Jelinek2006-07-161-10/+2
* re PR c++/28292 (ICE in acceptable_java_type)Lee Millward2006-07-151-3/+7
* re PR c++/28387 (ICE with attribute on invalid declaration)Volker Reichelt2006-07-151-1/+2
* re PR c++/28343 (ICE with invalid asm specifier for struct member)Volker Reichelt2006-07-141-1/+1
* Index: ChangeLogGeoffrey Keating2006-07-131-4/+11
* re PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)Jason Merrill2006-07-061-3/+1
* * decl2.c: Fix a comment typo.Kazu Hirata2006-06-301-1/+1
* re PR c++/18698 (Error message using "using" for code not using "using" ;-))Jason Merrill2006-06-301-0/+2
* re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill2006-06-291-63/+257
* re PR c++/28054 (ICE with friend declaration of invalid bitfield)Lee Millward2006-06-251-1/+2
* re PR c++/27951 (ICE with invalid anonymous union)Volker Reichelt2006-06-121-0/+2
* Fix up whitespacingMike Stump2006-06-061-19/+19
* decl.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell2006-05-251-4/+3
* re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell2006-05-171-10/+3
* re PR c++/27447 (ICE on invalid ptr-to-member-function)Volker Reichelt2006-05-081-0/+3
* re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell2006-05-021-2/+0
* re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call)Mark Mitchell2006-04-301-21/+20
* re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell2006-04-241-42/+13
* * decl2.c, pt.c, semantics.c: Fix comment typos.Kazu Hirata2006-04-081-1/+1
* re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill2006-03-201-40/+77
* decl2.c (import_export_decl): Remove redundant call to targetm.cxx.key_method...Mike Stump2006-03-031-4/+2
* re PR target/25908 (vtables with vague linkage is not being marked as vague o...Mike Stump2006-03-021-3/+11
* re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell2006-02-181-28/+17
* call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis2006-01-291-1/+1
* re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt2006-01-191-1/+1
* * decl2.c (mark_used): Fix typo in comment.Mark Mitchell2006-01-021-1/+1
* re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell2005-12-231-2/+15
* decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis2005-12-021-1/+1
* re PR c++/17256 (undefined but used static or inline functions should be diag...Jason Merrill2005-11-071-6/+2
* * decl2.c, init.c, typeck.c: Fix comment typos.Kazu Hirata2005-11-051-1/+1
* re PR c++/24389 (template variable not getting marked as weak)Mark Mitchell2005-10-161-15/+19
* re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file)Richard Guenther2005-09-261-102/+108
* decl2.c (build_anon_union_vars): Copy attributes from the base addr.Richard Henderson2005-09-111-3/+9
* dbxout.c: Include expr.h.Richard Henderson2005-09-091-6/+7