summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* PR debug/77773aldyh2016-10-282-5/+14
* 2016-09-27 Richard Biener <rguenther@suse.de>rguenth2016-09-272-1/+12
* backport "Don't treat array as builtin type in set_underlying_type"vries2016-09-132-1/+10
* Update ChangeLog and version files for releasegcc-6_2_0-releaserguenth2016-08-221-0/+4
* Fix PR c++/71214trippels2016-07-052-0/+6
* Backported from mainlinejakub2016-06-142-1/+9
* PR sanitizer/71498jakub2016-06-132-6/+12
* PR c++/71349jakub2016-05-302-1/+21
* gcc/c-family/cesar2016-04-293-3/+27
* Update ChangeLog and version files for releasegcc-6_1_0-releasegccadmin2016-04-271-0/+4
* * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.jason2016-04-202-1/+7
* PR c/70651mpolacek2016-04-152-2/+18
* PR c++/70639mpolacek2016-04-132-4/+11
* * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.jason2016-03-282-1/+5
* PR c++/69884mpolacek2016-03-232-0/+9
* PR c/69993: improvements to wording of -Wmisleading-indentationdmalcolm2016-03-222-4/+13
* PR c/69407mpolacek2016-03-172-0/+10
* * libcpp/expr.c (cpp_classify_number): Hex floats are new in C++1z.jason2016-03-152-0/+6
* * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.jason2016-03-152-1/+5
* 2016-03-09 Richard Biener <rguenther@suse.de>rguenth2016-03-092-1/+9
* Remove Concepts from -std=c++1z.jason2016-03-082-2/+4
* PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)dmalcolm2016-03-042-61/+94
* PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)dmalcolm2016-03-042-6/+21
* 2016-03-04 Richard Biener <rguenther@suse.de>rguenth2016-03-042-1/+7
* PR c++/69795mpolacek2016-03-012-1/+7
* PR middle-end/69780 - [4.9/5/6 Regression] ICE on __builtin_alloca_with_alignmsebor2016-02-232-0/+33
* PR28901 Add two levels for -Wunused-const-variable.mark2016-02-222-1/+11
* gcc/c-family/ChangeLog:edlinger2016-02-192-4/+14
* PR c++/69826jakub2016-02-192-1/+15
* PR c/69835jakub2016-02-162-0/+9
* PR c++/69797jakub2016-02-152-1/+7
* Remove -fshort-doublebernds2016-02-083-5/+6
* PR c++/69662 - -Wplacement-new on allocated one element array membersmsebor2016-02-052-1/+11
* PR preprocessor/69543jakub2016-02-012-1/+11
* gcc/nathan2016-02-012-0/+8
* 2016-01-15 Ryan Burn <contact@rnburn.com>law2016-01-274-8/+15
* PR other/69006: fix extra newlines after diagnosticsdmalcolm2016-01-262-1/+7
* PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalidmsebor2016-01-212-2/+11
* PR c++/68767jason2016-01-182-9/+19
* Ignore reduction clause on kernels directivevries2016-01-182-7/+7
* PR bootstrap/68271jakub2016-01-152-3/+10
* Fix minor whitespace problems in last commitlaw2016-01-141-1/+1
* [cilkplus] Fix cilk_spawn gimplification bug (PR cilkplus/69048)law2016-01-142-0/+11
* PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...dmalcolm2016-01-142-5/+35
* Improve warning locations (PR66208)bernds2016-01-132-14/+15
* Fix -Wmisleading indentation false-positive for do-while statementppalka2016-01-102-1/+12
* PR c/68966 - atomic_fetch_* on atomic_bool not diagnosedmsebor2016-01-082-5/+39
* Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)dmalcolm2016-01-052-2/+32
* Update copyright years.jakub2016-01-0435-35/+39
* C and C++ FE: fix source ranges for binary opsdmalcolm2015-12-213-6/+24