aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-23Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak1-0/+7
2004-04-09c-common.c (handle_noreturn_attribute): Use TYPE_READONLY instead of TREE_REA...Andrew Pinski1-1/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-15/+15
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner1-2/+2
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2004-03-19c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell1-6/+0
2004-03-16c-common.c (c_common_type_for_mode): Build vector types on demand.Paolo Bonzini1-109/+33
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-65/+65
2004-02-25c-common.c (handle_alias_attribute): Reject the attribute if current_function...Richard Henderson1-1/+7
2004-02-23Remove -fwritable-strings.Zack Weinberg1-2/+2
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-17/+0
2004-02-11c-common.c (vector_size_helper): Remove; call reconstruct_complex_type() inst...Ziemowit Laski1-48/+1
2004-02-09re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...James E Wilson1-1/+1
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-15/+0
2004-02-03re PR c/11658 (Wrong error message)Paolo Bonzini1-32/+10
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-20fix commentJason Merrill1-1/+1
2004-01-17c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and builtin_ex...Jan Hubicka1-1/+18
2004-01-13lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka1-4/+5
2004-01-13re PR c++/12709 (ICE with __FUNCTION__ and function-try-block)Andrew Pinski1-1/+7
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-3/+4
2003-12-31c-common.c (c_expand_expr): Remove code to return a value different from that...Mark Mitchell1-18/+5
2003-12-25PR C++/13429, C/11944Andrew Pinski1-0/+6
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell1-1/+3
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-11/+0
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-15re PR c++/10779 (Error cascade for unknown type in function prototype)Mark Mitchell1-0/+32
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern1-20/+19
2003-10-20c-common.c (expand_tree_builtin): Ensure creal and cimag functions do not ret...Joseph Myers1-2/+4
2003-10-20c-common.c (registered_builtin_types): New static.Zack Weinberg1-0/+12
2003-10-12c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea...Steven Bosscher1-10/+25
2003-10-09re PR middle-end/6392 (Problems with __restrict__ type qualifier (array))Jason Merrill1-16/+24
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-1/+19
2003-09-24* c-common.c (c_common_type_for_mode): Check for VOIDmode.Nathan Sidwell1-0/+3
2003-09-22c-common.c (c_common_signed_or_unsigned_type): Examine mode, not precision.Richard Henderson1-11/+16
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-28/+17
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-2/+0
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill1-0/+41
2003-09-15invoke.texi (Warning Options): Describe -Wold-style-definition.Andreas Jaeger1-0/+4
2003-09-09langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell1-0/+15
2003-09-04Correct the behavior of __func__ for C++ special member functions.Matt Austern1-10/+12
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis1-0/+9
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-2/+10
2003-08-20re PR middle-end/11996 (Compiling libjava ICE's.)Mark Mitchell1-10/+1
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-1/+10
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata1-4/+4