aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-23tree.h (DECIMAL_FLOAT_TYPE_P): New.Janis Johnson1-0/+23
2006-06-10c-typeck.c (c_begin_vm_scope): Fix file_scope processing.Mike Stump1-0/+5
2006-06-05re PR middle-end/27382 (ICE in c_common_truthvalue_conversion with label addr...Roger Sayle1-2/+6
2006-05-30re PR c/27718 (ICE with sizeof of incomplete type)Volker Reichelt1-1/+2
2006-05-18Whitespace fixupsMike Stump1-116/+115
2006-05-18Fix up vla, vm and [*] sematics.Mike Stump1-0/+20
2006-05-01c-typeck.c (parser_build_binary_op): Don't call the function unsigned_convers...Roger Sayle1-4/+2
2006-04-28re PR c/25309 (ICE on initialization of a huge array)Roger Sayle1-7/+6
2006-04-21re PR c/25875 (ICE: segmentation fault)Volker Reichelt1-0/+1
2006-04-21* c-typeck.c (pop_init_level): Simplify.Volker Reichelt1-9/+2
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-28re PR c/19606 (wrong code for arith.expr: (((unsigned int)(signed int) a ) / ...Kazu Hirata1-4/+27
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-1/+1
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller1-30/+1
2006-01-18[multiple changes]Diego Novillo1-6/+268
2006-01-17re PR c/25682 (ICE when using old sytle offsetof (with non zero start) as arr...Jakub Jelinek1-2/+7
2006-01-05c-typeck.c: Update copyright date.Carlos O'Donell1-1/+2
2006-01-05c-typeck.c (build_c_cast): Always warn when casting from a pointer to an inte...Carlos O'Donell1-2/+6
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+2
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-2/+46
2005-12-14c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses...Ben Elliston1-2/+16
2005-12-04c-typeck.c (null_pointer_constant_p): New function.Joseph Myers1-18/+32
2005-12-04c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers1-6/+13
2005-12-04re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle1-0/+14
2005-12-03c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers1-3/+5
2005-12-03c-typeck.c (default_function_array_conversion, [...]): Allow for CONVERT_EXPR...Joseph Myers1-20/+10
2005-11-24re PR c++/14024 (g++ isn't reporting aliasing warnings)Richard Guenther1-27/+1
2005-11-24re PR c++/21667 (misleading warning about array subscription)Gabriel Dos Reis1-10/+4
2005-11-07c-typeck.c (build_c_cast): Try using a shared constant...Paolo Bonzini1-6/+9
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-10-11re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-11/+11
2005-10-05re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini1-13/+23
2005-10-02re PR c/18851 (IMA is slow and could be sped up)Andrew Pinski1-53/+163
2005-09-06re PR c/23075 (Redundant / bogus warning)Jakub Jelinek1-4/+10
2005-08-18* c-typeck.c (designator_errorneous): Rename to designator_erroneous.Volker Reichelt1-9/+9
2005-08-17c-typeck.c (build_function_call): Call fold_buildN_initializer or fold_buildN...James A. Morrison1-12/+11
2005-08-16builtins.c (expand_builtin_strcat): Remove superfluous call to fold.Volker Reichelt1-2/+1
2005-08-09re PR c/23161 (Labels and empty statement warnings)James A. Morrison1-9/+20
2005-08-06re PR c/23113 (The -Wunused (value computed is not used) option missed an imp...Joseph Myers1-1/+7
2005-08-01re PR c/22311 (internal compiler error: in c_common_type (-fshort-enums))Joseph Myers1-2/+3
2005-07-29re PR c/22240 (ICE with transparent unions, function pointers and -pedantic)Joseph Myers1-1/+1
2005-07-29re PR c/22192 (Rejection of valid array declaration.)Joseph Myers1-3/+24
2005-07-24c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi1-44/+29
2005-07-21c-typeck.c (parser_build_binary_op): Add warning control to warning calls.DJ Delorie1-10/+20
2005-07-20c-typeck.c (output_init_element): Don't copy the INTEGER_CST.Andrew Pinski1-2/+0
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-31/+39
2005-07-19re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi1-0/+49
2005-07-16c-typeck.c (digest_init): Call 'convert_for_assignment' before returning.Kaveh R. Ghazi1-0/+4
2005-07-05re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers1-3/+21
2005-06-29c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers1-94/+113