1. 18 Jan, 2009 6 commits
  2. 17 Jan, 2009 12 commits
  3. 16 Jan, 2009 20 commits
  4. 15 Jan, 2009 2 commits
    • graphite.c (scan_tree_for_params): On substractions negate all the coefficients of the term. · c77bb78f
      2009-01-15  Sebastian Pop  <sebastian.pop@amd.com>
      	    Tobias Grosser  <tobi.grosser@amd.com>
      	    Jan Sjodin  <jan.sjodin@amd.com>
      
      	* graphite.c (scan_tree_for_params): On substractions negate
      	all the coefficients of the term.
      	(clast_to_gcc_expression_red): New.  Handle reduction expressions
      	of more than two operands.
      	(clast_to_gcc_expression): Call clast_to_gcc_expression_red.
      	(get_vdef_before_scop): Handle also the case of default definitions.
      
      
      
      Co-Authored-By: Jan Sjodin <jan.sjodin@amd.com>
      Co-Authored-By: Tobias Grosser <tobi.grosser@amd.com>
      
      From-SVN: r143415
      Sebastian Pop committed
    • re PR c++/29388 (ICE with invalid nested name specifier) · a2712544
      
      2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR C++/29388
              * decl.c (grokdeclarator): Check for a non namespace/class context.
      
      
      2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR C++/29388
              * g++.dg/template/error37.C: New testcase.
      
      From-SVN: r143411
      Andrew Pinski committed