re PR c++/68464 (ICE in valid constexpr function: ../../src/gcc/tree.c:11497)
[gcc.git] / gcc / cp / decl.c
2015-12-07 Jason Merrillre PR c++/68464 (ICE in valid constexpr function: ...
2015-12-07 Jason MerrillPR c++/68597, fix auto9.C and auto-neg1.C with -std...
2015-11-19 Jakub Jelinekre PR c++/67409 (tree-cfg.c dereferences a NULL pointer)
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-12 Jason Merrilldecl.c (duplicate_decls): When combining typedefs,...
2015-11-11 Marek Polacekre PR c/68107 (Non-VLA type whose size is half or more...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-29 Paolo Carlinire PR c++/67845 (ICE on invalid use of const qualifier...
2015-10-26 Christian Bruelfunction.h (MINIMUM_METHOD_BOUNDARY): New macro.
2015-10-20 Jason MerrillExpand PTRMEM_CST only when necessary.
2015-10-20 Jason Merrilltypo
2015-10-18 Jason Merrillre PR c++/68006 ([C++14] Incorrect aggregate initializa...
2015-10-07 Marek Polacekcp-gimplify.c (genericize_if_stmt): Use protected_set_e...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-09-22 Nathan Sidwellc.opt (Wmultiple-inheritance, [...]): New C++ warnings.
2015-09-01 Paolo Carlinire PR c++/61753 (poor diagnostic for constructor defini...
2015-08-21 Paolo Carlinidecl.c (grokvardecl): Simplify the latter.
2015-08-21 Paolo Carlinidecl.c (grokvardecl): Complete check added for c++...
2015-08-20 Paolo Carlinire PR c++/67065 ([DR 1886] Missing diagnostics for...
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-08-06 Jason Merrilldecl.c (cp_finish_decl): Tidy.
2015-07-28 Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-26 Paolo Carlinidecl.c (poplevel): Use Use DECL_SOURCE_LOCATION and...
2015-07-21 Paolo Carlinidecl.c (grokdeclarator): For an erroneous template...
2015-07-08 Jakub Jelinekc-omp.c (c_omp_declare_simd_clauses_to_numbers): If...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-01 Jason Merrillre PR c++/65945 (C++ alignment of nullptr_t is 1 and...
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
2015-06-29 Paolo Carlinire PR c++/65977 (Constexpr should be allowed in declara...
2015-06-29 Manuel López-IbáñezWunused-parameter warnings are given from cgraph::final...
2015-06-29 Marek Polacekre PR c/66322 (Linus Torvalds: -Wswitch-bool produces...
2015-06-27 Marek Polacekcall.c: Use VECTOR_TYPE_P.
2015-06-27 Marek Polacekcall.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-24 Paolo Carlinire PR c++/65811 (ice in vague_linkage_p)
2015-06-23 Jason Merrillre PR c++/65879 (Bogus linkage errors for member class...
2015-06-23 Jason Merrillre PR c++/66542 ([C++11] Can create static variable...
2015-06-22 Paolo Carlinidecl.c (grokdeclarator): Use declspecs->locations[ds_vi...
2015-06-19 Jason Merrillre PR c++/65880 (Member function issue with argument...
2015-06-17 Andrew MacLeodtree.h (merge_dllimport_decl_attributes, [...]): Remove...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-11 Pierre-Marie de... Restore DW_AT_abstract_origin for cross-unit call sites
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-04 Ramana RadhakrishnanRemove TARGET_RELAXED_ORDERING and optimize for weak...
2015-06-03 Paolo Carlinidecl.c (check_tag_decl): Use declspecs->locations as...
2015-06-03 Andres Tiraboschiplugins.texi (enum plugin_event): New event.
2015-05-27 Jason Merrilldecl.c (check_redeclaration_exception_specification...
2015-05-27 Jason Merrilldecl.c (warn_extern_redeclared_static): Use the locatio...
2015-05-24 Nathan Sidwellre PR c++/66243 (enum class value is allowed to be...
2015-05-22 Paolo Carlinire PR c++/65598 (Fix column location for 'explicit')
2015-05-22 Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-20 Jason Merrilldecl.c (grok_op_properties): Don't complain about size_...
2015-05-06 Jason Merrilldecl.c (start_decl): Don't push the plain VAR_DECL...
2015-04-23 Jason Merrillre PR c++/65646 (ICE in invalid syntax)
2015-04-20 Ville VoutilainenReject trailing return type for an operator auto().
2015-04-16 Paolo Carlinicall.c (build_op_delete_call, [...]): Check mark_used...
2015-04-15 Jason Merrillconstexpr.c (cxx_eval_store_expression): Ignore clobbers.
2015-04-15 Jason Merrilldecl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLI...
2015-04-14 David Kraussre PR c++/59766 (c++1y: declaring friend function with...
2015-04-02 Jason Merrillre PR c++/65625 (ICE in make_typename_type, at cp/decl...
2015-04-01 Jason Merrillre PR c++/65646 (ICE in invalid syntax)
2015-03-27 Jason Merrillre PR c++/65509 ([C++11] GCC rejects operator== with...
2015-03-16 Marek PolacekDR 1688 PR c++/65327
2015-03-12 Paolo Carlinire PR c++/65323 (duplicate -Wzero-as-null-pointer-const...
2015-03-10 Paolo Carlinire PR c++/65370 (r213519 causes: error: redeclaration...
2015-02-25 Jason Merrillre PR debug/58315 (Excessive memory use with -g)
2015-02-13 Paolo Carlinire PR c++/60894 (Use of redundant struct keyword in...
2015-02-13 Paolo Carlinire PR c++/64970 (Hard error instead of SFINAE for expre...
2015-02-13 Jakub Jelinekre PR ipa/65034 (ICE (segfault) on arm-linux-gnueabihf)
2015-02-12 Jason Merrillcommon.opt (-flifetime-dse): New.
2015-02-12 Jakub Jelinekre PR debug/55541 (unable to see local variables due...
2015-02-03 Ville Voutilainenre PR c++/64901 (overriding final function defined...
2015-01-21 Richard Bienerre PR middle-end/64313 (gcc.dg/torture/builtin-explog...
2015-01-15 Momchil Velikovre PR c++/59366 (A friend function template defined...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08 Jason Merrillubsan.c (do_ubsan_in_current_function): New.
2015-01-08 Paolo Carlinire PR c++/60753 (Deleted definition of an explicit...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-15 Jason MerrillN3778: Sized Deallocation
2014-12-15 Paolo Carlinire PR c++/58882 (ICE with invalid C99 style designated...
2014-12-12 Jason Merrillpt.c (do_auto_deduction): In direct-init context, ...
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-12-10 Jason Merrillre PR c++/64129 (ICE on invalid: in grokfndecl, at...
2014-12-04 Jason Merrillre PR c++/64029 (const int (&in)[]{1,2,3,4,5}; results...
2014-12-03 Paolo Carlinire PR c++/63558 (cannot silence "jump to case label...
2014-12-01 Paolo Carlinire PR c++/60859 (Value-initialization of scalar in...
2014-11-26 Jason MerrillAllow partial specialization of variable templates.
2014-11-24 Jonathan Wakelyre PR c++/63203 (Self-initialization of reference not...
2014-11-22 Jason Merrillre PR c++/63657 (-Wunused-variable: warning supressed...
2014-11-19 Jason Merrillre PR c++/57979 (G++ accepts constant expression define...
2014-11-17 Jason Merrillre PR c++/50473 ([C++0x] ICE in type_has_nontrivial_cop...
2014-11-17 Jason MerrillC++14 constexpr support (minus loops and multiple returns)
2014-11-17 Jason Merrillre PR c++/52282 ([C++0x] rejects-valid issues with...
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-12 Paolo CarliniDR 1510 PR c++/60420
next