aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-14re PR c++/57274 (Bogus sequence-point warning in C++)Jakub Jelinek1-0/+1
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-1/+1
2013-04-29c-common.c (check_user_alignment): Emit error for negative values.Senthil Kumar Selvaraj1-2/+3
2013-04-24c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.Paolo Carlini1-6/+6
2013-04-03c-common.c (pointer_int_sum): Remove dead code.Paolo Carlini1-6/+0
2013-03-09re PR middle-end/56524 (Compiler ICE when compiling with -mips16)Richard Sandiford1-2/+0
2013-02-28re PR sanitizer/56454 (need to rename attribute no_address_safety_analysis to...Konstantin Serebryany1-3/+25
2013-02-19re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez1-0/+2
2013-02-05re PR middle-end/56167 (ICE with invalid __attribute__ arguments)Jakub Jelinek1-1/+1
2013-01-30re PR c++/55742 (__attribute__ in class function declaration cause "prototype...Jakub Jelinek1-5/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09re PR c/48418 (Bit shift operator >>=)Jakub Jelinek1-2/+21
2012-12-27Before this patch...Sriraman Tallam1-1/+5
2012-12-03Fix PR c/55570.Marek Polacek1-2/+2
2012-11-29re PR c++/52654 ([C++11] Warn on overflow in user-defined literals)Ed Smith-Rowland1-1/+3
2012-11-23re PR sanitizer/55435 ([asan] implement an attribute to disable asan instrume...Jakub Jelinek1-0/+22
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-126/+119
2012-11-09Handle target specific memory models in C frontendAndi Kleen1-1/+1
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-7/+2
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-4/+0
2012-11-07re PR c/51294 (spurious warning from -Wconversion in C and C++ in conditional...Manuel López-Ibáñez1-16/+8
2012-10-25re PR c++/54427 (Expose more vector extensions)Marc Glisse1-0/+2
2012-10-12re PR c/54381 (-Wsizeof-pointer-memaccess refers to "destination" for strncmp)Jakub Jelinek1-16/+152
2012-10-09re PR c++/54194 (misleading suggestion about arithmetic in operand of '|')Paolo Carlini1-53/+96
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse1-0/+103
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill1-0/+1
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-2/+118
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-0/+143
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-07-26Hot/cold attributes for labels.Richard Henderson1-2/+5
2012-07-20re PR c++/28656 (duplicated null argument warning on memcpy())Jakub Jelinek1-14/+30
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-1/+0
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-1/+2
2012-06-15[multiple changes]Ramana Radhakrishnan1-1/+96
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-29* c-common.c: Fix typo.Joseph Myers1-1/+1
2012-05-15re PR c++/11856 (unsigned warning in template)Paolo Carlini1-1/+3
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-0/+4
2012-05-10re PR c++/53158 ([C++11] Bogus error in loop condition)Paolo Carlini1-6/+8
2012-05-10cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther1-5/+3
2012-05-08re PR c++/53261 (ICE in tree_strip_nop_conversions)Manuel López-Ibáñez1-2/+2
2012-05-05re PR c/43772 (Errant -Wlogical-op warning when testing limits)Manuel López-Ibáñez1-14/+33
2012-05-03re PR c/51712 (-Wtype-limits should not trigger for types of implementation-d...Manuel López-Ibáñez1-18/+32
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse1-0/+26
2012-04-30c-common.c (check_function_arguments): Replace Wmissing-format-attribute with...Manuel López-Ibáñez1-1/+1
2012-04-27Add new option, -Wliteral-suffix.Ollie Wild1-0/+1
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-9/+9
2012-04-19Fix #52283 error: case label does not reduce to an integer constantChristian Bruel1-0/+1
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou1-1/+1