aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/expr.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-05c++: Fix bogus -Wvolatile warning in C++20 [PR98947]Marek Polacek1-7/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-04c++: Use iloc_sentinel in mark_use.Jason Merrill1-3/+1
2020-05-21c++: template instantiation during fold_for_warn [PR94038]Patrick Palka1-1/+6
2020-04-04c++: Fix reuse of class constants [PR94453]Jason Merrill1-5/+17
2020-02-08c++: Use constexpr to avoid wrong -Wsign-compare (PR90691).Jason Merrill1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-24PR c++/91845 - ICE with invalid pointer-to-member.Marek Polacek1-1/+1
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek1-0/+22
2019-01-11PR c++/88613 - ICE with use of const var in lambda.Jason Merrill1-2/+15
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-0/+2
2018-06-22PR c++/86219 - ICE with erroneous initializer in template.Jason Merrill1-1/+7
2018-06-16PR c++/86147 - wrong capture for template argument.Jason Merrill1-5/+8
2018-06-02PR c++/85761 - ICE with ill-formed use of const outer variable.Jason Merrill1-0/+8
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-2/+2
2018-03-09PR c++/84726 - unnecessary capture of constant vars.Jason Merrill1-2/+18
2018-03-07lambda.c (is_capture_proxy_with_ref): Remove.Jason Merrill1-2/+2
2018-02-01PR c++/84160 - ICE with nested variadic capture.Jason Merrill1-2/+2
2018-01-18PR c++/83160] local ref to captureNathan Sidwell1-1/+1
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm1-0/+15
2018-01-12[C++ PATCH] some reformattingNathan Sidwell1-16/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-13Capture adjustments for P0588R1.Jason Merrill1-0/+16
2017-10-10More delayed lambda capture fixes.Jason Merrill1-18/+60
2017-09-28PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill1-8/+99
2017-05-26cp-tree.h (struct lang_decl_decomp): New type.Jakub Jelinek1-2/+2
2017-05-23-Wunused and C++17 structured bindingsJason Merrill1-0/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener1-0/+1
2016-04-19PR c++/66543 - -Wunused-but-set* false positivesJason Merrill1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+2
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-6/+12
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-22re PR c++/62129 (internal compiler error: in output_constant, at varasm.c:4755)Jason Merrill1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-03-20re PR c++/54532 ([C++0x][constexpr] internal error when initializing static c...Jason Merrill1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-11re PR c++/55643 ([C++11] incorrect "warning: variable ‘myVar’ set but no...Jakub Jelinek1-0/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-07re PR c++/44444 (-Wunused-but-set-variable problem with field references)Jakub Jelinek1-1/+2
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+0