PR c++/87357 - missing -Wconversion warning
[gcc.git] / gcc / cp / decl.c
2018-09-19 Marek PolacekPR c++/87357 - missing -Wconversion warning
2018-09-18 Marek PolacekP1064R0 - Allowing Virtual Function Calls in Constant...
2018-09-06 Bernd Edlingervarasm.c (output_constructor_regular_field): Check...
2018-09-02 Bernd Edlingerc-common.c (braced_list_to_string): Remove eval parameter.
2018-08-31 Nathan Sidwell[C++ PATCH] Remove K&R declaration hack.
2018-08-29 Jakub Jelinekre PR sanitizer/87095 (UndefinedBehaviorSanitizer vptr...
2018-08-28 Paolo Carlinire PR c++/86546 (ICE on invalid: tree_class_check_failed())
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-24 Marek Polacekre PR c++/67012 (decltype(auto) with trailing return...
2018-08-21 Paolo Carlinidecl.c (check_static_variable_definition): Change to...
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15 Paolo Carlinidecl.c (check_previous_goto_1): When decl_jump_unsafe...
2018-08-13 Marek Polacekre PR c++/57891 (No diagnostic of narrowing conversion...
2018-08-13 Martin SeborPR tree-optimization/71625 - missing strlen optimizatio...
2018-08-13 Marek Polacekre PR c++/86915 (Segmentation fault for an array of...
2018-08-08 Jakub JelinekP0595R1 - is_constant_evaluated
2018-08-07 Paolo CarliniPR c++/59480, DR 136
2018-08-03 David MalcolmAdd fix-it hint for missing return statement in assignm...
2018-07-25 Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_{ABI_TAG,ALIGN...
2018-07-25 Jakub Jelinekre PR c++/85515 (Bogus suggestions from "GCC's leaky...
2018-07-19 Paolo Carlinirevert: [multiple changes]
2018-07-18 Paolo Carlinire PR c++/59480 (Missing error diagnostic: friend decla...
2018-07-12 Jakub Jelinekc-attribs.c (c_common_attribute_table): Add "omp declar...
2018-07-09 Paolo Carlinidecl.c (grokdeclarator): Use rich_location::add_range...
2018-07-07 Aldy Hernandeztree-vrp.c (vrp_int_const_binop): Change overflow type...
2018-07-05 Nathan SidwellReplace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
2018-07-03 Paolo Carlinidecl.c (min_location): New.
2018-06-23 Paolo Carlinidecl.c (bad_specifiers): Add const location_t* paramete...
2018-06-20 Paolo Carlinidecl.c (grokfndecl): Add const cp_decl_specifier_seq...
2018-06-20 Nathan Sidwell[PR c++/85634] Fix tsubst ICE
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-06-19 Jason MerrillPR c++/81060 - ICE with unexpanded parameter pack.
2018-06-18 Paolo Carlinidecl.c (duplicate_decls): Consistently use DECL_SOURCE_...
2018-06-15 Jason Merrill* decl.c (start_enum): Do compare dependent underlying...
2018-06-14 Paolo Carlinidecl.c (duplicate_decls): Use DECL_SOURCE_LOCATION...
2018-06-12 Paolo Carlinidecl2.c (coerce_new_type, [...]): Add location_t parame...
2018-06-11 Paolo Carlinidecl.c (grok_op_properties): Consistently use the locat...
2018-06-10 Paolo Carlinidecl.c (grokfndecl): Use the location_t argument in...
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-18 Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-15 Paolo Carlinicp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.
2018-05-14 Jason MerrillHandle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-11 Jason Merrilldecl.c (cp_finish_decl): Don't instantiate auto variable.
2018-05-10 Jason Merrilldecl.c (make_typename_type): s/parameters/arguments/.
2018-05-07 Nathan Sidwell[C++ PATCH] Kill -fno-for-scope
2018-05-03 Nathan Sidwell[C++ Patch] Kill -ffriend-injection
2018-04-30 Jason MerrillPR c++/84701 - unsigned typeof.
2018-04-30 Jason Merrilltree.c (build_clobber): New.
2018-04-27 Paolo Carlinire PR c++/84691 (internal compiler error: in poplevel_c...
2018-04-23 Jason MerrillPR c++/69560 - wrong alignof(double) on x86.
2018-04-23 Jakub JelinekPR c++/85470 - wrong error with static data member.
2018-04-12 Jason MerrillPR c++/85356 - ICE with pointer to member function.
2018-04-09 Paolo Carlinire PR c++/85227 (ICE with structured binding of a forwa...
2018-04-05 Jakub Jelinekre PR c++/85208 (ICE with #pragma weak and structured...
2018-04-05 Jason MerrillPR c++/85136 - ICE with designated init in template.
2018-04-05 Paolo Carlinire PR c++/84792 (ICE with broken typedef of a struct)
2018-04-05 Ville VoutilainenImplement P0969
2018-04-05 Ville VoutilainenImplement P0961
2018-04-04 Jason MerrillPR c++/85135 - ICE with omitted template arguments.
2018-04-04 Jason MerrillPR c++/85133 - ICE with missing concept initializer.
2018-04-04 Ville Voutilainenre PR c++/65923 (False positive for warning about liter...
2018-04-03 Jakub Jelinekre PR c++/85134 (ICE with invalid constexpr in 'shared...
2018-03-26 Jason MerrillPR c++/85062 - ICE with alignas in wrong place.
2018-03-23 Jakub Jelinekre PR c++/85015 (internal compiler error: tree check...
2018-03-21 Paolo Carlinire PR c++/84972 (ICE: tree check: expected class 'type...
2018-03-20 Nathan Sidwell[PR c++/84970] lookup marking
2018-03-16 Jason MerrillPR c++/80227 - SFINAE and negative array size.
2018-03-16 Jakub Jelinekre PR c++/84874 (internal compiler error: in reshape_in...
2018-03-15 Jakub Jelinekre PR c++/84222 ([[deprecated]] class complains about...
2018-03-14 Paolo CarliniPR c++/82336 - link error with list-init default argument.
2018-03-13 Jakub Jelinekre PR c++/84843 (C++ ICE on builtin redefinition since...
2018-03-09 Jakub Jelinekre PR c++/84724 (internal compiler error: in single_suc...
2018-03-05 Marek Polacekre PR c++/84707 (internal compiler error: Segmentation...
2018-03-02 Marek Polacekre PR c++/84663 (internal compiler error: tree check...
2018-03-02 Martin SeborPR c++/84294 - attributes on a function template redecl...
2018-03-01 Jason MerrillPR c++/71569 - ICE with redundant args on member variab...
2018-02-28 Martin SeborPR testsuite/84617 - new test cases g++.dg/ext/attr...
2018-02-28 Jakub Jelinekdecl.c (cp_finish_decomp): Don't adjust eltscnt when...
2018-02-27 Martin SeborPR c++/83871 - wrong code for attribute const and pure...
2018-02-26 Paolo Carlinire PR c++/84533 (ICE with duplicate enum value)
2018-02-19 Paolo Carlinire PR c++/84348 (ICE with invalid friend declaration)
2018-02-16 Nathan Sidwell[C++ PATCH] Deprecate -ffriend-injection
2018-02-16 Paolo Carlinire PR c++/82468 (ICE with deduction guide template)
2018-02-07 Martin LiskaRevert behavior to r251316.
2018-02-02 Paolo Carlinic-common.h (DECL_UNNAMED_BIT_FIELD): New.
2018-01-25 Jakub Jelinekre PR c++/84031 (structured binding unpacks nameless...
2018-01-24 Paolo Carlinire PR c++/83921 (GCC rejects constexpr initialization...
2018-01-23 Jason MerrillPR c++/83947 - ICE with auto declarations.
2018-01-23 Jakub Jelinekre PR c++/83958 (ICE: Segmentation fault (in find_decom...
2018-01-23 Nathan Sidwell[C++ PATCH] Deprecate ARM-era for scopes
2018-01-22 Ville Voutilainenre PR c++/83895 (-Wparentheses warns about pointer...
2018-01-19 Jakub Jelinekre PR c++/83919 (spurious -Wignored-qualifiers warning)
2018-01-18 Paolo Carlinire PR c++/81013 (ICE with invalid union in class hierarchy)
2018-01-17 Paolo Carlinire PR c++/78344 (ICE on invalid c++ code on x86_64...
2018-01-17 Paolo Carlinire PR c++/81054 (ICE with volatile variable in constexp...
2018-01-11 Jason MerrillPR c++/82728 - wrong -Wunused-but-set-variable
2018-01-03 Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03 Marek Polacekre PR c++/83592 (Annoying -Wparentheses warnings)
next