Fix type-dependence and the current instantiation.
[gcc.git] / gcc / cp / semantics.c
2016-05-13 Jason MerrillFix type-dependence and the current instantiation.
2016-05-12 Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-05-02 Cesar Philippidisc-common.h (enum c_omp_region_type): Define.
2016-04-21 Paolo Carlinire PR c++/70540 (ICE on invalid code in cxx_incomplete_...
2016-04-20 Ilya Verbinre PR c++/69363 (ICE when doing a pragma simd reduction...
2016-04-20 Nathan Sidwellsemantics.c (finish_compound_lteral): Don't wrap VECTOR...
2016-04-19 Jason MerrillPR c++/66543 - -Wunused-but-set* false positives
2016-04-19 Jason MerrillTiny C++ cleanups.
2016-04-13 Jason Merrillre PR c++/70634 (ICE on valid code on x86_64-linux...
2016-03-12 Patrick PalkaFix PR c++/70106 (type of parenthesized qualified-id...
2016-02-26 Jason Merrillre PR c++/69889 (ICE: in assign_temp, at function.c...
2016-02-25 Patrick Palkare PR c++/69736 ("error: too few arguments to function...
2016-02-19 Patrick PalkaAdjust fix PR c++/68948
2016-02-17 Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-16 James Norrisre PR c/64748 (OpenACC: "is not a variable" error with...
2016-02-15 Jason Merrillre PR c++/69753 (bogus: expected primary-expression...
2016-02-10 Jason Merrillre PR c++/68926 (decltype and sfinae to check for templ...
2016-02-05 Jason MerrillMake issues similar to PR c++/68948 fail loudly.
2016-01-26 Jason Merrillre PR c++/68949 (Implicit initialization of array membe...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-23 Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-12-20 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-09 Paolo Carlinire PR c++/60218 ([c++11] ICE using __bases for broken...
2015-12-07 Jason MerrillFix crash70.C with -std=c++1z.
2015-12-04 David MalcolmC++ FE: expression ranges
2015-12-01 Julian BrownOpenACC host_data support.
2015-11-14 Jakub Jelinekomp-low.c (lower_omp_ordered): Add argument to GOMP_SMD...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-06 Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05 Jakub Jelinekgcc/
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-27 Nathan Sidwellparser.c (cp_parser_omp_clause_name): Add auto, gang...
2015-10-27 Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-22 Richard Bienerfold-const.c (fold_addr_of_array_ref_difference): Prope...
2015-10-20 Jason Merrillre PR c++/67064 (Register asm variable broken)
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
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-17 Andrew SuttonImplement N4295 fold-expressions.
2015-09-17 Richard Bienercp-tree.h (note_decl_for_pch): Remove.
2015-09-10 Jakub Jelinekre PR c++/67522 (OpenMP ICE in type_dependent_expression_p)
2015-09-10 Jakub Jelinekre PR c++/67511 (ICE with invalid OpenMP random access...
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-08-05 Jason Merrillre PR c++/65195 (Variable template cannot be used as...
2015-07-28 Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
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-table.h: Update comments.
2015-06-24 Edward Smith-RowlandImplement N3928 - Extending static_assert
2015-06-22 Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-16 Jason Merrillre PR c++/66387 (ICE in make_decl_rtl with lambda)
2015-06-09 Jason Merrillre PR c++/66387 (ICE in make_decl_rtl with lambda)
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-03 Manuel López-Ibáñezre PR c++/66130 ("invalid use of non-static member...
2015-05-22 Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-11 Jan Hubickaclass.c (fixup_type_variants): Do not copy TYPE_METHODS
2015-05-06 Jason MerrillFix g++.dg/torture/Wsizeof-pointer-memaccess2.C with...
2015-04-16 Paolo Carlinicall.c (build_op_delete_call, [...]): Check mark_used...
2015-03-27 Marek Polacekre PR c++/65556 (ICE: verify_gimple failed (type precis...
2015-01-29 Jason Merrillre PR c++/49508 (Bogus "control reaches end of non...
2015-01-27 Jason Merrillre PR c++/63889 (Ice with redundant static in class...
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-06 Jason Merrillre PR c++/64487 (internal compiler error: in fold_offse...
2015-01-06 Jason Merrillre PR c++/64496 (ICE with NSDMI and lambda)
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-18 Paolo Carlinire PR c++/60955 (Erroneous warning about taking address...
2014-12-12 Paolo Carlinire PR c++/59628 (ICE with invalid OpenMP "declare reduc...
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-11-19 Jason Merrillre PR c++/57979 (G++ accepts constant expression define...
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-11 Andi KleenAdd illegal cilk checks to C++ front.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-20 Jason Merrillre PR c++/63601 (Segfault on usage of 'this' in unevalu...
2014-10-15 Paolo Carlinisemantics.c (is_instantiation_of_constexpr, [...])...
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-10-10 Jason Merrill* semantics.c (finish_id_expression): Check for error_m...
2014-10-10 Jason Merrillre PR c++/63207 (ICE in expand_expr_real_l when instant...
2014-10-09 Paolo Carlinisemantics.c (check_constexpr_ctor_body_1): New.
2014-10-09 Jason Merrillre PR c++/63437 ([C++14] Parenthesized "movable but...
2014-10-06 Paolo Carlinire PR c++/55250 ([C++0x] enum declarations within const...
2014-10-03 Jason Merrilldecl.c (start_decl): Complain about static/thread_local...
2014-10-03 Jason Merrillsemantics.c (constexpr_fn_retval): Ignore declarations...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
2014-09-30 Jason Merrillc-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2014-09-25 Jakub Jelinekre PR c++/63249 ([OpenMP] Spurious »set but not used...
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-22 Jason Merrillsemantics.c (finish_non_static_data_member): In diagnos...
2014-09-20 Jason Merrillre PR c++/61392 (internal compiler error: in write_temp...
2014-09-18 Jakub Jelinekre PR c++/63248 (Crash when OpenMP target's array secti...
next