(substitute_expr): Don't abort for RTL_EXPR and SAVE_EXPR; just do
[platform/upstream/gcc.git] / gcc / c-common.c
1993-12-24 Richard Kenner(decl_attribute): Verify that alignment and format...
1993-12-23 Richard Kenner(T_ST): Fix typo in last change.
1993-12-22 Richard Kenner(T_ST): New macro.
1993-11-24 Richard Stallman(shorten_compare): Correct typo from last change.
1993-11-23 Richard Kenner(check_format_info): When we have INTEGER_TYPEs...
1993-11-03 Richard Stallman(check_format_info): Make warning nicer for mismatch...
1993-10-31 Richard Stallman(shorten_compare): Undo previous change.
1993-10-31 Richard Stallman(shorten_compare): Do nothing if both args constant.
1993-10-30 Richard Stallman(convert_and_check): Don't warn converting 0xff
1993-10-21 Richard Kenner(check_format_info): Consider "char", "signed char...
1993-10-10 Richard Kenner(check_format_info): Support X/Open formats like "...
1993-10-10 Richard Stallman(check_format_info): Avoid ?: conditional for function...
1993-10-08 Richard Kenner(check_function_format): Correct error in last change.
1993-10-05 Richard KennerInclude <ctype.h>; avoid home-grown ISDIGIT.
1993-09-07 Richard Kenner(c_build_type_variant): Allocate new type in same obsta...
1993-09-04 Richard Kenner(truthvalue_conversion): A complex value is nonzero...
1993-08-15 Richard Stallman(declare_hidden_char_array): New function to factor...
1993-08-08 Richard Stallman(declare_function_name): Set DECL_EXTERNAL in the decls.
1993-08-06 Richard Stallman(decl_attributes): Support attributes `volatile'
1993-07-12 Paul Eggert(unsigned_conversion_warning): Just use `warning',
1993-07-02 Paul Eggert(constant_expression_warning, overflow_warning,
1993-06-24 Richard Stallman(decl_attributes): If first_arg_num is 0, no error...
1993-05-21 Richard Stallman(constant_expression_warning)
1993-05-06 Richard Stallman(truthvalue_conversion): Turn off Apr 29 change.
1993-05-03 Jim Wilson(truthvalue_conversion): Don't optimize subtract of...
1993-05-01 Richard Stallman(truthvalue_conversion): Specific error message when...
1993-04-06 Jim Wilson(decl_attributes...
1993-03-21 Richard Stallman#include "obstack.h".
1993-03-04 Richard Stallman(truthvalue_conversion): Fix handling of COMPLEX_EXPR.
1993-03-04 Richard Stallman(truthvalue_conversion): Handle COMPLEX_EXPR.
1993-02-02 Richard Stallman(constant_expression_warning): Suppress duplicate warnings.
1993-01-30 Niklas Hallqvistc-common.c (c_build_type_variant): Moved here from...
1993-01-28 Richard Kenner(declare_function_name): If char_array_type_node isn...
1992-12-30 Richard Kenner(truthvalue_conversion): Handle TRUTH_XOR_EXPR.
1992-10-01 Richard Stallman(declare_function_name): __FUNC__ variables
1992-09-10 Richard Stallman(declare_function_name): Allow for anonymous function.
1992-09-07 Brendan KehoeMoved constant_expression_warning into c-common.c.
1992-09-07 Richard Stallman(check_case_value): Call constant_expression_warning.
1992-08-14 Richard Stallman(truthvalue_conversion): Optionally warn if an
1992-07-29 Richard Stallman(decl_attributes): Call layout_decl with two arguments.
1992-07-12 Richard StallmanRenamed TREE_INLINE...
1992-07-10 Richard Stallman(check_case_value): Strip the new nops with STRIP_TYPE_...
1992-07-07 Richard KennerChanges to support 64-bit hosts: Remove definition...
1992-07-07 Richard Stallman> (declare_function_name): For __FUNCTION__ and __PRETT...
1992-07-06 Richard Stallman(decl_attributes): Don't set DECL_PACKED on VAR_DECL.
1992-07-03 Richard Stallman(type_for_size): If no ANSI type matches, check for...
1992-07-01 Richard Stallmanfix typo in last change.
1992-06-30 Richard Stallman(decl_attributes): For `packed' on VAR_DECL, set DECL_P...
1992-05-26 Richard Stallmanentered into RCS
1992-05-22 Richard Kenner*** empty log message ***
1992-05-22 Richard Stallman*** empty log message ***
1992-05-22 Richard Stallman*** empty log message ***
1992-05-18 Richard Stallman*** empty log message ***
1992-05-08 Richard Stallman*** empty log message ***
1992-04-25 Richard Stallman*** empty log message ***
1992-04-04 Richard Stallman*** empty log message ***
1992-03-30 Richard Stallman*** empty log message ***
1992-02-04 Richard StallmanInitial revision