aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-19*** empty log message ***Andrew Pinski1-0/+36
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-0/+7
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle1-21/+1
2003-08-03builtin-types.def (BT_SSIZE): New primitive type.Roger Sayle1-20/+1
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-4/+0
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-4/+0
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell1-4/+6
2003-07-28c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson1-0/+4
2003-07-24builtins.def (BUILT_IN_PRINTF, [...]): Changed from front-end builtins to nor...Roger Sayle1-296/+0
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-34/+34
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-22c-common.c (handle_packed_attribute): Don't pack a struct via a typedef.Nathan Sidwell1-13/+21
2003-07-22c-common.c (c_common_type_for_mode): Return integer types for pointer modes.Alexandre Oliva1-2/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+6
2003-07-18c-common.c: Don't undefine GCC_DIAG_STYLE.Gabriel Dos Reis1-33/+27
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher1-1/+0
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-0/+67