public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
@ 2014-06-17 22:33 wschmidt at gcc dot gnu.org
  2014-06-17 22:35 ` [Bug target/61542] " wschmidt at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-17 22:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

            Bug ID: 61542
           Summary: [4.8/4.9 Regression] vect-nop-move.c fails on
                    powerpc64le-unknown-linux-gnu
           Product: gcc
           Version: 4.8.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: wschmidt at gcc dot gnu.org

A test case (gcc.dg/vect/vect-nop-move.c) was added in 4.9 that exposes a bug
on PowerPC little endian for extracting an element from a V4SF value.  When
attempting to extract element N, element 3 - N is extracted instead when N <>
3.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
@ 2014-06-17 22:35 ` wschmidt at gcc dot gnu.org
  2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-17 22:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
             Target|                            |powerpc64le-unknown-linux-g
                   |                            |nu
                 CC|                            |bergner at gcc dot gnu.org
               Host|                            |powerpc64le-unknown-linux-g
                   |                            |nu
           Assignee|unassigned at gcc dot gnu.org      |wschmidt at gcc dot gnu.org
   Target Milestone|---                         |4.8.4
              Build|                            |powerpc64le-unknown-linux-g
                   |                            |nu


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
  2014-06-17 22:35 ` [Bug target/61542] " wschmidt at gcc dot gnu.org
@ 2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
  2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-17 22:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

--- Comment #1 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
The bug exists in 4.8 as well, but was not caught with existing tests (we do
have a test that performs vec_extract on V4SF, but unfortunately only tested
element 3).


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
  2014-06-17 22:35 ` [Bug target/61542] " wschmidt at gcc dot gnu.org
  2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
@ 2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
  2014-06-25 11:55 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-17 22:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-06-17
     Ever confirmed|0                           |1


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
@ 2014-06-25 11:55 ` jakub at gcc dot gnu.org
  2014-06-25 12:33 ` [Bug target/61542] [4.8/4.9/trunk] " wschmidt at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-06-25 11:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why is this a regression?  ppc64le is a new port in 4.8.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-06-25 11:55 ` jakub at gcc dot gnu.org
@ 2014-06-25 12:33 ` wschmidt at gcc dot gnu.org
  2014-06-26 12:52 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-25 12:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.8/4.9 Regression]        |[4.8/4.9/trunk]
                   |vect-nop-move.c fails on    |vect-nop-move.c fails on
                   |powerpc64le-unknown-linux-g |powerpc64le-unknown-linux-g
                   |nu                          |nu

--- Comment #3 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
I suppose it's not.  It looked like a regression at first with the test failing
in 4.9 and not 4.8, but that was due to the test not existing in 4.8.  Fixed.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2014-06-25 12:33 ` [Bug target/61542] [4.8/4.9/trunk] " wschmidt at gcc dot gnu.org
@ 2014-06-26 12:52 ` rguenth at gcc dot gnu.org
  2014-06-26 18:48 ` wschmidt at gcc dot gnu.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-26 12:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |---


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2014-06-26 12:52 ` rguenth at gcc dot gnu.org
@ 2014-06-26 18:48 ` wschmidt at gcc dot gnu.org
  2014-06-26 18:49 ` wschmidt at gcc dot gnu.org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-26 18:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

--- Comment #4 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Author: wschmidt
Date: Thu Jun 26 18:47:52 2014
New Revision: 212047

URL: https://gcc.gnu.org/viewcvs?rev=212047&root=gcc&view=rev
Log:
2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

    PR target/61542
    * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
    extraction other than index 3.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/vsx.md


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2014-06-26 18:48 ` wschmidt at gcc dot gnu.org
@ 2014-06-26 18:49 ` wschmidt at gcc dot gnu.org
  2014-06-26 18:51 ` wschmidt at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-26 18:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

--- Comment #5 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Author: wschmidt
Date: Thu Jun 26 18:49:01 2014
New Revision: 212048

URL: https://gcc.gnu.org/viewcvs?rev=212048&root=gcc&view=rev
Log:
2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

    PR target/61542
    * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
    extraction other than index 3.


Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config/rs6000/vsx.md


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2014-06-26 18:49 ` wschmidt at gcc dot gnu.org
@ 2014-06-26 18:51 ` wschmidt at gcc dot gnu.org
  2014-06-26 19:40 ` wschmidt at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-26 18:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

--- Comment #6 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Author: wschmidt
Date: Thu Jun 26 18:50:25 2014
New Revision: 212050

URL: https://gcc.gnu.org/viewcvs?rev=212050&root=gcc&view=rev
Log:
2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

    PR target/61542
    * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
    extraction other than index 3.


Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/rs6000/vsx.md


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2014-06-26 18:51 ` wschmidt at gcc dot gnu.org
@ 2014-06-26 19:40 ` wschmidt at gcc dot gnu.org
  2014-06-27 19:32 ` bergner at gcc dot gnu.org
  2014-06-27 19:33 ` bergner at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2014-06-26 19:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Work is complete.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2014-06-26 19:40 ` wschmidt at gcc dot gnu.org
@ 2014-06-27 19:32 ` bergner at gcc dot gnu.org
  2014-06-27 19:33 ` bergner at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: bergner at gcc dot gnu.org @ 2014-06-27 19:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

--- Comment #8 from Peter Bergner <bergner at gcc dot gnu.org> ---
Author: bergner
Date: Fri Jun 27 19:31:25 2014
New Revision: 212083

URL: https://gcc.gnu.org/viewcvs?rev=212083&root=gcc&view=rev
Log:
    Merge up to 212074.
    * REVISION: Update subversion id.

    Picks up fix for bug 61542.

Added:
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/initlist84.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/initlist84.C
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/ext/complit14.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ext/complit14.C
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr61160-2.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr61160-2.C
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr61160-3.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr61160-3.C
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/template/pr61537.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/template/pr61537.C
    branches/ibm/gcc-4_9-branch/gcc/testsuite/gcc.target/alpha/pr61586.c
      - copied unchanged from r212074,
branches/gcc-4_9-branch/gcc/testsuite/gcc.target/alpha/pr61586.c
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd10.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd10.C
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd11.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd11.C
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd12.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd12.C
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd13.C
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/simd13.C
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-14.c
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-14.c
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-15.c
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-15.c
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-16.c
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-16.c
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-17.c
      - copied unchanged from r212074,
branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/simd-17.c
Modified:
    branches/ibm/gcc-4_9-branch/   (props changed)
    branches/ibm/gcc-4_9-branch/gcc/ChangeLog
    branches/ibm/gcc-4_9-branch/gcc/ChangeLog.ibm
    branches/ibm/gcc-4_9-branch/gcc/DATESTAMP
    branches/ibm/gcc-4_9-branch/gcc/REVISION
    branches/ibm/gcc-4_9-branch/gcc/c/ChangeLog
    branches/ibm/gcc-4_9-branch/gcc/c/c-parser.c
    branches/ibm/gcc-4_9-branch/gcc/cgraphclones.c
    branches/ibm/gcc-4_9-branch/gcc/config/alpha/alpha.c
    branches/ibm/gcc-4_9-branch/gcc/config/i386/driver-i386.c
    branches/ibm/gcc-4_9-branch/gcc/config/i386/i386.md
    branches/ibm/gcc-4_9-branch/gcc/config/rs6000/vsx.md
    branches/ibm/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/ibm/gcc-4_9-branch/gcc/cp/call.c
    branches/ibm/gcc-4_9-branch/gcc/cp/parser.c
    branches/ibm/gcc-4_9-branch/gcc/cp/semantics.c
    branches/ibm/gcc-4_9-branch/gcc/gimplify.c
    branches/ibm/gcc-4_9-branch/gcc/ipa-cp.c
    branches/ibm/gcc-4_9-branch/gcc/ipa-prop.c
    branches/ibm/gcc-4_9-branch/gcc/ipa-prop.h
    branches/ibm/gcc-4_9-branch/gcc/omp-low.c
    branches/ibm/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/devirt-25.C
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr60600.C
    branches/ibm/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr61540.C
   
branches/ibm/gcc-4_9-branch/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90
    branches/ibm/gcc-4_9-branch/libgomp/ChangeLog
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/for-10.C
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c/for-2.c
    branches/ibm/gcc-4_9-branch/libgomp/testsuite/libgomp.c/for-2.h
    branches/ibm/gcc-4_9-branch/libstdc++-v3/ChangeLog
   
branches/ibm/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc
   
branches/ibm/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
   
branches/ibm/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc
   
branches/ibm/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc

Propchange: branches/ibm/gcc-4_9-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/ibm/gcc-4_9-branch/
            ('svnmerge-integrated' modified)


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu
  2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2014-06-27 19:32 ` bergner at gcc dot gnu.org
@ 2014-06-27 19:33 ` bergner at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: bergner at gcc dot gnu.org @ 2014-06-27 19:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542

--- Comment #9 from Peter Bergner <bergner at gcc dot gnu.org> ---
Author: bergner
Date: Fri Jun 27 19:32:52 2014
New Revision: 212084

URL: https://gcc.gnu.org/viewcvs?rev=212084&root=gcc&view=rev
Log:
    Merge up to 212077.
    * REVISION: Update subversion id.

    Picks up fix for bug 61542.

Added:
    branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/template/local-fn1.C
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/local-fn1.C
   
branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-13.c
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-13.c
   
branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-14.c
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-14.c
   
branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-15.c
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-15.c
    branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/alpha/pr61586.c
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/alpha/pr61586.c
    branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr61423.c
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr61423.c
    branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr61446.c
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr61446.c
    branches/ibm/gcc-4_8-branch/gcc/testsuite/gfortran.dg/cray_pointers_10.f90
      - copied unchanged from r212077,
branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/cray_pointers_10.f90
Modified:
    branches/ibm/gcc-4_8-branch/   (props changed)
    branches/ibm/gcc-4_8-branch/gcc/ChangeLog
    branches/ibm/gcc-4_8-branch/gcc/ChangeLog.ibm
    branches/ibm/gcc-4_8-branch/gcc/DATESTAMP
    branches/ibm/gcc-4_8-branch/gcc/config/aarch64/aarch64.c
    branches/ibm/gcc-4_8-branch/gcc/config/aarch64/aarch64.md
    branches/ibm/gcc-4_8-branch/gcc/config/alpha/alpha.c
    branches/ibm/gcc-4_8-branch/gcc/config/arm/arm.c
    branches/ibm/gcc-4_8-branch/gcc/config/i386/driver-i386.c
    branches/ibm/gcc-4_8-branch/gcc/config/i386/i386.md
    branches/ibm/gcc-4_8-branch/gcc/config/microblaze/microblaze.md
    branches/ibm/gcc-4_8-branch/gcc/config/microblaze/predicates.md
    branches/ibm/gcc-4_8-branch/gcc/config/rs6000/vsx.md
    branches/ibm/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/ibm/gcc-4_8-branch/gcc/cp/pt.c
    branches/ibm/gcc-4_8-branch/gcc/fortran/ChangeLog
    branches/ibm/gcc-4_8-branch/gcc/fortran/trans-decl.c
    branches/ibm/gcc-4_8-branch/gcc/testsuite/ChangeLog
   
branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/aapcs64/type-def.h
   
branches/ibm/gcc-4_8-branch/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90
    branches/ibm/gcc-4_8-branch/gcc/testsuite/gfortran.dg/nint_2.f90
    branches/ibm/gcc-4_8-branch/libjava/classpath/   (props changed)

Propchange: branches/ibm/gcc-4_8-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/ibm/gcc-4_8-branch/
            ('svnmerge-integrated' modified)

Propchange: branches/ibm/gcc-4_8-branch/libjava/classpath/
            ('svn:mergeinfo' modified)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-06-27 19:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-17 22:33 [Bug target/61542] New: [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu wschmidt at gcc dot gnu.org
2014-06-17 22:35 ` [Bug target/61542] " wschmidt at gcc dot gnu.org
2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
2014-06-17 22:38 ` wschmidt at gcc dot gnu.org
2014-06-25 11:55 ` jakub at gcc dot gnu.org
2014-06-25 12:33 ` [Bug target/61542] [4.8/4.9/trunk] " wschmidt at gcc dot gnu.org
2014-06-26 12:52 ` rguenth at gcc dot gnu.org
2014-06-26 18:48 ` wschmidt at gcc dot gnu.org
2014-06-26 18:49 ` wschmidt at gcc dot gnu.org
2014-06-26 18:51 ` wschmidt at gcc dot gnu.org
2014-06-26 19:40 ` wschmidt at gcc dot gnu.org
2014-06-27 19:32 ` bergner at gcc dot gnu.org
2014-06-27 19:33 ` bergner at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).