1. 19 Apr, 2006 4 commits
  2. 18 Apr, 2006 16 commits
  3. 17 Apr, 2006 15 commits
  4. 16 Apr, 2006 5 commits
    • re PR middle-end/25474 (Extra load for some FP code) · d763e130
      
      	PR middle-end/25474
      	* expr.c (compress_float_constant): Copy the narrow constant into
      	a new pseudo before extending it to its final width.
      
      From-SVN: r112991
      Roger Sayle committed
    • re PR target/24076 ((vector char){x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,… · 2ff61948
      re PR target/24076 ((vector char){x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x} code gen is not that good)
      
      2006-04-15  Roger Sayle  <roger@eyesopen.com>
      	    Andrew Pinski  <pinskia@gcc.gnu.org>
      	    Dale Johannesen  <dalej@apple.com>
      
      	PR target/24076
      	* config/i386/i386.c (ix86_expand_vector_init_duplicate): Add
      	special case code to implement V8HImode and V16QImode with SSE2.
      
      	* gcc.target/i386/vecinit-3.c: New testcase.
      	* gcc.target/i386/vecinit-4.c: Likewise.
      	* gcc.target/i386/sse-18.c: Likewise.
      	* gcc.target/i386/sse-19.c: Likewise.
      
      
      Co-Authored-By: Andrew Pinski <pinskia@gcc.gnu.org>
      Co-Authored-By: Dale Johannesen <dalej@apple.com>
      
      From-SVN: r112990
      Roger Sayle committed
    • re PR fortran/26017 (allocate (a(1:-1)) should yield zero-sized array) · 3c86fb4e
      2006-04-16  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	PR fortran/26017
      	* trans-array.c(gfc_array_init_size):  Introduce or_expr
      	which is true if the size along any dimension
      	is negative.  Create a temporary variable with base
      	name size.  If or_expr is true, set the temporary to 0,
      	to the normal size otherwise.
      
      2006-04-16  Thomas Koenig  <Thomas.Koenig@online.de>
      
              * gfortran.dg/allocate_zerosize_1.f90:  New test.
      
      From-SVN: r112988
      Thomas Koenig committed
    • re PR c++/26365 (ICE in finish_class_member_access_expr, at cp/typeck.c) · e13d2b4e
      	PR c++/26365
      	* typeck.c (finish_class_member_access_expr): Robustify
      	PR c++/26365
      	* g++.dg/template/crash45.C: New test.
      
      From-SVN: r112986
      Mark Mitchell committed
    • PR libstdc++/6702 (again) · 8a9b2875
      2006-04-16  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/6702 (again)
      	* acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
      	wchar_t functions...
      	(GLIBCXX_ENABLE_WCHAR_T): ... do that here.
      	* configure.ac: Adjust order of checks.
      	* configure: Regenerate.
      
      From-SVN: r112983
      Paolo Carlini committed