Move entry from cp/ChangeLog to testsuite/ChangeLog.

From-SVN: r103902
This commit is contained in:
Volker Reichelt 2005-09-05 10:11:52 +00:00
parent 98b4095693
commit f77c5dc00f
2 changed files with 5 additions and 1 deletions

View File

@ -642,7 +642,6 @@
* typeck.c (build_binary_op): Handle vectors.
(common_type): Same.
(type_after_usual_arithmetic_conversions): Same.
* testsuite/g++.dg/conversion/simd2.C: New.
2005-06-08 Nathan Sidwell <nathan@codesourcery.com>

View File

@ -2146,6 +2146,11 @@
* gcc.dg/vect/vect-91.c: New test. Test that accesses with same
alignment were detected.
2005-06-10 Aldy Hernandez <aldyh@redhat.com>
PR c++/10611
* g++.dg/conversion/simd2.C: New.
2005-06-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
* gcc.dg/Wcxx-compat-1.c: New.