1. 16 Mar, 1998 18 commits
  2. 15 Mar, 1998 8 commits
  3. 14 Mar, 1998 2 commits
  4. 13 Mar, 1998 1 commit
  5. 12 Mar, 1998 11 commits
    • Don't accept GNU C macro varargs extension when pedantic. · 7a50f126
      	* cccp.c (create_definition): If pedantic, call pedwarn for macro
      	varargs feature.
      
      From-SVN: r18522
      Jim Wilson committed
    • i386.c (ix86_logical_operator): New function. · 57dbca5e
              * i386.c (ix86_logical_operator): New function.
              (split_di): Ensure that when a MEM is split, the resulting MEMs have
              SImode.
              * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
              to implement them.
      
      From-SVN: r18514
      Bernd Schmidt committed
    • Warning fixes, resulting in the addition of a new target macro: · 8625fab5
              * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
              * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
              * cse.c (rtx_cost): Provide a default case in an enumeration
              switch, and call DEFAULT_RTX_COSTS if it's defined.
      
      Co-Authored-By: Nick Clifton <nickc@cygnus.com>
      Co-Authored-By: Richard Earnshaw <rearnsha@arm.com>
      
      From-SVN: r18513
      Kaveh R. Ghazi committed
    • basic-block.h (compute_preds_succs): Change return type in prototype to void. · 27d7e05d
       
      	* basic-block.h (compute_preds_succs): Change return type in
      	prototype to void.
      	* flow.c (compute_preds_succs): Likewise in function definition.
      	* regmove.c (find_matches): Cast char used as array index to unsigned char
      	to supress warning.
      
      From-SVN: r18508
      Manfred Hollstein committed
    • basic-block.h (compute_preds_succs): Change return type in prototype to void. · 743bb12d
      d
      	* basic-block.h (compute_preds_succs): Change return type in
      	prototype to void.
      	* flow.c (compute_preds_succs): Likewise in function definition.
      	* regmove.c (find_matches): Cast char used as array index to unsigned char
      	to supress warning.
      
      From-SVN: r18507
      Manfred Hollstein committed
    • basic-block.h (compute_preds_succs): Change return type in prototype to void. · 007a4b08
      a
      	* basic-block.h (compute_preds_succs): Change return type in
      	prototype to void.
      	* flow.c (compute_preds_succs): Likewise in function definition.
      	* regmove.c (find_matches): Cast char used as array index to unsigned char
      	to supress warning.
      
      From-SVN: r18506
      Manfred Hollstein committed
    • basic-block.h (compute_preds_succs): Change return type in prototype to void. · 6ce22dac
      �
      	* basic-block.h (compute_preds_succs): Change return type in
      	prototype to void.
      	* flow.c (compute_preds_succs): Likewise in function definition.
      	* regmove.c (find_matches): Cast char used as array index to unsigned char
      	to supress warning.
      
      From-SVN: r18505
      Manfred Hollstein committed
    • typeck.c (build_binary_op_nodefault): Correctly place parens around && and || in expression. · bd2328c6
      �
      	* typeck.c (build_binary_op_nodefault): Correctly place parens around
      	&& and || in expression.
      
      From-SVN: r18504
      Manfred Hollstein committed
    • · 90b4710b
      In gcc/:
      	* i386.h (RTX_COSTS): Insert braces around nested if.
      	(ADDITIONAL_REGISTER_NAMES): Insert braces around structured
      	elements.
      	* gcc.c (default_compilers): Properly put brackets around array elements in
      	initializer.
      	* getopt.c (_getopt_internal): Add explicit braces around nested if;
      	reformatted.
      	* reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
      	(record_reg_life_pat): Add explicit parens around && and || in expression.
      	(stack_reg_life_analysis): Add parens around assignment used as expression.
      	(convert_regs): Likewise.
      In gcc/cp/:
      	* lang-specs.h: Properly put brackets around array elements in initializer.
      	* typeck.c (build_binary_op_nodefault): Correctly place parens around
      	&& and || in expression.
      In gcc/f/:
      	* lang-specs.h: Properly put brackets around array elements in initializer.
      
      From-SVN: r18503
      Manfred Hollstein committed
    • a · 6e11d472
      In gcc/:
      	* i386.h (RTX_COSTS): Insert braces around nested if.
      	(ADDITIONAL_REGISTER_NAMES): Insert braces around structured
      	elements.
      	* gcc.c (default_compilers): Properly put brackets around array elements in
      	initializer.
      	* getopt.c (_getopt_internal): Add explicit braces around nested if;
      	reformatted.
      	* reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
      	(record_reg_life_pat): Add explicit parens around && and || in expression.
      	(stack_reg_life_analysis): Add parens around assignment used as expression.
      	(convert_regs): Likewise.
      In gcc/cp/:
      	* lang-specs.h: Properly put brackets around array elements in initializer.
      	* typeck.c (build_binary_op_nodefault): Correctly place parens around
      	&& and || in expression.
      In gcc/f/:
      	* lang-specs.h: Properly put brackets around array elements in initializer.
      
      From-SVN: r18502
      Manfred Hollstein committed
    • / · c8a52e31
      In gcc/:
      	* i386.h (RTX_COSTS): Insert braces around nested if.
      	(ADDITIONAL_REGISTER_NAMES): Insert braces around structured
      	elements.
      	* gcc.c (default_compilers): Properly put brackets around array elements in
      	initializer.
      	* getopt.c (_getopt_internal): Add explicit braces around nested if;
      	reformatted.
      	* reg-stack.c (record_asm_reg_life): Add explicit braces around nested if's.
      	(record_reg_life_pat): Add explicit parens around && and || in expression.
      	(stack_reg_life_analysis): Add parens around assignment used as expression.
      	(convert_regs): Likewise.
      In gcc/cp/:
      	* lang-specs.h: Properly put brackets around array elements in initializer.
      	* typeck.c (build_binary_op_nodefault): Correctly place parens around
      	&& and || in expression.
      In gcc/f/:
      	* lang-specs.h: Properly put brackets around array elements in initializer.
      
      From-SVN: r18501
      Manfred Hollstein committed