1. 01 Feb, 2005 1 commit
    • 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 14 commits
  4. 29 Jan, 2005 2 commits
    • re PR tree-optimization/15791 (fold misses that two ADDR_EXPR of an arrary obvious not equal) · 020d90ee
      2005-01-29  Richard Guenther <richard.guenther@uni-tuebingen.de>
      
      	PR tree-optimization/15791
      	* fold-const.c (extract_array_ref): New function.
      	(fold): Fold comparisons between &a[i] and &a[j] or
      	semantically equivalent trees.
      
      	* gcc.dg/tree-ssa/pr15791-1.c: New testcase.
      	* gcc.dg/tree-ssa/pr15791-2.c: Likewise.
      	* gcc.dg/tree-ssa/pr15791-3.c: Likewise.
      	* gcc.dg/tree-ssa/pr15791-4.c: Likewise.
      	* gcc.dg/tree-ssa/pr15791-5.c: Likewise.
      	* g++.dg/tree-ssa/pr15791-1.C: Likewise.
      	* g++.dg/tree-ssa/pr15791-2.C: Likewise.
      	* g++.dg/tree-ssa/pr15791-3.C: Likewise.
      	* g++.dg/tree-ssa/pr15791-4.C: Likewise.
      	* g++.dg/tree-ssa/pr15791-5.C: Likewise.
      
      From-SVN: r94414
      Richard Guenther committed
    • gcse.c (insert_expr_in_table): Revamp handling of available and anticipatable… · b6e47ceb
      gcse.c (insert_expr_in_table): Revamp handling of available and anticipatable occurrence lists to avoid...
      
              * gcse.c (insert_expr_in_table): Revamp handling of available
              and anticipatable occurrence lists to avoid unnecessary list
              walking.
              (insert_set_in_table): Similarly.
      
      From-SVN: r94413
      Jeff Law committed