aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-5/+5
2007-01-20decl2.c (start_objects, [...]): Do not make the functions uninlinable.Jan Hubicka1-12/+1
2006-12-28* decl2.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-1/+1
2006-12-06re PR c++/29729 (ICE with template class in template function)Mark Mitchell1-7/+2
2006-11-01In gcc/:Geoffrey Keating1-2/+2
2006-11-01In gcc/:Geoffrey Keating1-1/+1
2006-10-20re PR c++/28053 (ICE deriving from class with invalid bitfield)Lee Millward1-0/+8
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell1-10/+0
2006-08-27re PR c++/28058 (ICE in inline_forbidden_p)Mark Mitchell1-0/+2
2006-08-25re PR c++/27787 (Qualified lookup fails to find inherited class template)Nathan Sidwell1-6/+15
2006-08-21re PR c++/28741 (ICE with static member in invalid template class)Lee Millward1-12/+16
2006-08-01re PR c++/28432 (duplicate "no member function declared" message)Steve Ellcey1-5/+2
2006-07-21decl2.c (determine_visibility): Don't propagate visibility from type to decl.Jason Merrill1-10/+13
2006-07-21invoke.texi (C++ Dialect Options): Note that -fvisibility-inlines-hidden does...Mike Stump1-1/+3
2006-07-20re PR c++/28407 (Issue with anonymous namespace)Jason Merrill1-51/+75
2006-07-17re PR c++/28304 (ICE looking up invalid member template)Steve Ellcey1-2/+5
2006-07-16re PR c++/28370 (undefined reference to template class static variable in an ...Jakub Jelinek1-10/+2
2006-07-15re PR c++/28292 (ICE in acceptable_java_type)Lee Millward1-3/+7
2006-07-15re PR c++/28387 (ICE with attribute on invalid declaration)Volker Reichelt1-1/+2
2006-07-14re PR c++/28343 (ICE with invalid asm specifier for struct member)Volker Reichelt1-1/+1
2006-07-13Index: ChangeLogGeoffrey Keating1-4/+11
2006-07-06re PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)Jason Merrill1-3/+1
2006-06-30* decl2.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-06-30re PR c++/18698 (Error message using "using" for code not using "using" ;-))Jason Merrill1-0/+2
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-63/+257
2006-06-25re PR c++/28054 (ICE with friend declaration of invalid bitfield)Lee Millward1-1/+2
2006-06-12re PR c++/27951 (ICE with invalid anonymous union)Volker Reichelt1-0/+2
2006-06-06Fix up whitespacingMike Stump1-19/+19
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-4/+3
2006-05-17re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-10/+3
2006-05-08re PR c++/27447 (ICE on invalid ptr-to-member-function)Volker Reichelt1-0/+3
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell1-2/+0
2006-04-30re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call)Mark Mitchell1-21/+20
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell1-42/+13
2006-04-08* decl2.c, pt.c, semantics.c: Fix comment typos.Kazu Hirata1-1/+1
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-40/+77
2006-03-03decl2.c (import_export_decl): Remove redundant call to targetm.cxx.key_method...Mike Stump1-4/+2
2006-03-02re PR target/25908 (vtables with vague linkage is not being marked as vague o...Mike Stump1-3/+11
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-28/+17
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-1/+1
2006-01-19re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt1-1/+1
2006-01-02* decl2.c (mark_used): Fix typo in comment.Mark Mitchell1-1/+1
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell1-2/+15
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-11-07re PR c++/17256 (undefined but used static or inline functions should be diag...Jason Merrill1-6/+2
2005-11-05* decl2.c, init.c, typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2005-10-16re PR c++/24389 (template variable not getting marked as weak)Mark Mitchell1-15/+19
2005-09-26re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file)Richard Guenther1-102/+108