aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-16invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez1-16/+25
2007-03-14c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller1-16/+13
2007-03-14re PR c/21438 (Warning about division by zero depends on lexical form)Manuel López-Ibáñez1-0/+13
2007-03-10c-common.c (warn_logical_operator): Fix condition.Dirk Mueller1-17/+15
2007-03-09re PR c/17946 (wanted: warning for "a && MASK" when "a & MASK" was probably i...Dirk Mueller1-0/+38
2007-03-08re PR c++/30852 (Trouble with __builtin_offsetof and volatile)Volker Reichelt1-0/+6
2007-03-06errors.h (warning, [...]): Mark as cold.Jan Hubicka1-0/+59
2007-03-06c-common.c (targetcm): Add.Mike Stump1-0/+5
2007-03-04re PR other/30465 (Duplicated overflow warning)Manuel López-Ibáñez1-17/+14
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-69/+54
2007-02-27c-common.c (get_priority): Add check for SUPPORTS_INIT_PRIORITY.Mark Mitchell1-0/+9
2007-02-26c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell1-0/+60
2007-02-26output.h (assemble_addr_to_section): Declare.Mark Mitchell1-2/+5
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-6/+78
2007-02-19c.opt (Waddress): New.Manuel López-Ibáñez1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-19/+26
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-2/+12
2007-01-31c-common.c (warn_about_parentheses): Separate warning about un-parenthized se...Dirk Mueller1-6/+17
2007-01-29007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez1-0/+13
2007-01-13tree.h (force_fit_type_double): Remove unused final argument.Roger Sayle1-12/+6
2007-01-11c-common.c (vector_types_convertible_p): Treat opaque types as always convert...Joseph Myers1-8/+12
2007-01-08tree.h (force_fit_type_double): Export.Richard Guenther1-6/+5
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell1-13/+38
2007-01-05re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez1-25/+31
2007-01-05c-common.c (decl_with_nonnull_addr_p): New function.Ian Lance Taylor1-12/+23
2007-01-05* c-common.c (check_function_nonnull): Whitespace fix.Ian Lance Taylor1-4/+4
2007-01-02c-common.c (c_common_truthvalue_conversion): When warning about using an assi...Ian Lance Taylor1-4/+8
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-0/+17
2006-12-29c-common.c (c_define_builtins): New static function broken out of c_common_no...Ian Lance Taylor1-71/+81
2006-12-16re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-3/+3
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-0/+82
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