aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-08re PR debug/38390 (Missing DW_TAG_imported_module)Dodji Seketeli1-1/+2
2008-10-05re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli1-6/+5
2008-09-25re PR c++/37649 (ICE with invalid template class)Paolo Carlini1-0/+3
2008-09-17re PR c++/37450 (C++ FE times out on duplicated parameter)H.J. Lu1-2/+3
2008-09-17re PR c++/37558 (rev 140120 changes the accessibility of a friend decl.)Jason Merrill1-1/+2
2008-09-08re PR c++/37302 (function parameters are declared too late)Jason Merrill1-2/+9
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-2/+3
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-1/+4
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-4/+4
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-4/+4
2008-08-14re PR c++/34485 (ICE with undefined type in template parameter)Paolo Carlini1-1/+2
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-7/+8
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-2/+2
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-29/+29
2008-07-17re PR c++/13699 (Extern "C" routine in different namespaces accepted with dif...Dodji Seketeli1-0/+76
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-1/+2
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-6/+16
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-2/+2
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-5/+6
2008-02-26re PR c++/35323 (ICE calling functions with fixed-point type parameter)Paolo Carlini1-1/+2
2008-02-25c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.Manuel López-Ibáñez1-1/+1
2008-02-25re PR c++/33486 (namespace association doesn't handle parallel namespaces)Jason Merrill1-0/+7
2008-01-22re PR c++/34912 (ICE with friend in local class)Jason Merrill1-2/+1
2008-01-21re PR c++/34776 (ICE with invalid member declaration in template class)Paolo Carlini1-2/+5
2007-12-04re PR c++/34101 (ICE with argument deduction of variadic template function)Douglas Gregor1-9/+11
2007-10-04re PR c++/32470 (fvisibility=hidden without effect in some cases)Jason Merrill1-46/+48
2007-09-25re PR c++/33207 (ICE redeclaring namespace as struct)Simon Martin1-3/+3
2007-08-24name-lookup.c (add_decl_to_level): Remove addition to vtables chain.Ollie Wild1-5/+4
2007-08-24re PR c++/32898 (Definition of variable N::i outside namespace N not rejected)Jakub Jelinek1-1/+1
2007-08-17re PR c++/31749 (ICE with invalid redeclaration of builtin)Ollie Wild1-71/+92
2007-08-10name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous type lo...Ollie Wild1-16/+20
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+5
2007-07-28re PR c++/30917 (ICE with friend in local class (to a function))Simon Martin1-2/+43
2007-07-01name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild1-74/+52
2007-05-22name-lookup.c (ambiguous_decl): Adds check for hidden types.Ollie Wild1-2/+4
2007-03-15ptree.c (cxx_print_type): Use formatting markup for integers when printing te...Douglas Gregor1-3/+3
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-0/+12
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2006-12-02* name-lookup.c: Follow spelling conventions.Kazu Hirata1-1/+1
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-2/+2
2006-11-01In gcc/:Geoffrey Keating1-5/+19
2006-09-05re PR c++/26102 ("using Base::member" nonsense)Jason Merrill1-6/+7
2006-09-01re PR c++/28705 (ICE: in type_dependent_expression_p, at cp/pt.c:12837)Nathan Sidwell1-1/+13
2006-08-03re PR c++/28274 (Redeclaration with extra default argument doesn't work)Volker Reichelt1-3/+3
2006-07-23re PR c++/28025 (multiple template friend compile error)Mark Mitchell1-8/+6
2006-07-17re PR c++/28250 (ICE with invalid catch)Volker Reichelt1-0/+3
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-10/+10
2006-06-25re PR c++/28051 (ICE on invalid conversion operator)Lee Millward1-0/+6
2006-06-23re PR c++/28114 (ICE with struct definition in argument of template function)Steve Ellcey1-1/+5