aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-1/+0
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill1-21/+33
2015-12-09re PR c++/60218 ([c++11] ICE using __bases for broken class hierarchy)Paolo Carlini1-7/+13
2015-12-06Fix crash70.C with -std=c++1z.Jason Merrill1-1/+11
2015-12-04C++ FE: expression rangesDavid Malcolm1-15/+38
2015-12-01OpenACC host_data support.Julian Brown1-0/+19
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek1-0/+3
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-4/+28
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-0/+38
2015-11-05gcc/Jakub Jelinek1-64/+280
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-12/+7
2015-10-27parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker.Nathan Sidwell1-73/+89
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-37/+17
2015-10-22fold-const.c (fold_addr_of_array_ref_difference): Properly convert operands b...Richard Biener1-4/+9
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