aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2015-03-11c-parser.c (c_parse_init): Don't call xstrdup on get_identifier argument.Jakub Jelinek2-1/+6
2015-03-10re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat...Jakub Jelinek2-0/+7
2015-03-09re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat...Jakub Jelinek2-2/+34
2015-03-09c-convert.c (convert): Make use of do_ubsan_in_current_function.Marek Polacek4-10/+9
2015-02-27re PR c/65228 (ICE: expected tree that contains ‘decl minimal’ structure,...Marek Polacek2-2/+7
2015-02-14re PR c/64768 (internal compiler error: tree check: expected tree that contai...Marek Polacek2-0/+19
2015-02-13re PR c/65050 (Show the type for "array type has incomplete element type" error)Marek Polacek2-1/+8
2015-02-11re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek2-2/+8
2015-02-09re PR c/64856 (Initializing struct not accepted in gnu99)Marek Polacek2-3/+9
2015-02-04re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek2-0/+7
2015-02-02c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after processin...Bruno Loff2-0/+6
2015-01-29re PR c/64709 (Bogus -Wmissing-field-initializers warning)Marek Polacek2-10/+25
2015-01-27re PR middle-end/64766 (internal compiler error: tree check: expected block, ...Jakub Jelinek2-1/+8
2015-01-26re PR c/64778 (ICE on invalid code on x86_64-linux-gnu: tree check: expected ...Jakub Jelinek2-1/+7
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener2-0/+8
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge4-22/+1146
2015-01-09re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek1-0/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison9-2/+79
2015-01-07re PR c/64417 ([SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for ex...Marek Polacek2-0/+34
2015-01-05re PR sanitizer/64344 ([UBSAN] ICE with -fsanitize=float-cast-overflow [ICE i...Jakub Jelinek3-6/+31
2015-01-05Update copyright years.Jakub Jelinek16-16/+20
2015-01-05re PR c/64423 (Incorrect column number of -Wchar-subscripts)Marek Polacek2-1/+7
2014-12-20invoke.texi: Document -Wdiscarded-array-qualifiers.Martin Uecker2-122/+217
2014-12-17re PR sanitizer/64289 (ICE with -fsanitize=float-cast-overflow)Jakub Jelinek2-0/+23
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek3-13/+20
2014-11-28re PR c/63862 (C frontend converts shift-count to int while standard wants in...Marek Polacek2-10/+6
2014-11-25re PR c/63877 (- -Wmissing-declarations produces false alarms for C99 inline ...Marek Polacek2-1/+8
2014-11-21re PR target/63764 (ICE: in verify_ssa, at tree-ssa.c:939)Jakub Jelinek2-4/+17
2014-11-19Allow the static chain to be set from CRichard Henderson1-0/+40
2014-11-11tree-core.h (pedantic_lvalues): Remove.Richard Biener2-2/+5
2014-11-11Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen3-34/+53
2014-11-10invoke.texi ([-Wshift-count-negative, [...]): Add.Paolo Carlini2-6/+13
2014-10-30c-objc-common.c (c_tree_printer): For a typedef name, print the stripped vers...Marek Polacek2-16/+46
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford4-4/+9
2014-10-28cgraph.h: Flatten.Andrew MacLeod3-0/+18
2014-10-27Let GDB reuse GCC's parser.Phil Muldoon3-15/+192
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2-1/+12
2014-10-26In cp/error.c...Manuel López-Ibáñez2-11/+12
2014-10-23re PR c/63626 (Warning "inline function declared but never defined" output tw...Marek Polacek2-1/+7
2014-10-19re PR c/63567 (Linux kernel build error due to non-static initializers)Marek Polacek2-1/+11
2014-10-17re PR c/63567 (Linux kernel build error due to non-static initializers)Marek Polacek2-1/+10
2014-10-17re PR c/63543 (incomplete type error should suppress duplicates)Marek Polacek3-1/+16
2014-10-17re PR c/63549 ([4.8/4.9/5] ICE in build_array_ref with invalid code)Marek Polacek2-0/+8
2014-10-17c-opts.c (c_common_post_options): Set warn_implicit_int.Marek Polacek2-4/+11
2014-10-17Fix misplaced changelog entryMarkus Trippelsdorf1-0/+8
2014-10-17Fix pr61848, linux kernel miscompileMarkus Trippelsdorf1-13/+15
2014-10-16function.h: Flatten file.Andrew MacLeod2-1/+9
2014-10-14More missed bits from the big __intN patchDJ Delorie1-4/+1
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie4-35/+90
2014-10-13c-parser.c (c_parser_all_labels): New function to replace the duplicate code.Anthony Brandon2-15/+21