aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)Author
2004-03-19c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell
2004-02-18re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell
2004-02-09re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...James E Wilson
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg
2004-01-23alias.c, [...]: Update copyright.Kazu Hirata
2004-01-17c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and builtin_ex...Jan Hubicka
2004-01-13lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka
2004-01-13re PR c++/12709 (ICE with __FUNCTION__ and function-try-block)Andrew Pinski
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell
2003-12-31c-common.c (c_expand_expr): Remove code to return a value different from that...Mark Mitchell
2003-12-25PR C++/13429, C/11944Andrew Pinski
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell
2003-12-21alias.c: Fix comment formatting.Kazu Hirata
2003-12-15re PR c++/10779 (Error cascade for unknown type in function prototype)Mark Mitchell
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern
2003-10-20c-common.c (expand_tree_builtin): Ensure creal and cimag functions do not ret...Joseph Myers
2003-10-20c-common.c (registered_builtin_types): New static.Zack Weinberg
2003-10-12c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea...Steven Bosscher
2003-10-09re PR middle-end/6392 (Problems with __restrict__ type qualifier (array))Jason Merrill
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski
2003-09-24* c-common.c (c_common_type_for_mode): Check for VOIDmode.Nathan Sidwell
2003-09-22c-common.c (c_common_signed_or_unsigned_type): Examine mode, not precision.Richard Henderson
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill
2003-09-15invoke.texi (Warning Options): Describe -Wold-style-definition.Andreas Jaeger
2003-09-09langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell
2003-09-04Correct the behavior of __func__ for C++ special member functions.Matt Austern
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell
2003-08-20re PR middle-end/11996 (Compiling libjava ICE's.)Mark Mitchell
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell
2003-08-19builtins.c: Fix comment typos.Kazu Hirata
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata
2003-08-19*** empty log message ***Andrew Pinski
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle
2003-08-03builtin-types.def (BT_SSIZE): New primitive type.Roger Sayle
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell
2003-07-28c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson
2003-07-24builtins.def (BUILT_IN_PRINTF, [...]): Changed from front-end builtins to nor...Roger Sayle
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill
2003-07-22alias.c: Fix comment formatting.Kazu Hirata
2003-07-22c-common.c (handle_packed_attribute): Don't pack a struct via a typedef.Nathan Sidwell
2003-07-22c-common.c (c_common_type_for_mode): Return integer types for pointer modes.Alexandre Oliva
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi