aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Tighten syntax checking for OpenACC routine construct in CThomas Schwinge2-10/+13
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener2-3/+11
2016-05-20PR c/71115 - [4.9/5/6/7 Regression] Missing warning: excess elementsMartin Sebor2-5/+22
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm4-37/+61
2016-05-17[Patch onbious] Fix indentation in c-typeck.c parser_build_unary_opJames Greenhalgh2-2/+6
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab2-17/+7
2016-05-13Implement C11 DR#423 resolution (ignore function return type qualifiers).Joseph Myers2-3/+23
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek4-26/+50
2016-05-11PR43651: add warning for duplicate qualifierMikhail Maltsev4-3/+33
2016-05-11re PR c++/71024 (Missing warning for contradictory attributes)Marek Polacek2-49/+7
2016-05-10re PR c/70255 (change of the order of summation of floating point numbers des...Marek Polacek2-0/+18
2016-05-05c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through t...Jakub Jelinek2-4/+11
2016-05-04c.opt (Wdangling-else): New option.Marek Polacek2-1/+6
2016-05-04re PR c/48778 (gcc 4.6 -Waddress adds unhelpful new warning case when using f...Marek Polacek2-2/+10
2016-05-03re PR c/70859 (Bad column number in type-generic function errors)Marek Polacek2-1/+8
2016-05-03Make-lang.in (cc1-checksum.c): For stage-final re-use the checksum from the p...Richard Biener2-2/+14
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis4-22/+35
2016-05-02re PR c/70851 (internal compiler error: in create_tmp_var, at gimple-expr.c:473)Marek Polacek2-2/+19
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis2-3/+11
2016-04-28c-array-notation.c (fix_builtin_array_notation_fn): Fix final argument to bui...Andrew MacLeod2-2/+7
2016-04-27invoke.texi (Warning Options): Add -Wmemset-elt-size.Bernd Schmidt2-10/+12
2016-04-26re PR c/70791 (-Wnested-externs prints inconsistent column number)Marek Polacek2-1/+5
2016-04-26re PR c/67784 (Incorrect parsing when using declarations in for loops and typ...Marek Polacek2-32/+51
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-2/+0
2016-04-20re PR c++/69363 (ICE when doing a pragma simd reduction with max)Ilya Verbin4-10/+37
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2-6/+11
2016-04-15re PR c/70671 (Wrong column number shown for "error: cannot take address of b...Marek Polacek2-6/+13
2016-04-15re PR c/70436 (-Wparentheses missing ambiguous else warning)Jakub Jelinek2-108/+162
2016-04-13re PR c/70436 (-Wparentheses missing ambiguous else warning)Marek Polacek4-77/+98
2016-04-04re PR middle-end/70307 (ICE: in gimplify_expr, at gimplify.c:10915 on valid c...Marek Polacek2-0/+25
2016-03-31re PR c/70297 (GCC Segfaults when using -g3)Marek Polacek2-0/+34
2016-03-18PR c/70281: C FE: fix uninitialized range for __builtin_types_compatible_pDavid Malcolm2-2/+10
2016-03-18re PR middle-end/70280 (-fcompare-debug failure (length) with --param=integer...Jakub Jelinek2-3/+13
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-03-16re PR c/70093 (Instancing function with VM return type cases internal compile...Marek Polacek2-0/+16
2016-03-09c-parser.c (c_parser_oacc_loop): Update cclauses and clauses when calling c_f...Cesar Philippidis2-2/+7
2016-03-04re PR c/69824 (internal compiler error in unshare_body)Bernd Schmidt2-6/+15
2016-03-04re PR c/69798 (ICE on invalid code on x86_64-linux-gnu in c_parser_braced_ini...Marek Polacek2-5/+11
2016-03-01re PR c/69796 (ICE on invalid code in useless_type_conversion_p, at gimple-ex...Jakub Jelinek2-4/+8
2016-02-24re PR c/69819 (ICE on invalid code on x86_64-linux-gnu in tree check: expecte...Marek Polacek2-1/+7
2016-02-23re PR objc/69844 (Possibly bogus error: unknown type name in ObjC code)Jakub Jelinek2-7/+30
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek2-10/+5
2016-02-16re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())James Norris2-1/+6
2016-02-12Fix incomplete initialization of the declspec struct.Bernd Schmidt2-27/+3
2016-02-12Fix obstack use-after-free problems in C frontend, PR69522Bernd Schmidt4-33/+51
2016-02-11re PR c/69768 (Bogus -Waddress warning)Jakub Jelinek2-2/+10
2016-02-04re PR c/69669 (ICE with enum __attribute__((mode(QI))))Jakub Jelinek2-12/+25
2016-01-29re PR debug/69518 (Flag -g causes "error: type variant has different TYPE_VFI...Jakub Jelinek2-11/+16
2016-01-27re PR debug/66869 (-Wunused-function no longer warns for static declarations ...Jakub Jelinek2-4/+22
2016-01-27re PR c/68062 (ICE when comparing vectors)Marek Polacek2-0/+34