aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-06re PR c++/33289 (__sprintf_chk etc. not DECL_ANTICIPATED)Jakub Jelinek2-0/+15
2007-09-06decl.c (duplicate_decls): Set TREE_NOTHROW on __builtin_XX decl if a prototyp...Jakub Jelinek2-0/+16
2007-09-05Move ChangeLog entry to correct ChangeLog file.Jakub Jelinek1-0/+5
2007-09-05re PR c++/30302 (ICE with invalid member in anonymous struct)Paolo Carlini3-5/+28
2007-09-05fix changelog entryJason Merrill1-1/+1
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore2-2/+2
2007-09-05sematics.c (expand_body): Remove unnecesary import_export_decl call...Jan Hubicka2-20/+5
2007-09-05PR c++/29731 (again)Paolo Carlini2-2/+10
2007-09-04except.c (initialize_handler_parm): Use fold_build_cleanup_point_expr.Jason Merrill1-1/+1
2007-09-04re PR c++/31419 (template user defined conversion operator instantiated for c...Jason Merrill2-1/+10
2007-09-04re PR c++/31411 (ICE in gimplify_expr with throw/special copy constructor wit...Jason Merrill2-0/+9
2007-09-04decl.c (cp_finish_decl): Call determine_visibility before make_rtl_for_nonloc...Richard Sandiford2-3/+8
2007-09-04re PR c++/14032 (Specialization of inner template using outer template argume...Jason Merrill2-1/+73
2007-09-04* Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)Daniel Jacobowitz2-2/+5
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi6-9/+18
2007-09-022007-09-02 Paolo Carlini <pcarlini@suse.de>Paolo Carlini1-1/+0
2007-09-02re PR c++/33208 (Broken diagnostic: 'component_ref' not supported by dump_decl)Paolo Carlini2-1/+8
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi3-5/+21
2007-08-31re PR c++/32597 (New operation with empty parameter pack does not value-initi...Douglas Gregor4-9/+50
2007-08-31mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor2-2/+9
2007-08-31* decl.c (duplicate_decls): Remove duplicated line.Jakub Jelinek2-1/+4
2007-08-31re PR c++/33210 (Broken diagnostics: 'bound_template_template_parm' not suppo...Paolo Carlini2-3/+14
2007-08-31re PR c++/32113 (ICE with invalid template parameter)Paolo Carlini2-0/+9
2007-08-31re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini2-2/+14
2007-08-31cvt.c (cp_convert_to_pointer): Remove force parameter.Ollie Wild3-107/+100
2007-08-30decl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_I...Jakub Jelinek1-0/+1
2007-08-28re PR c++/29000 (ICE on invalid use of template in statement-expr)Jason Merrill4-0/+31
2007-08-28re PR c++/33209 (Broken diagnostic: 'template_type_parm' not supported by dum...Paolo Carlini2-0/+11
2007-08-28re PR c++/32596 (ICE with inline template specialization in anonymous namespace)Jakub Jelinek2-0/+12
2007-08-28re PR c++/28558 (Trouble with __attribute__ and non-PODs)Jason Merrill2-1/+12