cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.
[platform/upstream/gcc.git] / gcc / cp /
2008-08-29 Jan Hubickacp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE...
2008-08-28 Paolo Carlinire PR c++/37260 (infinite loop in init)
2008-08-27 Manuel López-Ibáñezre PR c++/17880 (-Wsequence-point doesn't warn inside...
2008-08-27 Manuel López-Ibáñezcp-tree.h: Fix #error directive.
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-26 Ben Ellistonrtlanal.c: Fix uses of "it's" with "its" where appropriate.
2008-08-21 Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-20 Manuel López-Ibáñezre PR c++/35158 (g++ does not compile valid C++ for...
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-19 Jakub Jelinekre PR debug/37156 (Hang with -g -O2 (or higher) (disco...
2008-08-18 Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-14 Paolo Carlinire PR c++/34485 (ICE with undefined type in template...
2008-08-14 Paolo Carlinire PR c++/34600 (ICE with invalid use of extern)
2008-08-13 Manuel López-Ibáñezre PR c/30551 (-pedantic does not include -Wmain, but...
2008-08-12 Paolo Carlinire PR c++/37087 (Segfault on compiling template defined...
2008-08-12 Volker ReicheltFix my email address.
2008-08-09 Manuel López-Ibáñezre PR c++/12242 (g++ should warn about out-of-range...
2008-08-08 Manuel López-Ibáñezre PR other/36901 (pedwarn() + -pedantic-errors + ...
2008-08-08 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2008-08-08 Volker Reicheltre PR c++/35985 (ICE with pointer to member function...
2008-08-07 H.J. Lusemantics.c (finish_decltype_type): Initialize type.
2008-08-07 Douglas Gregorsemantics.c (finish_decltype_type): Handle calls to...
2008-08-06 Douglas Gregorre PR c++/36460 (No space between >'s not always handle...
2008-08-06 Manuel López-Ibáñezre PR c++/26785 ("extra qualification" error gives...
2008-08-06 Manuel López-Ibáñezre PR c++/8715 ('~' operator for unsigned char and...
2008-08-06 Jason Merrillre PR c++/37016 (member function pointer failure with...
2008-08-04 Jason Merrillre PR c++/36963 (Bogus narrowing conversion error in...
2008-08-04 Jason Merrillre PR c++/37006 (explicitly deleted inline function...
2008-08-04 Simon Baldwinre PR c++/36999 (Erroneous "declaration 'class ......
2008-07-31 Jakub Jelinekre PR c++/36405 (ICE with typeid of member function)
2008-07-31 Jason Merrillre PR middle-end/36633 (warning "array subscript is...
2008-07-31 Jason Merrillre PR c++/11309 (Testsuite failures in g++.dg/expr...
2008-07-30 Dodji Seketelire PR c++/36767 (Segmentation fault with -fprofile...
2008-07-30 Manuel López-Ibáñezre PR c/34389 (-Wconversion produces wrong warning)
2008-07-29 Jakub Jelinekre PR c++/36852 (Two dimensional array in template...
2008-07-29 Jan Hubickaoptimize.c (maybe_clone_body): Remove DECL_INLINE.
2008-07-29 Manuel López-Ibáñezre PR c/34985 (Warning "defined but not used" despite...
2008-07-29 Jason Merrillre PR c++/36943 ([c++0x] Use of nested C++0x initialize...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-27 H.J. Lure PR c++/36944 (Revision 138123 breaks constructors...
2008-07-27 Paolo Carlinidecl.c (push_library_fn): Add a parameter for the excep...
2008-07-25 Jan HubickaFix changelog entry of my earlier commit.
2008-07-25 Jan Hubickatypeck.c (inline_conversion): Remove.
2008-07-25 Jason Merrillclass.c (type_has_user_provided_default_constructor...
2008-07-25 Jan Hubickacgraphbuild.c (record_reference): Drop non-unit-at...
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-23 Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-21 Paolo Carlinire PR c++/36871 (__has_nothrow_copy(T) false for T...
2008-07-21 Rafael EspindolaFix the year on the ChangeLog.
2008-07-21 Rafael Avila de... Makefile.in: Replace toplev.h with TOPLEV_H.
2008-07-21 Paolo Carlinire PR c++/36870 (__has_nothrow_constructor violates...
2008-07-18 Dodji Seketelire PR c++/36407 (ICE with conversion and -fpermissive)
2008-07-18 Kris Van Heesc-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYP...
2008-07-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-17 Julian Browndecl2.c (determine_visibility): Allow target to overrid...
2008-07-17 Paolo Carlinire PR c++/36855 (__has_trivial_destructor() returns...
2008-07-16 Dodji Seketelire PR c++/13699 (Extern "C" routine in different namesp...
2008-07-15 Jason Merrillre PR objc++/36723 (massive obj-c++ failures at rev...
2008-07-11 Ian Lance Taylorc-common.h (enum rid): Add RID_CXX_COMPAT_WARN.
2008-07-11 Dodji Seketelire PR c++/13101 (incorrect warning on initialized exter...
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-09 Paolo Carlinire PR c++/36760 (Simple std::bind use causes warnings...
2008-07-09 Paolo Carlinire PR c++/36760 (Simple std::bind use causes warnings...
2008-07-09 Raksit Ashokinvoke.texi (Option Summary): Mention new option -Wdisa...
2008-07-08 Simon Martinre PR c++/34963 (ICE completely broken destructor)
2008-07-03 Richard Guentherre PR c++/36128 (ICE with invalid argument for builtin)
2008-07-03 Jason Merrilltree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-07-01 Daniel Jacobowitzc-typeck.c (convert_for_assignment): Use vector_targets...
2008-07-01 Andrew Haleydecl.c (finish_constructor_body): Don't set the return...
2008-06-30 Jakub JelinekFix up a misplaced ChangeLog entry.
2008-06-30 Jakub Jelinekre PR c++/36662 (vector vs template)
2008-06-29 Paolo Carlinire PR c++/36655 (unjustified warning for "extern templa...
2008-06-29 Kaveh R. Ghazioptabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual...
2008-06-27 Jakub Jelinekre PR c++/36364 (Problem with -frepo)
2008-06-27 Paolo Carlinire PR c++/36655 (unjustified warning for "extern templa...
2008-06-24 Jonathan Wakelyre PR c++/23194 (Unhelpful diagnostic for incorrect...
2008-06-22 Ian Lance Taylorc-lex.c (narrowest_unsigned_type): Change itk to int.
2008-06-21 Ian Lance Taylortree.h (enum tree_code): Include all-tree.def, not...
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-06-18 Jan Hubickacgraph.c (cgraph_add_new_function): When in expansion...
2008-06-15 Ralf Wildenhuesomp-low.c (extract_omp_for_data): Fix comment typo.
2008-06-14 Simon Martinre PR c++/35320 (ICE with invalid friend declaration)
2008-06-14 Simon Martinre PR c++/35317 (ICE with operator delete[] and ellipsis)
2008-06-11 Jakub Jelinekre PR c++/36408 (ICE with statement expression in template)
2008-06-08 Paolo Carlinire PR c++/35242 (ICE with invalid specialization of...
2008-06-07 Paolo Carlinire PR c++/35327 (ICE with invalid constructor)
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-06-02 Paolo Carlinire PR c++/36404 (ICE with invalid enum)
2008-06-02 Tomas Bilytree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVE...
2008-05-29 Paolo Carlinire PR c++/35243 (ICE with invalid initializer list...
2008-05-27 Michael MatzFix c++/27975.
2008-05-27 Alexandre Olivare PR c++/35909 (ICE with bit-field and const references)
2008-05-25 Daniel Frankere PR fortran/18428 (No preprocessing option -cpp for...
2008-05-23 Jakub Jelinekre PR c++/36237 (internal compiler error: in lower_stmt...
2008-05-23 Jakub Jelinekre PR c++/36308 (OpenMP privatized vars don't get dtors...
2008-05-21 Jakub Jelinekre PR c++/36023 (ICE with cast to variable-sized object)
next