aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-06-29class.c (finalize_literal_type_property): Update conditions.Jason Merrill3-8/+13
2011-06-29tree.c (build_vec_init_expr): Don't add TARGET_EXPR.Jason Merrill4-5/+6
2011-06-29init.c (build_value_init): Decide whether or not to zero-initialize based on ...Jason Merrill2-3/+13
2011-06-29DR 990Jason Merrill3-3/+53
2011-06-27c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek2-1/+5
2011-06-26re PR c++/49528 (g++ fails to destroy temporary object when subobject is used...Jason Merrill2-6/+9
2011-06-26re PR c++/49528 (g++ fails to destroy temporary object when subobject is used...Jason Merrill3-2/+28
2011-06-25changelog correctionJason Merrill1-3/+2
2011-06-25dr 1188 commentJason Merrill1-2/+2
2011-06-24re PR c++/46400 (g++ Segmentation Fault on heavily templated project.)Jakub Jelinek2-1/+7
2011-06-24name-lookup.h (cp_binding_level): Removed unused member names_size.Gabriel Charette3-4/+5
2011-06-23re PR c++/49418 (G++ discards cv-quals from template parameter types)Jason Merrill3-2/+6
2011-06-23re PR c++/35255 ([DR 115] gcc does not do partial ordering on overloaded addr...Jason Merrill2-1/+15
2011-06-23re PR c++/44625 (ICE after error: anonymous struct not inside named type)Paolo Carlini2-1/+10
2011-06-23re PR c++/49507 (ICE because of defaulted template destructor)Jason Merrill2-0/+7
2011-06-23optimize.c (maybe_clone_body): Set linkage flags before cgraph_same_body_alias.Jason Merrill2-2/+8
2011-06-23re PR c++/49440 (Invalid dynamic_cast for unnamed namespace)Jason Merrill2-14/+7
2011-06-23re PR c++/49395 (Non-class prvalues seem to have cv-qualification with GCC)Jason Merrill2-1/+4
2011-06-23re PR c++/36435 (Partial ordering of explicit specialization should include r...Jason Merrill2-4/+9
2011-06-22re PR c++/49260 ([C++0x] lambda-eh2.C fails execution)Jason Merrill2-5/+9
2011-06-22re PR c++/49172 ([C++0x][constexpr] References should be declarable with cons...Jason Merrill4-16/+29
2011-06-21re PR c++/49482 ([C++0x] unused parameter warning on lambda in function templ...Jason Merrill2-1/+8
2011-06-21call.c (add_builtin_candidates): Use cv_unqualified rather than TYPE_MAIN_VAR...Jason Merrill4-4/+9
2011-06-21re PR c++/49418 (G++ discards cv-quals from template parameter types)Jason Merrill3-3/+7
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod2-1/+5
2011-06-20re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill4-11/+14
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill2-4/+31
2011-06-20re PR c++/47080 ([C++0x] explicit conversion function return conversions not ...Jason Merrill2-4/+49
2011-06-20re PR c++/47635 ([C++0x] ICE on invalid code in constructor_name_p, at cp/nam...Jason Merrill2-12/+13
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill2-0/+13
2011-06-20re PR c++/49205 ([C++0x] Default constructor with pack expansion parameter no...Jason Merrill2-3/+7
2011-06-20re PR c++/43321 ([c++0x] ICE on valid auto)Jason Merrill8-77/+28
2011-06-20re PR c++/43831 ([C++0x] gcc-4.5.0 does not fail invalid lambda captures (aga...Jason Merrill3-26/+65
2011-06-18re PR c++/49458 ([C++0x][DR 1328] Obvious candidate for conversion to functio...Jason Merrill2-0/+6
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill8-79/+245
2011-06-17name-lookup.c (pushdecl_maybe_friend_1): Do check for shadowing of artificial...Jason Merrill2-5/+3
2011-06-17parser.c (cp_parser_lambda_expression): Clear LAMBDA_EXPR_THIS_CAPTURE after ...Jason Merrill4-3/+10
2011-06-17cp-tree.h (struct tree_lambda_expr): Change common to typed.Jason Merrill2-3/+6
2011-06-17pushdecl_with_scope commentJason Merrill1-1/+6
2011-06-17pt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.Jason Merrill3-0/+16
2011-06-17semantics.c (finish_non_static_data_member): Preserve dereference in template.Jason Merrill2-2/+8
2011-06-16re PR c++/44160 ([C++0x] a mysterious error on __func__ in a lambda expression)Jason Merrill2-10/+19
2011-06-16re PR c++/45378 ([C++0x] Narrowing error not detected)Jason Merrill2-1/+8
2011-06-16re PR c++/49229 ([C++0x][SFINAE] ICE with variadics and depending non-type de...Jason Merrill2-0/+5
2011-06-16re PR c++/49251 ([C++0x][parameter pack expanding] unused parameter warning w...Jason Merrill2-1/+8
2011-06-16re PR c++/49420 ([C++0x] compiler segfault using result_of)Jason Merrill2-1/+9
2011-06-15Mark __dso_handle hidden if assembler supports it.H.J. Lu2-0/+11
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill6-59/+122
2011-06-14pt.c (deduction_tsubst_fntype): Don't save input_location.Jason Merrill2-4/+5
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers3-2/+10