aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2013-04-29c-common.c (check_user_alignment): Emit error for negative values.Senthil Kumar Selvaraj2-2/+7
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini2-1/+5
2013-04-24cpp.texi: Remove __GXX_EXPERIMENTAL_CXX1Y__.Paolo Carlini2-3/+6
2013-04-24c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.Paolo Carlini3-7/+15
2013-04-24cpp.texi: Document __GXX_EXPERIMENTAL_CXX1Y__.Paolo Carlini2-1/+7
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek2-7/+17
2013-04-07* c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.Steven Bosscher2-1/+5
2013-04-03c-common.c (pointer_int_sum): Remove dead code.Paolo Carlini2-6/+4
2013-03-09re PR middle-end/56524 (Compiler ICE when compiling with -mips16)Richard Sandiford2-2/+6
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2-0/+7
2013-03-04* c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.Jakub Jelinek2-0/+6
2013-02-28re PR sanitizer/56454 (need to rename attribute no_address_safety_analysis to...Konstantin Serebryany2-3/+35
2013-02-19re PR c++/56381 (ICE: cc1plus: internal compiler error: in gimplify_expr, at ...Jakub Jelinek1-1/+1
2013-02-19re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez2-0/+8
2013-02-18re PR pch/54117 (FAIL: ./decl-3.h -O0 -g (internal compiler error))Jakub Jelinek2-0/+18
2013-02-05re PR middle-end/56167 (ICE with invalid __attribute__ arguments)Jakub Jelinek2-1/+6
2013-01-30re PR c++/55742 (__attribute__ in class function declaration cause "prototype...Jakub Jelinek2-5/+6
2013-01-19re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill3-0/+23
2013-01-10Update copyright years in gcc/Richard Sandiford28-59/+28
2013-01-09re PR c/48418 (Bit shift operator >>=)Jakub Jelinek2-2/+29
2012-12-27Before this patch...Sriraman Tallam1-1/+5
2012-12-03Fix PR c/55570.Marek Polacek2-2/+8
2012-11-29re PR c++/52654 ([C++11] Warn on overflow in user-defined literals)Ed Smith-Rowland4-20/+70
2012-11-28re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener2-10/+38
2012-11-23re PR sanitizer/55435 ([asan] implement an attribute to disable asan instrume...Jakub Jelinek2-0/+29
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo7-197/+173
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin3-0/+14
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland3-2/+25
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill2-0/+8
2012-11-09Handle target specific memory models in C frontendAndi Kleen2-1/+7
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez6-100/+86
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez5-71/+63
2012-11-07re PR c/51294 (spurious warning from -Wconversion in C and C++ in conditional...Manuel López-Ibáñez2-16/+13
2012-10-29re PR c++/54930 (Add warning switch for "returning reference to temporary" an...Jonathan Wakely2-0/+9
2012-10-25Core 1402Jason Merrill2-0/+6
2012-10-25c.opt (Winherited-variadic-ctor): New.Jason Merrill2-0/+8
2012-10-25re PR c++/54427 (Expose more vector extensions)Marc Glisse2-0/+7
2012-10-23gcc:Joseph Myers5-3/+79
2012-10-20re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez3-91/+57
2012-10-18c-ada-spec.c (LOCATION_COL): Delete.Eric Botcazou2-14/+29
2012-10-16re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez3-9/+18
2012-10-16c-ada-spec.c (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Define.Eric Botcazou2-10/+34
2012-10-12re PR c/54381 (-Wsizeof-pointer-memaccess refers to "destination" for strncmp)Jakub Jelinek3-18/+165
2012-10-12re PR c++/53055 (ICE in cp_build_indirect_ref, at cp/typeck.c:2836)Marc Glisse2-1/+8
2012-10-11c-ada-spec.c (dump_ada_template): Bail out for template declarations declarin...Eric Botcazou2-2/+15
2012-10-10re PR ada/54845 ([trunk/gcc/c-family/c-ada-spec.c:3114]: (error) Buffer is ac...Arnaud Charlet2-1/+6
2012-10-09re PR c++/54194 (misleading suggestion about arithmetic in operand of '|')Paolo Carlini3-54/+105
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse3-0/+122
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill2-0/+5
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli3-2/+131