aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-fold.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-24c: add support for per-location warning groups.Martin Sebor1-4/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-20c/95141 - fix bogus integer overflow warningRichard Biener1-0/+1
2020-03-16c: Handle MEM_REF in c_fully_fold* [PR94179]Jakub Jelinek1-0/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-10re PR c++/85662 ("error: non-constant condition for static assertion" from __...Jakub Jelinek1-1/+1
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm1-0/+10
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek1-2/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14re PR middle-end/83415 (ICE during gimplification of assignment to read-only ...Richard Biener1-1/+1
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek1-1/+4
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+1
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek1-65/+100
2017-05-24PR c/80731 - poor -Woverflow warningsMartin Sebor1-2/+2
2017-05-22c-fold.c (c_fully_fold_internal): Save the c_fully_fold_internal result for S...Jakub Jelinek1-10/+6
2017-05-17Bye bye, c_save_expr.Marek Polacek1-5/+23
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-01extend shift count warnings to vector typesJan Beulich1-5/+13
2016-04-04re PR middle-end/70307 (ICE: in gimplify_expr, at gimplify.c:10915 on valid c...Marek Polacek1-0/+20
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill1-0/+589