aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-08-12call.c (build_over_call): Instead of memcpy use an assignment of two MEM_REFs.Richard Guenther2-9/+17
2011-08-11plugin.def: Add event for finish_decl.Romain Geissler2-0/+7
2011-08-10tree.h (can_trust_pointer_alignment): Remove.Richard Guenther2-17/+5
2011-08-08re PR c++/50020 ([C++0x] internal compiler error range for in templated class)Jason Merrill2-2/+8
2011-08-08re PR c++/50011 ([C++0x] warning: narrowing conversion of 'i' from 'short uns...Jason Merrill2-2/+9
2011-08-08driver-sparc.c: New file.Rainer Orth2-1/+6
2011-08-06re PR c++/48993 ([C++0x] segmentation fault when compiling this program with ...Jason Merrill2-1/+15
2011-08-06re PR c++/49921 ([C++0x] Segfault during compilation, decltype and operator->*)Jason Merrill2-0/+6
2011-08-06re PR c++/49669 ([C++0x] Compiler crashes with "internal compiler error: in p...Jason Merrill2-2/+7
2011-08-06re PR c++/49988 (constexpr on ctor invokes improper initialization)Jason Merrill2-1/+14
2011-08-05This hack to attach a line 0 source_location to the return statement of main...Gabriel Charette2-11/+6
2011-08-05re PR c++/47453 ([DR 1214] Various non-conforming behaviors with braced-init-...Jason Merrill2-0/+14
2011-08-05re PR c++/49812 (strange return type for built-in operator++(int, int))Jason Merrill2-0/+6
2011-08-05re PR c++/49983 ([C++0x] Template types fail in range-based for.)Jason Merrill2-1/+6
2011-08-05init.c (perform_member_init): Always build_aggr_init for a class member with ...Jason Merrill2-1/+5
2011-08-05* pt.c (unify) [TEMPLATE_TYPE_PARM]: Allow VLA for C++0x 'auto'.Jason Merrill2-4/+9
2011-08-04re PR middle-end/49905 (Better sanity checking on sprintf src & dest to produ...Jakub Jelinek2-1/+14
2011-08-02re PR c++/43886 ([C++0x] name lookup failure on un-used local variable in lam...Jason Merrill2-0/+7
2011-08-02re PR c++/49577 ([C++0x] narrowing conversion not rejected)Jason Merrill3-1/+9
2011-08-02re PR c++/49593 ([C++0x] cannot use T{t}... as pack expansion)Jason Merrill2-0/+4
2011-08-02re PR c++/49803 ([C++0x] erroneous variant-member initialization in a union c...Jason Merrill2-3/+5
2011-08-02re PR c++/49834 ([C++0x] type deduction in for-each loop in template function)Jason Merrill2-12/+58
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek6-63/+540
2011-08-02* call.c (build_call_a): Also check at_function_scope_p.Jason Merrill2-1/+5
2011-08-01re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill2-0/+10
2011-08-01re PR c++/49924 ([C++0X] [constexpr] can't initialize a non-static member arr...Jason Merrill2-12/+21
2011-08-01re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill2-27/+9
2011-07-30re PR c++/49867 ([C++0x] ICE on lambda inside switch with case labels in the ...Jason Merrill2-0/+23
2011-07-29re PR c++/49808 (GCC adds an address-of somewhere!)Jason Merrill2-21/+35
2011-07-28re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Paolo Carlini2-0/+12
2011-07-27Propagate the source location of a template's function_decl to the template_d...Jeffrey Yasskin2-0/+6
2011-07-26re PR c++/49776 ([C++0x]ICE in build_data_member_initialization, at cp/semant...Paolo Carlini2-0/+8
2011-07-25re PR bootstrap/49845 (bootstrap failure)Paolo Carlini2-1/+10
2011-07-25re PR c++/49838 ([C++0x] ICE in cp_parser_perform_range_for_lookup, at cp/par...Paolo Carlini2-0/+9
2011-07-25re PR c++/49823 ([C++0x] ICE on decltype(expr)::type with template)Jason Merrill2-1/+8
2011-07-22re PR c++/49793 ([C++0x] Narrowing conversion from int/short/char to double)Jason Merrill2-3/+9
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen4-3/+29
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill3-17/+60
2011-07-20parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]= designated in...Jason Merrill3-11/+54
2011-07-20changelog tweakJason Merrill1-0/+2
2011-07-20PR c++/6709 (DR 743)Jason Merrill3-49/+126
2011-07-19re PR c++/49785 ([C++0x] ICE in coerce_template_parms)Jason Merrill2-9/+18
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther9-62/+56
2011-07-18parser.c (cp_parser_parameter_declaration_list): Initialize parenthesized_p.Martin Jambor2-1/+6
2011-07-16pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level.Jason Merrill3-29/+33
2011-07-16re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd5-193/+696
2011-07-16Make-lang.in (check-g++-strict-gc): New.Jason Merrill7-6/+37
2011-07-15re PR testsuite/49741 (make -k check-c++0x not multilib aware)Jason Merrill2-1/+6
2011-07-13Also test -std=c++0x mode with 'make check-c++' at top levelJason Merrill2-0/+8
2011-07-13tree.h (categorize_ctor_elements): Remove comment.Richard Sandiford2-22/+23