aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)Author
2016-02-17Backport PR69522 use-after-free fix.Bernd Schmidt
2015-06-26Mark ChangeLogGCC Administrator
2015-06-03backport: c-decl.c (c_decl_attributes): Also add "omp declare target" attribu...Jakub Jelinek
2015-02-27re PR c/65228 (ICE: expected tree that contains ‘decl minimal’ structure,...Marek Polacek
2015-02-11re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek
2015-02-11backport: re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek
2015-02-01backport: re PR middle-end/64766 (internal compiler error: tree check: expect...Jakub Jelinek
2015-02-01backport: re PR c/64778 (ICE on invalid code on x86_64-linux-gnu: tree check:...Jakub Jelinek
2014-10-30Mark ChangeLogGCC Administrator
2014-09-25re PR c++/63249 ([OpenMP] Spurious »set but not used« warnings when actuall...Jakub Jelinek
2014-09-03re PR c/62294 (Missing "passing argument [...] from incompatible pointer type...Marek Polacek
2014-08-22re PR other/62008 (CilkPlus Array Notation ICE in build_array_notation_ref wh...Igor Zamyatin
2014-08-01re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin
2014-07-16Mark ChangeLogGCC Administrator
2014-06-30backport: re PR fortran/60928 (gfortran issue with allocatable components and...Jakub Jelinek
2014-06-30c-parser.c (c_parser_declaration_or_fndef): Discard all type qualifiers in __...Sebastian Huber
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek
2014-06-04re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...Igor Zamyatin
2014-06-04re PR c/61053 (_Alignas(long long) reduces alignment of long long)Marek Polacek
2014-05-26re PR c/61191 (cilkplus ICE on syntax error)Igor Zamyatin
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek
2014-04-22re PR c/59073 (ICE with missing increment in OpenMP for-loop)Jakub Jelinek
2014-04-22Mark ChangeLogGCC Administrator
2014-04-15re PR middle-end/60469 (simple cilk plus program ICEs)Igor Zamyatin
2014-03-28re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek
2014-03-18re PR c/55383 (-Wcast-qual reports incorrect message)Manuel López-Ibáñez
2014-03-07The error_mark_node is not an OpenMP mappable type.Thomas Schwinge
2014-03-06re PR c/60197 (ICE with _Cilk_spawn in expression)Marek Polacek
2014-02-19c-parser.c (c_parser_declspecs): Replace call to error by error_at.Prathamesh Kulkarni
2014-02-19re PR c/60195 (Strange warnings using atomic types)Marek Polacek
2014-02-07c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek
2014-01-30re PR c/59940 (Imprecise column number for -Wconversion)Marek Polacek
2014-01-30re PR c/59905 (Unfriendly abort when calling a fucntion via a function pointe...Richard Biener
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer
2014-01-23re PR c/59846 (Imprecise column number for -Wtype-limits)Marek Polacek
2014-01-23re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin...Marek Polacek
2014-01-23re PR c/59871 (No unused value warning for comma expression)Marek Polacek
2014-01-23re PR c/59825 (Many cilkplus test failures)Balaji V. Iyer
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer
2014-01-23re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause)Jakub Jelinek
2014-01-22re PR c/59891 (ICE on invalid code (with div-by-zero) at all optimization lev...Marek Polacek
2014-01-15re PR c/58943 (wrong calculation of indirect structure member arithmetic via ...Jakub Jelinek
2014-01-09re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Balaji V. Iyer
2014-01-06re PR c/57773 (-Wpedantic incorrect warning for enum bit-field)Marek Polacek
2014-01-02Update copyright years in gcc/Richard Sandiford
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer
2013-12-17Fix description of OpenMP parallel directive in the C and C++ front ends.Thomas Schwinge