aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/testsuite/ChangeLog.google-integration
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2011-12-19 16:56:54 -0800
committerJing Yu <jingyu@google.com>2011-12-19 16:56:54 -0800
commit40d7cd0fd78fe2004e2a53c4618c148339b02733 (patch)
tree5874557a6c86a1f564a03e5f28b266e31bc3759c /gcc-4.6/gcc/testsuite/ChangeLog.google-integration
parentfe2afdf3f3701489c05d2a7509752d6f0c7616f7 (diff)
downloadtoolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.tar.gz
toolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.tar.bz2
toolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.zip
Add gcc-4.6. Synced to @180989
Change-Id: Ie3676586e1d8e3c8cd9f07d022f450d05fa08439 svn://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6-mobile
Diffstat (limited to 'gcc-4.6/gcc/testsuite/ChangeLog.google-integration')
-rw-r--r--gcc-4.6/gcc/testsuite/ChangeLog.google-integration53
1 files changed, 53 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/testsuite/ChangeLog.google-integration b/gcc-4.6/gcc/testsuite/ChangeLog.google-integration
new file mode 100644
index 000000000..e08508387
--- /dev/null
+++ b/gcc-4.6/gcc/testsuite/ChangeLog.google-integration
@@ -0,0 +1,53 @@
+2011-05-27 Simon Baldwin <simonb@google.com>
+
+ * testsuite/gcc.dg/plugin/selfassign.c (check_self_assign): Renamed
+ from warn_self_assign.
+ (execute_warn_self_assign): Call a function by its new name.
+ * testsuite/g++.dg/plugin/selfassign.c (check_self_assign): Renamed
+ from warn_self_assign.
+ (execute_warn_self_assign): Call a function by its new name.
+
+2011-03-30 Diego Novillo <dnovillo@google.com>
+
+ * g++.dg/guality/guality.exp: Disable.
+ * gcc.dg/guality/guality.exp: Disable.
+ * gfortran.dg/guality/guality.exp: Disable.
+
+2011-03-14 Diego Novillo <dnovillo@google.com>
+
+ * gcc.dg/guality/vla-1.c: XFAIL.
+ * gcc.dg/guality/vla-2.c: XFAIL.
+ * gcc.dg/guality/sra-1.c: XFAIL.
+
+2011-03-14 Diego Novillo <dnovillo@google.com>
+
+ * gcc.dg/cproj-fails-with-broken-glibc.c: Just compile.
+
+2011-03-14 Diego Novillo <dnovillo@google.com>
+
+ * g++.dg/rtti/repo1.C: Skip.
+
+ Google ref 39481.
+
+2011-03-04 Diego Novillo <dnovillo@google.com>
+
+ * lib/g++.exp (g++_init): Add $TEST_ALWAYS_FLAGS to
+ ALWAYS_CXXFLAGS, if defined.
+ * lib/gfortran.exp (gfortran_init): Add $TEST_ALWAYS_FLAGS to
+ ALWAYS_GFORTRANFLAGS, if defined.
+ * lib/go.exp (go_target_compile): Add $TEST_ALWAYS_FLAGS to
+ ALWAYS_GOCFLAGS, if defined.
+ * lib/obj-c++.exp (obj-c++_init): Add $TEST_ALWAYS_FLAGS to
+ ALWAYS_OBJCXXFLAGS, if defined.
+ * lib/gcc.exp (gcc_target_compile): Add $TEST_ALWAYS_FLAGS to
+ additional_flags, if defined.
+ * lib/gnat.exp (gnat_target_compile): Likewise.
+ * lib/objc.exp (objc_target_compile): Likewise.
+ * lib/target-supports-dg.exp (dg-add-options): Handle
+ TEST_ALWAYS_FLAGS.
+
+Copyright (C) 2011 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.