summaryrefslogtreecommitdiff
path: root/gcc/c/c-array-notation.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-8/+6
* re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin2014-08-011-0/+19
* re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin2014-06-301-1/+11
* re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...Igor Zamyatin2014-06-041-1/+3
* re PR c/61191 (cilkplus ICE on syntax error)Igor Zamyatin2014-05-261-0/+2
* tree.def (VOID_CST): New.Richard Sandiford2014-05-211-1/+1
* re PR middle-end/60469 (simple cilk plus program ICEs)Igor Zamyatin2014-04-121-12/+9
* re PR c/59825 (Many cilkplus test failures)Balaji V. Iyer2014-01-231-52/+53
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford2014-01-021-1/+1
* re PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an-if.c)Balaji V. Iyer2013-08-191-2/+12
* Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer2013-06-251-1312/+287
* fix pr c/57577Balaji V. Iyer2013-06-121-12/+1
* re PR c/57563 (Lots of Cilk+ failures on i686-linux)Balaji V. Iyer2013-06-101-12/+5
* re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Balaji V. Iyer2013-06-071-0/+8
* Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer2013-06-071-489/+1
* Fixed a bug in expansion of array notations in if-statement conditions.Balaji V. Iyer2013-06-031-4/+16
* re PR c/57474 (FAIL: c-c++-common/cilk-plus/AN/sec_implicit2?.c -fcilkplus (...Balaji V. Iyer2013-06-031-1/+5
* Fix c/c-array-notation.c compilation failure (PR bootstrap/57450)Rainer Orth2013-05-291-2/+2
* Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer2013-05-281-0/+2875