aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
1993-09-07(c_build_type_variant): Allocate new type in same obstack as old one.Richard Kenner1-5/+2
1993-09-04(truthvalue_conversion): A complex value is nonzero if either part isRichard Kenner1-3/+3
1993-08-15(declare_hidden_char_array): New function to factor out duplicate code in dec...Richard Stallman1-29/+19
1993-08-08(declare_function_name): Set DECL_EXTERNAL in the decls.Richard Stallman1-0/+2
1993-08-06(decl_attributes): Support attributes `volatile'Richard Stallman1-0/+11
1993-07-12(unsigned_conversion_warning): Just use `warning',Paul Eggert1-2/+2
1993-07-02(constant_expression_warning, overflow_warning,Paul Eggert1-28/+12
1993-06-24(decl_attributes): If first_arg_num is 0, no error for it.Richard Stallman1-7/+10
1993-05-21(constant_expression_warning)Richard Stallman1-3/+15
1993-05-06(truthvalue_conversion): Turn off Apr 29 change.Richard Stallman1-1/+3
1993-05-03(truthvalue_conversion): Don't optimize subtract of reals when target usesJim Wilson1-2/+9
1993-05-01(truthvalue_conversion): Specific error message when the "truthvalue" of a st...Richard Stallman1-0/+23
1993-04-06(decl_attributes...Jim Wilson1-0/+30
1993-03-21#include "obstack.h".Richard Stallman1-0/+1
1993-03-04(truthvalue_conversion): Fix handling of COMPLEX_EXPR.Richard Stallman1-3/+12
1993-03-04(truthvalue_conversion): Handle COMPLEX_EXPR.Richard Stallman1-2/+15
1993-02-02(constant_expression_warning): Suppress duplicate warnings.Richard Stallman1-2/+72
1993-01-30c-common.c (c_build_type_variant): Moved here from c-decl.c.Niklas Hallqvist1-0/+27
1993-01-27(declare_function_name): If char_array_type_node isn't large enoughRichard Kenner1-9/+24
1992-12-30(truthvalue_conversion): Handle TRUTH_XOR_EXPR.Richard Kenner1-0/+1
1992-10-01(declare_function_name): __FUNC__ variablesRichard Stallman1-0/+2
1992-09-10(declare_function_name): Allow for anonymous function.Richard Stallman1-1/+5
1992-09-07Moved constant_expression_warning into c-common.c.Brendan Kehoe1-0/+10
1992-09-07(check_case_value): Call constant_expression_warning.Richard Stallman1-0/+2
1992-08-14(truthvalue_conversion): Optionally warn if anRichard Stallman1-0/+5
1992-07-29(decl_attributes): Call layout_decl with two arguments.Richard Stallman1-1/+1
1992-07-12Renamed TREE_INLINE...Richard Stallman1-1/+1
1992-07-10(check_case_value): Strip the new nops with STRIP_TYPE_NOPS.Richard Stallman1-2/+1
1992-07-06Changes to support 64-bit hosts: Remove definition of NULL.Richard Kenner1-3/+0
1992-07-07> (declare_function_name): For __FUNCTION__ and __PRETTY_FUNCTION__...Richard Stallman1-2/+2
1992-07-06(decl_attributes): Don't set DECL_PACKED on VAR_DECL.Richard Stallman1-5/+2
1992-07-03(type_for_size): If no ANSI type matches, check for matches with built-in mod...Richard Stallman1-5/+29
1992-07-01fix typo in last change.Richard Stallman1-1/+1
1992-06-30(decl_attributes): For `packed' on VAR_DECL, set DECL_PACKED and DECL_ALIGN.Richard Stallman1-2/+7
1992-05-26entered into RCSRichard Stallman1-2/+2
1992-05-22*** empty log message ***Richard Kenner1-0/+2
1992-05-22*** empty log message ***Richard Stallman1-5/+3
1992-05-22*** empty log message ***Richard Stallman1-0/+47
1992-05-18*** empty log message ***Richard Stallman1-1/+1
1992-05-08*** empty log message ***Richard Stallman1-3/+3
1992-04-25*** empty log message ***Richard Stallman1-10/+10
1992-04-04*** empty log message ***Richard Stallman1-0/+5
1992-03-30*** empty log message ***Richard Stallman1-17/+35
1992-02-04Initial revisionRichard Stallman1-0/+894