aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-20re PR c++/67064 (Register asm variable broken)Jason Merrill1-0/+2
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-107/+1223
2015-10-07cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek1-5/+3
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+8
2015-09-17Implement N4295 fold-expressions.Andrew Sutton1-0/+69
2015-09-17cp-tree.h (note_decl_for_pch): Remove.Richard Biener1-20/+0
2015-09-10re PR c++/67522 (OpenMP ICE in type_dependent_expression_p)Jakub Jelinek1-4/+7
2015-09-10re PR c++/67511 (ICE with invalid OpenMP random access iterator)Jakub Jelinek1-1/+2
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-1/+89
2015-08-05decl.c (cp_finish_decl): Tidy.Jason Merrill1-79/+15
2015-08-05re PR c++/65195 (Variable template cannot be used as a function)Jason Merrill1-0/+1
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-6/+7
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek1-5/+0
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-1/+1
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-7/+7
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-table.h: Update comments.Richard Sandiford1-1/+1
2015-06-24Implement N3928 - Extending static_assertEdward Smith-Rowland1-2/+11
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-16re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill1-0/+2
2015-06-09re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill1-1/+5
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-03re PR c++/66130 ("invalid use of non-static member function" message could be...Manuel López-Ibáñez1-1/+1
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek1-5/+0
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-0/+1
2015-05-05Fix g++.dg/torture/Wsizeof-pointer-memaccess2.C with -std=c++11Jason Merrill1-0/+1
2015-04-16call.c (build_op_delete_call, [...]): Check mark_used return value.Paolo Carlini1-1/+2
2015-03-27re PR c++/65556 (ICE: verify_gimple failed (type precision mismatch in switch...Marek Polacek1-0/+2
2015-01-29re PR c++/49508 (Bogus "control reaches end of non-void function" warning)Jason Merrill1-1/+7
2015-01-27re PR c++/63889 (Ice with redundant static in class scope constexpr variable ...Jason Merrill1-9/+0
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-4/+98
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-06re PR c++/64487 (internal compiler error: in fold_offsetof_1, at c-family/c-c...Jason Merrill1-0/+9
2015-01-06re PR c++/64496 (ICE with NSDMI and lambda)Jason Merrill1-3/+19
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-18re PR c++/60955 (Erroneous warning about taking address of register with std=...Paolo Carlini1-0/+3
2014-12-12re PR c++/59628 (ICE with invalid OpenMP "declare reduction" clause)Paolo Carlini1-0/+2
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-10/+0
2014-11-19re PR c++/57979 (G++ accepts constant expression defined using floating point...Jason Merrill1-1/+1
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-4/+2
2014-11-11Add illegal cilk checks to C++ front.Andi Kleen1-0/+22
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-20re PR c++/63601 (Segfault on usage of 'this' in unevaluated context inside la...Jason Merrill1-18/+12
2014-10-15semantics.c (is_instantiation_of_constexpr, [...]): Moved definitions...Paolo Carlini1-3357/+0
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-37/+37