aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-15PR c/83656 - missing -Wbuiltin-declaration-mismatch on declaration without pr...Martin Sebor1-239/+485
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-3/+3
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-62/+390
2018-09-26Support excess precision for integer / floating-point comparisons (PR c/87390).Joseph Myers1-0/+14
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm1-2/+2
2018-09-13* c-typeck.c (digest_init): Shorten overlength strings.Bernd Edlinger1-4/+11
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-5/+2
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-24/+54
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-26/+82
2018-08-03Avoid infinite loop with duplicate anonymous union fields (PR c/86690).Bogdan Harjoc1-2/+7
2018-08-01re PR c/85704 (cc1 run out of memory when it compile)Jakub Jelinek1-17/+69
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-0/+2
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-0/+10
2018-06-15re PR c/86093 (volatile ignored on pointer in C)Jakub Jelinek1-1/+6
2018-05-30re PR c/55976 (-Werror=return-type should error on returning a value from a v...David Pagan1-3/+3
2018-05-10re PR c++/85662 ("error: non-constant condition for static assertion" from __...Jakub Jelinek1-1/+1
2018-04-25re PR sanitizer/84307 (asan blocks dead-store elimination)Jakub Jelinek1-0/+4
2018-03-21re PR c/84999 (ICE in make_vector_type, at tree.c:9561)Jakub Jelinek1-0/+14
2018-03-15re PR c/84853 (ICE: verify_gimple failed (expand_shift_1))Jakub Jelinek1-2/+4
2018-03-13PR c/46921 Lost side effect when struct initializer expression uses comma ope...David Pagan1-2/+4
2018-02-09[PR c/84293] Unexpected strict-alias warningNathan Sidwell1-2/+2
2018-02-02c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini1-12/+7
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek1-4/+4
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-5/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22re PR debug/83547 ((statement-frontiers) error: void value not ignored as it ...Jakub Jelinek1-10/+8
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-14/+13
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-0/+63
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-1/+7
2017-12-05invoke.texi: Document the options.Martin Liska1-6/+29
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek1-6/+14
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-0/+2
2017-11-28Remove Cilk Plus support.Julia Koval1-142/+14
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-1/+1
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-9/+16
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek1-6/+5
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-16/+13
2017-10-10Require wi::to_wide for treesRichard Sandiford1-3/+3
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm1-27/+51
2017-09-15Implement C11 excess precision semantics for conversions (PR c/82071).Joseph Myers1-2/+28
2017-09-15common.opt (Wcast-align=strict): New warning option.Bernd Edlinger1-2/+3
2017-09-13re PR c/82167 (Segmentation fault when dereferencing the address of an array ...Marek Polacek1-1/+1
2017-09-01Fix excess precision handling of compound assignments (PR c/82071).Joseph Myers1-11/+41
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford1-7/+11
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm1-1/+1
2017-08-09Boolify some parameters.Marek Polacek1-24/+24
2017-08-09re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...Marek Polacek1-59/+156
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek1-5/+13
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-31Recover GOTO predictor.Jan Hubicka1-0/+1