aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-10-08varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild4-6/+25
2007-10-04re PR c++/20416 (Incorrect lifetime for temporary with static const reference)Jason Merrill2-1/+11
2007-10-04re PR c++/32470 (fvisibility=hidden without effect in some cases)Jason Merrill4-53/+70
2007-10-03re PR c++/11756 (ICE's when using typeof in template function parameter type ...Jason Merrill2-0/+9
2007-10-03decl.c (duplicate_decls): Preserve linkage flags for mere redeclarations of g...Alexandre Oliva2-9/+14
2007-10-03re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)Jason Merrill2-33/+83
2007-09-29re PR c++/33094 (ICE on valid C++ virtual template static member in anonymous...Jason Merrill4-2/+15
2007-09-29RevertOllie Wild4-18/+16
2007-09-28re PR c++/10179 (alignment attributes are not inherited correctly with empty ...Jason Merrill2-3/+21
2007-09-28re PR c++/33213 (Broken diagnostic: 'type_pack_expansion' not supported by du...Paolo Carlini2-0/+6
2007-09-28re PR c++/31434 (ICE with invalid use of parameter pack in function arg)Jakub Jelinek1-0/+7
2007-09-28re PR c++/33118 (#'argument_pack_select' not supported by dump_expr#<expressi...Paolo Carlini2-26/+14
2007-09-28re PR c++/31434 (ICE with invalid use of parameter pack in function arg)Jakub Jelinek1-0/+7
2007-09-28varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild4-6/+25
2007-09-27decl2.c (is_late_template_attribute): Don't crash on unknown attribute.Jason Merrill2-0/+9
2007-09-27re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)Paolo Carlini4-2/+19
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek3-9/+103
2007-09-25re PR c++/33207 (ICE redeclaring namespace as struct)Simon Martin2-3/+9
2007-09-25tree.c (cxx_printable_name): Compare FUNCTION_DECL uids rather than pointers.Jakub Jelinek2-6/+10
2007-09-25re PR c++/14688 (Mis-matched calling convention on virtual functions accepted...Danny Smith2-0/+17
2007-09-24re PR c++/33239 (internal compiler error in instantiate_class_template, at cp...Jason Merrill2-3/+16
2007-09-24re PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with attributes)Jakub Jelinek4-0/+24
2007-09-24re PR c++/33185 (ICE: canonical types differ for identical types T [] and T [])Douglas Gregor2-1/+8
2007-09-24re PR c++/33112 (ICE : canonical types differ for identical types const _Char...Douglas Gregor2-70/+61
2007-09-23re PR c++/16370 (__attribute__((deprecated)) not useful on classes, and ugly ...Jason Merrill2-0/+10
2007-09-23re PR c++/15269 (__attribute__((deprecated)) broken with inline, ignored with...Jason Merrill2-0/+8
2007-09-22re PR c++/19407 (vector keyword in typedef inside template struct ignored)Jason Merrill4-45/+61
2007-09-22re PR c++/33496 (ICE with sizeof for invalid argument pack)Jakub Jelinek1-0/+8
2007-09-20re PR c++/33460 (ICE with static member in anonymous union)Paolo Carlini3-8/+24
2007-09-20re PR c++/33496 (ICE with sizeof for invalid argument pack)Jakub Jelinek1-1/+7
2007-09-20re PR c++/7586 (Incorrect handling of attributes in template codes)Jason Merrill5-50/+55
2007-09-20re PR c++/33459 (ICE on reference member in union)Paolo Carlini2-6/+14
2007-09-18re PR c++/17743 (dependent expressions in attributes)Jason Merrill3-7/+92
2007-09-18PR c++/33462 (again)Paolo Carlini2-1/+7
2007-09-18re PR c++/33462 (Broken diagnostic: 'va_arg_expr' not supported by dump_expr)Paolo Carlini4-0/+30
2007-09-18re PR c++/33463 (Broken diagnostic: 'typeid_expr' not supported by dump_expr)Paolo Carlini4-8/+29
2007-09-18re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini4-2/+111
2007-09-16re PR c++/33124 (C++ frontend should not warn about new a[0] in template cont...Paolo Carlini2-15/+6
2007-09-16re PR c++/32756 (wrong ambiguous overload error?)Nathan Sidwell2-11/+28
2007-09-14PR c++/17743, c++/19163Jason Merrill4-1/+128
2007-09-13c-common.c (fname_as_string): Update.Tom Tromey2-7/+13
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka5-22/+15
2007-09-09re PR c++/33324 (ICE on new array of objects with virtual destructors.)David Daney2-2/+10
2007-09-08re PR c++/33342 (ICE in dependent_type_p, at cp/pt.c:15081)Jason Merrill2-0/+10
2007-09-06* decl2.c (get_guard): Copy visibility from the guarded variable.Jason Merrill2-0/+6
2007-09-06* semantics.c (expand_body): Do not mark arguments of clones used.Jan Hubicka2-20/+4
2007-09-06re PR c++/32674 (ICE in lvalue_p_1 initialising static variable inside templa...Paolo Carlini2-1/+21
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2-1/+9
2007-09-05re PR c++/15745 (exception specification incorrectly changes the type of the ...Jason Merrill2-0/+6
2007-09-05re PR c++/15097 (code generator problem with ::delete and multiple inheritanc...Jason Merrill4-3/+20