Fix type-dependence and the current instantiation.
[gcc.git] / gcc / cp / decl2.c
2016-05-12 Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-04-15 Jason Merrillre PR c++/70594 (-fcompare-debug failure)
2016-03-23 Alexandre Olivare PR c++/69315 (ICE in finish_function with constexpr...
2016-02-18 Jason Merrillre PR c++/68679 (gcc-5.2.1 ICE in C++11 anon union...
2016-02-08 Patrick PalkaFix PR c++/69283 (auto deduction fails when ADL is...
2016-01-23 Martin SeborPR c++/58109 - alignas() fails to compile with constant...
2016-01-09 Marek Polacekre PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-20 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-15 Patrick PalkaFix PR c++/21802 (two-stage name lookup fails for opera...
2015-11-20 Jakub Jelinekre PR c++/67354 (internal compiler error: in add_to_sam...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-05 Jakub Jelinekgcc/
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-20 Jason MerrillExpand PTRMEM_CST only when necessary.
2015-09-17 Richard Bienercp-tree.h (note_decl_for_pch): Remove.
2015-09-09 Paolo Carlinire PR c++/53184 (Unnecessary anonymous namespace warnings)
2015-08-15 Jason Merrillre PR c++/65974 (Bogus deprecated-declarations warnings...
2015-08-12 Jason Merrillre PR c++/67108 (ICE: in cxx_eval_call_expression,...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-26 Paolo Carlinidecl.c (poplevel): Use Use DECL_SOURCE_LOCATION and...
2015-07-10 Eric Botcazouc-ada-spec.h (cpp_operation): Revert latest change.
2015-07-08 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
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-22 Pierre-Marie de... c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLAT...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-15 Paolo Carlinire PR c++/51048 (Class template inheritance doesn't...
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-02 Jason Merrillre PR c++/65942 ([C++14] cannot use std::function as...
2015-05-21 Nathan Sidwellre PR c++/60943 ([C++14] Return type deduction interfer...
2015-05-09 Aldy Hernandezre PR bootstrap/66085 (Revision r222934 breaks bootstra...
2015-05-09 Jason Merrilldecl2.c (mangling_aliases): New variable.
2015-05-09 Aldy Hernandezdecl2.c (collect_candidates_for_java_method_aliases...
2015-05-08 Jason Merrillre PR c++/59012 (alignas does not support parameter...
2015-05-06 Jason MerrillFix gdb.cp/anon-struct.cc with -std=c++11.
2015-04-15 Jason Merrilldecl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLI...
2015-04-15 Jason Merrill* decl2.c (determine_visibility): Use get_template_info.
2015-03-19 Jakub Jelinekc-decl.c (c_decl_attributes): Also add "omp declare...
2015-03-18 Paolo Carlinire PR c++/65340 ([C++14]ICE in mark_used, at decl2...
2015-02-25 Jason Merrillre PR c++/65209 (Broken code with global static variabl...
2015-01-14 Paolo Carlinire PR c++/58671 ([c++11] ICE with thread_local and...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-18 Jason Merrillre PR c++/64251 (Chromium build error only with --enabl...
2014-12-15 Jan Hubickadecl2.c (decl_needed_p): When not optimizing, do not...
2014-12-15 Jason MerrillN3778: Sized Deallocation
2014-11-17 Jason Merrillre PR c++/33911 (attribute deprecated vs. templates)
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-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-23 Jonathan Wakelyre PR c++/63619 (warning: deleting ‘void*’ is undefined...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-25 Jason Merrilldecl.c (start_decl): Look through member variable template.
2014-08-23 Jason MerrillAllow non-constexpr variable templates.
2014-08-19 Jason Merrillre PR tree-optimization/62091 (ice in before_dom_children)
2014-08-14 Ville Voutilainenre PR c++/62101 (deleted definitions of friend function...
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-05 Braden ObrzutImplement constexpr variable templates
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-07-30 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-07-30 Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-07-24 Martin LiskaIPA C++ refactoring 2/N
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-15 Jason Merrillre PR c++/61811 (Firefox LTO build error due to undefin...
2014-07-10 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-06-30 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-06-15 Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-05-31 Paolo CarliniDR 1227 PR c++/57543
2014-05-24 Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-14 Paolo Carlinicp-tree.h (DIRECT_LIST_INIT_P): Add.
2014-05-02 Jason Merrill* decl2.c (vague_linkage_p): Local statics have vague...
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-04-16 Patrick Palkare PR c++/60765 (Function attributes ignored for pointe...
2014-04-01 Jason Merrillre PR c++/60642 (Unclear diagnostic with invalid use...
2014-02-27 Jason Merrillre PR c++/60353 (Firefox build failure #3 caused by...
2014-02-25 Jason Merrillre PR c++/55877 (Anon visibility issues)
2014-02-25 Jason Merrilldecl2.c (finish_static_data_member_decl): Diagnose...
2014-02-17 Jan HubickaRevert accidental checkin.
2014-02-11 Jan Hubickare PR lto/59468 (ICE on invalid C++ code with LTO in...
2014-01-31 Jason Merrillre PR c++/58672 ([c++11] ICE with thread_local and...
2014-01-31 Jason Merrillre PR c++/55800 (Link failure with thread_local in...
2014-01-30 Jason Merrillre PR c++/59633 (ICE with __attribute((vector_size...
2014-01-20 Eric Botcazouc-ada-spec.h (dump_ada_specs): Revert prototype change.
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-06 Oleg Endoasan.c: Remove struct tags when referring to class...
2013-11-22 Jakub Jelineksanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, ...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
next