aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-04-09re PR c++/28584 (Cast to pointer from integer of different size)Manuel López-Ibáñez2-0/+15
2010-04-07re PR c++/43016 ([C++0x] Inappropriate multiple definition error for lambda f...Jason Merrill2-3/+4
2010-04-07PR c++/11094, DR 408Jason Merrill7-5/+79
2010-04-07name-lookup.c (current_decl_namespace): Non-static.Jason Merrill4-3/+11
2010-04-07re PR c++/38392 (Template friend function injection)Jason Merrill2-5/+16
2010-04-07pt.c (print_template_statistics): New.Jason Merrill4-0/+21
2010-04-07re PR c++/41970 (use of a type with no linkage to declare a variable with lin...Jason Merrill2-6/+15
2010-04-07re PR c++/42697 (ice-on-legal-code: template class template function local ob...Dodji Seketeli2-1/+8
2010-04-07re PR c++/40239 (Aggregate initialization requires copy constructor)Dodji Seketeli2-2/+15
2010-04-07re PR c++/42556 (Unnecessary generation of a zero initializer for array with ...Jie Zhang2-3/+26
2010-04-06parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE...Jason Merrill3-3/+11
2010-04-06re PR c++/43648 (ICE with explicit destructor call and typedef)Jason Merrill2-2/+7
2010-04-06re PR c++/43621 (ICE: in poplevel_class, at cp/name-lookup.c:2615 with invali...Jason Merrill2-2/+10
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-04-01decl.c (next_initializable_field): No longer static.Jason Merrill4-6/+15
2010-04-01semantics.c (maybe_add_lambda_conv_op): Use null_pointer_node instead of void...Jason Merrill2-1/+7
2010-03-31re PR c++/43558 (Rejects specialization)Dodji Seketeli4-24/+26
2010-03-30re PR c++/43076 (ICE: SIGSEGV with invalid C++ code after giving diagnostics)Jason Merrill2-0/+7
2010-03-30re PR c++/41185 (size of array ... has non-integral type ...)Jason Merrill2-4/+12
2010-03-30re PR c++/43559 (Overloaded template functions became ambiguous)Jason Merrill2-5/+8
2010-03-26re PR c++/43509 ([C++0x] ICE in constructor_name_p, at cp/name-lookup.c:1809)Jason Merrill2-0/+16
2010-03-26re PR c++/43327 (ICE in unifiy.c)Dodji Seketeli2-0/+31
2010-03-26Fix compilation.Dodji Seketeli3-2/+8
2010-03-25Fix candidate for PR c++/43206Dodji Seketeli4-2/+54
2010-03-24re PR c++/43502 ([C++0x] uninitialised read in grokfndecl() with lambda funct...Jason Merrill2-0/+8
2010-03-23Make lambda conversion op and op() non-static.Jason Merrill7-54/+136
2010-03-22re PR c++/43333 (__is_pod seems broken)Jason Merrill2-2/+8
2010-03-22re PR c++/43281 ([c++0x] ICE with invalid auto)Jason Merrill2-0/+33
2010-03-20re PR c++/43081 (ICE with invalid in-class initializer)Simon Martin2-2/+13
2010-03-20re PR c++/43375 (ICE during compiling SSE code)Dodji Seketeli3-4/+15
2010-03-18re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fa...Paolo Carlini1-0/+6
2010-03-18re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fa...Paolo Carlini1-1/+1
2010-03-16Add missing ChangeLog entries.H.J. Lu1-0/+5
2010-03-05mangle.c (mangle_decl): Give name collision error even without ASM_OUTPUT_DEF.Jason Merrill2-2/+9
2010-03-04pt.c (process_partial_specialization): Use error_n instead of error.Marco Poletti2-7/+15
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-4/+4
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill7-27/+37
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill4-1/+44
2010-03-01toplev.h (inform_n, error_n): Declare.Shujing Zhao2-4/+12
2010-02-28re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4...Mark Mitchell4-4/+38
2010-02-27re PR c++/42054 (ICE with invalid template parameter)Simon Martin2-10/+18
2010-02-24c.opt (-ftemplate-depth=): New.Manuel López-Ibáñez2-2/+7
2010-02-24re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2-1/+7
2010-02-24class.c (layout_class_type): Don't give -Wabi warning for a bug in a previous...Jason Merrill2-0/+6
2010-02-23re PR c++/43143 ([c++0x] array value-initialization and variadics)Jason Merrill2-4/+10
2010-02-22re PR c++/43126 ("at this point in file" warnings are upside down)Manuel López-Ibáñez2-6/+14
2010-02-22Merge DECL_PRESERVE_P for C++.Mike Stump2-0/+9
2010-02-21re PR c++/23510 (skip some instantation contexts if there are too many)Manuel López-Ibáñez2-24/+84
2010-02-21re PR c++/42824 (c++ compilation complains about error: call of overloaded)Dodji Seketeli2-17/+79
2010-02-20re PR c++/35669 (NULL (__null) not considered different from 0 with C++)Manuel López-Ibáñez3-7/+17