summaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/70634jason2016-04-131-1/+1
* Fix PR c++/70106 (type of parenthesized qualified-id has wrong cv-qualifiers)ppalka2016-03-121-1/+9
* PR c++/69889jason2016-02-261-0/+1
* Fix PR c++/69736ppalka2016-02-251-0/+28
* Adjust fix PR c++/68948ppalka2016-02-191-2/+11
* PR c++/10200jason2016-02-171-1/+22
* PR c/64748jnorris2016-02-161-0/+8
* PR c++/69753jason2016-02-151-22/+1
* PR c++/68926jason2016-02-101-1/+1
* Make issues similar to PR c++/68948 fail loudly.jason2016-02-051-0/+3
* PR c++/68949jason2016-01-261-3/+2
* Update copyright years.jakub2016-01-041-1/+1
* Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRtschwinge2015-12-231-1/+0
* PR c++/67411jason2015-12-201-21/+33
* /cppaolo2015-12-091-7/+13
* Fix crash70.C with -std=c++1z.jason2015-12-071-1/+11
* C++ FE: expression rangesdmalcolm2015-12-041-15/+38
* OpenACC host_data support.jules2015-12-011-0/+19
* gcc/jakub2015-11-141-0/+3
* Merge C++ delayed folding branch.jason2015-11-141-4/+28
* adaamacleod2015-11-111-7/+0
* gcc/cesar2015-11-061-0/+38
* gcc/jakub2015-11-051-64/+280
* adaamacleod2015-10-291-12/+7
* gcc/cp/nathan2015-10-271-73/+89
* [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++tschwinge2015-10-271-37/+17
* 2015-10-22 Richard Biener <rguenther@suse.de>rguenth2015-10-221-4/+9
* PR c++/67064jason2015-10-201-0/+2
* gcc/jakub2015-10-131-107/+1223
* * cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.mpolacek2015-10-071-5/+3
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-041-1/+8
* Implement N4295 fold-expressions.jason2015-09-171-0/+69
* 2015-09-17 Richard Biener <rguenther@suse.de>rguenth2015-09-171-20/+0
* PR c++/67522jakub2015-09-101-4/+7
* PR c++/67511jakub2015-09-101-1/+2
* remove more useless typedefstbsaunde2015-08-191-2/+2
* Add C++ Concepts TS support.jason2015-08-071-1/+89
* * decl.c (cp_finish_decl): Tidy.jason2015-08-061-79/+15
* PR c++/65195jason2015-08-051-0/+1
* 2015-07-28 Paolo Carlini <paolo.carlini@oracle.com>paolo2015-07-281-2/+2
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-1/+0
* PR debug/66653jason2015-06-301-6/+7
* PR c/66322mpolacek2015-06-291-5/+0
* * call.c: Use VECTOR_TYPE_P.mpolacek2015-06-271-1/+1
* * call.c (set_up_extended_ref_temp): Use VAR_P.mpolacek2015-06-271-7/+7
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-1/+1
* cp/emsr2015-06-241-2/+11
* Use std::swap instead of manual swaps.miyuki2015-06-221-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0