aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska1-0/+1
2017-06-13Implement no_sanitize function attributeMartin Liska1-8/+8
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina1-2/+0
2017-06-08re PR c/81006 (ICE with zero-size array and #pragma omp task depend)Jakub Jelinek1-3/+3
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina1-0/+2
2017-06-02invoke.texi: Document the -Wsizeof-pointer-div warning.Bernd Edlinger1-0/+3
2017-05-24PR c/80731 - poor -Woverflow warningsMartin Sebor1-1/+1
2017-05-18c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.Marek Polacek1-3/+3
2017-05-18c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek1-10/+11
2017-05-17c-common.c: Use NULL_TREE instead of 0 where appropriate.Marek Polacek1-92/+95
2017-05-17Bye bye, c_save_expr.Marek Polacek1-10/+10
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-7/+1
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek1-3/+13
2017-03-21re PR c/80097 (internal compiler error in c_fully_fold_internal with std=c89 ...Jakub Jelinek1-2/+4
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek1-1/+2
2017-02-22re PR c/79662 (ICE on invalid code in convert_arguments in c/c-typeck.c:3452)Marek Polacek1-4/+7
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek1-0/+9
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek1-0/+27
2017-01-04C FE: implement fix-it hint for -Wmissing-bracesDavid Malcolm1-13/+40
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-4/+8
2016-12-14Split omp-low into multiple filesMartin Jambor1-10/+10