[packages/gcc] - rel 8; branch diff updated
arekm
arekm at pld-linux.org
Fri Aug 10 13:55:45 CEST 2012
commit c1c3ff2663e61e0d8913cc039e9966be6108e846
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Aug 10 13:55:39 2012 +0200
- rel 8; branch diff updated
gcc-branch.diff | 2070 +++++++++++++++++++++++++++++++++----------------------
gcc.spec | 2 +-
2 files changed, 1266 insertions(+), 806 deletions(-)
---
diff --git a/gcc-branch.diff b/gcc-branch.diff
index 55b09b8..ad3a6a4 100644
--- a/gcc-branch.diff
+++ b/gcc-branch.diff
@@ -1,7 +1,7 @@
Index: libgomp/ChangeLog
===================================================================
---- libgomp/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgomp/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgomp/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgomp/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,3 +1,23 @@
+2012-06-14 Jakub Jelinek <jakub at redhat.com>
+
@@ -28,8 +28,8 @@ Index: libgomp/ChangeLog
* GCC 4.7.1 released.
Index: libgomp/testsuite/libgomp.fortran/vla4.f90
===================================================================
---- libgomp/testsuite/libgomp.fortran/vla4.f90 (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgomp/testsuite/libgomp.fortran/vla4.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgomp/testsuite/libgomp.fortran/vla4.f90 (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgomp/testsuite/libgomp.fortran/vla4.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10,6 +10,10 @@
subroutine foo (c, d, e, f, g, h, i, j, k, n)
@@ -52,8 +52,8 @@ Index: libgomp/testsuite/libgomp.fortran/vla4.f90
if (x .eq. 1) y = '1'
Index: libgomp/testsuite/libgomp.fortran/vla5.f90
===================================================================
---- libgomp/testsuite/libgomp.fortran/vla5.f90 (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgomp/testsuite/libgomp.fortran/vla5.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgomp/testsuite/libgomp.fortran/vla5.f90 (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgomp/testsuite/libgomp.fortran/vla5.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10,6 +10,10 @@
subroutine foo (c, d, e, f, g, h, i, j, k, n)
@@ -76,8 +76,8 @@ Index: libgomp/testsuite/libgomp.fortran/vla5.f90
if (x .eq. 1) y = '1'
Index: libgomp/testsuite/libgomp.c/pr26943-2.c
===================================================================
---- libgomp/testsuite/libgomp.c/pr26943-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgomp/testsuite/libgomp.c/pr26943-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgomp/testsuite/libgomp.c/pr26943-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgomp/testsuite/libgomp.c/pr26943-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,6 +3,7 @@
extern int omp_set_dynamic (int);
@@ -106,8 +106,8 @@ Index: libgomp/testsuite/libgomp.c/pr26943-2.c
if (e[0] != 'a' + 6 || f[0] != 'b' + i || g[0] != 'g' + i)
Index: libgomp/testsuite/libgomp.c/pr26943-3.c
===================================================================
---- libgomp/testsuite/libgomp.c/pr26943-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgomp/testsuite/libgomp.c/pr26943-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgomp/testsuite/libgomp.c/pr26943-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgomp/testsuite/libgomp.c/pr26943-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,6 +4,7 @@
extern int omp_set_dynamic (int);
extern int omp_get_thread_num (void);
@@ -136,8 +136,8 @@ Index: libgomp/testsuite/libgomp.c/pr26943-3.c
if (e[0] != 'a' + 6 || f[0] != 'b' + i || g[0] != 'g' + i)
Index: libgomp/testsuite/libgomp.c/pr26943-4.c
===================================================================
---- libgomp/testsuite/libgomp.c/pr26943-4.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgomp/testsuite/libgomp.c/pr26943-4.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgomp/testsuite/libgomp.c/pr26943-4.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgomp/testsuite/libgomp.c/pr26943-4.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,6 +4,7 @@
extern int omp_set_dynamic (int);
extern int omp_get_thread_num (void);
@@ -166,8 +166,8 @@ Index: libgomp/testsuite/libgomp.c/pr26943-4.c
if (e[0] != 'a' + 6 || f[0] != 'b' + i || g[0] != 'g' + i)
Index: libgomp/config/linux/lock.c
===================================================================
---- libgomp/config/linux/lock.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgomp/config/linux/lock.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgomp/config/linux/lock.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgomp/config/linux/lock.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
@@ -185,8 +185,8 @@ Index: libgomp/config/linux/lock.c
void
Index: libstdc++-v3/include/debug/unordered_map
===================================================================
---- libstdc++-v3/include/debug/unordered_map (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/debug/unordered_map (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/debug/unordered_map (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/debug/unordered_map (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -247,8 +247,8 @@
}
@@ -233,8 +233,8 @@ Index: libstdc++-v3/include/debug/unordered_map
{
Index: libstdc++-v3/include/debug/map.h
===================================================================
---- libstdc++-v3/include/debug/map.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/debug/map.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/debug/map.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/debug/map.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -212,8 +212,8 @@
#ifdef __GXX_EXPERIMENTAL_CXX0X__
@@ -259,8 +259,8 @@ Index: libstdc++-v3/include/debug/map.h
{
Index: libstdc++-v3/include/debug/multimap.h
===================================================================
---- libstdc++-v3/include/debug/multimap.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/debug/multimap.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/debug/multimap.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/debug/multimap.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -200,8 +200,8 @@
#ifdef __GXX_EXPERIMENTAL_CXX0X__
@@ -285,8 +285,8 @@ Index: libstdc++-v3/include/debug/multimap.h
{
Index: libstdc++-v3/include/std/thread
===================================================================
---- libstdc++-v3/include/std/thread (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/std/thread (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/std/thread (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/std/thread (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// <thread> -*- C++ -*-
@@ -306,8 +306,8 @@ Index: libstdc++-v3/include/std/thread
Index: libstdc++-v3/include/std/condition_variable
===================================================================
---- libstdc++-v3/include/std/condition_variable (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/std/condition_variable (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/std/condition_variable (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/std/condition_variable (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// <condition_variable> -*- C++ -*-
@@ -386,8 +386,8 @@ Index: libstdc++-v3/include/std/condition_variable
template<typename _Lock, typename _Clock,
Index: libstdc++-v3/include/std/mutex
===================================================================
---- libstdc++-v3/include/std/mutex (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/std/mutex (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/std/mutex (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/std/mutex (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -116,13 +116,13 @@
// matches a recursive mutex with a member 'actual'
@@ -404,10 +404,23 @@ Index: libstdc++-v3/include/std/mutex
_S_destroy(_Rm* __mx)
{
__gthread_mutex_t __tmp;
+Index: libstdc++-v3/include/decimal/decimal.h
+===================================================================
+--- libstdc++-v3/include/decimal/decimal.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/decimal/decimal.h (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -288,7 +288,7 @@
+ inline _Tp operator _Op(_Tp __rhs) \
+ { \
+ _Tp __tmp; \
+- __tmp.__setval(0 _Op __rhs.__getval()); \
++ __tmp.__setval(_Op __rhs.__getval()); \
+ return __tmp; \
+ }
+
Index: libstdc++-v3/include/ext/concurrence.h
===================================================================
---- libstdc++-v3/include/ext/concurrence.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/ext/concurrence.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/ext/concurrence.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/ext/concurrence.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Support for concurrent programing -*- C++ -*-
@@ -532,8 +545,8 @@ Index: libstdc++-v3/include/ext/concurrence.h
#if __GTHREADS && ! defined __GTHREAD_COND_INIT
Index: libstdc++-v3/include/ext/rope
===================================================================
---- libstdc++-v3/include/ext/rope (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/ext/rope (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/ext/rope (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/ext/rope (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,7 +1,7 @@
// SGI's rope class -*- C++ -*-
@@ -619,8 +632,8 @@ Index: libstdc++-v3/include/ext/rope
void
Index: libstdc++-v3/include/ext/alloc_traits.h
===================================================================
---- libstdc++-v3/include/ext/alloc_traits.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/ext/alloc_traits.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/ext/alloc_traits.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/ext/alloc_traits.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Allocator traits -*- C++ -*-
@@ -691,8 +704,8 @@ Index: libstdc++-v3/include/ext/alloc_traits.h
/**
Index: libstdc++-v3/include/profile/unordered_map
===================================================================
---- libstdc++-v3/include/profile/unordered_map (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/profile/unordered_map (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/profile/unordered_map (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/profile/unordered_map (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Profiling unordered_map/unordered_multimap implementation -*- C++ -*-
@@ -747,8 +760,8 @@ Index: libstdc++-v3/include/profile/unordered_map
{
Index: libstdc++-v3/include/profile/map.h
===================================================================
---- libstdc++-v3/include/profile/map.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/profile/map.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/profile/map.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/profile/map.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Profiling map implementation -*- C++ -*-
@@ -781,8 +794,8 @@ Index: libstdc++-v3/include/profile/map.h
{
Index: libstdc++-v3/include/profile/multimap.h
===================================================================
---- libstdc++-v3/include/profile/multimap.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/profile/multimap.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/profile/multimap.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/profile/multimap.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Profiling multimap implementation -*- C++ -*-
@@ -815,8 +828,8 @@ Index: libstdc++-v3/include/profile/multimap.h
{ return iterator(_Base::insert(__position,
Index: libstdc++-v3/include/bits/hashtable.h
===================================================================
---- libstdc++-v3/include/bits/hashtable.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/hashtable.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/hashtable.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/hashtable.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -550,8 +550,8 @@
template<typename _Pair, typename = typename
@@ -884,8 +897,8 @@ Index: libstdc++-v3/include/bits/hashtable.h
template<typename _Key, typename _Value,
Index: libstdc++-v3/include/bits/stl_list.h
===================================================================
---- libstdc++-v3/include/bits/stl_list.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/stl_list.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/stl_list.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/stl_list.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,7 +1,7 @@
// List implementation -*- C++ -*-
@@ -1052,8 +1065,8 @@ Index: libstdc++-v3/include/bits/stl_list.h
/**
Index: libstdc++-v3/include/bits/stl_map.h
===================================================================
---- libstdc++-v3/include/bits/stl_map.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/stl_map.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/stl_map.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/stl_map.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,7 +1,7 @@
// Map implementation -*- C++ -*-
@@ -1087,8 +1100,8 @@ Index: libstdc++-v3/include/bits/stl_map.h
{ return _M_t._M_insert_unique_(__position,
Index: libstdc++-v3/include/bits/hashtable_policy.h
===================================================================
---- libstdc++-v3/include/bits/hashtable_policy.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/hashtable_policy.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/hashtable_policy.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/hashtable_policy.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -294,6 +294,8 @@
enum { _S_n_primes = sizeof(unsigned long) != 8 ? 256 : 256 + 48 };
@@ -1143,8 +1156,8 @@ Index: libstdc++-v3/include/bits/hashtable_policy.h
// Return the smallest prime p such that alpha p >= n, where alpha
Index: libstdc++-v3/include/bits/stl_multimap.h
===================================================================
---- libstdc++-v3/include/bits/stl_multimap.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/stl_multimap.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/stl_multimap.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/stl_multimap.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,7 +1,7 @@
// Multimap implementation -*- C++ -*-
@@ -1178,8 +1191,8 @@ Index: libstdc++-v3/include/bits/stl_multimap.h
{ return _M_t._M_insert_equal_(__position,
Index: libstdc++-v3/include/bits/stl_pair.h
===================================================================
---- libstdc++-v3/include/bits/stl_pair.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/stl_pair.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/stl_pair.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/stl_pair.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,7 +1,7 @@
// Pair implementation -*- C++ -*-
@@ -1207,8 +1220,8 @@ Index: libstdc++-v3/include/bits/stl_pair.h
enable_if<is_convertible<_U1, _T1>::value>::type>
Index: libstdc++-v3/include/bits/ptr_traits.h
===================================================================
---- libstdc++-v3/include/bits/ptr_traits.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/ptr_traits.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/ptr_traits.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/ptr_traits.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Pointer Traits -*- C++ -*-
@@ -1229,8 +1242,8 @@ Index: libstdc++-v3/include/bits/ptr_traits.h
struct __ptrtr_rebind;
Index: libstdc++-v3/include/bits/list.tcc
===================================================================
---- libstdc++-v3/include/bits/list.tcc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/list.tcc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/list.tcc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/list.tcc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,7 +1,7 @@
// List implementation (out of line) -*- C++ -*-
@@ -1312,8 +1325,8 @@ Index: libstdc++-v3/include/bits/list.tcc
Index: libstdc++-v3/include/bits/alloc_traits.h
===================================================================
---- libstdc++-v3/include/bits/alloc_traits.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/include/bits/alloc_traits.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/include/bits/alloc_traits.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/include/bits/alloc_traits.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Allocator traits -*- C++ -*-
@@ -1362,9 +1375,18 @@ Index: libstdc++-v3/include/bits/alloc_traits.h
{ __one = __two; }
Index: libstdc++-v3/ChangeLog
===================================================================
---- libstdc++-v3/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
-@@ -1,3 +1,142 @@
+--- libstdc++-v3/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -1,3 +1,151 @@
++2012-08-06 Peter Bergner <bergner at vnet.ibm.com>
++
++ PR libstdc++/54036
++ * include/decimal/decimal.h (_DEFINE_DECIMAL_UNARY_OP): Use _Op as
++ a unary operator.
++ * testsuite/decimal/pr54036-1.cc: New test.
++ * testsuite/decimal/pr54036-2.cc: Likewise.
++ * testsuite/decimal/pr54036-3.cc: Likewise.
++
+2012-08-02 Michael Hope <michael.hope at linaro.org>
+
+ Backport from mainline r186389:
@@ -1509,8 +1531,8 @@ Index: libstdc++-v3/ChangeLog
* GCC 4.7.1 released.
Index: libstdc++-v3/testsuite/Makefile.in
===================================================================
---- libstdc++-v3/testsuite/Makefile.in (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/testsuite/Makefile.in (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/testsuite/Makefile.in (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/testsuite/Makefile.in (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -572,7 +572,7 @@
normal0) \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
@@ -1523,7 +1545,7 @@ Index: libstdc++-v3/testsuite/Makefile.in
Index: libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
===================================================================
--- libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,68 @@
+// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
@@ -1596,7 +1618,7 @@ Index: libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
Index: libstdc++-v3/testsuite/30_threads/thread/adl.cc
===================================================================
--- libstdc++-v3/testsuite/30_threads/thread/adl.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/30_threads/thread/adl.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/30_threads/thread/adl.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,39 @@
+// { dg-do compile }
+// { dg-options "-std=gnu++11" }
@@ -1637,10 +1659,235 @@ Index: libstdc++-v3/testsuite/30_threads/thread/adl.cc
+{
+ std::thread t(std::bind(&::f, C()));
+}
+Index: libstdc++-v3/testsuite/decimal/pr54036-1.cc
+===================================================================
+--- libstdc++-v3/testsuite/decimal/pr54036-1.cc (.../tags/gcc_4_7_1_release) (wersja 0)
++++ libstdc++-v3/testsuite/decimal/pr54036-1.cc (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -0,0 +1,70 @@
++// Copyright (C) 2012 Free Software Foundation, Inc.
++//
++// This file is part of the GNU ISO C++ Library. This library is free
++// software; you can redistribute it and/or modify it under the
++// terms of the GNU General Public License as published by the
++// Free Software Foundation; either version 3, or (at your option)
++// any later version.
++
++// This library is distributed in the hope that it will be useful,
++// but WITHOUT ANY WARRANTY; without even the implied warranty of
++// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++// GNU General Public License for more details.
++
++// You should have received a copy of the GNU General Public License along
++// with this library; see the file COPYING3. If not see
++// <http://www.gnu.org/licenses/>.
++
++// { dg-require-effective-target dfp }
++
++#include <decimal/decimal>
++#include <testsuite_hooks.h>
++
++using namespace std::decimal;
++
++decimal32
++__attribute__ ((noinline))
++my_nan32 (void)
++{
++ decimal32 z = 0;
++ decimal32 v = z/z;
++ return v;
++}
++
++decimal32
++__attribute__ ((noinline))
++my_inf32 (void)
++{
++ decimal32 o = 1;
++ decimal32 z = 0;
++ decimal32 v = o/z;
++ return v;
++}
++
++int
++main ()
++{
++ decimal32 v;
++
++ v = my_nan32 ();
++
++ VERIFY (__builtin_isnand32 (v.__getval ()));
++ VERIFY (!__builtin_signbitd32 (v.__getval ()));
++
++ v = -v;
++
++ VERIFY (__builtin_isnand32 (v.__getval ()));
++ VERIFY (__builtin_signbitd32 (v.__getval ()));
++
++ v = my_inf32 ();
++
++ VERIFY (__builtin_isinfd32 (v.__getval ()));
++ VERIFY (!__builtin_signbitd32 (v.__getval ()));
++
++ v = -v;
++
++ VERIFY (__builtin_isinfd32 (v.__getval ()));
++ VERIFY (__builtin_signbitd32 (v.__getval ()));
++
++ return 0;
++}
+Index: libstdc++-v3/testsuite/decimal/pr54036-2.cc
+===================================================================
+--- libstdc++-v3/testsuite/decimal/pr54036-2.cc (.../tags/gcc_4_7_1_release) (wersja 0)
++++ libstdc++-v3/testsuite/decimal/pr54036-2.cc (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -0,0 +1,70 @@
++// Copyright (C) 2012 Free Software Foundation, Inc.
++//
++// This file is part of the GNU ISO C++ Library. This library is free
++// software; you can redistribute it and/or modify it under the
++// terms of the GNU General Public License as published by the
++// Free Software Foundation; either version 3, or (at your option)
++// any later version.
++
++// This library is distributed in the hope that it will be useful,
++// but WITHOUT ANY WARRANTY; without even the implied warranty of
++// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++// GNU General Public License for more details.
++
++// You should have received a copy of the GNU General Public License along
++// with this library; see the file COPYING3. If not see
++// <http://www.gnu.org/licenses/>.
++
++// { dg-require-effective-target dfp }
++
++#include <decimal/decimal>
++#include <testsuite_hooks.h>
++
++using namespace std::decimal;
++
++decimal64
++__attribute__ ((noinline))
++my_nan64 (void)
++{
++ decimal64 z = 0;
++ decimal64 v = z/z;
++ return v;
++}
++
++decimal64
++__attribute__ ((noinline))
++my_inf64 (void)
++{
++ decimal64 o = 1;
++ decimal64 z = 0;
++ decimal64 v = o/z;
++ return v;
++}
++
++int
++main ()
++{
++ decimal64 v;
++
++ v = my_nan64 ();
++
++ VERIFY (__builtin_isnand64 (v.__getval ()));
++ VERIFY (!__builtin_signbitd64 (v.__getval ()));
++
++ v = -v;
++
++ VERIFY (__builtin_isnand64 (v.__getval ()));
++ VERIFY (__builtin_signbitd64 (v.__getval ()));
++
++ v = my_inf64 ();
++
++ VERIFY (__builtin_isinfd64 (v.__getval ()));
++ VERIFY (!__builtin_signbitd64 (v.__getval ()));
++
++ v = -v;
++
++ VERIFY (__builtin_isinfd64 (v.__getval ()));
++ VERIFY (__builtin_signbitd64 (v.__getval ()));
++
++ return 0;
++}
+Index: libstdc++-v3/testsuite/decimal/pr54036-3.cc
+===================================================================
+--- libstdc++-v3/testsuite/decimal/pr54036-3.cc (.../tags/gcc_4_7_1_release) (wersja 0)
++++ libstdc++-v3/testsuite/decimal/pr54036-3.cc (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -0,0 +1,70 @@
++// Copyright (C) 2012 Free Software Foundation, Inc.
++//
++// This file is part of the GNU ISO C++ Library. This library is free
++// software; you can redistribute it and/or modify it under the
++// terms of the GNU General Public License as published by the
++// Free Software Foundation; either version 3, or (at your option)
++// any later version.
++
++// This library is distributed in the hope that it will be useful,
++// but WITHOUT ANY WARRANTY; without even the implied warranty of
++// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++// GNU General Public License for more details.
++
++// You should have received a copy of the GNU General Public License along
++// with this library; see the file COPYING3. If not see
++// <http://www.gnu.org/licenses/>.
++
++// { dg-require-effective-target dfp }
++
++#include <decimal/decimal>
++#include <testsuite_hooks.h>
++
++using namespace std::decimal;
++
++decimal128
++__attribute__ ((noinline))
++my_nan128 (void)
++{
++ decimal128 z = 0;
++ decimal128 v = z/z;
++ return v;
++}
++
++decimal128
++__attribute__ ((noinline))
++my_inf128 (void)
++{
++ decimal128 o = 1;
++ decimal128 z = 0;
++ decimal128 v = o/z;
++ return v;
++}
++
++int
++main ()
++{
++ decimal128 v;
++
++ v = my_nan128 ();
++
++ VERIFY (__builtin_isnand128 (v.__getval ()));
++ VERIFY (!__builtin_signbitd128 (v.__getval ()));
++
++ v = -v;
++
++ VERIFY (__builtin_isnand128 (v.__getval ()));
++ VERIFY (__builtin_signbitd128 (v.__getval ()));
++
++ v = my_inf128 ();
++
++ VERIFY (__builtin_isinfd128 (v.__getval ()));
++ VERIFY (!__builtin_signbitd128 (v.__getval ()));
++
++ v = -v;
++
++ VERIFY (__builtin_isinfd128 (v.__getval ()));
++ VERIFY (__builtin_signbitd128 (v.__getval ()));
++
++ return 0;
++}
Index: libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc
===================================================================
--- libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,42 @@
+// Copyright (C) 2012 Free Software Foundation, Inc.
+//
@@ -1687,7 +1934,7 @@ Index: libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc
Index: libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc
===================================================================
--- libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,28 @@
+// Copyright (C) 2012 Free Software Foundation, Inc.
+//
@@ -1719,8 +1966,8 @@ Index: libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc
+}
Index: libstdc++-v3/testsuite/Makefile.am
===================================================================
---- libstdc++-v3/testsuite/Makefile.am (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/testsuite/Makefile.am (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/testsuite/Makefile.am (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/testsuite/Makefile.am (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -134,7 +134,7 @@
normal0) \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
@@ -1733,7 +1980,7 @@ Index: libstdc++-v3/testsuite/Makefile.am
Index: libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc
===================================================================
--- libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,47 @@
+// { dg-options "-std=gnu++0x" }
+
@@ -1785,7 +2032,7 @@ Index: libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc
Index: libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc
===================================================================
--- libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,48 @@
+// { dg-options "-std=gnu++0x" }
+
@@ -1838,7 +2085,7 @@ Index: libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve
Index: libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc
===================================================================
--- libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,47 @@
+// { dg-options "-std=gnu++0x" }
+
@@ -1889,8 +2136,8 @@ Index: libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc
+}
Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
===================================================================
---- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// 2007-04-27 Paolo Carlini <pcarlini at suse.de>
@@ -1910,8 +2157,8 @@ Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.c
Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
===================================================================
---- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// 2007-04-27 Paolo Carlini <pcarlini at suse.de>
@@ -1931,8 +2178,8 @@ Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.c
Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
===================================================================
---- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// 2007-04-27 Paolo Carlini <pcarlini at suse.de>
@@ -1952,8 +2199,8 @@ Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_
Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
===================================================================
---- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// 2007-04-27 Paolo Carlini <pcarlini at suse.de>
@@ -1974,7 +2221,7 @@ Index: libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_
Index: libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc
===================================================================
--- libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,48 @@
+// { dg-options "-std=gnu++0x" }
+
@@ -2026,8 +2273,8 @@ Index: libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve
+}
Index: libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
===================================================================
---- libstdc++-v3/config/os/bsd/netbsd/ctype_base.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libstdc++-v3/config/os/bsd/netbsd/ctype_base.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libstdc++-v3/config/os/bsd/netbsd/ctype_base.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libstdc++-v3/config/os/bsd/netbsd/ctype_base.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// Locale support -*- C++ -*-
@@ -2056,8 +2303,8 @@ Index: libstdc++-v3/config/os/bsd/netbsd/ctype_base.h
static const mask alpha = _U | _L;
Index: gcc/doc/invoke.texi
===================================================================
---- gcc/doc/invoke.texi (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/doc/invoke.texi (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/doc/invoke.texi (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/doc/invoke.texi (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -493,7 +493,8 @@
-mcaller-super-interworking -mcallee-super-interworking @gol
-mtp=@var{name} -mtls-dialect=@var{dialect} @gol
@@ -2127,8 +2374,8 @@ Index: gcc/doc/invoke.texi
@opindex minline-ic_invalidate
Index: gcc/tree-ssa-loop-im.c
===================================================================
---- gcc/tree-ssa-loop-im.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-ssa-loop-im.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-ssa-loop-im.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-ssa-loop-im.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -52,7 +52,7 @@
}
}
@@ -2413,8 +2660,8 @@ Index: gcc/tree-ssa-loop-im.c
Index: gcc/c-family/ChangeLog
===================================================================
---- gcc/c-family/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/c-family/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/c-family/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/c-family/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,3 +1,9 @@
+2012-06-27 Kai Tietz <ktietz at redhat.com>
+
@@ -2427,8 +2674,8 @@ Index: gcc/c-family/ChangeLog
* GCC 4.7.1 released.
Index: gcc/c-family/c-ppoutput.c
===================================================================
---- gcc/c-family/c-ppoutput.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/c-family/c-ppoutput.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/c-family/c-ppoutput.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/c-family/c-ppoutput.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -86,7 +86,7 @@
{
/* A successful cpp_read_main_file guarantees that we can call
@@ -2440,15 +2687,15 @@ Index: gcc/c-family/c-ppoutput.c
while (pfile->buffer->prev)
Index: gcc/DATESTAMP
===================================================================
---- gcc/DATESTAMP (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/DATESTAMP (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/DATESTAMP (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/DATESTAMP (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1 +1 @@
-20120614
-+20120804
++20120810
Index: gcc/tree.c
===================================================================
---- gcc/tree.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1617,7 +1617,7 @@
{
case INTEGER_TYPE: case ENUMERAL_TYPE: case BOOLEAN_TYPE:
@@ -2516,8 +2763,8 @@ Index: gcc/tree.c
case VECTOR_TYPE:
Index: gcc/configure
===================================================================
---- gcc/configure (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/configure (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/configure (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/configure (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -26179,7 +26179,7 @@
then gcc_cv_as_gnu_unique_object=yes
fi
@@ -2539,8 +2786,8 @@ Index: gcc/configure
glibcver=`ldd --version 2>/dev/null | sed 's/.* //;q'`; then
Index: gcc/omp-low.c
===================================================================
---- gcc/omp-low.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/omp-low.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/omp-low.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/omp-low.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1823,8 +1823,8 @@
@@ -2789,8 +3036,8 @@ Index: gcc/omp-low.c
Index: gcc/cfg.c
===================================================================
---- gcc/cfg.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cfg.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cfg.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cfg.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -814,10 +814,10 @@
clear_aux_for_blocks ();
}
@@ -2806,8 +3053,8 @@ Index: gcc/cfg.c
/* Verify that aux field is clear. */
Index: gcc/tree-chrec.c
===================================================================
---- gcc/tree-chrec.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-chrec.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-chrec.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-chrec.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1011,6 +1011,8 @@
if (TREE_CODE (chrec) == POLYNOMIAL_CHREC)
{
@@ -2837,15 +3084,51 @@ Index: gcc/tree-chrec.c
Index: gcc/DEV-PHASE
===================================================================
---- gcc/DEV-PHASE (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/DEV-PHASE (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/DEV-PHASE (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/DEV-PHASE (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1 @@
+prerelease
Index: gcc/ChangeLog
===================================================================
---- gcc/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
-@@ -1,3 +1,532 @@
+--- gcc/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -1,3 +1,568 @@
++2012-08-09 Uros Bizjak <ubizjak at gmail.com>
++
++ Backport from mainline
++ 2012-08-09 Uros Bizjak <ubizjak at gmail.com>
++
++ * config/alpha/alpha.c (alpha_pad_noreturn): Rename to ...
++ (alpha_pad_function_end): ... this. Also insert NOP between
++ sibling call and GP load.
++ (alpha_reorg): Update call to alpha_pad_function_end. Expand comment.
++
++2012-08-09 H.J. Lu <hongjiu.lu at intel.com>
++
++ Backport from mainline
++ 2012-08-08 Richard Sandiford <rdsandiford at googlemail.com>
++ H.J. Lu <hongjiu.lu at intel.com>
++
++ PR rtl-optimization/54157
++ * combine.c (gen_lowpart_for_combine): Don't return identity
++ for CONST or symbolic reference.
++
++2012-08-06 Uros Bizjak <ubizjak at gmail.com>
++
++ Backport from mainline
++ 2012-07-23 Uros Bizjak <ubizjak at gmail.com>
++
++ * config/i386/i386-protos.h (ix86_lea_outperforms): Remove prototype.
++ * config/i386/i386.c (ix86_lea_outperforms): Make static. Make
++ split_cost argument signed.
++ (ix86_use_lea_for_mov): Use INVALID_REGNUM instead of -1.
++ (ix86_avoid_lea_for_addr): Ditto.
++
++ 2012-07-27 Uros Bizjak <ubizjak at gmail.com>
++
++ * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false if
++ the address has less than two components.
++
+2012-08-02 Steve Ellcey <sellcey at mips.com>
+
+ Backport from mainline
@@ -3381,7 +3664,7 @@ Index: gcc/ChangeLog
Index: gcc/testsuite/gcc.target/arm/neon-vrev.c
===================================================================
--- gcc/testsuite/gcc.target/arm/neon-vrev.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.target/arm/neon-vrev.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.target/arm/neon-vrev.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,105 @@
+/* { dg-do compile } */
+/* { dg-require-effective-target arm_neon_ok } */
@@ -3490,8 +3773,8 @@ Index: gcc/testsuite/gcc.target/arm/neon-vrev.c
+/* { dg-final {scan-assembler-times "vrev64\.16\\t" 2} } */
Index: gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c
===================================================================
---- gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,8 +2,8 @@
/* { dg-require-effective-target arm_arch_v5_ok } */
/* { dg-options "-std=gnu99" } */
@@ -3505,8 +3788,8 @@ Index: gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c
#include "../../gcc.dg/di-longlong64-sync-1.c"
Index: gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c
===================================================================
---- gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
/* { dg-options "-marm -std=gnu99" } */
/* { dg-require-effective-target arm_arch_v6k_ok } */
@@ -3521,7 +3804,7 @@ Index: gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c
Index: gcc/testsuite/gcc.target/powerpc/lhs-1.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/lhs-1.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.target/powerpc/lhs-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.target/powerpc/lhs-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,21 @@
+/* { dg-do compile { target { powerpc*-*-* } } } */
+/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
@@ -3547,7 +3830,7 @@ Index: gcc/testsuite/gcc.target/powerpc/lhs-1.c
Index: gcc/testsuite/gcc.target/powerpc/lhs-2.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/lhs-2.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.target/powerpc/lhs-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.target/powerpc/lhs-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,21 @@
+/* { dg-do compile { target { powerpc*-*-* } } } */
+/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
@@ -3573,7 +3856,7 @@ Index: gcc/testsuite/gcc.target/powerpc/lhs-2.c
Index: gcc/testsuite/gcc.target/powerpc/lhs-3.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/lhs-3.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.target/powerpc/lhs-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.target/powerpc/lhs-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,21 @@
+/* { dg-do compile { target { powerpc*-*-* } } } */
+/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
@@ -3598,8 +3881,8 @@ Index: gcc/testsuite/gcc.target/powerpc/lhs-3.c
+
Index: gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c
===================================================================
---- gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -32,5 +32,5 @@
exit (0);
}
@@ -3607,10 +3890,36 @@ Index: gcc/testsuite/gcc.target/i386/xop-imul32widen-vector.c
-/* { dg-final { scan-assembler "vpmacsdql" } } */
+/* { dg-final { scan-assembler "vpmuldq" } } */
/* { dg-final { scan-assembler "vpmacsdqh" } } */
+Index: gcc/testsuite/gcc.target/i386/pr54157.c
+===================================================================
+--- gcc/testsuite/gcc.target/i386/pr54157.c (.../tags/gcc_4_7_1_release) (wersja 0)
++++ gcc/testsuite/gcc.target/i386/pr54157.c (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -0,0 +1,21 @@
++/* { dg-do compile { target { ! { ia32 } } } } */
++/* { dg-options "-O2 -mx32 -ftree-vectorize" } */
++
++struct s2{
++ int n[24 -1][24 -1][24 -1];
++};
++
++struct test2{
++ struct s2 e;
++};
++
++struct test2 tmp2[4];
++
++void main1 ()
++{
++ int i,j;
++
++ for (i = 0; i < 24 -4; i++)
++ for (j = 0; j < 24 -4; j++)
++ tmp2[2].e.n[1][i][j] = 8;
++}
Index: gcc/testsuite/gcc.target/i386/pr53759.c
===================================================================
--- gcc/testsuite/gcc.target/i386/pr53759.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.target/i386/pr53759.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.target/i386/pr53759.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,17 @@
+/* PR target/53759 */
+/* { dg-do compile } */
@@ -3631,8 +3940,8 @@ Index: gcc/testsuite/gcc.target/i386/pr53759.c
+/* { dg-final { scan-assembler-not "vshufps\[ \\t\]" } } */
Index: gcc/testsuite/g++.old-deja/g++.other/typename1.C
===================================================================
---- gcc/testsuite/g++.old-deja/g++.other/typename1.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.old-deja/g++.other/typename1.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.old-deja/g++.other/typename1.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.old-deja/g++.other/typename1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -13,5 +13,5 @@
template<class T>
void f()
@@ -3643,8 +3952,8 @@ Index: gcc/testsuite/g++.old-deja/g++.other/typename1.C
+} // { dg-error "expected" "expected" { target *-*-* } 16 }
Index: gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C
===================================================================
---- gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,8 +2,8 @@
// { dg-options "-fshow-column" }
@@ -3658,8 +3967,8 @@ Index: gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C
};
Index: gcc/testsuite/lib/profopt.exp
===================================================================
---- gcc/testsuite/lib/profopt.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/lib/profopt.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/lib/profopt.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/lib/profopt.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -64,8 +64,6 @@
{ -Os } ]
}
@@ -3724,8 +4033,8 @@ Index: gcc/testsuite/lib/profopt.exp
}
Index: gcc/testsuite/lib/gcc-dg.exp
===================================================================
---- gcc/testsuite/lib/gcc-dg.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/lib/gcc-dg.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/lib/gcc-dg.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/lib/gcc-dg.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -432,10 +432,7 @@
# Remove compiler-generated coverage files for the current test.
@@ -3856,8 +4165,8 @@ Index: gcc/testsuite/lib/gcc-dg.exp
Index: gcc/testsuite/lib/scanasm.exp
===================================================================
---- gcc/testsuite/lib/scanasm.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/lib/scanasm.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/lib/scanasm.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/lib/scanasm.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -78,10 +78,8 @@
# dg-scan for details.
@@ -3987,8 +4296,8 @@ Index: gcc/testsuite/lib/scanasm.exp
if { $where == -1 } {
Index: gcc/testsuite/lib/gcov.exp
===================================================================
---- gcc/testsuite/lib/gcov.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/lib/gcov.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/lib/gcov.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/lib/gcov.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -34,12 +34,14 @@
#
# verify-lines -- check that line counts are as expected
@@ -4208,8 +4517,8 @@ Index: gcc/testsuite/lib/gcov.exp
}
Index: gcc/testsuite/lib/dg-pch.exp
===================================================================
---- gcc/testsuite/lib/dg-pch.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/lib/dg-pch.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/lib/dg-pch.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/lib/dg-pch.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -50,14 +50,16 @@
# Ensure that the PCH file is used, not the original header.
file_on_host delete "$bname$suffix"
@@ -4238,8 +4547,8 @@ Index: gcc/testsuite/lib/dg-pch.exp
+}
Index: gcc/testsuite/lib/scandump.exp
===================================================================
---- gcc/testsuite/lib/scandump.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/lib/scandump.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/lib/scandump.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/lib/scandump.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -45,13 +45,11 @@
}
}
@@ -4320,8 +4629,8 @@ Index: gcc/testsuite/lib/scandump.exp
if { $output_file == "" } {
Index: gcc/testsuite/lib/target-supports-dg.exp
===================================================================
---- gcc/testsuite/lib/target-supports-dg.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/lib/target-supports-dg.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/lib/target-supports-dg.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/lib/target-supports-dg.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -31,6 +31,34 @@
return "$flags1 $flags2"
}
@@ -4359,8 +4668,8 @@ Index: gcc/testsuite/lib/target-supports-dg.exp
proc dg-require-weak { args } {
Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90
===================================================================
---- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90 (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90 (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10,7 +10,7 @@
!$OMP DO
DO I = 1, N
@@ -4372,8 +4681,8 @@ Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.1.f90
END DO
Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90
===================================================================
---- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90 (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90 (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,7 +7,7 @@
!$OMP DO
DO I = 1, N
@@ -4385,8 +4694,8 @@ Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.3.f90
END DO
Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.4.f90
===================================================================
---- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.4.f90 (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.4.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.4.f90 (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.4.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,7 +8,7 @@
DO I = 1, N
CALL WORK(I, 1)
@@ -4398,8 +4707,8 @@ Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.4.f90
!$OMP END PARALLEL
Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.6.f90
===================================================================
---- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.6.f90 (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.6.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.6.f90 (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.6.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,7 +6,7 @@
!$OMP SINGLE
CALL WORK(N,1)
@@ -4412,7 +4721,7 @@ Index: gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.6.f90
Index: gcc/testsuite/gfortran.dg/init_flag_10.f90
===================================================================
--- gcc/testsuite/gfortran.dg/init_flag_10.f90 (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gfortran.dg/init_flag_10.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gfortran.dg/init_flag_10.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,43 @@
+! { dg-do run }
+! { dg-options "-finit-real=NAN" }
@@ -4460,7 +4769,7 @@ Index: gcc/testsuite/gfortran.dg/init_flag_10.f90
Index: gcc/testsuite/gfortran.dg/inline_sum_4.f90
===================================================================
--- gcc/testsuite/gfortran.dg/inline_sum_4.f90 (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gfortran.dg/inline_sum_4.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gfortran.dg/inline_sum_4.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,19 @@
+! { dg-do compile }
+!
@@ -4484,7 +4793,7 @@ Index: gcc/testsuite/gfortran.dg/inline_sum_4.f90
Index: gcc/testsuite/gfortran.dg/transfer_check_3.f90
===================================================================
--- gcc/testsuite/gfortran.dg/transfer_check_3.f90 (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gfortran.dg/transfer_check_3.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gfortran.dg/transfer_check_3.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,33 @@
+! { dg-do compile }
+! { dg-options "-Wsurprising" }
@@ -4522,7 +4831,7 @@ Index: gcc/testsuite/gfortran.dg/transfer_check_3.f90
Index: gcc/testsuite/gfortran.dg/pr52621.f90
===================================================================
--- gcc/testsuite/gfortran.dg/pr52621.f90 (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gfortran.dg/pr52621.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gfortran.dg/pr52621.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,20 @@
+! { dg-do compile }
+! { dg-options "-O2 -fprefetch-loop-arrays -w" }
@@ -4547,7 +4856,7 @@ Index: gcc/testsuite/gfortran.dg/pr52621.f90
Index: gcc/testsuite/gfortran.dg/save_4.f90
===================================================================
--- gcc/testsuite/gfortran.dg/save_4.f90 (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gfortran.dg/save_4.f90 (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gfortran.dg/save_4.f90 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,13 @@
+! { dg-do compile }
+! { dg-options "-std=f2003" }
@@ -4564,8 +4873,8 @@ Index: gcc/testsuite/gfortran.dg/save_4.f90
+END MODULE somemodule
Index: gcc/testsuite/gcc.c-torture/compile/sync-1.c
===================================================================
---- gcc/testsuite/gcc.c-torture/compile/sync-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.c-torture/compile/sync-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.c-torture/compile/sync-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.c-torture/compile/sync-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,5 +1,5 @@
-/* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
-/* { dg-message "note: '__sync_nand_and_fetch' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
@@ -4577,7 +4886,7 @@ Index: gcc/testsuite/gcc.c-torture/compile/sync-1.c
Index: gcc/testsuite/gnat.dg/aggr20.adb
===================================================================
--- gcc/testsuite/gnat.dg/aggr20.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/aggr20.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/aggr20.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,10 @@
+-- { dg-do compile }
+
@@ -4592,7 +4901,7 @@ Index: gcc/testsuite/gnat.dg/aggr20.adb
Index: gcc/testsuite/gnat.dg/aggr20.ads
===================================================================
--- gcc/testsuite/gnat.dg/aggr20.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/aggr20.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/aggr20.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,24 @@
+with Aggr20_Pkg; use Aggr20_Pkg;
+with System;
@@ -4621,7 +4930,7 @@ Index: gcc/testsuite/gnat.dg/aggr20.ads
Index: gcc/testsuite/gnat.dg/derived_type3_pkg.adb
===================================================================
--- gcc/testsuite/gnat.dg/derived_type3_pkg.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/derived_type3_pkg.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/derived_type3_pkg.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,42 @@
+with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
+with Ada.Text_IO; use Ada.Text_IO;
@@ -4668,7 +4977,7 @@ Index: gcc/testsuite/gnat.dg/derived_type3_pkg.adb
Index: gcc/testsuite/gnat.dg/derived_type3_pkg.ads
===================================================================
--- gcc/testsuite/gnat.dg/derived_type3_pkg.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/derived_type3_pkg.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/derived_type3_pkg.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,6 @@
+package Derived_Type3_Pkg is
+
@@ -4679,7 +4988,7 @@ Index: gcc/testsuite/gnat.dg/derived_type3_pkg.ads
Index: gcc/testsuite/gnat.dg/aggr20_pkg.ads
===================================================================
--- gcc/testsuite/gnat.dg/aggr20_pkg.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/aggr20_pkg.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/aggr20_pkg.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,9 @@
+with System;
+
@@ -4693,7 +5002,7 @@ Index: gcc/testsuite/gnat.dg/aggr20_pkg.ads
Index: gcc/testsuite/gnat.dg/derived_type3.adb
===================================================================
--- gcc/testsuite/gnat.dg/derived_type3.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/derived_type3.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/derived_type3.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,9 @@
+-- { dg-do run }
+
@@ -4707,7 +5016,7 @@ Index: gcc/testsuite/gnat.dg/derived_type3.adb
Index: gcc/testsuite/gnat.dg/vect8.adb
===================================================================
--- gcc/testsuite/gnat.dg/vect8.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/vect8.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/vect8.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,11 @@
+package body Vect8 is
+
@@ -4723,7 +5032,7 @@ Index: gcc/testsuite/gnat.dg/vect8.adb
Index: gcc/testsuite/gnat.dg/vect8.ads
===================================================================
--- gcc/testsuite/gnat.dg/vect8.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/vect8.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/vect8.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,10 @@
+-- { dg-do compile }
+
@@ -4738,7 +5047,7 @@ Index: gcc/testsuite/gnat.dg/vect8.ads
Index: gcc/testsuite/gnat.dg/opt25.adb
===================================================================
--- gcc/testsuite/gnat.dg/opt25.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/opt25.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/opt25.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,17 @@
+-- { dg-do compile }
+-- { dg-options "-O" }
@@ -4760,7 +5069,7 @@ Index: gcc/testsuite/gnat.dg/opt25.adb
Index: gcc/testsuite/gnat.dg/recursive_call.adb
===================================================================
--- gcc/testsuite/gnat.dg/recursive_call.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/recursive_call.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/recursive_call.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,10 @@
+-- { dg-do compile }
+-- { dg-options "-gnat2012" }
@@ -4775,7 +5084,7 @@ Index: gcc/testsuite/gnat.dg/recursive_call.adb
Index: gcc/testsuite/gnat.dg/lto15.adb
===================================================================
--- gcc/testsuite/gnat.dg/lto15.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/lto15.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/lto15.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,11 @@
+-- { dg-do compile }
+-- { dg-options "-O -flto -g" }
@@ -4791,7 +5100,7 @@ Index: gcc/testsuite/gnat.dg/lto15.adb
Index: gcc/testsuite/gnat.dg/lto15.ads
===================================================================
--- gcc/testsuite/gnat.dg/lto15.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/lto15.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/lto15.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,11 @@
+package Lto15 is
+
@@ -4807,7 +5116,7 @@ Index: gcc/testsuite/gnat.dg/lto15.ads
Index: gcc/testsuite/gnat.dg/opt25_pkg1.adb
===================================================================
--- gcc/testsuite/gnat.dg/opt25_pkg1.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/opt25_pkg1.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/opt25_pkg1.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,10 @@
+package body Opt25_Pkg1 is
+
@@ -4822,7 +5131,7 @@ Index: gcc/testsuite/gnat.dg/opt25_pkg1.adb
Index: gcc/testsuite/gnat.dg/opt25_pkg1.ads
===================================================================
--- gcc/testsuite/gnat.dg/opt25_pkg1.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/opt25_pkg1.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/opt25_pkg1.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,11 @@
+generic
+
@@ -4838,7 +5147,7 @@ Index: gcc/testsuite/gnat.dg/opt25_pkg1.ads
Index: gcc/testsuite/gnat.dg/discr37.adb
===================================================================
--- gcc/testsuite/gnat.dg/discr37.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/discr37.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/discr37.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,12 @@
+-- { dg-do compile }
+
@@ -4855,7 +5164,7 @@ Index: gcc/testsuite/gnat.dg/discr37.adb
Index: gcc/testsuite/gnat.dg/opt25_pkg2.adb
===================================================================
--- gcc/testsuite/gnat.dg/opt25_pkg2.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/opt25_pkg2.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/opt25_pkg2.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,8 @@
+package body Opt25_Pkg2 is
+
@@ -4868,7 +5177,7 @@ Index: gcc/testsuite/gnat.dg/opt25_pkg2.adb
Index: gcc/testsuite/gnat.dg/discr37.ads
===================================================================
--- gcc/testsuite/gnat.dg/discr37.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/discr37.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/discr37.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,22 @@
+package Discr37 is
+
@@ -4895,7 +5204,7 @@ Index: gcc/testsuite/gnat.dg/discr37.ads
Index: gcc/testsuite/gnat.dg/opt25_pkg2.ads
===================================================================
--- gcc/testsuite/gnat.dg/opt25_pkg2.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/opt25_pkg2.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/opt25_pkg2.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,20 @@
+generic
+
@@ -4920,7 +5229,7 @@ Index: gcc/testsuite/gnat.dg/opt25_pkg2.ads
Index: gcc/testsuite/gnat.dg/loop_optimization11.adb
===================================================================
--- gcc/testsuite/gnat.dg/loop_optimization11.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/loop_optimization11.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/loop_optimization11.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,19 @@
+-- { dg-do compile }
+-- { dg-options "-O" }
@@ -4944,7 +5253,7 @@ Index: gcc/testsuite/gnat.dg/loop_optimization11.adb
Index: gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
===================================================================
--- gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,11 @@
+package Loop_Optimization11_Pkg is
+
@@ -4960,7 +5269,7 @@ Index: gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
Index: gcc/testsuite/gnat.dg/discr38.adb
===================================================================
--- gcc/testsuite/gnat.dg/discr38.adb (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gnat.dg/discr38.adb (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gnat.dg/discr38.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,40 @@
+-- { dg-do compile }
+
@@ -5004,8 +5313,8 @@ Index: gcc/testsuite/gnat.dg/discr38.adb
+end;
Index: gcc/testsuite/gcc.dg/vla-init-1.c
===================================================================
---- gcc/testsuite/gcc.dg/vla-init-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/vla-init-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/vla-init-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/vla-init-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10,6 +10,6 @@
foo (void)
{
@@ -5017,8 +5326,8 @@ Index: gcc/testsuite/gcc.dg/vla-init-1.c
}
Index: gcc/testsuite/gcc.dg/pr30551-2.c
===================================================================
---- gcc/testsuite/gcc.dg/pr30551-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr30551-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr30551-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr30551-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,7 +2,7 @@
/* { dg-do compile } */
/* { dg-options "" } */
@@ -5032,8 +5341,8 @@ Index: gcc/testsuite/gcc.dg/pr30551-2.c
Index: gcc/testsuite/gcc.dg/pr48552-2.c
===================================================================
---- gcc/testsuite/gcc.dg/pr48552-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr48552-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr48552-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr48552-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,15 +7,15 @@
void
f1 (void *x)
@@ -5086,8 +5395,8 @@ Index: gcc/testsuite/gcc.dg/pr48552-2.c
+} /* { dg-error "invalid lvalue in asm output 0" "invalid lvalue" { target *-*-* } 52 } */
Index: gcc/testsuite/gcc.dg/parser-pr28152.c
===================================================================
---- gcc/testsuite/gcc.dg/parser-pr28152.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/parser-pr28152.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/parser-pr28152.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/parser-pr28152.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,5 +7,5 @@
_Complex float z;
@@ -5098,8 +5407,8 @@ Index: gcc/testsuite/gcc.dg/parser-pr28152.c
+ /* { dg-error "at end of input" "end of input" { target *-*-* } 10 } */
Index: gcc/testsuite/gcc.dg/pr30551-6.c
===================================================================
---- gcc/testsuite/gcc.dg/pr30551-6.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr30551-6.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr30551-6.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr30551-6.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,6 +2,6 @@
/* { dg-do compile } */
/* { dg-options "-pedantic" } */
@@ -5112,8 +5421,8 @@ Index: gcc/testsuite/gcc.dg/pr30551-6.c
+/* { dg-warning "return type of .main. is not .int." "return type" { target *-*-* } 5 } */
Index: gcc/testsuite/gcc.dg/gomp/critical-4.c
===================================================================
---- gcc/testsuite/gcc.dg/gomp/critical-4.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/gomp/critical-4.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/gomp/critical-4.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/gomp/critical-4.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -15,7 +15,7 @@
foo2 (void)
{
@@ -5133,8 +5442,8 @@ Index: gcc/testsuite/gcc.dg/gomp/critical-4.c
}
Index: gcc/testsuite/gcc.dg/gomp/nesting-1.c
===================================================================
---- gcc/testsuite/gcc.dg/gomp/nesting-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/gomp/nesting-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/gomp/nesting-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/gomp/nesting-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,89 +8,89 @@
#pragma omp for
for (i = 0; i < 3; i++)
@@ -5314,8 +5623,8 @@ Index: gcc/testsuite/gcc.dg/gomp/nesting-1.c
}
Index: gcc/testsuite/gcc.dg/c99-vla-jump-4.c
===================================================================
---- gcc/testsuite/gcc.dg/c99-vla-jump-4.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/c99-vla-jump-4.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/c99-vla-jump-4.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/c99-vla-jump-4.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -305,5 +305,5 @@
void fd288 (int n) { P0A:goto P0A;{ typedef int (*b)[n]; P01A:goto P01A;{ typedef int (*c)[n]; P012A:goto P012A;0;} P01B:goto P01B;{ typedef int (*d)[n]; P013A:goto P013A;0;} P01C:goto P01C;; typedef int (*e)[n]; P014A:goto P014A;0;}; P0B:goto P0B;{ typedef int (*f)[n]; P02A:goto P02A;{ typedef int (*g)[n]; P024A:goto P024A;0;}; P02B:goto P02B;{ typedef int (*h)[n]; P025A:goto P025A;0;}; P02C:goto P02C;; typedef int (*i)[n]; P026A:goto P026A;0;}; P0C:goto P0C;; typedef int (*j)[n]; P03A:goto P03A;0;a: goto a; P03B:goto P03B; }
@@ -5326,8 +5635,8 @@ Index: gcc/testsuite/gcc.dg/c99-vla-jump-4.c
+/* { dg-message "note: '\[^\n'\]*' declared here" "note: declared" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/decl-9.c
===================================================================
---- gcc/testsuite/gcc.dg/decl-9.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/decl-9.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/decl-9.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/decl-9.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -21,7 +21,7 @@
{
b: a: ; /* { dg-bogus "a label can only be part of a statement" } */
@@ -5339,8 +5648,8 @@ Index: gcc/testsuite/gcc.dg/decl-9.c
Index: gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
===================================================================
---- gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,9 +5,12 @@
int foo()
{
@@ -5360,7 +5669,7 @@ Index: gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
Index: gcc/testsuite/gcc.dg/pr52558-1.c
===================================================================
--- gcc/testsuite/gcc.dg/pr52558-1.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/pr52558-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/pr52558-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,22 @@
+/* { dg-do compile } */
+/* { dg-options "--param allow-store-data-races=0 -O2 -fdump-tree-lim1" } */
@@ -5386,8 +5695,8 @@ Index: gcc/testsuite/gcc.dg/pr52558-1.c
+/* { dg-final { cleanup-tree-dump "lim1" } } */
Index: gcc/testsuite/gcc.dg/declspec-10.c
===================================================================
---- gcc/testsuite/gcc.dg/declspec-10.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/declspec-10.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/declspec-10.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/declspec-10.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -44,4 +44,4 @@
inline int main (void) { return 0; } /* { dg-warning "cannot inline function 'main'" } */
@@ -5396,8 +5705,8 @@ Index: gcc/testsuite/gcc.dg/declspec-10.c
+/* { dg-message "error: register name not specified for 'y'" "not specified" { target *-*-* } 19 } */
Index: gcc/testsuite/gcc.dg/Wobjsize-1.c
===================================================================
---- gcc/testsuite/gcc.dg/Wobjsize-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/Wobjsize-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/Wobjsize-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/Wobjsize-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -11,5 +11,5 @@
}
@@ -5408,8 +5717,8 @@ Index: gcc/testsuite/gcc.dg/Wobjsize-1.c
+/* { dg-message "inlined from" "inlined" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/cpp/include2a.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/include2a.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/include2a.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/include2a.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/include2a.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -11,6 +11,6 @@
/* These error is No such file or directory, just once. However, this
@@ -5422,8 +5731,8 @@ Index: gcc/testsuite/gcc.dg/cpp/include2a.c
+/* { dg-message "terminated" "terminated" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/cpp/pr30786.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/pr30786.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/pr30786.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/pr30786.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/pr30786.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,8 +1,8 @@
/* PR preprocessor/30786 - _Pragma at end of file should not ICE */
/* { dg-do compile } */
@@ -5437,8 +5746,8 @@ Index: gcc/testsuite/gcc.dg/cpp/pr30786.c
Index: gcc/testsuite/gcc.dg/cpp/pr28709.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/pr28709.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/pr28709.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/pr28709.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/pr28709.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,5 +4,5 @@
/* { dg-do compile } */
#define foo - ## >>
@@ -5449,8 +5758,8 @@ Index: gcc/testsuite/gcc.dg/cpp/pr28709.c
+/* { dg-error pasting "pasting" { target *-*-* } 6 } */
Index: gcc/testsuite/gcc.dg/cpp/missing-header-MD.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/missing-header-MD.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/missing-header-MD.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/missing-header-MD.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/missing-header-MD.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
/* { dg-options "-MD" } */
@@ -5464,8 +5773,8 @@ Index: gcc/testsuite/gcc.dg/cpp/missing-header-MD.c
foo bar;
Index: gcc/testsuite/gcc.dg/cpp/macspace2.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/macspace2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/macspace2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/macspace2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/macspace2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -59,5 +59,5 @@
#define ag"abc" /* { dg-error "requires whitespace" } */
@@ -5476,8 +5785,8 @@ Index: gcc/testsuite/gcc.dg/cpp/macspace2.c
+/* { dg-error "missing terminating" "missing-terminating" { target *-*-* } 10 } */
Index: gcc/testsuite/gcc.dg/cpp/missing-header-1.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/missing-header-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/missing-header-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/missing-header-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/missing-header-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
/* { dg-options "" } */
@@ -5491,8 +5800,8 @@ Index: gcc/testsuite/gcc.dg/cpp/missing-header-1.c
foo bar;
Index: gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
/* { dg-options "-MMD" } */
@@ -5506,8 +5815,8 @@ Index: gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c
foo bar;
Index: gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
/* { dg-options "-MD" } */
@@ -5521,8 +5830,8 @@ Index: gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c
foo bar;
Index: gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c
===================================================================
---- gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
/* { dg-options "-MMD" } */
@@ -5536,8 +5845,8 @@ Index: gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c
foo bar;
Index: gcc/testsuite/gcc.dg/20031223-1.c
===================================================================
---- gcc/testsuite/gcc.dg/20031223-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/20031223-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/20031223-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/20031223-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,7 +7,7 @@
void f ()
@@ -5551,8 +5860,8 @@ Index: gcc/testsuite/gcc.dg/20031223-1.c
}
Index: gcc/testsuite/gcc.dg/matrix/matrix.exp
===================================================================
---- gcc/testsuite/gcc.dg/matrix/matrix.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/matrix/matrix.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/matrix/matrix.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/matrix/matrix.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -39,9 +39,6 @@
set tool gcc
set prof_ext "gcda"
@@ -5581,8 +5890,8 @@ Index: gcc/testsuite/gcc.dg/matrix/matrix.exp
+set PROFOPT_OPTIONS $matrix_save_profopt_options
Index: gcc/testsuite/gcc.dg/utf-dflt2.c
===================================================================
---- gcc/testsuite/gcc.dg/utf-dflt2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/utf-dflt2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/utf-dflt2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/utf-dflt2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,8 +2,8 @@
/* { dg-do compile } */
/* { dg-options "" } */
@@ -5596,8 +5905,8 @@ Index: gcc/testsuite/gcc.dg/utf-dflt2.c
Index: gcc/testsuite/gcc.dg/pr30551-3.c
===================================================================
---- gcc/testsuite/gcc.dg/pr30551-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr30551-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr30551-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr30551-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,6 +2,6 @@
/* { dg-do compile } */
/* { dg-options "-pedantic-errors" } */
@@ -5610,8 +5919,8 @@ Index: gcc/testsuite/gcc.dg/pr30551-3.c
+/* { dg-error "return type of .main. is not .int." "return type" { target *-*-* } 5 } */
Index: gcc/testsuite/gcc.dg/Wconversion-integer.c
===================================================================
---- gcc/testsuite/gcc.dg/Wconversion-integer.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/Wconversion-integer.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/Wconversion-integer.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/Wconversion-integer.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -40,10 +40,10 @@
fuc ('A');
uc = 'A';
@@ -5629,8 +5938,8 @@ Index: gcc/testsuite/gcc.dg/Wconversion-integer.c
ui = x ? 1U : -1; /* { dg-warning "negative integer implicitly converted to unsigned type" } */
Index: gcc/testsuite/gcc.dg/c99-vla-jump-1.c
===================================================================
---- gcc/testsuite/gcc.dg/c99-vla-jump-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/c99-vla-jump-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/c99-vla-jump-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/c99-vla-jump-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -305,5 +305,5 @@
void fa288 (int n) { { int b[n]; { int c[n]; 0;} { int d[n]; 0;} ; int e[n]; 0;}; { int f[n]; { int g[n]; 0;}; { int h[n]; 0;}; ; int i[n]; 0;}; ; int j[n]; 0;a: goto a; }
@@ -5641,8 +5950,8 @@ Index: gcc/testsuite/gcc.dg/c99-vla-jump-1.c
+/* { dg-message "note: '\[^\n'\]*' declared here" "note: declared" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/declspec-18.c
===================================================================
---- gcc/testsuite/gcc.dg/declspec-18.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/declspec-18.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/declspec-18.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/declspec-18.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,7 +5,7 @@
int z; /* { dg-message "previous declaration of 'z'" } */
@@ -5752,8 +6061,8 @@ Index: gcc/testsuite/gcc.dg/declspec-18.c
}
Index: gcc/testsuite/gcc.dg/c99-vla-jump-5.c
===================================================================
---- gcc/testsuite/gcc.dg/c99-vla-jump-5.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/c99-vla-jump-5.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/c99-vla-jump-5.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/c99-vla-jump-5.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -30,5 +30,5 @@
}
@@ -5764,8 +6073,8 @@ Index: gcc/testsuite/gcc.dg/c99-vla-jump-5.c
+/* { dg-message "note: '\[^\n'\]*' declared here" "note: declared" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/redecl-1.c
===================================================================
---- gcc/testsuite/gcc.dg/redecl-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/redecl-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/redecl-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/redecl-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -52,21 +52,21 @@
void prime4(void)
@@ -5794,8 +6103,8 @@ Index: gcc/testsuite/gcc.dg/redecl-1.c
{
Index: gcc/testsuite/gcc.dg/di-longlong64-sync-1.c
===================================================================
---- gcc/testsuite/gcc.dg/di-longlong64-sync-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/di-longlong64-sync-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/di-longlong64-sync-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/di-longlong64-sync-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
/* { dg-options "-std=gnu99" } */
/* { dg-additional-options "-march=pentium" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
@@ -5809,8 +6118,8 @@ Index: gcc/testsuite/gcc.dg/di-longlong64-sync-1.c
/* Test basic functionality of the intrinsics. The operations should
Index: gcc/testsuite/gcc.dg/noncompile/pr44517.c
===================================================================
---- gcc/testsuite/gcc.dg/noncompile/pr44517.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/noncompile/pr44517.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/noncompile/pr44517.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/noncompile/pr44517.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,7 +1,7 @@
/* PR c/44517: Improve diagnostic for misspelled typename in function declaration. */
int f1(int x, pid_t y, long z, in t) {
@@ -5823,8 +6132,8 @@ Index: gcc/testsuite/gcc.dg/noncompile/pr44517.c
Index: gcc/testsuite/gcc.dg/noncompile/pr52290.c
===================================================================
---- gcc/testsuite/gcc.dg/noncompile/pr52290.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/noncompile/pr52290.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/noncompile/pr52290.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/noncompile/pr52290.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,3 +1,3 @@
-/* { dg-error "undeclared here" "" { target *-*-* } 3 } */
-/* { dg-error "expected" "" { target *-*-* } 3 } */
@@ -5833,8 +6142,8 @@ Index: gcc/testsuite/gcc.dg/noncompile/pr52290.c
int f()[j]
Index: gcc/testsuite/gcc.dg/utf-dflt.c
===================================================================
---- gcc/testsuite/gcc.dg/utf-dflt.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/utf-dflt.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/utf-dflt.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/utf-dflt.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,10 +3,10 @@
/* { dg-do compile } */
/* { dg-options "" } */
@@ -5853,7 +6162,7 @@ Index: gcc/testsuite/gcc.dg/utf-dflt.c
Index: gcc/testsuite/gcc.dg/pr52558-2.c
===================================================================
--- gcc/testsuite/gcc.dg/pr52558-2.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/pr52558-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/pr52558-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,23 @@
+/* { dg-do compile } */
+/* { dg-options "--param allow-store-data-races=0 -O2 -fdump-tree-lim1" } */
@@ -5880,8 +6189,8 @@ Index: gcc/testsuite/gcc.dg/pr52558-2.c
+/* { dg-final { cleanup-tree-dump "lim1" } } */
Index: gcc/testsuite/gcc.dg/pr27953.c
===================================================================
---- gcc/testsuite/gcc.dg/pr27953.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr27953.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr27953.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr27953.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,8 +1,8 @@
/* PR c/27953 */
@@ -5898,8 +6207,8 @@ Index: gcc/testsuite/gcc.dg/pr27953.c
+/* { dg-message "note: previous definition" "previous" { target *-*-* } 3 } */
Index: gcc/testsuite/gcc.dg/pr30551-4.c
===================================================================
---- gcc/testsuite/gcc.dg/pr30551-4.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr30551-4.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr30551-4.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr30551-4.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,7 +2,7 @@
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -Wno-main" } */
@@ -5913,8 +6222,8 @@ Index: gcc/testsuite/gcc.dg/pr30551-4.c
Index: gcc/testsuite/gcc.dg/pr14475.c
===================================================================
---- gcc/testsuite/gcc.dg/pr14475.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr14475.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr14475.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr14475.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,8 +3,8 @@
struct tree_common
@@ -5930,8 +6239,8 @@ Index: gcc/testsuite/gcc.dg/pr14475.c
};
Index: gcc/testsuite/gcc.dg/stack-usage-1.c
===================================================================
---- gcc/testsuite/gcc.dg/stack-usage-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/stack-usage-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/stack-usage-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/stack-usage-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -58,6 +58,8 @@
# define SIZE 224
#elif defined (__epiphany__)
@@ -5943,8 +6252,8 @@ Index: gcc/testsuite/gcc.dg/stack-usage-1.c
#endif
Index: gcc/testsuite/gcc.dg/c99-vla-jump-2.c
===================================================================
---- gcc/testsuite/gcc.dg/c99-vla-jump-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/c99-vla-jump-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/c99-vla-jump-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/c99-vla-jump-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -305,5 +305,5 @@
void fb288 (int n) { P0A:goto P0A;{ int b[n]; P01A:goto P01A;{ int c[n]; P012A:goto P012A;0;} P01B:goto P01B;{ int d[n]; P013A:goto P013A;0;} P01C:goto P01C;; int e[n]; P014A:goto P014A;0;}; P0B:goto P0B;{ int f[n]; P02A:goto P02A;{ int g[n]; P024A:goto P024A;0;}; P02B:goto P02B;{ int h[n]; P025A:goto P025A;0;}; P02C:goto P02C;; int i[n]; P026A:goto P026A;0;}; P0C:goto P0C;; int j[n]; P03A:goto P03A;0;a: goto a; P03B:goto P03B; }
@@ -5955,8 +6264,8 @@ Index: gcc/testsuite/gcc.dg/c99-vla-jump-2.c
+/* { dg-message "note: '\[^\n'\]*' declared here" "note: declared" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/transparent-union-3.c
===================================================================
---- gcc/testsuite/gcc.dg/transparent-union-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/transparent-union-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/transparent-union-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/transparent-union-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,15 +6,15 @@
enum e { A };
@@ -5983,8 +6292,8 @@ Index: gcc/testsuite/gcc.dg/transparent-union-3.c
/* { dg-warning "union cannot be made transparent" "" { target *-*-* } 19 } */
Index: gcc/testsuite/gcc.dg/pr45461.c
===================================================================
---- gcc/testsuite/gcc.dg/pr45461.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr45461.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr45461.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr45461.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -9,10 +9,10 @@
short e;
va_list ap;
@@ -6001,8 +6310,8 @@ Index: gcc/testsuite/gcc.dg/pr45461.c
+/* { dg-message "note: if this code" "if this code" {target *-*-* } 12 } */
Index: gcc/testsuite/gcc.dg/ia64-sync-2.c
===================================================================
---- gcc/testsuite/gcc.dg/ia64-sync-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/ia64-sync-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/ia64-sync-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/ia64-sync-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,8 +4,8 @@
/* { dg-options "-march=i486" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
/* { dg-options "-mcpu=v9" { target sparc*-*-* } } */
@@ -6016,8 +6325,8 @@ Index: gcc/testsuite/gcc.dg/ia64-sync-2.c
Index: gcc/testsuite/gcc.dg/parser-pr28152-2.c
===================================================================
---- gcc/testsuite/gcc.dg/parser-pr28152-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/parser-pr28152-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/parser-pr28152-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/parser-pr28152-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,5 +7,5 @@
__complex__ float z;
@@ -6029,7 +6338,7 @@ Index: gcc/testsuite/gcc.dg/parser-pr28152-2.c
Index: gcc/testsuite/gcc.dg/lto/pr53470_0.c
===================================================================
--- gcc/testsuite/gcc.dg/lto/pr53470_0.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/lto/pr53470_0.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/lto/pr53470_0.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,9 @@
+/* { dg-lto-do link } */
+/* { dg-lto-options { { -flto } { -flto -g } } } */
@@ -6043,7 +6352,7 @@ Index: gcc/testsuite/gcc.dg/lto/pr53470_0.c
Index: gcc/testsuite/gcc.dg/torture/pr53908.c
===================================================================
--- gcc/testsuite/gcc.dg/torture/pr53908.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/torture/pr53908.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/torture/pr53908.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,288 @@
+/* { dg-do run } */
+/* SEGV at comment below. */
@@ -6336,7 +6645,7 @@ Index: gcc/testsuite/gcc.dg/torture/pr53908.c
Index: gcc/testsuite/gcc.dg/torture/pr53790.c
===================================================================
--- gcc/testsuite/gcc.dg/torture/pr53790.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/torture/pr53790.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/torture/pr53790.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,17 @@
+/* { dg-do compile } */
+
@@ -6358,7 +6667,7 @@ Index: gcc/testsuite/gcc.dg/torture/pr53790.c
Index: gcc/testsuite/gcc.dg/torture/pr53589.c
===================================================================
--- gcc/testsuite/gcc.dg/torture/pr53589.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/torture/pr53589.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/torture/pr53589.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,15 @@
+/* PR rtl-optimization/53589 */
+/* { dg-do compile } */
@@ -6377,8 +6686,8 @@ Index: gcc/testsuite/gcc.dg/torture/pr53589.c
+}
Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
/* PR middle-end/45234 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
@@ -6389,8 +6698,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c
Index: gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
/* PR middle-end/37009 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
@@ -6401,8 +6710,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c
#include <stdarg.h>
Index: gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008, 2010
+# Copyright (C) 2008, 2010, 2012
@@ -6480,8 +6789,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
dg-finish
Index: gcc/testsuite/gcc.dg/torture/stackalign/push-1.c
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/push-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/push-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/push-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/push-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
/* PR middle-end/37010 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
@@ -6492,8 +6801,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/push-1.c
#include <emmintrin.h>
Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
/* PR middle-end/37009 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
@@ -6504,8 +6813,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c
#include <emmintrin.h>
Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
/* PR middle-end/37009 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
@@ -6516,8 +6825,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c
#include <emmintrin.h>
Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
/* PR middle-end/37009 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
@@ -6528,8 +6837,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c
Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c
===================================================================
---- gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
/* PR middle-end/45234 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
@@ -6540,8 +6849,8 @@ Index: gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c
Index: gcc/testsuite/gcc.dg/20020201-1.c
===================================================================
---- gcc/testsuite/gcc.dg/20020201-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/20020201-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/20020201-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/20020201-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,12 +7,8 @@
/* { dg-options "-fprofile-arcs" } */
/* { dg-do run { target native } } */
@@ -6559,7 +6868,7 @@ Index: gcc/testsuite/gcc.dg/20020201-1.c
Index: gcc/testsuite/gcc.dg/pr52530.c
===================================================================
--- gcc/testsuite/gcc.dg/pr52530.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/pr52530.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/pr52530.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,40 @@
+/* { dg-do run } */
+
@@ -6603,8 +6912,8 @@ Index: gcc/testsuite/gcc.dg/pr52530.c
+}
Index: gcc/testsuite/gcc.dg/Wfatal-2.c
===================================================================
---- gcc/testsuite/gcc.dg/Wfatal-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/Wfatal-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/Wfatal-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/Wfatal-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,5 +5,5 @@
int i = INT_MAX + 1; /* { dg-error "integer overflow in expression" } */
int k = 1 / 0;
@@ -6615,8 +6924,8 @@ Index: gcc/testsuite/gcc.dg/Wfatal-2.c
+/* { dg-message "terminated due to -Wfatal-errors" "terminated" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/pr48552-1.c
===================================================================
---- gcc/testsuite/gcc.dg/pr48552-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr48552-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr48552-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr48552-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,15 +7,15 @@
void
f1 (void *x)
@@ -6669,8 +6978,8 @@ Index: gcc/testsuite/gcc.dg/pr48552-1.c
+} /* { dg-error "invalid lvalue in asm output 0" "invalid lvalue" { target *-*-* } 52 } */
Index: gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
===================================================================
---- gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -29,9 +29,6 @@
set tool gcc
set prof_ext "gcda"
@@ -6700,8 +7009,8 @@ Index: gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
+set PROFOPT_OPTIONS $treeprof_save_profopt_options
Index: gcc/testsuite/gcc.dg/pr30551-5.c
===================================================================
---- gcc/testsuite/gcc.dg/pr30551-5.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr30551-5.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr30551-5.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr30551-5.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,6 +2,6 @@
/* { dg-do compile } */
/* { dg-options "-pedantic -Wno-main" } */
@@ -6714,8 +7023,8 @@ Index: gcc/testsuite/gcc.dg/pr30551-5.c
+/* { dg-bogus "return type of .main. is not .int." "return type" { target *-*-* } 5 } */
Index: gcc/testsuite/gcc.dg/wtr-int-type-1.c
===================================================================
---- gcc/testsuite/gcc.dg/wtr-int-type-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/wtr-int-type-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/wtr-int-type-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/wtr-int-type-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -25,8 +25,8 @@
/* But this one should, since it doesn't fit in long (long), but
@@ -6729,8 +7038,8 @@ Index: gcc/testsuite/gcc.dg/wtr-int-type-1.c
}
Index: gcc/testsuite/gcc.dg/c99-vla-jump-3.c
===================================================================
---- gcc/testsuite/gcc.dg/c99-vla-jump-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/c99-vla-jump-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/c99-vla-jump-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/c99-vla-jump-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -305,5 +305,5 @@
void fc288 (int n) { { typedef int (*b)[n]; { typedef int (*c)[n]; 0;} { typedef int (*d)[n]; 0;} ; typedef int (*e)[n]; 0;}; { typedef int (*f)[n]; { typedef int (*g)[n]; 0;}; { typedef int (*h)[n]; 0;}; ; typedef int (*i)[n]; 0;}; ; typedef int (*j)[n]; 0;a: goto a; }
@@ -6741,8 +7050,8 @@ Index: gcc/testsuite/gcc.dg/c99-vla-jump-3.c
+/* { dg-message "note: '\[^\n'\]*' declared here" "note: declared" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.dg/pr30551.c
===================================================================
---- gcc/testsuite/gcc.dg/pr30551.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr30551.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr30551.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr30551.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,6 +2,6 @@
/* { dg-do compile } */
/* { dg-options "-Wall" } */
@@ -6755,8 +7064,8 @@ Index: gcc/testsuite/gcc.dg/pr30551.c
+/* { dg-warning "return type of .main. is not .int." "return type" { target *-*-* } 5 } */
Index: gcc/testsuite/gcc.dg/Wfatal.c
===================================================================
---- gcc/testsuite/gcc.dg/Wfatal.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/Wfatal.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/Wfatal.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/Wfatal.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,8 +5,8 @@
int i = INT_MAX + 1; /* { dg-warning "integer overflow in expression" } */
int k = 1 / 0; /* { dg-error "division by zero" } */
@@ -6770,8 +7079,8 @@ Index: gcc/testsuite/gcc.dg/Wfatal.c
Index: gcc/testsuite/gcc.dg/vla-8.c
===================================================================
---- gcc/testsuite/gcc.dg/vla-8.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/vla-8.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/vla-8.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/vla-8.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -30,5 +30,5 @@
}
@@ -6783,7 +7092,7 @@ Index: gcc/testsuite/gcc.dg/vla-8.c
Index: gcc/testsuite/gcc.dg/tm/reg-promotion.c
===================================================================
--- gcc/testsuite/gcc.dg/tm/reg-promotion.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/gcc.dg/tm/reg-promotion.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/gcc.dg/tm/reg-promotion.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,24 @@
+/* { dg-do compile } */
+/* { dg-options "-fgnu-tm -O2 -fdump-tree-lim1" } */
@@ -6811,8 +7120,8 @@ Index: gcc/testsuite/gcc.dg/tm/reg-promotion.c
+/* { dg-final { cleanup-tree-dump "lim1" } } */
Index: gcc/testsuite/gcc.dg/sync-2.c
===================================================================
---- gcc/testsuite/gcc.dg/sync-2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/sync-2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/sync-2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/sync-2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,8 +4,8 @@
/* { dg-options "-march=i486" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
/* { dg-options "-mcpu=v9" { target sparc*-*-* } } */
@@ -6826,8 +7135,8 @@ Index: gcc/testsuite/gcc.dg/sync-2.c
Index: gcc/testsuite/gcc.dg/mtune.c
===================================================================
---- gcc/testsuite/gcc.dg/mtune.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/mtune.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/mtune.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/mtune.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,8 +1,8 @@
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-mtune=*" } { "" } } */
@@ -6842,8 +7151,8 @@ Index: gcc/testsuite/gcc.dg/mtune.c
int i;
Index: gcc/testsuite/gcc.dg/pr30457.c
===================================================================
---- gcc/testsuite/gcc.dg/pr30457.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr30457.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr30457.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr30457.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -17,9 +17,9 @@
va_start(ap, paramN); /* { dg-warning "undefined behaviour when second parameter of 'va_start' is declared with 'register' storage" } */
@@ -6859,8 +7168,8 @@ Index: gcc/testsuite/gcc.dg/pr30457.c
}
Index: gcc/testsuite/gcc.dg/format/few-1.c
===================================================================
---- gcc/testsuite/gcc.dg/format/few-1.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/format/few-1.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/format/few-1.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/format/few-1.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,15 +4,15 @@
int f(int *ip, char *cp)
{
@@ -6886,8 +7195,8 @@ Index: gcc/testsuite/gcc.dg/format/few-1.c
__builtin_printf ("%lc");
Index: gcc/testsuite/gcc.dg/pr28322-3.c
===================================================================
---- gcc/testsuite/gcc.dg/pr28322-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.dg/pr28322-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.dg/pr28322-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.dg/pr28322-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,5 +6,5 @@
{
int i = 1;
@@ -6898,8 +7207,8 @@ Index: gcc/testsuite/gcc.dg/pr28322-3.c
+/* { dg-message "unrecognized command line option .-mno-foobar." "m" { target *-*-* } 0 } */
Index: gcc/testsuite/gcc.misc-tests/bprob.exp
===================================================================
---- gcc/testsuite/gcc.misc-tests/bprob.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/gcc.misc-tests/bprob.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/gcc.misc-tests/bprob.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/gcc.misc-tests/bprob.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -30,16 +30,6 @@
set prof_ext "gcda"
set perf_ext tim
@@ -6936,9 +7245,17 @@ Index: gcc/testsuite/gcc.misc-tests/bprob.exp
+set PROFOPT_OPTIONS $bprob_save_profopt_options
Index: gcc/testsuite/ChangeLog
===================================================================
---- gcc/testsuite/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
-@@ -1,3 +1,500 @@
+--- gcc/testsuite/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -1,3 +1,508 @@
++2012-08-09 H.J. Lu <hongjiu.lu at intel.com>
++
++ Backport from mainline
++ 2012-08-08 H.J. Lu <hongjiu.lu at intel.com>
++
++ PR rtl-optimization/54157
++ * gcc.target/i386/pr54157.c: New file.
++
+2012-08-01 Uros Bizjak <ubizjak at gmail.com>
+
+ Backport from mainline
@@ -7442,7 +7759,7 @@ Index: gcc/testsuite/ChangeLog
Index: gcc/testsuite/g++.dg/debug/localclass1.C
===================================================================
--- gcc/testsuite/g++.dg/debug/localclass1.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/debug/localclass1.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/debug/localclass1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,21 @@
+// PR c++/52637
+// { dg-options "-g -std=c++11" }
@@ -7468,7 +7785,7 @@ Index: gcc/testsuite/g++.dg/debug/localclass1.C
Index: gcc/testsuite/g++.dg/debug/dwarf2/localclass3.C
===================================================================
--- gcc/testsuite/g++.dg/debug/dwarf2/localclass3.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/debug/dwarf2/localclass3.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/debug/dwarf2/localclass3.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,11 @@
+// Test that the A* pointer_type is also within the debug info for f.
+// Currently GCC emits it immediately before A, which is simple to test for.
@@ -7484,7 +7801,7 @@ Index: gcc/testsuite/g++.dg/debug/dwarf2/localclass3.C
Index: gcc/testsuite/g++.dg/debug/dwarf2/namespace-2.C
===================================================================
--- gcc/testsuite/g++.dg/debug/dwarf2/namespace-2.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/debug/dwarf2/namespace-2.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/debug/dwarf2/namespace-2.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,10 @@
+// Test that we define A inside the namespace rather than declaring it
+// there and then defining it at CU scope.
@@ -7498,8 +7815,8 @@ Index: gcc/testsuite/g++.dg/debug/dwarf2/namespace-2.C
+struct N::A { } a;
Index: gcc/testsuite/g++.dg/ext/attrib44.C
===================================================================
---- gcc/testsuite/g++.dg/ext/attrib44.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/ext/attrib44.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/ext/attrib44.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/ext/attrib44.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,4 +1,4 @@
// PR c++/52671
// { dg-do compile }
@@ -7509,8 +7826,8 @@ Index: gcc/testsuite/g++.dg/ext/attrib44.C
+// { dg-message "must follow the" "must follow" { target *-*-* } 3 }
Index: gcc/testsuite/g++.dg/ext/no-asm-1.C
===================================================================
---- gcc/testsuite/g++.dg/ext/no-asm-1.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/ext/no-asm-1.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/ext/no-asm-1.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/ext/no-asm-1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,6 +5,6 @@
// keywords.
@@ -7524,7 +7841,7 @@ Index: gcc/testsuite/g++.dg/ext/no-asm-1.C
Index: gcc/testsuite/g++.dg/ext/pr53605.C
===================================================================
--- gcc/testsuite/g++.dg/ext/pr53605.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/ext/pr53605.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/ext/pr53605.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,16 @@
+// { dg-do compile }
+
@@ -7544,8 +7861,8 @@ Index: gcc/testsuite/g++.dg/ext/pr53605.C
+}
Index: gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
===================================================================
---- gcc/testsuite/g++.dg/tree-prof/tree-prof.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/tree-prof/tree-prof.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/tree-prof/tree-prof.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/tree-prof/tree-prof.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -29,9 +29,6 @@
set tool g++
set prof_ext "gcda"
@@ -7576,7 +7893,7 @@ Index: gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
Index: gcc/testsuite/g++.dg/init/mutable1.C
===================================================================
--- gcc/testsuite/g++.dg/init/mutable1.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/init/mutable1.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/init/mutable1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,20 @@
+// PR c++/54026
+// { dg-final { scan-assembler-not "rodata" } }
@@ -7601,7 +7918,7 @@ Index: gcc/testsuite/g++.dg/init/mutable1.C
Index: gcc/testsuite/g++.dg/other/pr53811.C
===================================================================
--- gcc/testsuite/g++.dg/other/pr53811.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/other/pr53811.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/other/pr53811.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,29 @@
+// { dg-do compile }
+// { dg-options "-mcmodel=large" { target { { i?86-*-* x86_64-*-* } && lp64 } } }
@@ -7634,8 +7951,8 @@ Index: gcc/testsuite/g++.dg/other/pr53811.C
+}
Index: gcc/testsuite/g++.dg/other/error34.C
===================================================================
---- gcc/testsuite/g++.dg/other/error34.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/other/error34.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/other/error34.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/other/error34.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,5 +2,5 @@
// { dg-do compile }
// { dg-options "" }
@@ -7647,7 +7964,7 @@ Index: gcc/testsuite/g++.dg/other/error34.C
Index: gcc/testsuite/g++.dg/other/array7.C
===================================================================
--- gcc/testsuite/g++.dg/other/array7.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/other/array7.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/other/array7.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,9 @@
+// PR c++/54038
+
@@ -7660,8 +7977,8 @@ Index: gcc/testsuite/g++.dg/other/array7.C
+};
Index: gcc/testsuite/g++.dg/diagnostic/bitfld2.C
===================================================================
---- gcc/testsuite/g++.dg/diagnostic/bitfld2.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/diagnostic/bitfld2.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/diagnostic/bitfld2.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/diagnostic/bitfld2.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,7 +3,7 @@
template<int> struct A
@@ -7676,7 +7993,7 @@ Index: gcc/testsuite/g++.dg/diagnostic/bitfld2.C
Index: gcc/testsuite/g++.dg/lto/pr53470_0.C
===================================================================
--- gcc/testsuite/g++.dg/lto/pr53470_0.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/lto/pr53470_0.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/lto/pr53470_0.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,26 @@
+// { dg-lto-do link }
+// { dg-lto-options { { -g -flto } } }
@@ -7706,8 +8023,8 @@ Index: gcc/testsuite/g++.dg/lto/pr53470_0.C
+int main() {}
Index: gcc/testsuite/g++.dg/warn/pr30551-2.C
===================================================================
---- gcc/testsuite/g++.dg/warn/pr30551-2.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/warn/pr30551-2.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/warn/pr30551-2.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/warn/pr30551-2.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,5 +2,5 @@
// { dg-do compile }
// { dg-options "-pedantic-errors" }
@@ -7718,8 +8035,8 @@ Index: gcc/testsuite/g++.dg/warn/pr30551-2.C
+/* { dg-error "main.* takes only zero or two arguments" "zero or two" { target *-*-* } 5 } */
Index: gcc/testsuite/g++.dg/warn/pr30551.C
===================================================================
---- gcc/testsuite/g++.dg/warn/pr30551.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/warn/pr30551.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/warn/pr30551.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/warn/pr30551.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,5 +2,5 @@
// { dg-do compile }
// { dg-options "" }
@@ -7730,8 +8047,8 @@ Index: gcc/testsuite/g++.dg/warn/pr30551.C
+/* { dg-warning "main.* takes only zero or two arguments" "zero or two" { target *-*-* } 5 } */
Index: gcc/testsuite/g++.dg/warn/pr12242.C
===================================================================
---- gcc/testsuite/g++.dg/warn/pr12242.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/warn/pr12242.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/warn/pr12242.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/warn/pr12242.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10,8 +10,8 @@
X x;
Y y;
@@ -7745,8 +8062,8 @@ Index: gcc/testsuite/g++.dg/warn/pr12242.C
x = D; // { dg-error "cannot convert .Y. to .X. in assignment" }
Index: gcc/testsuite/g++.dg/parse/error36.C
===================================================================
---- gcc/testsuite/g++.dg/parse/error36.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/error36.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/error36.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/error36.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -11,22 +11,22 @@
void f(T t)
{
@@ -7778,8 +8095,8 @@ Index: gcc/testsuite/g++.dg/parse/error36.C
template <class T> A<T>::B A<T>::b; // { dg-error "typename" }
Index: gcc/testsuite/g++.dg/parse/error9.C
===================================================================
---- gcc/testsuite/g++.dg/parse/error9.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/error9.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/error9.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/error9.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,5 +5,5 @@
int a[] = { FOO: 1, BAR: 2 };
@@ -7791,7 +8108,7 @@ Index: gcc/testsuite/g++.dg/parse/error9.C
Index: gcc/testsuite/g++.dg/parse/enum9.C
===================================================================
--- gcc/testsuite/g++.dg/parse/enum9.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/parse/enum9.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/parse/enum9.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,13 @@
+// PR c++/53995
+
@@ -7808,8 +8125,8 @@ Index: gcc/testsuite/g++.dg/parse/enum9.C
+void A::h() { f(e); }
Index: gcc/testsuite/g++.dg/parse/crash35.C
===================================================================
---- gcc/testsuite/g++.dg/parse/crash35.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/crash35.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/crash35.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/crash35.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,5 +3,5 @@
struct a {};
@@ -7820,8 +8137,8 @@ Index: gcc/testsuite/g++.dg/parse/crash35.C
+{ /* { dg-error "at end of input" } */
Index: gcc/testsuite/g++.dg/parse/error2.C
===================================================================
---- gcc/testsuite/g++.dg/parse/error2.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/error2.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/error2.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/error2.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,8 +8,8 @@
template <int>
struct Foo {};
@@ -7838,8 +8155,8 @@ Index: gcc/testsuite/g++.dg/parse/error2.C
+// { dg-error "15:invalid type in declaration before ';' token" "invalid type" { target *-*-* } 11 }
Index: gcc/testsuite/g++.dg/parse/template25.C
===================================================================
---- gcc/testsuite/g++.dg/parse/template25.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/template25.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/template25.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/template25.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -9,6 +9,6 @@
void g(void)
@@ -7851,8 +8168,8 @@ Index: gcc/testsuite/g++.dg/parse/template25.C
}
Index: gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
===================================================================
---- gcc/testsuite/g++.dg/parse/parser-pr28152-2.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/parser-pr28152-2.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/parser-pr28152-2.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/parser-pr28152-2.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,8 +6,8 @@
{
__complex__ float z;
@@ -7869,8 +8186,8 @@ Index: gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
+ // { dg-error "at end of input" "end" { target *-*-* } 11 }
Index: gcc/testsuite/g++.dg/parse/error3.C
===================================================================
---- gcc/testsuite/g++.dg/parse/error3.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/error3.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/error3.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/error3.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,5 +5,5 @@
void(*AddFunction)(const TYPE&,bool&,
char*, char*,
@@ -7881,8 +8198,8 @@ Index: gcc/testsuite/g++.dg/parse/error3.C
+// { dg-error "60: 'TYPE' does not name a type" "does not" { target *-*-* } { 5 } }
Index: gcc/testsuite/g++.dg/parse/crash46.C
===================================================================
---- gcc/testsuite/g++.dg/parse/crash46.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/crash46.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/crash46.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/crash46.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,17 +2,17 @@
// { dg-do compile }
@@ -7909,8 +8226,8 @@ Index: gcc/testsuite/g++.dg/parse/crash46.C
+ // { dg-error "was not declared" "not" { target *-*-* } 15 }
Index: gcc/testsuite/g++.dg/parse/parser-pr28152.C
===================================================================
---- gcc/testsuite/g++.dg/parse/parser-pr28152.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/parser-pr28152.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/parser-pr28152.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/parser-pr28152.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,8 +6,8 @@
{
_Complex float z;
@@ -7927,8 +8244,8 @@ Index: gcc/testsuite/g++.dg/parse/parser-pr28152.C
+ // { dg-error "at end of input" "end" { target *-*-* } 11 }
Index: gcc/testsuite/g++.dg/parse/error10.C
===================================================================
---- gcc/testsuite/g++.dg/parse/error10.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/error10.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/error10.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/error10.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -15,5 +15,5 @@
}
@@ -7939,8 +8256,8 @@ Index: gcc/testsuite/g++.dg/parse/error10.C
+// { dg-error "30:two or more data types in declaration of 'e4'" "2 or more" { target *-*-* } 14 }
Index: gcc/testsuite/g++.dg/parse/error8.C
===================================================================
---- gcc/testsuite/g++.dg/parse/error8.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/error8.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/error8.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/error8.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,6 +4,6 @@
struct A { friend typename struct B; };
@@ -7953,8 +8270,8 @@ Index: gcc/testsuite/g++.dg/parse/error8.C
+// { dg-error "12:friend declaration does not name a class or function" "friend decl" { target *-*-* } 4 }
Index: gcc/testsuite/g++.dg/parse/typename11.C
===================================================================
---- gcc/testsuite/g++.dg/parse/typename11.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/parse/typename11.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/parse/typename11.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/parse/typename11.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10,7 +10,7 @@
// note: I is nested type in X, not Y!
@@ -7967,8 +8284,8 @@ Index: gcc/testsuite/g++.dg/parse/typename11.C
template struct Y<1>;
Index: gcc/testsuite/g++.dg/tc1/dr147.C
===================================================================
---- gcc/testsuite/g++.dg/tc1/dr147.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/tc1/dr147.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/tc1/dr147.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/tc1/dr147.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -20,8 +20,8 @@
void f()
@@ -7982,8 +8299,8 @@ Index: gcc/testsuite/g++.dg/tc1/dr147.C
namespace N2 {
Index: gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,12 +8,12 @@
template<template<class...> class Q> class Y { /* ... */ };
@@ -8006,7 +8323,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C
Index: gcc/testsuite/g++.dg/cpp0x/defaulted36.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/defaulted36.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/defaulted36.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/defaulted36.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,24 @@
+// PR c++/53733
+// { dg-do compile { target c++11 } }
@@ -8034,8 +8351,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/defaulted36.C
+int main() {}
Index: gcc/testsuite/g++.dg/cpp0x/union1.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/union1.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/union1.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/union1.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/union1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -14,8 +14,8 @@
A a; // { dg-error "union member" }
};
@@ -8067,7 +8384,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/union1.C
Index: gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,14 @@
+// PR c++/53821
+// { dg-final { scan-assembler-not "_ZZ1fIvEvvENKUlvE_cvPFvvEEv" } }
@@ -8086,7 +8403,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
Index: gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,17 @@
+// PR c++/53137
+// { dg-do compile { target c++11 } }
@@ -8107,8 +8424,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C
+};
Index: gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,5 +1,5 @@
// PR c++/46124
// { dg-options -std=c++0x }
@@ -8119,8 +8436,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
+// { dg-error "expected .\{" "expected" { target *-*-* } 4 }
Index: gcc/testsuite/g++.dg/cpp0x/variadic20.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/variadic20.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/variadic20.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/variadic20.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/variadic20.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -37,11 +37,11 @@
int a0[metatuple<>::value == 0? 1 : -1];
@@ -8140,7 +8457,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/variadic20.C
Index: gcc/testsuite/g++.dg/cpp0x/forw_enum11.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/forw_enum11.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/forw_enum11.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/forw_enum11.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,24 @@
+// { dg-do compile }
+// { dg-options "-std=c++0x -pedantic-errors" }
@@ -8168,8 +8485,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/forw_enum11.C
+}
Index: gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -12,6 +12,6 @@
operator"" _Q(const char *, std::size_t) // { dg-warning "user-defined literals only available with" }
{ return 42; }
@@ -8182,7 +8499,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C
Index: gcc/testsuite/g++.dg/cpp0x/nsdmi7.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/nsdmi7.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/nsdmi7.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/nsdmi7.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,17 @@
+// PR c++/53594
+// { dg-do compile }
@@ -8203,8 +8520,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/nsdmi7.C
+};
Index: gcc/testsuite/g++.dg/cpp0x/static_assert3.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/static_assert3.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/static_assert3.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/static_assert3.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/static_assert3.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,4 +1,4 @@
// { dg-options "-std=c++0x" }
-static_assert(7 / 0, "X"); // { dg-error "non-constant condition" }
@@ -8216,7 +8533,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/static_assert3.C
Index: gcc/testsuite/g++.dg/cpp0x/implicit13.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/implicit13.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/implicit13.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/implicit13.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,32 @@
+// Make sure that A's destructor doesn't affect constexpr
+// or exception-spec on D's default constructor.
@@ -8252,8 +8569,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/implicit13.C
+SA(noexcept (new (&f) F));
Index: gcc/testsuite/g++.dg/cpp0x/auto27.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/auto27.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/auto27.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/auto27.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/auto27.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,6 +1,6 @@
// PR c++/51186
@@ -8266,8 +8583,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/auto27.C
{ }
Index: gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,7 +5,7 @@
foo ()
{
@@ -8280,8 +8597,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C
+// { dg-error "no match" "no match" { target *-*-* } 8 }
Index: gcc/testsuite/g++.dg/cpp0x/variadic2.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/variadic2.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/variadic2.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/variadic2.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/variadic2.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,8 +8,8 @@
template<typename T1, typename T2, typename... Rest>
struct two_or_more {}; // { dg-error "provided for" }
@@ -8295,8 +8612,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/variadic2.C
{
Index: gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -39,11 +39,11 @@
}
@@ -8320,7 +8637,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C
Index: gcc/testsuite/g++.dg/cpp0x/constexpr-tuple.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/constexpr-tuple.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/constexpr-tuple.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/constexpr-tuple.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,106 @@
+// PR c++/53202
+// { dg-do run { target c++11 } }
@@ -8431,7 +8748,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/constexpr-tuple.C
Index: gcc/testsuite/g++.dg/cpp0x/variadic132.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/variadic132.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/variadic132.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/variadic132.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,27 @@
+// PR c++/53305
+// { dg-do compile { target c++11 } }
@@ -8462,8 +8779,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/variadic132.C
+}
Index: gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,8 +2,8 @@
// { dg-options -std=c++0x }
@@ -8477,8 +8794,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C
const int limit = 2 * S::size;
Index: gcc/testsuite/g++.dg/cpp0x/defaulted21.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/defaulted21.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/defaulted21.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/defaulted21.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/defaulted21.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,7 +3,8 @@
struct U {
@@ -8501,7 +8818,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/defaulted21.C
Index: gcc/testsuite/g++.dg/cpp0x/pr52841.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/pr52841.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/pr52841.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/pr52841.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,17 @@
+// { dg-do compile }
+
@@ -8523,7 +8840,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/pr52841.C
Index: gcc/testsuite/g++.dg/cpp0x/decltype37.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/decltype37.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/decltype37.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/decltype37.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,14 @@
+// PR c++/53651
+// { dg-do compile { target c++11 } }
@@ -8541,8 +8858,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/decltype37.C
+holder<int> h;
Index: gcc/testsuite/g++.dg/cpp0x/decltype2.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/decltype2.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/decltype2.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/decltype2.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/decltype2.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -45,8 +45,8 @@
int bar(int);
CHECK_DECLTYPE(decltype(foo), int(char));
@@ -8557,7 +8874,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/decltype2.C
Index: gcc/testsuite/g++.dg/cpp0x/decltype38.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/decltype38.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/decltype38.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/decltype38.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,17 @@
+// PR c++/53498
+// { dg-do compile { target c++11 } }
@@ -8578,8 +8895,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/decltype38.C
+}
Index: gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,6 +4,6 @@
Tuple<> t0; // Types contains no arguments
Tuple<int> t1; // Types contains one argument: int
@@ -8592,8 +8909,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C
+// { dg-error "in declaration" "in declaration" { target *-*-* } 7 }
Index: gcc/testsuite/g++.dg/cpp0x/decltype3.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/decltype3.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/decltype3.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/decltype3.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/decltype3.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -55,8 +55,8 @@
};
@@ -8607,8 +8924,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/decltype3.C
class X {
Index: gcc/testsuite/g++.dg/cpp0x/variadic74.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/variadic74.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/variadic74.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/variadic74.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/variadic74.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -19,8 +19,8 @@
A<int*, float*>::X<&i, &f> apple1;
B<int, float>::X<&i, &f> banana1;
@@ -8624,8 +8941,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/variadic74.C
A<int, float> apple4;
Index: gcc/testsuite/g++.dg/cpp0x/nullptr19.C
===================================================================
---- gcc/testsuite/g++.dg/cpp0x/nullptr19.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/cpp0x/nullptr19.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/cpp0x/nullptr19.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/cpp0x/nullptr19.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,8 +5,8 @@
typedef decltype(nullptr) nullptr_t;
@@ -8640,7 +8957,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/nullptr19.C
Index: gcc/testsuite/g++.dg/cpp0x/nullptr28.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/nullptr28.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/nullptr28.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/nullptr28.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,16 @@
+// { dg-do run { target c++11 } }
+
@@ -8661,7 +8978,7 @@ Index: gcc/testsuite/g++.dg/cpp0x/nullptr28.C
Index: gcc/testsuite/g++.dg/cpp0x/nullptr29.C
===================================================================
--- gcc/testsuite/g++.dg/cpp0x/nullptr29.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/cpp0x/nullptr29.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/cpp0x/nullptr29.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,4 @@
+// PR c++/53882
+// { dg-options "-std=gnu++11 -O" }
@@ -8669,8 +8986,8 @@ Index: gcc/testsuite/g++.dg/cpp0x/nullptr29.C
+void f(decltype(nullptr) &__restrict np) { }
Index: gcc/testsuite/g++.dg/bprob/bprob.exp
===================================================================
---- gcc/testsuite/g++.dg/bprob/bprob.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/bprob/bprob.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/bprob/bprob.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/bprob/bprob.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -33,7 +33,11 @@
strace $tracelevel
}
@@ -8703,7 +9020,7 @@ Index: gcc/testsuite/g++.dg/bprob/bprob.exp
Index: gcc/testsuite/g++.dg/torture/pr53752.C
===================================================================
--- gcc/testsuite/g++.dg/torture/pr53752.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/torture/pr53752.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/torture/pr53752.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,156 @@
+// { dg-do compile }
+// { dg-options "-g" }
@@ -8864,7 +9181,7 @@ Index: gcc/testsuite/g++.dg/torture/pr53752.C
Index: gcc/testsuite/g++.dg/torture/pr53693.C
===================================================================
--- gcc/testsuite/g++.dg/torture/pr53693.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/torture/pr53693.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/torture/pr53693.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,21 @@
+// { dg-do compile }
+
@@ -8889,8 +9206,8 @@ Index: gcc/testsuite/g++.dg/torture/pr53693.C
+}
Index: gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp
===================================================================
---- gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008, 2010
+# Copyright (C) 2008, 2010, 2012
@@ -8947,8 +9264,8 @@ Index: gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp
dg-finish
Index: gcc/testsuite/g++.dg/overload/operator5.C
===================================================================
---- gcc/testsuite/g++.dg/overload/operator5.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/overload/operator5.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/overload/operator5.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/overload/operator5.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -13,4 +13,4 @@
const String& b,
bool ignoreCase) {
@@ -8958,7 +9275,7 @@ Index: gcc/testsuite/g++.dg/overload/operator5.C
Index: gcc/testsuite/g++.dg/template/current-inst1.C
===================================================================
--- gcc/testsuite/g++.dg/template/current-inst1.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/template/current-inst1.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/template/current-inst1.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,19 @@
+// PR c++/53549
+
@@ -8982,7 +9299,7 @@ Index: gcc/testsuite/g++.dg/template/current-inst1.C
Index: gcc/testsuite/g++.dg/template/ref6.C
===================================================================
--- gcc/testsuite/g++.dg/template/ref6.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/template/ref6.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/template/ref6.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,15 @@
+// PR c++/53816
+
@@ -9001,8 +9318,8 @@ Index: gcc/testsuite/g++.dg/template/ref6.C
+};
Index: gcc/testsuite/g++.dg/template/deduce3.C
===================================================================
---- gcc/testsuite/g++.dg/template/deduce3.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/template/deduce3.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/template/deduce3.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/template/deduce3.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,11 +1,11 @@
template <typename T>
-void f(int, T (*)() = 0); // { dg-message "note" }
@@ -9020,8 +9337,8 @@ Index: gcc/testsuite/g++.dg/template/deduce3.C
}
Index: gcc/testsuite/g++.dg/template/pr23510.C
===================================================================
---- gcc/testsuite/g++.dg/template/pr23510.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/template/pr23510.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/template/pr23510.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/template/pr23510.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,9 +3,9 @@
template<unsigned int nFactor>
struct Factorial
@@ -9037,8 +9354,8 @@ Index: gcc/testsuite/g++.dg/template/pr23510.C
template<>
Index: gcc/testsuite/g++.dg/template/error46.C
===================================================================
---- gcc/testsuite/g++.dg/template/error46.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/template/error46.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/template/error46.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/template/error46.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,4 +8,4 @@
{
foo(A<0>(), A<1>()); // { dg-error "no matching" }
@@ -9047,8 +9364,8 @@ Index: gcc/testsuite/g++.dg/template/error46.C
+// { dg-message "candidate|parameter 'N' ('0' and '1')" "" { target *-*-* } 9 }
Index: gcc/testsuite/g++.dg/template/crash107.C
===================================================================
---- gcc/testsuite/g++.dg/template/crash107.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/template/crash107.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/template/crash107.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/template/crash107.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -14,7 +14,7 @@
}
};
@@ -9061,8 +9378,8 @@ Index: gcc/testsuite/g++.dg/template/crash107.C
Vec<double> c = v^V; // { dg-message "required" }
Index: gcc/testsuite/g++.dg/template/error47.C
===================================================================
---- gcc/testsuite/g++.dg/template/error47.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/template/error47.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/template/error47.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/template/error47.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,4 +6,4 @@
{
foo(0, p); // { dg-error "no matching" }
@@ -9071,8 +9388,8 @@ Index: gcc/testsuite/g++.dg/template/error47.C
+// { dg-message "candidate|parameter 'T' ('int' and 'void*')" "" { target *-*-* } 7 }
Index: gcc/testsuite/g++.dg/template/crash108.C
===================================================================
---- gcc/testsuite/g++.dg/template/crash108.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/template/crash108.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/template/crash108.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/template/crash108.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,4 +2,4 @@
template<class T> struct A {A(int b=k(0));}; // { dg-error "arguments" }
@@ -9081,8 +9398,8 @@ Index: gcc/testsuite/g++.dg/template/crash108.C
+// { dg-message "note" "note" { target *-*-* } 3 }
Index: gcc/testsuite/g++.dg/template/koenig9.C
===================================================================
---- gcc/testsuite/g++.dg/template/koenig9.C (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/g++.dg/template/koenig9.C (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/g++.dg/template/koenig9.C (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/g++.dg/template/koenig9.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -16,8 +16,8 @@
template <class T> struct B: A<T>
@@ -9109,7 +9426,7 @@ Index: gcc/testsuite/g++.dg/template/koenig9.C
Index: gcc/testsuite/g++.dg/template/array23.C
===================================================================
--- gcc/testsuite/g++.dg/template/array23.C (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/g++.dg/template/array23.C (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/g++.dg/template/array23.C (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,12 @@
+// PR c++/53989
+
@@ -9125,8 +9442,8 @@ Index: gcc/testsuite/g++.dg/template/array23.C
+}
Index: gcc/testsuite/c-c++-common/raw-string-3.c
===================================================================
---- gcc/testsuite/c-c++-common/raw-string-3.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/c-c++-common/raw-string-3.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/c-c++-common/raw-string-3.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/c-c++-common/raw-string-3.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,27 +4,27 @@
// { dg-options "" { target c } }
// { dg-options "-std=c++98" { target c++ } }
@@ -9177,8 +9494,8 @@ Index: gcc/testsuite/c-c++-common/raw-string-3.c
#define uR "b"
Index: gcc/testsuite/c-c++-common/raw-string-5.c
===================================================================
---- gcc/testsuite/c-c++-common/raw-string-5.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/c-c++-common/raw-string-5.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/c-c++-common/raw-string-5.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/c-c++-common/raw-string-5.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,25 +3,25 @@
// { dg-options "-std=c++0x" { target c++ } }
@@ -9222,7 +9539,7 @@ Index: gcc/testsuite/c-c++-common/raw-string-5.c
Index: gcc/testsuite/c-c++-common/gomp/pr54017.c
===================================================================
--- gcc/testsuite/c-c++-common/gomp/pr54017.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/c-c++-common/gomp/pr54017.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/c-c++-common/gomp/pr54017.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,65 @@
+/* PR middle-end/54017 */
+/* { dg-do compile } */
@@ -9292,7 +9609,7 @@ Index: gcc/testsuite/c-c++-common/gomp/pr54017.c
Index: gcc/testsuite/c-c++-common/gomp/pr53580.c
===================================================================
--- gcc/testsuite/c-c++-common/gomp/pr53580.c (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/testsuite/c-c++-common/gomp/pr53580.c (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/testsuite/c-c++-common/gomp/pr53580.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,19 @@
+/* PR middle-end/53580 */
+/* { dg-do compile } */
@@ -9315,8 +9632,8 @@ Index: gcc/testsuite/c-c++-common/gomp/pr53580.c
+}
Index: gcc/testsuite/c-c++-common/raw-string-4.c
===================================================================
---- gcc/testsuite/c-c++-common/raw-string-4.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/c-c++-common/raw-string-4.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/c-c++-common/raw-string-4.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/c-c++-common/raw-string-4.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3,16 +3,16 @@
// { dg-options "-std=gnu99" { target c } }
// { dg-options "-std=c++0x" { target c++ } }
@@ -9346,8 +9663,8 @@ Index: gcc/testsuite/c-c++-common/raw-string-4.c
#define uR 2 +
Index: gcc/testsuite/c-c++-common/raw-string-6.c
===================================================================
---- gcc/testsuite/c-c++-common/raw-string-6.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/c-c++-common/raw-string-6.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/c-c++-common/raw-string-6.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/c-c++-common/raw-string-6.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2,5 +2,5 @@
// { dg-options "-std=gnu99" { target c } }
// { dg-options "-std=c++0x" { target c++ } }
@@ -9358,8 +9675,8 @@ Index: gcc/testsuite/c-c++-common/raw-string-6.c
+ // { dg-error "unterminated raw string" "unterminated" { target *-*-* } 5 }
Index: gcc/testsuite/c-c++-common/pr20000.c
===================================================================
---- gcc/testsuite/c-c++-common/pr20000.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/testsuite/c-c++-common/pr20000.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/testsuite/c-c++-common/pr20000.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/testsuite/c-c++-common/pr20000.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -9,8 +9,8 @@
@@ -9384,8 +9701,8 @@ Index: gcc/testsuite/c-c++-common/pr20000.c
h();
Index: gcc/cp/typeck.c
===================================================================
---- gcc/cp/typeck.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/typeck.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/typeck.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/typeck.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1838,7 +1838,7 @@
if (error_operand_p (exp))
return error_mark_node;
@@ -9410,8 +9727,8 @@ Index: gcc/cp/typeck.c
c_apply_type_quals_to_decl (type_quals, decl);
Index: gcc/cp/class.c
===================================================================
---- gcc/cp/class.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/class.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/class.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/class.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -139,6 +139,7 @@
VEC(constructor_elt,gc) **);
static int count_fields (tree);
@@ -9561,8 +9878,8 @@ Index: gcc/cp/class.c
if (nonnull)
Index: gcc/cp/decl.c
===================================================================
---- gcc/cp/decl.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/decl.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/decl.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/decl.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -12347,6 +12347,12 @@
for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
TYPE_VALUES (t) = TYPE_VALUES (enumtype);
@@ -9578,8 +9895,8 @@ Index: gcc/cp/decl.c
}
Index: gcc/cp/method.c
===================================================================
---- gcc/cp/method.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/method.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/method.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/method.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -923,7 +923,7 @@
static void
@@ -9771,8 +10088,8 @@ Index: gcc/cp/method.c
|| sfk == sfk_move_assignment
Index: gcc/cp/tree.c
===================================================================
---- gcc/cp/tree.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/tree.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/tree.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/tree.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -786,7 +786,18 @@
}
}
@@ -9803,8 +10120,8 @@ Index: gcc/cp/tree.c
TYPE_MAIN_VARIANT (t) = m;
Index: gcc/cp/ChangeLog
===================================================================
---- gcc/cp/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,3 +1,141 @@
+2012-07-20 Jason Merrill <jason at redhat.com>
+
@@ -9949,8 +10266,8 @@ Index: gcc/cp/ChangeLog
* GCC 4.7.1 released.
Index: gcc/cp/pt.c
===================================================================
---- gcc/cp/pt.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/pt.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/pt.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/pt.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7564,7 +7564,7 @@
/* A local class. Make sure the decl gets registered properly. */
@@ -10071,8 +10388,8 @@ Index: gcc/cp/pt.c
input_location = saved_loc;
Index: gcc/cp/semantics.c
===================================================================
---- gcc/cp/semantics.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/semantics.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/semantics.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/semantics.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5817,12 +5817,9 @@
member = op;
else
@@ -10121,8 +10438,8 @@ Index: gcc/cp/semantics.c
Index: gcc/cp/parser.c
===================================================================
---- gcc/cp/parser.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/parser.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/parser.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/parser.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2007,7 +2007,7 @@
static tree cp_parser_class_specifier
(cp_parser *);
@@ -10224,8 +10541,8 @@ Index: gcc/cp/parser.c
enter the class scope itself while processing the members. */
Index: gcc/cp/mangle.c
===================================================================
---- gcc/cp/mangle.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/mangle.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/mangle.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/mangle.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3107,8 +3107,13 @@
{
/* The ABI specifies that we should mangle the number of
@@ -10244,8 +10561,8 @@ Index: gcc/cp/mangle.c
{
Index: gcc/cp/cp-tree.h
===================================================================
---- gcc/cp/cp-tree.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/cp-tree.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/cp-tree.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/cp-tree.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1937,7 +1937,7 @@
unsigned thunk_p : 1;
unsigned this_thunk_p : 1;
@@ -10278,8 +10595,8 @@ Index: gcc/cp/cp-tree.h
extern tree convert_to_reference (tree, tree, int, int, tree);
Index: gcc/cp/name-lookup.c
===================================================================
---- gcc/cp/name-lookup.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cp/name-lookup.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cp/name-lookup.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cp/name-lookup.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1966,6 +1966,11 @@
if (TREE_CODE (name) != IDENTIFIER_NODE)
return false;
@@ -10294,8 +10611,8 @@ Index: gcc/cp/name-lookup.c
return true;
Index: gcc/tree-ssa-ccp.c
===================================================================
---- gcc/tree-ssa-ccp.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-ssa-ccp.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-ssa-ccp.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-ssa-ccp.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -409,7 +409,8 @@
/* Now both lattice values are CONSTANT. */
@@ -10320,8 +10637,8 @@ Index: gcc/tree-ssa-ccp.c
}
Index: gcc/double-int.c
===================================================================
---- gcc/double-int.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/double-int.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/double-int.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/double-int.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -186,24 +186,22 @@
return (*hv < 0 ? ~(toplow & tophigh) : toplow | tophigh) != 0;
}
@@ -10509,8 +10826,8 @@ Index: gcc/double-int.c
Index: gcc/double-int.h
===================================================================
---- gcc/double-int.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/double-int.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/double-int.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/double-int.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -300,9 +300,6 @@
extern void lshift_double (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
HOST_WIDE_INT, unsigned int,
@@ -10523,8 +10840,8 @@ Index: gcc/double-int.h
HOST_WIDE_INT, unsigned HOST_WIDE_INT *,
Index: gcc/ira-color.c
===================================================================
---- gcc/ira-color.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ira-color.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ira-color.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ira-color.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -821,7 +821,6 @@
node_preorder_num = node->preorder_num;
COPY_HARD_REG_SET (node_set, node->hard_regs->set);
@@ -10548,8 +10865,8 @@ Index: gcc/ira-color.c
if (hard_reg_set_subset_p (node_set, conflict_node_set))
Index: gcc/dwarf2out.c
===================================================================
---- gcc/dwarf2out.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/dwarf2out.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/dwarf2out.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/dwarf2out.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -9790,6 +9790,7 @@
tree item_type = NULL;
tree qualified_type;
@@ -10751,8 +11068,8 @@ Index: gcc/dwarf2out.c
}
Index: gcc/expr.c
===================================================================
---- gcc/expr.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/expr.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/expr.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/expr.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -9657,6 +9657,7 @@
orig_op0 = op0
= expand_expr (tem,
@@ -10763,8 +11080,8 @@ Index: gcc/expr.c
&& modifier != EXPAND_STACK_PARM
Index: gcc/go/gofrontend/gogo.cc
===================================================================
---- gcc/go/gofrontend/gogo.cc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/go/gofrontend/gogo.cc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/go/gofrontend/gogo.cc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/go/gofrontend/gogo.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -339,9 +339,14 @@
// symbol names.
if (!this->pkgpath_set_)
@@ -10785,8 +11102,8 @@ Index: gcc/go/gofrontend/gogo.cc
Index: gcc/go/gofrontend/expressions.h
===================================================================
---- gcc/go/gofrontend/expressions.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/go/gofrontend/expressions.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/go/gofrontend/expressions.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/go/gofrontend/expressions.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1888,6 +1888,10 @@
do_is_addressable() const
{ return this->expr_->is_addressable(); }
@@ -10800,8 +11117,8 @@ Index: gcc/go/gofrontend/expressions.h
Index: gcc/go/gofrontend/types.cc
===================================================================
---- gcc/go/gofrontend/types.cc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/go/gofrontend/types.cc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/go/gofrontend/types.cc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/go/gofrontend/types.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8337,14 +8337,23 @@
{
// We handle -fgo-prefix and -fgo-pkgpath differently here for
@@ -10834,8 +11151,8 @@ Index: gcc/go/gofrontend/types.cc
if (this->in_function_ != NULL)
Index: gcc/go/gofrontend/expressions.cc
===================================================================
---- gcc/go/gofrontend/expressions.cc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/go/gofrontend/expressions.cc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/go/gofrontend/expressions.cc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/go/gofrontend/expressions.cc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -168,7 +168,8 @@
if (lhs_type_tree == error_mark_node)
return error_mark_node;
@@ -10858,8 +11175,8 @@ Index: gcc/go/gofrontend/expressions.cc
else if (lhs_type->is_slice_type() && rhs_type->is_nil_type())
Index: gcc/gcov-iov.c
===================================================================
---- gcc/gcov-iov.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/gcov-iov.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/gcov-iov.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/gcov-iov.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -19,8 +19,8 @@
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
@@ -10889,8 +11206,8 @@ Index: gcc/gcov-iov.c
v[0] = (major < 10 ? '0' : 'A' - 10) + major;
Index: gcc/ada/sem_prag.adb
===================================================================
---- gcc/ada/sem_prag.adb (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/sem_prag.adb (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/sem_prag.adb (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/sem_prag.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7785,6 +7785,7 @@
Set_Has_Completion (Def_Id);
@@ -10901,8 +11218,8 @@ Index: gcc/ada/sem_prag.adb
-- because in C++ they don't have a dispatch table slot.
Index: gcc/ada/ChangeLog
===================================================================
---- gcc/ada/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,3 +1,63 @@
+2012-07-19 Eric Botcazou <ebotcazou at adacore.com>
+
@@ -10969,8 +11286,8 @@ Index: gcc/ada/ChangeLog
* GCC 4.7.1 released.
Index: gcc/ada/exp_disp.adb
===================================================================
---- gcc/ada/exp_disp.adb (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/exp_disp.adb (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/exp_disp.adb (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/exp_disp.adb (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -803,7 +803,12 @@
Subp_Ptr_Typ := Create_Itype (E_Access_Subprogram_Type, Call_Node);
Set_Etype (Subp_Typ, Res_Typ);
@@ -11016,8 +11333,8 @@ Index: gcc/ada/exp_disp.adb
Index: gcc/ada/gcc-interface/utils.c
===================================================================
---- gcc/ada/gcc-interface/utils.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/gcc-interface/utils.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/gcc-interface/utils.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/gcc-interface/utils.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -581,6 +581,7 @@
if (TREE_CODE (t) == POINTER_TYPE)
TYPE_NEXT_PTR_TO (t) = tt;
@@ -11069,8 +11386,8 @@ Index: gcc/ada/gcc-interface/utils.c
of a VIEW_CONVERT_EXPR. See ada-tree.h for a complete rationale. */
Index: gcc/ada/gcc-interface/Makefile.in
===================================================================
---- gcc/ada/gcc-interface/Makefile.in (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/gcc-interface/Makefile.in (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/gcc-interface/Makefile.in (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/gcc-interface/Makefile.in (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2597,7 +2597,7 @@
$(MAKE) $(FLAGS_TO_PASS) \
GNATLIBFLAGS="$(GNATLIBFLAGS)" \
@@ -11082,8 +11399,8 @@ Index: gcc/ada/gcc-interface/Makefile.in
gnatlib
Index: gcc/ada/gcc-interface/decl.c
===================================================================
---- gcc/ada/gcc-interface/decl.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/gcc-interface/decl.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/gcc-interface/decl.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/gcc-interface/decl.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -50,19 +50,23 @@
#include "ada-tree.h"
#include "gigi.h"
@@ -11243,8 +11560,8 @@ Index: gcc/ada/gcc-interface/decl.c
return field;
Index: gcc/ada/gcc-interface/utils2.c
===================================================================
---- gcc/ada/gcc-interface/utils2.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/gcc-interface/utils2.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/gcc-interface/utils2.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/gcc-interface/utils2.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1902,10 +1902,12 @@
break;
@@ -11261,8 +11578,8 @@ Index: gcc/ada/gcc-interface/utils2.c
&& TYPE_ALIGN_OK (TREE_TYPE (TREE_OPERAND (record_variable, 0))))
Index: gcc/ada/gcc-interface/gigi.h
===================================================================
---- gcc/ada/gcc-interface/gigi.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/gcc-interface/gigi.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/gcc-interface/gigi.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/gcc-interface/gigi.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -123,6 +123,10 @@
alias is already present, in which case it is returned instead. */
extern tree get_minimal_subprog_decl (Entity_Id gnat_entity);
@@ -11305,8 +11622,8 @@ Index: gcc/ada/gcc-interface/gigi.h
+}
Index: gcc/ada/gcc-interface/trans.c
===================================================================
---- gcc/ada/gcc-interface/trans.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/gcc-interface/trans.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/gcc-interface/trans.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/gcc-interface/trans.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1395,6 +1395,15 @@
TREE_NO_TRAMPOLINE (gnu_expr) = TREE_CONSTANT (gnu_expr) = 1;
}
@@ -11358,8 +11675,8 @@ Index: gcc/ada/gcc-interface/trans.c
Index: gcc/ada/ChangeLog-2011
===================================================================
---- gcc/ada/ChangeLog-2011 (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ada/ChangeLog-2011 (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ada/ChangeLog-2011 (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ada/ChangeLog-2011 (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -15259,3195 +15259,3 @@
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -14558,8 +14875,8 @@ Index: gcc/ada/ChangeLog-2011
-notice and this notice are preserved.
Index: gcc/sel-sched-ir.c
===================================================================
---- gcc/sel-sched-ir.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/sel-sched-ir.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/sel-sched-ir.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/sel-sched-ir.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3658,7 +3658,7 @@
static bool
maybe_tidy_empty_bb (basic_block bb)
@@ -14616,8 +14933,8 @@ Index: gcc/sel-sched-ir.c
}
Index: gcc/tree-eh.c
===================================================================
---- gcc/tree-eh.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-eh.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-eh.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-eh.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1325,9 +1325,8 @@
/* The location of the finally is either the last stmt in the finally
@@ -14632,8 +14949,8 @@ Index: gcc/tree-eh.c
lower_eh_constructs_1 (state, finally);
Index: gcc/fortran/trans-array.c
===================================================================
---- gcc/fortran/trans-array.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/fortran/trans-array.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/fortran/trans-array.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/fortran/trans-array.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2398,7 +2398,6 @@
gfc_ss_info *ss_info;
gfc_array_info *info;
@@ -14667,8 +14984,8 @@ Index: gcc/fortran/trans-array.c
gfc_add_loop_ss_code (nested_loop, nested_loop->ss, subscript, where);
Index: gcc/fortran/decl.c
===================================================================
---- gcc/fortran/decl.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/fortran/decl.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/fortran/decl.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/fortran/decl.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3786,8 +3786,9 @@
}
}
@@ -14683,8 +15000,8 @@ Index: gcc/fortran/decl.c
colon_seen = 1;
Index: gcc/fortran/ChangeLog
===================================================================
---- gcc/fortran/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/fortran/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/fortran/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/fortran/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,3 +1,34 @@
+2012-07-06 Mikael Morin <mikael at gcc.gnu.org>
+
@@ -14722,8 +15039,8 @@ Index: gcc/fortran/ChangeLog
* GCC 4.7.1 released.
Index: gcc/fortran/resolve.c
===================================================================
---- gcc/fortran/resolve.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/fortran/resolve.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/fortran/resolve.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/fortran/resolve.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10027,7 +10027,8 @@
|| sym->attr.data
|| sym->module
@@ -14736,8 +15053,8 @@ Index: gcc/fortran/resolve.c
/* Now we'll try to build an initializer expression. */
Index: gcc/fortran/check.c
===================================================================
---- gcc/fortran/check.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/fortran/check.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/fortran/check.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/fortran/check.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3986,7 +3986,6 @@
gfc_calculate_transfer_sizes (gfc_expr *source, gfc_expr *mold, gfc_expr *size,
size_t *source_size, size_t *result_size,
@@ -14767,8 +15084,8 @@ Index: gcc/fortran/check.c
? gfc_constructor_first (mold->value.constructor)->expr
Index: gcc/configure.ac
===================================================================
---- gcc/configure.ac (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/configure.ac (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/configure.ac (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/configure.ac (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4188,7 +4188,8 @@
esac],
[gcc_GAS_CHECK_FEATURE([gnu_unique_object], gcc_cv_as_gnu_unique_object,
@@ -14781,15 +15098,15 @@ Index: gcc/configure.ac
ldd --version 2>/dev/null &&
Index: gcc/BASE-VER
===================================================================
---- gcc/BASE-VER (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/BASE-VER (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/BASE-VER (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/BASE-VER (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1 +1 @@
-4.7.1
+4.7.2
Index: gcc/trans-mem.c
===================================================================
---- gcc/trans-mem.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/trans-mem.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/trans-mem.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/trans-mem.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2442,13 +2442,15 @@
struct tm_region *region;
VEC (basic_block, heap) *queue;
@@ -14822,8 +15139,8 @@ Index: gcc/trans-mem.c
Index: gcc/gimple-fold.c
===================================================================
---- gcc/gimple-fold.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/gimple-fold.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/gimple-fold.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/gimple-fold.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -115,7 +115,7 @@
tree
canonicalize_constructor_val (tree cval)
@@ -14846,8 +15163,8 @@ Index: gcc/gimple-fold.c
case ARRAY_REF:
Index: gcc/cselib.c
===================================================================
---- gcc/cselib.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cselib.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cselib.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cselib.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -323,7 +323,7 @@
static inline void
promote_debug_loc (struct elt_loc_list *l)
@@ -14859,8 +15176,8 @@ Index: gcc/cselib.c
n_debug_values--;
Index: gcc/tree-cfgcleanup.c
===================================================================
---- gcc/tree-cfgcleanup.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-cfgcleanup.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-cfgcleanup.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-cfgcleanup.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -610,49 +610,14 @@
return changed;
}
@@ -14914,8 +15231,8 @@ Index: gcc/tree-cfgcleanup.c
return true;
Index: gcc/tree-ssa-live.c
===================================================================
---- gcc/tree-ssa-live.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-ssa-live.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-ssa-live.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-ssa-live.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -451,11 +451,8 @@
else if (TREE_CODE (*t) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (*t))
unused = false;
@@ -14932,8 +15249,8 @@ Index: gcc/tree-ssa-live.c
next = t;
Index: gcc/ipa-prop.c
===================================================================
---- gcc/ipa-prop.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/ipa-prop.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/ipa-prop.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/ipa-prop.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -865,8 +865,8 @@
|| is_global_var (base))
return;
@@ -14947,8 +15264,8 @@ Index: gcc/ipa-prop.c
jfunc->type = IPA_JF_KNOWN_TYPE;
Index: gcc/po/es.po
===================================================================
---- gcc/po/es.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/es.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/es.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/es.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,4 +1,4 @@
-# Mensajes en español para gcc-4.7.0.
+# Mensajes en español para gcc-4.7.1.
@@ -30710,8 +31027,8 @@ Index: gcc/po/es.po
Index: gcc/po/fr.po
===================================================================
---- gcc/po/fr.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/fr.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/fr.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/fr.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -121,7 +121,7 @@
msgstr ""
"Project-Id-Version: GNU gcc 3.4.3\n"
@@ -47876,7 +48193,7 @@ Index: gcc/po/fr.po
Index: gcc/po/hr.po
===================================================================
--- gcc/po/hr.po (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/po/hr.po (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/po/hr.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,45015 @@
+# Translation of gcc to Croatian.
+# Copyright (C) 2012 Free Software Foundation, Inc.
@@ -92895,8 +93212,8 @@ Index: gcc/po/hr.po
+msgstr ""
Index: gcc/po/nl.po
===================================================================
---- gcc/po/nl.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/nl.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/nl.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/nl.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gcc 4.3.0\n"
@@ -108849,8 +109166,8 @@ Index: gcc/po/nl.po
Index: gcc/po/ChangeLog
===================================================================
---- gcc/po/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/ChangeLog (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/ChangeLog (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,3 +1,13 @@
+2012-07-05 Joseph Myers <joseph at codesourcery.com>
+
@@ -108867,8 +109184,8 @@ Index: gcc/po/ChangeLog
* GCC 4.7.1 released.
Index: gcc/po/vi.po
===================================================================
---- gcc/po/vi.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/vi.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/vi.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/vi.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gcc 4.5.0\n"
@@ -124779,8 +125096,8 @@ Index: gcc/po/vi.po
Index: gcc/po/sr.po
===================================================================
---- gcc/po/sr.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/sr.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/sr.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/sr.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gcc 4.2.1\n"
@@ -141481,8 +141798,8 @@ Index: gcc/po/sr.po
Index: gcc/po/da.po
===================================================================
---- gcc/po/da.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/da.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/da.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/da.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -128,7 +128,7 @@
msgstr ""
"Project-Id-Version: gcc 3.4-b20040206\n"
@@ -158415,8 +158732,8 @@ Index: gcc/po/da.po
Index: gcc/po/tr.po
===================================================================
---- gcc/po/tr.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/tr.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/tr.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/tr.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gcc 4.1.1\n"
@@ -175127,8 +175444,8 @@ Index: gcc/po/tr.po
Index: gcc/po/be.po
===================================================================
---- gcc/po/be.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/be.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/be.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/be.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gcc 3.1\n"
@@ -191020,8 +191337,8 @@ Index: gcc/po/be.po
msgstr ""
Index: gcc/po/ru.po
===================================================================
---- gcc/po/ru.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/ru.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/ru.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/ru.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,12 +6,13 @@
# Nickolay V. Shmyrev <nshmyrev at yandex.ru>, 2008.
# Pavel Maryanov <acid_jack at ukr.net>, 2006, 2008.
@@ -208089,8 +208406,8 @@ Index: gcc/po/ru.po
Index: gcc/po/sv.po
===================================================================
---- gcc/po/sv.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/sv.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/sv.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/sv.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,10 +8,10 @@
#
msgid ""
@@ -223800,8 +224117,8 @@ Index: gcc/po/sv.po
msgstr "skräp vid slutet av signatursträng"
Index: gcc/po/de.po
===================================================================
---- gcc/po/de.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/de.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/de.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/de.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,10 +6,10 @@
# Roland Stigge <stigge at antcom.de>, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012.
msgid ""
@@ -239529,8 +239846,8 @@ Index: gcc/po/de.po
Index: gcc/po/ja.po
===================================================================
---- gcc/po/ja.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/ja.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/ja.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/ja.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -19,7 +19,7 @@
msgstr ""
"Project-Id-Version: gcc 4.6.1\n"
@@ -255367,8 +255684,8 @@ Index: gcc/po/ja.po
Index: gcc/po/zh_TW.po
===================================================================
---- gcc/po/zh_TW.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/zh_TW.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/zh_TW.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/zh_TW.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gcc 4.1.0\n"
@@ -272074,8 +272391,8 @@ Index: gcc/po/zh_TW.po
Index: gcc/po/id.po
===================================================================
---- gcc/po/id.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/id.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/id.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/id.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gcc 4.4.1\n"
@@ -288661,8 +288978,8 @@ Index: gcc/po/id.po
Index: gcc/po/fi.po
===================================================================
---- gcc/po/fi.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/fi.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/fi.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/fi.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -26,7 +26,7 @@
msgstr ""
"Project-Id-Version: gcc 4.5-b20091203\n"
@@ -304578,8 +304895,8 @@ Index: gcc/po/fi.po
msgstr "roskaa ilmaisun #pragma weak lopussa"
Index: gcc/po/el.po
===================================================================
---- gcc/po/el.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/el.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/el.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/el.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gcc 4.0-b20041128\n"
@@ -320395,8 +320712,8 @@ Index: gcc/po/el.po
Index: gcc/po/zh_CN.po
===================================================================
---- gcc/po/zh_CN.po (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/po/zh_CN.po (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/po/zh_CN.po (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/po/zh_CN.po (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gcc 4.6.0\n"
@@ -336367,8 +336684,8 @@ Index: gcc/po/zh_CN.po
Index: gcc/tree-ssa-forwprop.c
===================================================================
---- gcc/tree-ssa-forwprop.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-ssa-forwprop.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-ssa-forwprop.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-ssa-forwprop.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2247,6 +2247,11 @@
unsigned int final_prec = TYPE_PRECISION (type);
int final_unsignedp = TYPE_UNSIGNED (type);
@@ -336383,8 +336700,8 @@ Index: gcc/tree-ssa-forwprop.c
type via an object of identical or wider precision, neither
Index: gcc/tree-vect-patterns.c
===================================================================
---- gcc/tree-vect-patterns.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/tree-vect-patterns.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/tree-vect-patterns.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/tree-vect-patterns.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -937,6 +937,11 @@
|| TREE_CODE (const_oprnd) != INTEGER_CST)
return false;
@@ -336399,8 +336716,8 @@ Index: gcc/tree-vect-patterns.c
if (*new_type)
Index: gcc/combine.c
===================================================================
---- gcc/combine.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/combine.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/combine.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/combine.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8436,6 +8436,7 @@
in OP_MODE. */
@@ -336409,10 +336726,24 @@ Index: gcc/combine.c
&& INTVAL (XEXP (x, 1)) < HOST_BITS_PER_WIDE_INT
&& HWI_COMPUTABLE_MODE_P (op_mode))
{
+@@ -10801,13 +10802,6 @@
+ if (omode == imode)
+ return x;
+
+- /* Return identity if this is a CONST or symbolic reference. */
+- if (omode == Pmode
+- && (GET_CODE (x) == CONST
+- || GET_CODE (x) == SYMBOL_REF
+- || GET_CODE (x) == LABEL_REF))
+- return x;
+-
+ /* We can only support MODE being wider than a word if X is a
+ constant integer or has a mode the same size. */
+ if (GET_MODE_SIZE (omode) > UNITS_PER_WORD
Index: gcc/df-problems.c
===================================================================
---- gcc/df-problems.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/df-problems.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/df-problems.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/df-problems.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3961,6 +3961,19 @@
for (insn = across_to; ; insn = next)
@@ -336435,8 +336766,8 @@ Index: gcc/df-problems.c
memrefs_in_across |= for_each_rtx (&PATTERN (insn), find_memory,
Index: gcc/config.gcc
===================================================================
---- gcc/config.gcc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config.gcc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config.gcc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config.gcc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -184,6 +184,11 @@
# the --with-sysroot configure option or the
# --sysroot command line option is used this
@@ -336484,8 +336815,8 @@ Index: gcc/config.gcc
v850e2v3-*-*)
Index: gcc/basic-block.h
===================================================================
---- gcc/basic-block.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/basic-block.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/basic-block.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/basic-block.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -256,7 +256,12 @@
df_set_bb_dirty, but not cleared by df_analyze, so it can be used
to test whether a block has been modified prior to a df_analyze
@@ -336510,8 +336841,8 @@ Index: gcc/basic-block.h
extern void free_aux_for_edges (void);
Index: gcc/gimple.h
===================================================================
---- gcc/gimple.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/gimple.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/gimple.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/gimple.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -305,11 +305,6 @@
/* Nonzero if this statement contains volatile operands. */
unsigned has_volatile_ops : 1;
@@ -336552,10 +336883,84 @@ Index: gcc/gimple.h
}
/* Return true if statement STMT may access memory. */
+Index: gcc/config/alpha/alpha.c
+===================================================================
+--- gcc/config/alpha/alpha.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/alpha/alpha.c (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -9310,17 +9310,18 @@
+ }
+ }
+
+-/* Insert an unop between a noreturn function call and GP load. */
++/* Insert an unop between sibcall or noreturn function call and GP load. */
+
+ static void
+-alpha_pad_noreturn (void)
++alpha_pad_function_end (void)
+ {
+ rtx insn, next;
+
+ for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
+ {
+ if (! (CALL_P (insn)
+- && find_reg_note (insn, REG_NORETURN, NULL_RTX)))
++ && (SIBLING_CALL_P (insn)
++ || find_reg_note (insn, REG_NORETURN, NULL_RTX))))
+ continue;
+
+ /* Make sure we do not split a call and its corresponding
+@@ -9352,11 +9353,31 @@
+ static void
+ alpha_reorg (void)
+ {
+- /* Workaround for a linker error that triggers when an
+- exception handler immediatelly follows a noreturn function.
++ /* Workaround for a linker error that triggers when an exception
++ handler immediatelly follows a sibcall or a noreturn function.
+
++In the sibcall case:
++
+ The instruction stream from an object file:
+
++ 1d8: 00 00 fb 6b jmp (t12)
++ 1dc: 00 00 ba 27 ldah gp,0(ra)
++ 1e0: 00 00 bd 23 lda gp,0(gp)
++ 1e4: 00 00 7d a7 ldq t12,0(gp)
++ 1e8: 00 40 5b 6b jsr ra,(t12),1ec <__funcZ+0x1ec>
++
++ was converted in the final link pass to:
++
++ 12003aa88: 67 fa ff c3 br 120039428 <...>
++ 12003aa8c: 00 00 fe 2f unop
++ 12003aa90: 00 00 fe 2f unop
++ 12003aa94: 48 83 7d a7 ldq t12,-31928(gp)
++ 12003aa98: 00 40 5b 6b jsr ra,(t12),12003aa9c <__func+0x1ec>
++
++And in the noreturn case:
++
++ The instruction stream from an object file:
++
+ 54: 00 40 5b 6b jsr ra,(t12),58 <__func+0x58>
+ 58: 00 00 ba 27 ldah gp,0(ra)
+ 5c: 00 00 bd 23 lda gp,0(gp)
+@@ -9373,11 +9394,11 @@
+
+ GP load instructions were wrongly cleared by the linker relaxation
+ pass. This workaround prevents removal of GP loads by inserting
+- an unop instruction between a noreturn function call and
++ an unop instruction between a sibcall or noreturn function call and
+ exception handler prologue. */
+
+ if (current_function_has_exception_handlers ())
+- alpha_pad_noreturn ();
++ alpha_pad_function_end ();
+
+ if (alpha_tp != ALPHA_TP_PROG || flag_exceptions)
+ alpha_handle_trap_shadows ();
Index: gcc/config/sparc/sparc.md
===================================================================
---- gcc/config/sparc/sparc.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/sparc/sparc.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/sparc/sparc.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/sparc/sparc.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3527,7 +3527,7 @@
})
@@ -336567,8 +336972,8 @@ Index: gcc/config/sparc/sparc.md
(clobber (reg:CC CC_REG))]
Index: gcc/config/i386/i386.h
===================================================================
---- gcc/config/i386/i386.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/i386.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/i386.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/i386.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -724,6 +724,18 @@
/* Boundary (in *bits*) on which the incoming stack is aligned. */
#define INCOMING_STACK_BOUNDARY ix86_incoming_stack_boundary
@@ -336590,8 +336995,8 @@ Index: gcc/config/i386/i386.h
operating systems. */
Index: gcc/config/i386/i386.md
===================================================================
---- gcc/config/i386/i386.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/i386.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/i386.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/i386.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -38,6 +38,7 @@
;; Z -- likewise, with special suffixes for x87 instructions.
;; * -- print a star (in certain assembler syntax)
@@ -336936,8 +337341,8 @@ Index: gcc/config/i386/i386.md
;; transform a complex memory operation into two memory to register operations.
Index: gcc/config/i386/lzcntintrin.h
===================================================================
---- gcc/config/i386/lzcntintrin.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/lzcntintrin.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/lzcntintrin.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/lzcntintrin.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -44,12 +44,24 @@
return __builtin_clz (__X);
}
@@ -336965,8 +337370,8 @@ Index: gcc/config/i386/lzcntintrin.h
#endif /* _LZCNTINTRIN_H_INCLUDED */
Index: gcc/config/i386/constraints.md
===================================================================
---- gcc/config/i386/constraints.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/constraints.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/constraints.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/constraints.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -19,7 +19,7 @@
;;; Unused letters:
@@ -336990,8 +337395,8 @@ Index: gcc/config/i386/constraints.md
"Integer constant in the range 0 @dots{} 31, for 32-bit shifts."
Index: gcc/config/i386/predicates.md
===================================================================
---- gcc/config/i386/predicates.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/predicates.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/predicates.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/predicates.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -817,11 +817,6 @@
struct ix86_address parts;
int ok;
@@ -337006,8 +337411,8 @@ Index: gcc/config/i386/predicates.md
return parts.seg == SEG_DEFAULT;
Index: gcc/config/i386/winnt.c
===================================================================
---- gcc/config/i386/winnt.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/winnt.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/winnt.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/winnt.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -821,22 +821,6 @@
return;
seh = cfun->machine->seh;
@@ -337065,8 +337470,8 @@ Index: gcc/config/i386/winnt.c
gcc_unreachable ();
Index: gcc/config/i386/sse.md
===================================================================
---- gcc/config/i386/sse.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/sse.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/sse.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/sse.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3744,7 +3744,7 @@
(define_insn "sse_loadlps"
[(set (match_operand:V4SF 0 "nonimmediate_operand" "=x,x,x,x,m")
@@ -337289,8 +337694,8 @@ Index: gcc/config/i386/sse.md
[(set_attr "type" "ssecvt")
Index: gcc/config/i386/mingw32.h
===================================================================
---- gcc/config/i386/mingw32.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/mingw32.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/mingw32.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/mingw32.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -150,6 +150,11 @@
#define STANDARD_STARTFILE_PREFIX_2 ""
#endif
@@ -337303,10 +337708,23 @@ Index: gcc/config/i386/mingw32.h
/* Output STRING, a string representing a filename, to FILE.
We canonicalize it to be in Unix format (backslashes are replaced
forward slashes. */
+Index: gcc/config/i386/i386-protos.h
+===================================================================
+--- gcc/config/i386/i386-protos.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/i386-protos.h (.../branches/gcc-4_7-branch) (wersja 190289)
+@@ -92,8 +92,6 @@
+ extern void ix86_expand_binary_operator (enum rtx_code,
+ enum machine_mode, rtx[]);
+ extern bool ix86_binary_operator_ok (enum rtx_code, enum machine_mode, rtx[]);
+-extern bool ix86_lea_outperforms (rtx, unsigned int, unsigned int,
+- unsigned int, unsigned int);
+ extern bool ix86_avoid_lea_for_add (rtx, rtx[]);
+ extern bool ix86_use_lea_for_mov (rtx, rtx[]);
+ extern bool ix86_avoid_lea_for_addr (rtx, rtx[]);
Index: gcc/config/i386/i386.c
===================================================================
---- gcc/config/i386/i386.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/i386/i386.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/i386/i386.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/i386/i386.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -3206,7 +3206,7 @@
"large", "32");
else if (TARGET_X32)
@@ -337640,7 +338058,37 @@ Index: gcc/config/i386/i386.c
if (ASSEMBLER_DIALECT == ASM_ATT)
{
if (disp)
-@@ -16729,6 +16841,11 @@
+@@ -16598,9 +16710,9 @@
+ over a sequence of instructions. Instructions sequence has
+ SPLIT_COST cycles higher latency than lea latency. */
+
+-bool
++static bool
+ ix86_lea_outperforms (rtx insn, unsigned int regno0, unsigned int regno1,
+- unsigned int regno2, unsigned int split_cost)
++ unsigned int regno2, int split_cost)
+ {
+ int dist_define, dist_use;
+
+@@ -16713,7 +16825,7 @@
+ regno0 = true_regnum (operands[0]);
+ regno1 = true_regnum (operands[1]);
+
+- return ix86_lea_outperforms (insn, regno0, regno1, -1, 0);
++ return ix86_lea_outperforms (insn, regno0, regno1, INVALID_REGNUM, 0);
+ }
+
+ /* Return true if we need to split lea into a sequence of
+@@ -16723,12 +16835,17 @@
+ ix86_avoid_lea_for_addr (rtx insn, rtx operands[])
+ {
+ unsigned int regno0 = true_regnum (operands[0]) ;
+- unsigned int regno1 = -1;
+- unsigned int regno2 = -1;
+- unsigned int split_cost = 0;
++ unsigned int regno1 = INVALID_REGNUM;
++ unsigned int regno2 = INVALID_REGNUM;
++ int split_cost = 0;
struct ix86_address parts;
int ok;
@@ -337652,7 +338100,19 @@ Index: gcc/config/i386/i386.c
/* Check we need to optimize. */
if (!TARGET_OPT_AGU || optimize_function_for_size_p (cfun))
return false;
-@@ -32028,7 +32145,19 @@
+@@ -16740,6 +16857,11 @@
+ ok = ix86_decompose_address (operands[1], &parts);
+ gcc_assert (ok);
+
++ /* There should be at least two components in the address. */
++ if ((parts.base != NULL_RTX) + (parts.index != NULL_RTX)
++ + (parts.disp != NULL_RTX) + (parts.scale > 1) < 2)
++ return false;
++
+ /* We should not split into add if non legitimate pic
+ operand is used as displacement. */
+ if (parts.disp && flag_pic && !LEGITIMATE_PIC_OPERAND_P (parts.disp))
+@@ -32028,7 +32150,19 @@
{
rtx this_param = x86_this_parameter (function);
rtx this_reg, tmp, fnaddr;
@@ -337672,7 +338132,7 @@ Index: gcc/config/i386/i386.c
emit_note (NOTE_INSN_PROLOGUE_END);
/* If VCALL_OFFSET, we'll need THIS in a register. Might as well
-@@ -32054,7 +32183,7 @@
+@@ -32054,7 +32188,7 @@
{
if (!x86_64_general_operand (delta_rtx, Pmode))
{
@@ -337681,7 +338141,7 @@ Index: gcc/config/i386/i386.c
emit_move_insn (tmp, delta_rtx);
delta_rtx = tmp;
}
-@@ -32067,18 +32196,7 @@
+@@ -32067,18 +32201,7 @@
if (vcall_offset)
{
rtx vcall_addr, vcall_mem, this_mem;
@@ -337700,7 +338160,7 @@ Index: gcc/config/i386/i386.c
tmp = gen_rtx_REG (Pmode, tmp_regno);
this_mem = gen_rtx_MEM (ptr_mode, this_reg);
-@@ -32153,6 +32271,19 @@
+@@ -32153,6 +32276,19 @@
emit_jump_insn (gen_indirect_jump (fnaddr));
else
{
@@ -337722,8 +338182,8 @@ Index: gcc/config/i386/i386.c
tmp = emit_call_insn (tmp);
Index: gcc/config/rx/rx.md
===================================================================
---- gcc/config/rx/rx.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/rx/rx.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/rx/rx.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/rx/rx.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -348,7 +348,7 @@
)
@@ -337744,8 +338204,8 @@ Index: gcc/config/rx/rx.md
"cmp\t%<extend_types:letter>1, %0"
Index: gcc/config/tilegx/sync.md
===================================================================
---- gcc/config/tilegx/sync.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/tilegx/sync.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/tilegx/sync.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/tilegx/sync.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -121,7 +121,7 @@
emit_insn (gen_atomic_fetch_<fetchop_name>_bare<mode> (operands[0],
operands[1],
@@ -337765,8 +338225,8 @@ Index: gcc/config/tilegx/sync.md
})
Index: gcc/config/sh/sh.c
===================================================================
---- gcc/config/sh/sh.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/sh/sh.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/sh/sh.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/sh/sh.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -592,11 +592,6 @@
SUBTARGET_OVERRIDE_OPTIONS;
if (optimize > 1 && !optimize_size)
@@ -337868,8 +338328,8 @@ Index: gcc/config/sh/sh.c
Index: gcc/config/sh/sh.opt
===================================================================
---- gcc/config/sh/sh.opt (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/sh/sh.opt (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/sh/sh.opt (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/sh/sh.opt (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -202,7 +202,7 @@
Generate FPU-less SHcompact code
@@ -337892,8 +338352,8 @@ Index: gcc/config/sh/sh.opt
Target Report Mask(ALLOW_INDEXED_ADDRESS) Condition(SUPPORT_ANY_SH5_32MEDIA)
Index: gcc/config/avr/avr-protos.h
===================================================================
---- gcc/config/avr/avr-protos.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/avr/avr-protos.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/avr/avr-protos.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/avr/avr-protos.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -47,6 +47,7 @@
#endif /* TREE_CODE */
@@ -337904,8 +338364,8 @@ Index: gcc/config/avr/avr-protos.h
extern const char *output_movsisf (rtx insn, rtx operands[], int *l);
Index: gcc/config/avr/avr.c
===================================================================
---- gcc/config/avr/avr.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/avr/avr.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/avr/avr.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/avr/avr.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -8890,6 +8890,28 @@
}
@@ -337937,8 +338397,8 @@ Index: gcc/config/avr/avr.c
enum reg_class
Index: gcc/config/avr/avr.h
===================================================================
---- gcc/config/avr/avr.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/avr/avr.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/avr/avr.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/avr/avr.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -394,10 +394,8 @@
#define REGNO_OK_FOR_INDEX_P(NUM) 0
@@ -337954,8 +338414,8 @@ Index: gcc/config/avr/avr.h
Index: gcc/config/mn10300/mn10300.c
===================================================================
---- gcc/config/mn10300/mn10300.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/mn10300/mn10300.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/mn10300/mn10300.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/mn10300/mn10300.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2467,10 +2467,12 @@
may access it using GOTOFF instead of GOT. */
@@ -337972,8 +338432,8 @@ Index: gcc/config/mn10300/mn10300.c
symbol = XEXP (rtl, 0);
Index: gcc/config/rs6000/rs6000.c
===================================================================
---- gcc/config/rs6000/rs6000.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/rs6000/rs6000.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/rs6000/rs6000.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/rs6000/rs6000.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1010,9 +1010,8 @@
static bool is_nonpipeline_insn (rtx);
static bool is_cracked_insn (rtx);
@@ -338417,8 +338877,8 @@ Index: gcc/config/rs6000/rs6000.c
return 0;
Index: gcc/config/rs6000/rs6000.md
===================================================================
---- gcc/config/rs6000/rs6000.md (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/rs6000/rs6000.md (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/rs6000/rs6000.md (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/rs6000/rs6000.md (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -126,6 +126,7 @@
UNSPEC_LFIWAX
UNSPEC_LFIWZX
@@ -338446,8 +338906,8 @@ Index: gcc/config/rs6000/rs6000.md
;; so loop.c knows what to generate.
Index: gcc/config/arm/arm.c
===================================================================
---- gcc/config/arm/arm.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/arm/arm.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/arm/arm.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/arm/arm.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -25270,10 +25270,18 @@
return false;
}
@@ -338472,8 +338932,8 @@ Index: gcc/config/arm/arm.c
if (d->testing_p)
Index: gcc/config/pa/pa.c
===================================================================
---- gcc/config/pa/pa.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/pa/pa.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/pa/pa.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/pa/pa.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7452,7 +7452,7 @@
return 24;
else
@@ -338503,8 +338963,8 @@ Index: gcc/config/pa/pa.c
if (flag_pic)
Index: gcc/config/pa/pa.h
===================================================================
---- gcc/config/pa/pa.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/pa/pa.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/pa/pa.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/pa/pa.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1519,3 +1519,12 @@
#undef TARGET_HAVE_TLS
#define TARGET_HAVE_TLS true
@@ -338520,8 +338980,8 @@ Index: gcc/config/pa/pa.h
+ (flag_pic ? (TARGET_HPUX ? 198164 : 221312) : 240000)
Index: gcc/config/mips/mips.c
===================================================================
---- gcc/config/mips/mips.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/config/mips/mips.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/config/mips/mips.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/config/mips/mips.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -15584,6 +15584,9 @@
/* Switch to MIPS16 mode. */
target_flags |= MASK_MIPS16;
@@ -338535,7 +338995,7 @@ Index: gcc/config/mips/mips.c
Index: gcc/config/v850/rtems.h
===================================================================
--- gcc/config/v850/rtems.h (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/config/v850/rtems.h (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/config/v850/rtems.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,29 @@
+/* Definitions for rtems targeting a v850 using ELF.
+ Copyright (C) 2012 Free Software Foundation, Inc.
@@ -338569,15 +339029,15 @@ Index: gcc/config/v850/rtems.h
Index: gcc/config/v850/t-rtems
===================================================================
--- gcc/config/v850/t-rtems (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ gcc/config/v850/t-rtems (.../branches/gcc-4_7-branch) (wersja 190144)
++++ gcc/config/v850/t-rtems (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,3 @@
+# Custom multilibs for RTEMS
+
+MULTILIB_MATCHES += mv850e=mv850es
Index: gcc/cfgrtl.c
===================================================================
---- gcc/cfgrtl.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ gcc/cfgrtl.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- gcc/cfgrtl.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ gcc/cfgrtl.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1224,21 +1224,21 @@
}
@@ -338608,8 +339068,8 @@ Index: gcc/cfgrtl.c
if (EDGE_COUNT (e->src->succs) >= 2 || abnormal_edge_flags || asm_goto_edge)
Index: libgo/Makefile.in
===================================================================
---- libgo/Makefile.in (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/Makefile.in (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/Makefile.in (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/Makefile.in (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2029,7 +2029,7 @@
# Check a package.
@@ -339511,8 +339971,8 @@ Index: libgo/Makefile.in
Index: libgo/runtime/go-signal.c
===================================================================
---- libgo/runtime/go-signal.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/go-signal.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/go-signal.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/go-signal.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -149,8 +149,7 @@
#ifdef SIGPROF
if (sig == SIGPROF)
@@ -339525,8 +339985,8 @@ Index: libgo/runtime/go-signal.c
#endif
Index: libgo/runtime/mfinal.c
===================================================================
---- libgo/runtime/mfinal.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/mfinal.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/mfinal.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/mfinal.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -150,8 +150,7 @@
tab = TAB(p);
runtime_lock(tab);
@@ -339539,8 +339999,8 @@ Index: libgo/runtime/mfinal.c
}
Index: libgo/runtime/go-new-map.c
===================================================================
---- libgo/runtime/go-new-map.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/go-new-map.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/go-new-map.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/go-new-map.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -90,9 +90,9 @@
/* Here LOW <= MID < HIGH. */
@@ -339555,8 +340015,8 @@ Index: libgo/runtime/go-new-map.c
}
Index: libgo/runtime/malloc.goc
===================================================================
---- libgo/runtime/malloc.goc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/malloc.goc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/malloc.goc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/malloc.goc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -168,6 +168,7 @@
c->local_by_size[sizeclass].nfree++;
runtime_MCache_Free(c, v, sizeclass, size);
@@ -339567,8 +340027,8 @@ Index: libgo/runtime/malloc.goc
runtime_MProf_Free(v, size);
Index: libgo/runtime/time.goc
===================================================================
---- libgo/runtime/time.goc (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/time.goc (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/time.goc (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/time.goc (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -61,15 +61,21 @@
void
runtime_tsleep(int64 ns)
@@ -339595,8 +340055,8 @@ Index: libgo/runtime/time.goc
}
Index: libgo/runtime/runtime.h
===================================================================
---- libgo/runtime/runtime.h (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/runtime.h (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/runtime.h (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/runtime.h (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -451,7 +451,7 @@
int32 runtime_atoi(const byte*);
uint32 runtime_fastrand1(void);
@@ -339608,8 +340068,8 @@ Index: libgo/runtime/runtime.h
void runtime_usleep(uint32);
Index: libgo/runtime/proc.c
===================================================================
---- libgo/runtime/proc.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/proc.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/proc.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/proc.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1681,10 +1681,7 @@
// Called if we receive a SIGPROF signal.
@@ -339624,8 +340084,8 @@ Index: libgo/runtime/proc.c
Index: libgo/runtime/go-traceback.c
===================================================================
---- libgo/runtime/go-traceback.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/go-traceback.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/go-traceback.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/go-traceback.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -35,8 +35,8 @@
if (__go_file_line (pcbuf[i], &fn, &file, &line)
&& runtime_showframe (fn.__data))
@@ -339639,8 +340099,8 @@ Index: libgo/runtime/go-traceback.c
}
Index: libgo/runtime/mgc0.c
===================================================================
---- libgo/runtime/mgc0.c (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/runtime/mgc0.c (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/runtime/mgc0.c (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/runtime/mgc0.c (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1132,7 +1132,6 @@
f = &fb->fin[i];
@@ -339651,8 +340111,8 @@ Index: libgo/runtime/mgc0.c
f->arg = nil;
Index: libgo/testsuite/gotest
===================================================================
---- libgo/testsuite/gotest (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/testsuite/gotest (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/testsuite/gotest (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/testsuite/gotest (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -355,7 +355,7 @@
{
text="T"
@@ -339664,8 +340124,8 @@ Index: libgo/testsuite/gotest
symtogo='sed -e s/_test/XXXtest/ -e s/.*_\([^_]*\.\)/\1/ -e s/XXXtest/_test/'
Index: libgo/mksysinfo.sh
===================================================================
---- libgo/mksysinfo.sh (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/mksysinfo.sh (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/mksysinfo.sh (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/mksysinfo.sh (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -522,10 +522,10 @@
# The rusage struct.
rusage=`grep '^type _rusage struct' gen-sysinfo.go`
@@ -339681,8 +340141,8 @@ Index: libgo/mksysinfo.sh
field=`echo $rusage | sed -e 's/^\([^;]*\);.*$/\1/'`
Index: libgo/MERGE
===================================================================
---- libgo/MERGE (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/MERGE (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/MERGE (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/MERGE (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1,4 +1,4 @@
-2ccfd4b451d3
+5e806355a9e1
@@ -339691,8 +340151,8 @@ Index: libgo/MERGE
last merge done from the master library sources.
Index: libgo/go/os/dir.go
===================================================================
---- libgo/go/os/dir.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/os/dir.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/os/dir.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/os/dir.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -42,7 +42,11 @@
if file.dirinfo == nil {
file.dirinfo = new(dirInfo)
@@ -339720,8 +340180,8 @@ Index: libgo/go/os/dir.go
}
Index: libgo/go/os/exec/exec.go
===================================================================
---- libgo/go/os/exec/exec.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/os/exec/exec.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/os/exec/exec.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/os/exec/exec.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -204,6 +204,12 @@
return pw, nil
}
@@ -339773,8 +340233,8 @@ Index: libgo/go/os/exec/exec.go
return err
Index: libgo/go/os/user/lookup_unix.go
===================================================================
---- libgo/go/os/user/lookup_unix.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/os/user/lookup_unix.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/os/user/lookup_unix.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/os/user/lookup_unix.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -73,11 +73,14 @@
const bufSize = 1024
buf := make([]byte, bufSize)
@@ -339807,8 +340267,8 @@ Index: libgo/go/os/user/lookup_unix.go
}
Index: libgo/go/runtime/pprof/pprof_test.go
===================================================================
---- libgo/go/runtime/pprof/pprof_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/runtime/pprof/pprof_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/runtime/pprof/pprof_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/runtime/pprof/pprof_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -71,7 +71,8 @@
if f == nil {
continue
@@ -339821,8 +340281,8 @@ Index: libgo/go/runtime/pprof/pprof_test.go
}
Index: libgo/go/runtime/extern.go
===================================================================
---- libgo/go/runtime/extern.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/runtime/extern.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/runtime/extern.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/runtime/extern.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -20,7 +20,7 @@
// Caller reports file and line number information about function invocations on
@@ -339844,8 +340304,8 @@ Index: libgo/go/runtime/extern.go
Index: libgo/go/text/template/exec_test.go
===================================================================
---- libgo/go/text/template/exec_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/text/template/exec_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/text/template/exec_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/text/template/exec_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -311,6 +311,7 @@
{".VariadicFuncInt", "{{call .VariadicFuncInt 33 `he` `llo`}}", "33=<he+llo>", tVal, true},
{"if .BinaryFunc call", "{{ if .BinaryFunc}}{{call .BinaryFunc `1` `2`}}{{end}}", "[1=2]", tVal, true},
@@ -339875,8 +340335,8 @@ Index: libgo/go/text/template/exec_test.go
var tmpl *Template
Index: libgo/go/text/template/exec.go
===================================================================
---- libgo/go/text/template/exec.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/text/template/exec.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/text/template/exec.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/text/template/exec.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -518,6 +518,13 @@
}
}
@@ -339893,8 +340353,8 @@ Index: libgo/go/text/template/exec.go
// are much more constrained, so it makes more sense there than here.
Index: libgo/go/debug/gosym/pclntab_test.go
===================================================================
---- libgo/go/debug/gosym/pclntab_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/debug/gosym/pclntab_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/debug/gosym/pclntab_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/debug/gosym/pclntab_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -7,14 +7,19 @@
import (
"debug/elf"
@@ -339946,8 +340406,8 @@ Index: libgo/go/debug/gosym/pclntab_test.go
text := f.Section(".text")
Index: libgo/go/encoding/xml/marshal_test.go
===================================================================
---- libgo/go/encoding/xml/marshal_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/encoding/xml/marshal_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/encoding/xml/marshal_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/encoding/xml/marshal_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -726,7 +726,7 @@
},
{
@@ -339959,8 +340419,8 @@ Index: libgo/go/encoding/xml/marshal_test.go
{
Index: libgo/go/encoding/base64/base64_test.go
===================================================================
---- libgo/go/encoding/base64/base64_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/encoding/base64/base64_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/encoding/base64/base64_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/encoding/base64/base64_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -6,9 +6,11 @@
import (
@@ -340026,8 +340486,8 @@ Index: libgo/go/encoding/base64/base64_test.go
+}
Index: libgo/go/encoding/base64/base64.go
===================================================================
---- libgo/go/encoding/base64/base64.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/encoding/base64/base64.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/encoding/base64/base64.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/encoding/base64/base64.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -318,7 +318,7 @@
}
nn, d.err = io.ReadAtLeast(d.r, d.buf[d.nbuf:nn], 4-d.nbuf)
@@ -340039,8 +340499,8 @@ Index: libgo/go/encoding/base64/base64.go
Index: libgo/go/encoding/gob/doc.go
===================================================================
---- libgo/go/encoding/gob/doc.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/encoding/gob/doc.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/encoding/gob/doc.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/encoding/gob/doc.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -116,7 +116,7 @@
All other slices and arrays are sent as an unsigned count followed by that many
elements using the standard gob encoding for their type, recursively.
@@ -340052,8 +340512,8 @@ Index: libgo/go/encoding/gob/doc.go
transmitted.
Index: libgo/go/encoding/json/encode.go
===================================================================
---- libgo/go/encoding/json/encode.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/encoding/json/encode.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/encoding/json/encode.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/encoding/json/encode.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -96,7 +96,7 @@
//
// Channel, complex, and function values cannot be encoded in JSON.
@@ -340074,8 +340534,8 @@ Index: libgo/go/encoding/json/encode.go
}
Index: libgo/go/encoding/json/decode_test.go
===================================================================
---- libgo/go/encoding/json/decode_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/encoding/json/decode_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/encoding/json/decode_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/encoding/json/decode_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -638,3 +638,68 @@
t.Fatal("Unmarshal: did set T.Y")
}
@@ -340147,8 +340607,8 @@ Index: libgo/go/encoding/json/decode_test.go
+}
Index: libgo/go/encoding/json/decode.go
===================================================================
---- libgo/go/encoding/json/decode.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/encoding/json/decode.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/encoding/json/decode.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/encoding/json/decode.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -273,9 +273,14 @@
_, isUnmarshaler = v.Interface().(Unmarshaler)
}
@@ -340180,8 +340640,8 @@ Index: libgo/go/encoding/json/decode.go
if unmarshaler != nil {
Index: libgo/go/unicode/tables.go
===================================================================
---- libgo/go/unicode/tables.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/unicode/tables.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/unicode/tables.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/unicode/tables.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -2701,7 +2701,7 @@
},
}
@@ -340211,8 +340671,8 @@ Index: libgo/go/unicode/tables.go
Bidi_Control = _Bidi_Control // Bidi_Control is the set of Unicode characters with property Bidi_Control.
Index: libgo/go/math/big/nat_test.go
===================================================================
---- libgo/go/math/big/nat_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/math/big/nat_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/math/big/nat_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/math/big/nat_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -661,3 +661,21 @@
}
}
@@ -340237,8 +340697,8 @@ Index: libgo/go/math/big/nat_test.go
+func BenchmarkExp3Power0x400000(b *testing.B) { ExpHelper(b, 3, 0x400000) }
Index: libgo/go/math/big/nat.go
===================================================================
---- libgo/go/math/big/nat.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/math/big/nat.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/math/big/nat.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/math/big/nat.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -271,10 +271,10 @@
// xd = x1 - x0
// yd = y0 - y1
@@ -340265,8 +340725,8 @@ Index: libgo/go/math/big/nat.go
//
Index: libgo/go/strings/example_test.go
===================================================================
---- libgo/go/strings/example_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/strings/example_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/strings/example_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/strings/example_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -41,7 +41,6 @@
func ExampleCount() {
fmt.Println(strings.Count("cheese", "e"))
@@ -340277,8 +340737,8 @@ Index: libgo/go/strings/example_test.go
// 5
Index: libgo/go/compress/flate/deflate_test.go
===================================================================
---- libgo/go/compress/flate/deflate_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/compress/flate/deflate_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/compress/flate/deflate_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/compress/flate/deflate_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -94,6 +94,50 @@
}
}
@@ -340332,8 +340792,8 @@ Index: libgo/go/compress/flate/deflate_test.go
mu sync.RWMutex
Index: libgo/go/compress/flate/deflate.go
===================================================================
---- libgo/go/compress/flate/deflate.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/compress/flate/deflate.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/compress/flate/deflate.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/compress/flate/deflate.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -32,6 +32,7 @@
hashSize = 1 << hashBits
hashMask = (1 << hashBits) - 1
@@ -340370,8 +340830,8 @@ Index: libgo/go/compress/flate/deflate.go
d.windowEnd += n
Index: libgo/go/time/sleep_test.go
===================================================================
---- libgo/go/time/sleep_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/time/sleep_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/time/sleep_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/time/sleep_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -224,3 +224,25 @@
}
Sleep(3 * Second)
@@ -340400,8 +340860,8 @@ Index: libgo/go/time/sleep_test.go
+}
Index: libgo/go/html/template/escape_test.go
===================================================================
---- libgo/go/html/template/escape_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/html/template/escape_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/html/template/escape_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/html/template/escape_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -226,7 +226,7 @@
{
"badMarshaler",
@@ -340413,8 +340873,8 @@ Index: libgo/go/html/template/escape_test.go
"jsMarshaler",
Index: libgo/go/crypto/ecdsa/ecdsa.go
===================================================================
---- libgo/go/crypto/ecdsa/ecdsa.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/crypto/ecdsa/ecdsa.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/crypto/ecdsa/ecdsa.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/crypto/ecdsa/ecdsa.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -66,7 +66,9 @@
// hashToInt converts a hash value to an integer. There is some disagreement
// about how this is done. [NSA] suggests that this is done in the obvious
@@ -340437,8 +340897,8 @@ Index: libgo/go/crypto/ecdsa/ecdsa.go
}
Index: libgo/go/crypto/rsa/pkcs1v15.go
===================================================================
---- libgo/go/crypto/rsa/pkcs1v15.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/crypto/rsa/pkcs1v15.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/crypto/rsa/pkcs1v15.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/crypto/rsa/pkcs1v15.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -151,6 +151,7 @@
var hashPrefixes = map[crypto.Hash][]byte{
crypto.MD5: {0x30, 0x20, 0x30, 0x0c, 0x06, 0x08, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05, 0x05, 0x00, 0x04, 0x10},
@@ -340449,8 +340909,8 @@ Index: libgo/go/crypto/rsa/pkcs1v15.go
crypto.SHA512: {0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, 0x05, 0x00, 0x04, 0x40},
Index: libgo/go/crypto/tls/handshake_messages.go
===================================================================
---- libgo/go/crypto/tls/handshake_messages.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/crypto/tls/handshake_messages.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/crypto/tls/handshake_messages.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/crypto/tls/handshake_messages.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -563,7 +563,7 @@
if len(d) < 4 {
return false
@@ -340471,8 +340931,8 @@ Index: libgo/go/crypto/tls/handshake_messages.go
}
Index: libgo/go/crypto/x509/x509.go
===================================================================
---- libgo/go/crypto/x509/x509.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/crypto/x509/x509.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/crypto/x509/x509.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/crypto/x509/x509.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -388,10 +388,10 @@
return ErrUnsupportedAlgorithm
}
@@ -340488,8 +340948,8 @@ Index: libgo/go/crypto/x509/x509.go
digest := h.Sum(nil)
Index: libgo/go/crypto/aes/const.go
===================================================================
---- libgo/go/crypto/aes/const.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/crypto/aes/const.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/crypto/aes/const.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/crypto/aes/const.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -11,11 +11,11 @@
// http://www.csrc.nist.gov/publications/fips/fips197/fips-197.pdf
@@ -340506,8 +340966,8 @@ Index: libgo/go/crypto/aes/const.go
var powx = [16]byte{
Index: libgo/go/log/log.go
===================================================================
---- libgo/go/log/log.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/log/log.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/log/log.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/log/log.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -26,7 +26,7 @@
// Bits or'ed together to control what's printed. There is no control over the
// order they appear (the order listed here) or the format they present (as
@@ -340519,8 +340979,8 @@ Index: libgo/go/log/log.go
Lmicroseconds // microsecond resolution: 01:23:23.123123. assumes Ltime.
Index: libgo/go/reflect/type.go
===================================================================
---- libgo/go/reflect/type.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/reflect/type.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/reflect/type.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/reflect/type.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -83,6 +83,9 @@
// compare the Types directly.
String() string
@@ -340569,8 +341029,8 @@ Index: libgo/go/reflect/type.go
}
Index: libgo/go/fmt/doc.go
===================================================================
---- libgo/go/fmt/doc.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/fmt/doc.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/fmt/doc.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/fmt/doc.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -136,7 +136,7 @@
Fscanf and Fscanln read from a specified io.Reader; Sscan,
Sscanf and Sscanln read from an argument string. Scanln,
@@ -340582,8 +341042,8 @@ Index: libgo/go/fmt/doc.go
Index: libgo/go/net/file.go
===================================================================
---- libgo/go/net/file.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/file.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/file.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/file.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -89,8 +89,8 @@
// FileListener returns a copy of the network listener corresponding
@@ -340597,8 +341057,8 @@ Index: libgo/go/net/file.go
if err != nil {
Index: libgo/go/net/http/client_test.go
===================================================================
---- libgo/go/net/http/client_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/client_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/client_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/client_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -256,6 +256,31 @@
}
})
@@ -340633,8 +341093,8 @@ Index: libgo/go/net/http/client_test.go
type TestJar struct {
Index: libgo/go/net/http/client.go
===================================================================
---- libgo/go/net/http/client.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/client.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/client.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/client.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -278,6 +278,11 @@
return nil, err
}
@@ -340649,8 +341109,8 @@ Index: libgo/go/net/http/client.go
c.Jar.SetCookies(req.URL, r.Cookies())
Index: libgo/go/net/http/proxy_test.go
===================================================================
---- libgo/go/net/http/proxy_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/proxy_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/proxy_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/proxy_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,6 +5,7 @@
package http
@@ -340694,8 +341154,8 @@ Index: libgo/go/net/http/proxy_test.go
+}
Index: libgo/go/net/http/transfer.go
===================================================================
---- libgo/go/net/http/transfer.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/transfer.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/transfer.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/transfer.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -71,7 +71,9 @@
}
}
@@ -340718,8 +341178,8 @@ Index: libgo/go/net/http/transfer.go
// Sanitize Body,ContentLength,TransferEncoding
Index: libgo/go/net/http/response_test.go
===================================================================
---- libgo/go/net/http/response_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/response_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/response_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/response_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -14,6 +14,7 @@
"io/ioutil"
"net/url"
@@ -340748,8 +341208,8 @@ Index: libgo/go/net/http/response_test.go
+}
Index: libgo/go/net/http/response.go
===================================================================
---- libgo/go/net/http/response.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/response.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/response.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/response.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -202,9 +202,12 @@
text = "status code " + strconv.Itoa(r.StatusCode)
}
@@ -340768,8 +341228,8 @@ Index: libgo/go/net/http/response.go
tw, err := newTransferWriter(r)
Index: libgo/go/net/http/server.go
===================================================================
---- libgo/go/net/http/server.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/server.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/server.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/server.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -31,7 +31,7 @@
// Errors introduced by the HTTP server.
var (
@@ -340781,8 +341241,8 @@ Index: libgo/go/net/http/server.go
)
Index: libgo/go/net/http/transport.go
===================================================================
---- libgo/go/net/http/transport.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/http/transport.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/http/transport.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/http/transport.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -450,10 +450,14 @@
func (ck *connectMethod) String() string {
@@ -340801,8 +341261,8 @@ Index: libgo/go/net/http/transport.go
// addr returns the first hop "host:port" to which we need to TCP connect.
Index: libgo/go/net/url/url_test.go
===================================================================
---- libgo/go/net/url/url_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/url/url_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/url/url_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/url/url_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -188,7 +188,38 @@
},
"http://user:password@google.com",
@@ -340844,8 +341304,8 @@ Index: libgo/go/net/url/url_test.go
Scheme: "http",
Index: libgo/go/net/url/url.go
===================================================================
---- libgo/go/net/url/url.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/url/url.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/url/url.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/url/url.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -401,11 +401,12 @@
}
@@ -340863,8 +341323,8 @@ Index: libgo/go/net/url/url.go
return
Index: libgo/go/net/mail/message_test.go
===================================================================
---- libgo/go/net/mail/message_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/mail/message_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/mail/message_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/mail/message_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -95,6 +95,11 @@
"21 Nov 97 09:55:06 GMT",
time.Date(1997, 11, 21, 9, 55, 6, 0, time.FixedZone("GMT", 0)),
@@ -340879,8 +341339,8 @@ Index: libgo/go/net/mail/message_test.go
hdr := Header{
Index: libgo/go/net/mail/message.go
===================================================================
---- libgo/go/net/mail/message.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/net/mail/message.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/net/mail/message.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/net/mail/message.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -69,11 +69,12 @@
func init() {
// Generate layouts based on RFC 5322, section 3.3.
@@ -340901,8 +341361,8 @@ Index: libgo/go/net/mail/message.go
for _, day := range days {
Index: libgo/go/mime/multipart/multipart_test.go
===================================================================
---- libgo/go/mime/multipart/multipart_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/mime/multipart/multipart_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/mime/multipart/multipart_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/mime/multipart/multipart_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -10,20 +10,13 @@
"fmt"
"io"
@@ -341173,8 +341633,8 @@ Index: libgo/go/mime/multipart/multipart_test.go
+}
Index: libgo/go/mime/multipart/multipart.go
===================================================================
---- libgo/go/mime/multipart/multipart.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/mime/multipart/multipart.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/mime/multipart/multipart.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/mime/multipart/multipart.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -22,11 +22,6 @@
"net/textproto"
)
@@ -341365,8 +341825,8 @@ Index: libgo/go/mime/multipart/multipart.go
}
Index: libgo/go/regexp/syntax/parse_test.go
===================================================================
---- libgo/go/regexp/syntax/parse_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/regexp/syntax/parse_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/regexp/syntax/parse_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/regexp/syntax/parse_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -442,10 +442,18 @@
`(`,
`)`,
@@ -341388,8 +341848,8 @@ Index: libgo/go/regexp/syntax/parse_test.go
`x{2,1}`,
Index: libgo/go/regexp/syntax/parse.go
===================================================================
---- libgo/go/regexp/syntax/parse.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/regexp/syntax/parse.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/regexp/syntax/parse.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/regexp/syntax/parse.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -48,6 +48,9 @@
ErrTrailingBackslash ErrorCode = "trailing backslash at end of expression"
)
@@ -341418,8 +341878,8 @@ Index: libgo/go/regexp/syntax/parse.go
p.flags = re2.Flags
Index: libgo/go/regexp/regexp.go
===================================================================
---- libgo/go/regexp/regexp.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/regexp/regexp.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/regexp/regexp.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/regexp/regexp.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -512,7 +512,7 @@
}
@@ -341440,8 +341900,8 @@ Index: libgo/go/regexp/regexp.go
// equivalent to ${1x}, not ${1}x, and, $10 is equivalent to ${10}, not ${1}0.
Index: libgo/go/path/filepath/path_test.go
===================================================================
---- libgo/go/path/filepath/path_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/path/filepath/path_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/path/filepath/path_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/path/filepath/path_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -869,3 +869,34 @@
t.Errorf("Results of EvalSymlinks do not match: %q and %q", flp, fup)
}
@@ -341479,8 +341939,8 @@ Index: libgo/go/path/filepath/path_test.go
+*/
Index: libgo/go/path/filepath/path.go
===================================================================
---- libgo/go/path/filepath/path.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/path/filepath/path.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/path/filepath/path.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/path/filepath/path.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -320,8 +320,11 @@
}
@@ -341497,8 +341957,8 @@ Index: libgo/go/path/filepath/path.go
return nil
Index: libgo/go/path/filepath/path_plan9.go
===================================================================
---- libgo/go/path/filepath/path_plan9.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/path/filepath/path_plan9.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/path/filepath/path_plan9.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/path/filepath/path_plan9.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -12,7 +12,7 @@
}
@@ -341510,8 +341970,8 @@ Index: libgo/go/path/filepath/path_plan9.go
}
Index: libgo/go/strconv/itoa.go
===================================================================
---- libgo/go/strconv/itoa.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/strconv/itoa.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/strconv/itoa.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/strconv/itoa.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -4,13 +4,17 @@
package strconv
@@ -341534,8 +341994,8 @@ Index: libgo/go/strconv/itoa.go
return s
Index: libgo/go/go/build/build.go
===================================================================
---- libgo/go/go/build/build.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/go/build/build.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/go/build/build.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/go/build/build.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -68,7 +68,7 @@
// ReadDir returns a slice of os.FileInfo, sorted by Name,
@@ -341556,8 +342016,8 @@ Index: libgo/go/go/build/build.go
func (ctxt *Context) Import(path string, srcDir string, mode ImportMode) (*Package, error) {
Index: libgo/go/go/printer/nodes.go
===================================================================
---- libgo/go/go/printer/nodes.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/go/printer/nodes.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/go/printer/nodes.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/go/printer/nodes.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -60,8 +60,8 @@
// setComment sets g as the next comment if g != nil and if node comments
@@ -341593,7 +342053,7 @@ Index: libgo/go/go/printer/nodes.go
Index: libgo/go/go/ast/ast_test.go
===================================================================
--- libgo/go/go/ast/ast_test.go (.../tags/gcc_4_7_1_release) (wersja 0)
-+++ libgo/go/go/ast/ast_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
++++ libgo/go/go/ast/ast_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -0,0 +1,50 @@
+// Copyright 2012 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
@@ -341647,8 +342107,8 @@ Index: libgo/go/go/ast/ast_test.go
+}
Index: libgo/go/go/ast/ast.go
===================================================================
---- libgo/go/go/ast/ast.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/go/ast/ast.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/go/ast/ast.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/go/ast/ast.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -87,8 +87,12 @@
return s[0:i]
}
@@ -341680,8 +342140,8 @@ Index: libgo/go/go/ast/ast.go
}
Index: libgo/go/go/parser/parser_test.go
===================================================================
---- libgo/go/go/parser/parser_test.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/go/parser/parser_test.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/go/parser/parser_test.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/go/parser/parser_test.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -5,10 +5,12 @@
package parser
@@ -341936,8 +342396,8 @@ Index: libgo/go/go/parser/parser_test.go
+}
Index: libgo/go/go/parser/parser.go
===================================================================
---- libgo/go/go/parser/parser.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/go/parser/parser.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/go/parser/parser.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/go/parser/parser.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -267,13 +267,13 @@
// Consume a group of adjacent comments, add it to the parser's
@@ -342095,8 +342555,8 @@ Index: libgo/go/go/parser/parser.go
Index: libgo/go/flag/flag.go
===================================================================
---- libgo/go/flag/flag.go (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/go/flag/flag.go (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/go/flag/flag.go (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/go/flag/flag.go (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -620,8 +620,9 @@
flag := &Flag{name, usage, value, value.String()}
_, alreadythere := f.formal[name]
@@ -342111,8 +342571,8 @@ Index: libgo/go/flag/flag.go
f.formal = make(map[string]*Flag)
Index: libgo/Makefile.am
===================================================================
---- libgo/Makefile.am (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ libgo/Makefile.am (.../branches/gcc-4_7-branch) (wersja 190144)
+--- libgo/Makefile.am (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ libgo/Makefile.am (.../branches/gcc-4_7-branch) (wersja 190289)
@@ -1794,7 +1794,7 @@
# Check a package.
@@ -343009,8 +343469,8 @@ Index: libgo/Makefile.am
text/tabwriter/check \
Index: .
===================================================================
---- . (.../tags/gcc_4_7_1_release) (wersja 190144)
-+++ . (.../branches/gcc-4_7-branch) (wersja 190144)
+--- . (.../tags/gcc_4_7_1_release) (wersja 190289)
++++ . (.../branches/gcc-4_7-branch) (wersja 190289)
Zmiany atrybutów dla: .
___________________________________________________________________
diff --git a/gcc.spec b/gcc.spec
index 1f932d0..7c5601f 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -98,7 +98,7 @@ Summary(pl.UTF-8): Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
Summary(pt_BR.UTF-8): Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
Name: gcc
Version: %{major_ver}.%{minor_ver}
-Release: 7
+Release: 8
Epoch: 6
License: GPL v3+
Group: Development/Languages
More information about the pld-cvs-commit
mailing list