summaryrefslogtreecommitdiff
path: root/gcc/c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-0120-20/+24
* re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek2016-12-212-4/+12
* re PR c/77767 (Side-effect from VLA array parameters lost)Jakub Jelinek2016-12-212-2/+18
* gimple-parser.c (c_parser_gimple_compound_statement): Improve error recovery.Richard Biener2016-12-202-9/+26
* Split omp-low into multiple filesMartin Jambor2016-12-144-20/+38
* c-parser.c (c_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA...Cesar Philippidis2016-12-022-10/+39
* re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger2016-11-212-3/+10
* Add SET_DECL_MODERichard Sandiford2016-11-182-3/+10
* ChangeLog: Fix ChangeLog entry.Uros Bizjak2016-11-151-1/+7
* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.Jakub Jelinek2016-11-141-37/+37
* Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal2016-11-143-0/+1651
* Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal2016-11-145-158/+126
* re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni2016-11-131-0/+22
* Add -Wshadow=global -Wshadow=local and -Wshadow=compatible-local.Le-Chun Wu2016-10-312-6/+43
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-132-0/+5
* re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek2016-10-132-1/+7
* re PR c++/69733 (-Wignored-qualifiers points to wrong const)Bernd Schmidt2016-10-072-3/+44
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-263-8/+107
* re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek2016-09-242-0/+32
* sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek2016-09-232-1/+6
* * c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.Marek Polacek2016-09-162-2/+6
* c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek2016-09-145-29/+46
* fix-it hints: insert_before vs insert_afterDavid Malcolm2016-09-132-3/+8
* c-typeck.c (build_unary_op): Rename FLAG parameter to NOCONVERT.Marek Polacek2016-09-132-8/+14
* re PR c++/77496 (ICE in instantiate_type, at cp/class.c:8270)Bernd Edlinger2016-09-122-2/+11
* Move class substring_loc from c-family into gccDavid Malcolm2016-09-072-0/+8
* ChangeLog formatting fixes.Jakub Jelinek2016-09-051-4/+4
* re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek2016-09-025-48/+234
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-09-012-1/+6
* C: Fix missing spaces in 'struct' fix-it hintsDavid Malcolm2016-09-012-3/+8
* rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm2016-08-304-10/+21
* c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek2016-08-252-1/+6
* re PR c/77323 (Bad "defaults to 'int'" warning for unsupported types)Marek Polacek2016-08-252-13/+30
* Implement C _FloatN, _FloatNx types.Joseph Myers2016-08-195-12/+188
* re PR c/67410 (c/c-typeck.c references out of bounds array)Jakub Jelinek2016-08-122-1/+11
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-123-3/+13
* re PR c/72816 (ICE on x86_64-linux-gnu (tree check: expected tree that contai...Jakub Jelinek2016-08-112-0/+9
* c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm2016-08-082-0/+29
* Rework C/C++ OpenACC routine parsingThomas Schwinge2016-08-042-50/+124
* C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge2016-08-042-42/+52
* extend shift count warnings to vector typesJan Beulich2016-08-013-27/+55
* re PR c/71573 (ICE on invalid C code on x86_64-linux-gnu (tree check: expecte...Marek Polacek2016-07-292-1/+5
* re PR c/71853 (ICE on an ill-formed case statement in c_do_switch_warnings)Marek Polacek2016-07-292-0/+5
* re PR c/71742 (Wrong formulation of "error: flexible array member in otherwis...Marek Polacek2016-07-292-1/+7
* re PR c/71969 (Wrong setting of DECL_DISREGARD_INLINE_LIMITS in the C FE)Jakub Jelinek2016-07-292-1/+9
* re PR c/71583 (ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_e...Marek Polacek2016-07-292-1/+9
* c-typeck.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak2016-07-222-2/+6
* Enabling work for C++ handling of misspelled identifiers and typenamesDavid Malcolm2016-07-202-41/+11
* C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm2016-07-203-14/+29
* target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay2016-07-201-0/+3