aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-10-07fix cut & paste error in cp/parser and add testscases in case of fture error.Iain Sandoe2-0/+6
2010-10-06In gcc/cp/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero4-0/+42
2010-10-06re PR c++/45908 ([C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4...Eric Botcazou2-0/+7
2010-10-05In gcc/: 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-8/+136
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers2-2/+8
2010-10-04Mark linker Makefile rules for job server buildAndi Kleen2-2/+6
2010-10-04tree.c (decl_storage_duration): New.Jason Merrill3-0/+33
2010-10-03typeck.c (require_complete_type_sfinae): Add complain parm to...Jason Merrill4-8/+25
2010-09-30add @optional/@required to prto listsIain Sandoe2-0/+20
2010-09-30In gcc/c-family/: 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-9/+21
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther6-31/+48
2010-09-29decl.c (get_atexit_node): Fix typo.Yao Qi2-2/+6
2010-09-28tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.Jason Merrill4-24/+55
2010-09-28add parsing for ObjC* method & method parm attributesIain Sandoe2-19/+135
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson3-11/+19
2010-09-28add ObjC* class, category and protocol attribute parsersIain Sandoe2-10/+65
2010-09-27Require lvalues as specified by the standard.Jason Merrill12-274/+329
2010-09-27Added line in ChangeLog entry that I forgot to commit in the last commitNicola Pero1-0/+6
2010-09-27In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-2/+25
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka3-3/+8
2010-09-24decl.c (compute_array_index_type): Remember type dependence of array bound.Jason Merrill3-12/+21
2010-09-24error.c (dump_expr): Print conversion between reference and pointer to the sa...Jason Merrill2-2/+20
2010-09-23In gcc/:Nicola Pero2-2/+18
2010-09-21mangle.c (write_expression): Only do -fabi-version=1 special handling if we k...Jason Merrill2-1/+6
2010-09-18call.c (compare_ics): Do lvalue/rvalue reference binding comparison for ck_li...Jason Merrill2-6/+18
2010-09-15semantics.c (finish_id_expression): Diagnose use of function parms in evaluat...Jason Merrill2-0/+13
2010-09-15* decl2.c (grokbitfield): Diagnose non-integral width.Jason Merrill2-0/+6
2010-09-15call.c (convert_like_real): Use the underlying type of the reference for the ...Jason Merrill2-2/+13
2010-09-15re PR c++/45635 (Failed to bootstrap on Linux/ia64)Jakub Jelinek2-6/+18
2010-09-15re PR c++/45665 (ICE: tree check: expected class 'type', have 'exceptional' (...Paolo Carlini2-0/+8
2010-09-13semantics.c (finish_for_stmt): Always test flag_new_for_scope.Rodrigo Rivas Costa2-13/+12
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa11-37/+409
2010-09-10re PR c++/43824 (C++0x feature "inline namespace" enabled under -std=c++98; n...Rodrigo Rivas Costa4-1/+17
2010-09-10decl.c (reshape_init_vector): For VECTOR_TYPEs...Richard Biener2-8/+10
2010-09-10re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2-2/+7
2010-09-09re PR c++/45588 (unused-but-set-variable false trigger building gold)Jakub Jelinek2-0/+7
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet6-10/+40
2010-09-06Patch PR c++/45200Dodji Seketeli3-1/+14
2010-09-06c-common.h (do_warn_double_promotion): Declare.Mark Mitchell3-10/+39
2010-09-06redef2.C: New.Arnaud Charlet2-0/+17
2010-09-06call.c (implicit_conversion): Fix value-init of enums.Jason Merrill2-2/+5
2010-09-06* decl.c (cp_finish_decl): Don't change init for auto deduction.Jason Merrill2-5/+10
2010-09-06pt.c (fold_non_dependent_expr_sfinae): Split out from...Jason Merrill2-16/+38
2010-09-06method.c (synthesized_method_walk): In constructors, also check subobject des...Jason Merrill2-5/+47
2010-09-06semantics.c (finish_compound_literal): Always build a TARGET_EXPR.Jason Merrill2-14/+6
2010-08-30re PR c++/45043 (ICE: tree check: expected identifier_node, have bit_not_expr...Paolo Carlini2-1/+7
2010-08-30re PR middle-end/45423 (#pragma omp atomic on bool has issues)Jakub Jelinek2-0/+32
2010-08-29re PR c++/44991 (default argument with '<' cause compilation error)Jason Merrill2-0/+11
2010-08-22Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers3-173/+168
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd15-96/+75