1. 01 Feb, 2005 4 commits
    • * cse.c (get_cse_reg_info): Update a comment. · 782c0a3e
      From-SVN: r94511
      Kazu Hirata committed
    • Daily bump. · 74276db1
      From-SVN: r94509
      GCC Administrator committed
    • cse.c (cse_reg_info): Remove hash_next, next, regno. · bc5e3b54
      	* cse.c (cse_reg_info): Remove hash_next, next, regno.  Add
      	timestamp.
      	(cse_reg_info_list, cse_reg_info_list_free, REGHASH_SHIFT,
      	REGHASH_SIZE, REGHASH_MASK, reg_hash, REGHASH_FN,
      	cached_cse_reg_info, GET_CSE_REG_INFO): Remove.
      	(cached_regno): Initialize to INVALID_REGNUM.
      	(cse_reg_info_table_size,
      	cse_reg_info_table_first_uninitialized,
      	cse_reg_info_timestamp): New.
      	(REG_TICK, REG_IN_TABLE, SUBREG_TICKED, REG_QTY): Use
      	get_cse_reg_info.
      	(init_cse_reg_info, get_cse_reg_info_1): New.
      	(get_cse_reg_info): Cache the last look-up.
      	(new_basic_block): Update the code to clear mappings from
      	registers to cse_reg_info entries.
      	(cse_main): Call init_cse_reg_info.
      
      From-SVN: r94506
      Kazu Hirata committed
    • re PR c/19333 (C front end accepts arrays of incomplete types) · b4519d39
      gcc/
              PR c/19333
              * c-decl.c (start_decl): Do not warn about arrays of elements with
              an incomplete type here.
              (grokdeclarator): Do it here by making a pedwarn an error.
              * c-typeck.c (push_init_level): If there were previous errors with
              the constructor type, do not warn about braces for initializers.
              (process_init_element): Likewise for excess initializer elements.
      
      testsuite/
              PR c/19333
              * testsuite/gcc.c-torture/compile/20011130-1.c: Reorder to make
              the test case valid.
              * testsuite/gcc.dg/20030815-1.c: Remove invalid tests.
              * testsuite/gcc.dg/array-7.c: Adjust expected result.
              * testsuite/gcc.dg/pr18596-3.c: Likewise.
              * testsuite/gcc.dg/noncompile/20000901-1.c: Likewise.
              * testsuite/gcc.dg/noncompile/init-2.c: Likewise.
              * testsuite/gcc.dg/noncompile/init-4.c: Likewise.
      
      From-SVN: r94505
      Steven Bosscher committed
  2. 31 Jan, 2005 23 commits
  3. 30 Jan, 2005 13 commits