aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Remove -fshort-doubleBernd Schmidt3-5/+6
2016-02-05PR c++/69662 - -Wplacement-new on allocated one element array membersMartin Sebor2-1/+11
2016-02-01re PR preprocessor/69543 (_Pragma does not apply within macro)Jakub Jelinek2-1/+11
2016-02-01nvptx.c (PTX_GANG_DEFAULT): New.Nathan Sidwell2-0/+8
2016-01-27re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...Ryan Burn4-8/+15
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm2-1/+7
2016-01-21PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalidMartin Sebor2-2/+11
2016-01-18re PR c++/68767 (spurious warning: null argument where non-null required)Jason Merrill2-9/+19
2016-01-18Ignore reduction clause on kernels directiveTom de Vries2-7/+7
2016-01-15re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek2-3/+10
2016-01-14Fix minor whitespace problems in last commitJeff Law1-1/+1
2016-01-14[cilkplus] Fix cilk_spawn gimplification bug (PR cilkplus/69048)Ryan Burn2-0/+11
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm2-5/+35
2016-01-13Improve warning locations (PR66208)Bernd Schmidt2-14/+15
2016-01-10Fix -Wmisleading indentation false-positive for do-while statementPatrick Palka2-1/+12
2016-01-07PR c/68966 - atomic_fetch_* on atomic_bool not diagnosedMartin Sebor2-5/+39
2016-01-05Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)David Malcolm2-2/+32
2016-01-04Update copyright years.Jakub Jelinek35-35/+39
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm3-6/+24
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm3-0/+35
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin2-0/+7
2015-12-14re PR c/68833 (-Werror=format issues an error now)Jakub Jelinek2-2/+7
2015-12-12re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus2-3/+9
2015-12-12re PR sanitizer/68418 (ubsan complains about left shifts even with -fwrapv)Paolo Bonzini1-6/+9
2015-12-10Add -Wmisleading-indentation to -WallDavid Malcolm2-1/+5
2015-12-09c-omp.c (c_finish_oacc_wait): Remove add_stmt() call.Chung-Lin Tang1-1/+0
2015-12-08re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek3-3/+15
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm2-3/+6
2015-12-04re PR middle-end/68656 (warning about disabled var-tracking uses odd location...Jakub Jelinek1-5/+25
2015-12-04c-common.c (maybe_warn_shift_overflow): Warn on all overflows if shifting 1 o...Paolo Bonzini1-2/+5
2015-12-04Add notinbranch/inbranch flags to attribute __simd__.Kirill Yukhin1-5/+37
2015-12-03re PR preprocessor/57580 (Repeated _Pragma message directives in macro causes...Jakub Jelinek2-14/+39
2015-12-02Do constant folding in warn_* functions.Jason Merrill2-9/+39
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill3-578/+7
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers2-1/+7
2015-12-01alias-1.c: New testcase.Jan Hubicka1-6/+0
2015-12-01OpenACC host_data support.Julian Brown3-0/+11
2015-11-30c-ada-spec.c (print_ada_macros): Remove redundant blank line.Eric Botcazou2-263/+235
2015-11-29re PR c++/67581 (ICE on transparent union with -g enabled on x86_64-linux-gnu...Jan Hubicka2-1/+8
2015-11-27Fix memory leak in cilkMartin Liska3-0/+10
2015-11-26re PR c++/68527 (ICE with -fdump-ada-spec on invalid C++ 11 code)Eric Botcazou2-4/+12
2015-11-23re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)Igor Zamyatin3-6/+26
2015-11-20c-common.c (shorten_compare): But look through macros from system headers.Jason Merrill2-2/+9
2015-11-18c-common.c (shorten_compare): Don't -Wtype-limits if the non-constant operand...Jason Merrill2-1/+8
2015-11-17re PR bootstrap/68346 (Bootstrap failure on i686-linux)Jason Merrill2-1/+7
2015-11-16re PR c++/68362 (ICE: tree check: expected integer_cst, have nop_expr in get_...Marek Polacek2-0/+9
2015-11-16c-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_TYPE_P.Marek Polacek3-10/+11
2015-11-16Add __attribute__((__simd__)) to GCC.Kirill Yukhin2-0/+38
2015-11-13Add non-folding variants for convert_to_*.Kai Tietz2-2/+7
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm3-1/+18