aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-01re PR c++/30021 (ICE on invalid parameter for main)Volker Reichelt1-1/+1
2006-11-27c-common.c (constant_fits_type_p): Delete.Roger Sayle1-74/+57
2006-11-24re PR c/29736 (ICE on duplicate vector attribute)Jakub Jelinek1-0/+2
2006-11-24re PR c/2707 (gcc does not warn on truncate)Manuel López-Ibáñez1-26/+139
2006-11-08c-common.c (c_common_attributes): Add gnu_inline attribyte.Jakub Jelinek1-0/+27
2006-11-01c-common.c (flag_cpp0x): New.Doug Gregor1-0/+5
2006-10-30re PR c++/6321 (no warning for bad main function declaration)Dirk Mueller1-2/+53
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-5/+5
2006-08-26tree.h (CASE_LOW_SEEN, [...]): New macros for manipulating temporary visit fl...Roger Sayle1-73/+74
2006-08-17re PR c/28744 (externally_visible attribute not effective with prior declarat...Jakub Jelinek1-8/+8
2006-08-17[multiple changes]Paolo Bonzini1-9/+23
2006-08-15re PR c/28287 (ICE with misplaced attribute weak)Danny Smith1-2/+7
2006-08-13c-common.c (strict_aliasing_warning): Fix formatting.Dirk Mueller1-3/+3
2006-07-24re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka1-14/+3
2006-07-18re PR c/26993 (ICE on invalid code with weakref)Alexandre Oliva1-0/+10
2006-07-05re PR c++/13983 (no warning on some non-POD struct with packed attribute)Jason Merrill1-14/+0
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-20/+44
2006-06-20re PR c/27149 (English in warning not grammatical: "the address of x, will al...Martin Michlmayr1-1/+1
2006-06-05re PR middle-end/27382 (ICE in c_common_truthvalue_conversion with label addr...Roger Sayle1-1/+3
2006-06-04re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-0/+4
2006-05-30re PR c/27273 (tree check fail for legal code when convert returns a constant...Dirk Mueller1-1/+2
2006-05-22re PR c/27420 (ICE on invalid function definition)Volker Reichelt1-0/+3
2006-05-18Whitespace fixupsMike Stump1-43/+43
2006-05-01c-typeck.c (parser_build_binary_op): Don't call the function unsigned_convers...Roger Sayle1-1/+1
2006-05-01common.opt (Woverflow): New command line option.Roger Sayle1-6/+10
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-0/+25
2006-02-28re PR tree-optimization/14752 ([tree-ssa] "~a" should be changed to "a" if us...Roger Sayle1-31/+0
2006-02-24Index: gcc/ChangeLogGeoffrey Keating1-1/+7
2006-02-13invoke.texi (-Write-strings): Document that it is enabled by default.Gabriel Dos Reis1-5/+0
2006-02-09c-common.h (flag_const_strings): Don't declare.Gabriel Dos Reis1-10/+9
2006-01-29c.opt: Add -W(no-)overlength-strings.Zack Weinberg1-5/+18
2006-01-26re PR c/25861 (tree check fail at c-common.c:2430)Andrew Pinski1-7/+8
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller1-0/+30
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-0/+4
2006-01-04re PR c/25559 (Internal compiler error when specifying vector_size(2) of int)Jakub Jelinek1-0/+12
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-0/+15
2005-12-22backport: builtins.def: Move all DEF_SYNC_BUILTIN to ...Jakub Jelinek1-159/+96
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+31
2005-12-14c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses...Ben Elliston1-2/+2
2005-12-05Index: gcc/ChangeLogGeoffrey Keating1-4/+12
2005-12-04c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers1-9/+5
2005-12-03c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers1-3/+3
2005-12-01re PR c++/13384 (error: non-lvalue in assignment - message a little misleadin...Gabriel Dos Reis1-5/+5
2005-11-28re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell1-4/+10
2005-11-28c-common.c (strict_aliasing_warning): Handle all component-ref like accesses.Richard Guenther1-1/+1
2005-11-24re PR c++/14024 (g++ isn't reporting aliasing warnings)Richard Guenther1-0/+36
2005-11-24re PR c++/21667 (misleading warning about array subscription)Gabriel Dos Reis1-0/+16
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson1-1/+1
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-1/+1
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump1-1/+1