re PR target/50603 ([x32] Unnecessary lea)
[gcc.git] / gcc / testsuite / ChangeLog
index 97dac1722e77eaa9f57b9075449bfbe0c2586dca..23065b8545838ff90470fb53302a12f4637a4753 100644 (file)
@@ -1,3 +1,9 @@
+2011-10-07  Uros Bizjak  <ubizjak@gmail.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/50603
+       * gcc.target/i386/pr50603.c: New test.
+
 2011-10-06  Jason Merrill  <jason@redhat.com>
 
        PR c++/39164
 
 2011-10-04  Artem Shinkarov  <artyom.shinkaroff@gmail.com>
 
-       * gcc.c-torture/execute/vector-compare-1.c: Fix trailing white
-       spaces.
+       * gcc.c-torture/execute/vector-compare-1.c: Fix trailing white spaces.
        (main): Use __typeof to get result type of comparison.
 
 2011-10-04  Ira Rosen  <ira.rosen@linaro.org>
        PR testsuite/50485
        * gcc.target/i386/sse4_1-blendps.c: Include <stdlib.h>.
        (TEST): Initialize src3 with random floats.
-       * gcc.target/i386/sse4_1-blendps-2.c (sse4_1_test): Remove field i from
-       union src3.  Initialize src3 with random floats.
+       * gcc.target/i386/sse4_1-blendps-2.c (sse4_1_test): Remove field i
+       from union src3.  Initialize src3 with random floats.
 
 2011-09-27  Oleg Endo  <oleg.endo@t-online.de>
 
 2011-09-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR testsuite/50469
-       * gfortran.dg/storage_size_2.f08: Replace "must be be" with
-       "must be".
+       * gfortran.dg/storage_size_2.f08: Replace "must be be" with "must be".
 
 2011-09-20  Jason Merrill  <jason@redhat.com>
 
        gcc.dg/vect/vect-54.c, gcc.dg/vect/vect-46.c, gcc.dg/vect/vect-48.c,
        gcc.dg/vect/vect-96.c, gcc.dg/vect/vect-multitypes-3.c,
        gcc.dg/vect/vect-40.c: Likewise.
-       * gcc.dg/vect/vect-outer-5.c: Remove quad-vectors option as
-       redundant.
+       * gcc.dg/vect/vect-outer-5.c: Remove quad-vectors option as redundant.
        * gcc.dg/vect/vect-109.c, gcc.dg/vect/vect-peel-1.c,
        gcc.dg/vect/vect-peel-2.c, gcc.dg/vect/slp-25.c,
        gcc.dg/vect/vect-multitypes-1.c, gcc.dg/vect/slp-3.c,
 
 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
 
-       * gcc.dg/ipa/ipcp-3.c (mark_cell): Use mask 1 << 14 instead of 1
-       << 18 to avoid warning on int=16 platforms..
+       * gcc.dg/ipa/ipcp-3.c (mark_cell): Use mask 1 << 14 instead of 1 << 18
+       to avoid warning on int=16 platforms..
 
 2011-09-05  Jakub Jelinek  <jakub@redhat.com>