summaryrefslogtreecommitdiff
path: root/gcc/c/c-typeck.c
AgeCommit message (Expand)Author
2019-01-02Backport of the "asm inline" patchesSegher Boessenkool
2018-06-22backport: re PR c/85696 (OpenMP with variably modified and default(none) won'...Jakub Jelinek
2018-06-22backport: re PR c++/85662 ("error: non-constant condition for static assertio...Jakub Jelinek
2018-06-22backport: re PR c/84999 (ICE in make_vector_type, at tree.c:9561)Jakub Jelinek
2018-06-22backport: re PR c/84853 (ICE: verify_gimple failed (expand_shift_1))Jakub Jelinek
2017-06-08re PR c/81006 (ICE with zero-size array and #pragma omp task depend)Jakub Jelinek
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek
2017-03-21re PR c/80097 (internal compiler error in c_fully_fold_internal with std=c89 ...Jakub Jelinek
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek
2017-02-22re PR c/79662 (ICE on invalid code in convert_arguments in c/c-typeck.c:3452)Marek Polacek
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek
2017-01-04C FE: implement fix-it hint for -Wmissing-bracesDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-24re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek
2016-09-16* c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.Marek Polacek
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek
2016-09-13c-typeck.c (build_unary_op): Rename FLAG parameter to NOCONVERT.Marek Polacek
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm
2016-08-25c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-12re PR c/67410 (c/c-typeck.c references out of bounds array)Jakub Jelinek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-01extend shift count warnings to vector typesJan Beulich
2016-07-22c-typeck.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis
2016-07-02re PR c/71719 (invalid set-but-not-used warning with vectors)Jakub Jelinek
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...Thomas Schwinge
2016-06-28re PR c/71685 (Segmentation fault in gcc when compiling the attached file.)Jakub Jelinek
2016-06-28PR c/71552 - Confusing error for incorrect struct initializationMartin Sebor
2016-06-20Fix ICE on conditional expression between DFP and non-DFP float (PR c/71601).Joseph Myers
2016-06-15spellcheck.h: add best_match template; implement early-rejectDavid Malcolm
2016-06-14Introduce gcc_rich_location::add_fixit_misspelled_idDavid Malcolm
2016-06-13C: fixits for named initializersDavid Malcolm
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm
2016-06-06c-typeck.c (comptypes_internal): Handle comparisons of INTEGER_TYPE, FIXED_PO...Marek Polacek
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener
2016-05-20PR c/71115 - [4.9/5/6/7 Regression] Missing warning: excess elementsMartin Sebor
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm
2016-05-17[Patch onbious] Fix indentation in c-typeck.c parser_build_unary_opJames Greenhalgh
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek
2016-05-04re PR c/48778 (gcc 4.6 -Waddress adds unhelpful new warning case when using f...Marek Polacek