public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
@ 2014-11-22 13:34 ubizjak at gmail dot com
  2014-11-22 13:36 ` [Bug tree-optimization/64026] " ubizjak at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2014-11-22 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64026
           Summary: Many FAIL: ... scan-tree-dump-times vect "Vectorizing
                    an unaligned access" 0 with -fpic
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ubizjak at gmail dot com

This is a recent regression. Comparing versions 5.0.0 20141120 (experimental)
[trunk revision 217836] [1] with 5.0.0 20141122 (experimental) [trunk revision
217961] [2], there are many vectorizer scan failures (using -fpic)

scan-tree-dump-times vect "Alignment of access forced using peeling"

and

scan-tree-dump-times vect "Vectorizing an unaligned access"

[1] https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg02192.html
[1] https://gcc.gnu.org/ml/gcc-testresults/2014-11/msg02442.html


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

* [Bug tree-optimization/64026] Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
  2014-11-22 13:34 [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic ubizjak at gmail dot com
@ 2014-11-22 13:36 ` ubizjak at gmail dot com
  2014-11-22 14:28 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2014-11-22 13:36 UTC (permalink / raw)
  To: gcc-bugs

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |i686-linux-gnu
                 CC|                            |hjl.tools at gmail dot com

--- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> ---
HJ, is it possible to run a regression hunt between these two revisions?
>From gcc-bugs-return-468064-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Nov 22 13:36:49 2014
Return-Path: <gcc-bugs-return-468064-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 25839 invoked by alias); 22 Nov 2014 13:36:49 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 25811 invoked by uid 48); 22 Nov 2014 13:36:45 -0000
From: "pab at pabigot dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/64027] New: inefficient handling of msp430 byte operands
Date: Sat, 22 Nov 2014 13:36:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pab at pabigot dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-64027-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02536.txt.bz2
Content-length: 394

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd027

            Bug ID: 64027
           Summary: inefficient handling of msp430 byte operands
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pab at pabigot dot com


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

* [Bug tree-optimization/64026] Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
  2014-11-22 13:34 [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic ubizjak at gmail dot com
  2014-11-22 13:36 ` [Bug tree-optimization/64026] " ubizjak at gmail dot com
@ 2014-11-22 14:28 ` hjl.tools at gmail dot com
  2014-11-22 17:31 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2014-11-22 14:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Uroš Bizjak from comment #1)
> HJ, is it possible to run a regression hunt between these two revisions?

Is this

FAIL: gcc.dg/vect/vect-simd-clone-6.c (internal compiler error)
FAIL: gcc.dg/vect/vect-simd-clone-6.c (test for excess errors)
FAIL: gcc.dg/vect/vect-simd-clone-6.c -flto -ffat-lto-objects (internal
compiler
 error)
FAIL: gcc.dg/vect/vect-simd-clone-6.c -flto -ffat-lto-objects (test for excess
e
rrors)

new?
>From gcc-bugs-return-468068-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Nov 22 14:36:56 2014
Return-Path: <gcc-bugs-return-468068-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 15352 invoked by alias); 22 Nov 2014 14:36:55 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 15329 invoked by uid 48); 22 Nov 2014 14:36:52 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/64026] Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
Date: Sat, 22 Nov 2014 14:36:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ubizjak at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64026-4-nz8czKCX7H@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64026-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64026-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02540.txt.bz2
Content-length: 571

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

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to H.J. Lu from comment #2)

> Is this
> 
> FAIL: gcc.dg/vect/vect-simd-clone-6.c (internal compiler error)
> FAIL: gcc.dg/vect/vect-simd-clone-6.c (test for excess errors)
> FAIL: gcc.dg/vect/vect-simd-clone-6.c -flto -ffat-lto-objects (internal
> compiler
>  error)
> FAIL: gcc.dg/vect/vect-simd-clone-6.c -flto -ffat-lto-objects (test for
> excess e
> rrors)
> 
> new?

I don't know, but I have reported this in a separate PR64024.
>From gcc-bugs-return-468069-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Nov 22 14:40:07 2014
Return-Path: <gcc-bugs-return-468069-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 16566 invoked by alias); 22 Nov 2014 14:40:07 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 16506 invoked by uid 48); 22 Nov 2014 14:40:04 -0000
From: "glisse at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/60770] disappearing clobbers
Date: Sat, 22 Nov 2014 14:40:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: diagnostic
X-Bugzilla-Severity: normal
X-Bugzilla-Who: glisse at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-60770-4-StF7WR55mr@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60770-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60770-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02541.txt.bz2
Content-length: 504

https://gcc.gnu.org/bugzilla/show_bug.cgi?id`770

Marc Glisse <glisse at gcc dot gnu.org> changed:

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

--- Comment #12 from Marc Glisse <glisse at gcc dot gnu.org> ---
Clobbers are now properly preserved in this case. We don't warn yet, but that's
PR 60517.


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

* [Bug tree-optimization/64026] Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
  2014-11-22 13:34 [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic ubizjak at gmail dot com
  2014-11-22 13:36 ` [Bug tree-optimization/64026] " ubizjak at gmail dot com
  2014-11-22 14:28 ` hjl.tools at gmail dot com
@ 2014-11-22 17:31 ` hjl.tools at gmail dot com
  2014-11-22 17:38 ` [Bug tree-optimization/64026] [5 Rehression] " hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2014-11-22 17:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
I opened PR 64028.


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

* [Bug tree-optimization/64026] [5 Rehression] Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
  2014-11-22 13:34 [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic ubizjak at gmail dot com
                   ` (2 preceding siblings ...)
  2014-11-22 17:31 ` hjl.tools at gmail dot com
@ 2014-11-22 17:38 ` hjl.tools at gmail dot com
  2014-11-24 11:25 ` [Bug tree-optimization/64026] [5 Regression] " rguenth at gcc dot gnu.org
  2014-11-24 11:29 ` ubizjak at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2014-11-22 17:38 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-22
   Target Milestone|---                         |5.0
            Summary|Many FAIL: ...              |[5 Rehression] Many FAIL:
                   |scan-tree-dump-times vect   |... scan-tree-dump-times
                   |"Vectorizing an unaligned   |vect "Vectorizing an
                   |access" 0 with -fpic        |unaligned access" 0 with
                   |                            |-fpic
     Ever confirmed|0                           |1


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

* [Bug tree-optimization/64026] [5 Regression] Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
  2014-11-22 13:34 [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic ubizjak at gmail dot com
                   ` (3 preceding siblings ...)
  2014-11-22 17:38 ` [Bug tree-optimization/64026] [5 Rehression] " hjl.tools at gmail dot com
@ 2014-11-24 11:25 ` rguenth at gcc dot gnu.org
  2014-11-24 11:29 ` ubizjak at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-24 11:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
So is this one now a dup of PR64028??


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

* [Bug tree-optimization/64026] [5 Regression] Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic
  2014-11-22 13:34 [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic ubizjak at gmail dot com
                   ` (4 preceding siblings ...)
  2014-11-24 11:25 ` [Bug tree-optimization/64026] [5 Regression] " rguenth at gcc dot gnu.org
@ 2014-11-24 11:29 ` ubizjak at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2014-11-24 11:29 UTC (permalink / raw)
  To: gcc-bugs

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #6 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Richard Biener from comment #5)
> So is this one now a dup of PR64028??

Looks so, let's move to PR64028 which points to offending commit.

*** This bug has been marked as a duplicate of bug 64028 ***
>From gcc-bugs-return-468240-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Nov 24 11:29:44 2014
Return-Path: <gcc-bugs-return-468240-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 22549 invoked by alias); 24 Nov 2014 11:29:44 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 22149 invoked by uid 48); 24 Nov 2014 11:29:39 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/64028] [5 Regression] r211599 caused many vectorizer test failures with -fPIC
Date: Mon, 24 Nov 2014 11:29:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ubizjak at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-64028-4-wbYhe7SZmd@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64028-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64028-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02712.txt.bz2
Content-length: 445

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ubizjak at gmail dot com

--- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> ---
*** Bug 64026 has been marked as a duplicate of this bug. ***
>From gcc-bugs-return-468241-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Nov 24 11:30:01 2014
Return-Path: <gcc-bugs-return-468241-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 23810 invoked by alias); 24 Nov 2014 11:30:01 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 23365 invoked by uid 48); 24 Nov 2014 11:29:55 -0000
From: "rohitarulraj at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/60102] [4.9/5 Regression] powerpc fp-bit ices at dwf_regno
Date: Mon, 24 Nov 2014 11:30:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: build
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rohitarulraj at gmail dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.3
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-60102-4-SY3DcVb7AJ@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60102-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60102-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02713.txt.bz2
Content-length: 520

https://gcc.gnu.org/bugzilla/show_bug.cgi?id`102

--- Comment #21 from Rohit <rohitarulraj at gmail dot com> ---
(In reply to Francois-Xavier Coudert from comment #20)
> The commits from comments #16 and #17 broke the compiler (and bootstrap) on
> powerpc-apple-darwin9: https://gcc.gnu.org/bugzilla/show_bug.cgi?idc703

Sorry. The "REGISTER_NAMES" macro that was updated in "rs6000.h" file gets
redefined in "darwin.h" file. I can provide the required patch, but I don't
have a darwin machine to test the changes.


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

end of thread, other threads:[~2014-11-24 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-22 13:34 [Bug tree-optimization/64026] New: Many FAIL: ... scan-tree-dump-times vect "Vectorizing an unaligned access" 0 with -fpic ubizjak at gmail dot com
2014-11-22 13:36 ` [Bug tree-optimization/64026] " ubizjak at gmail dot com
2014-11-22 14:28 ` hjl.tools at gmail dot com
2014-11-22 17:31 ` hjl.tools at gmail dot com
2014-11-22 17:38 ` [Bug tree-optimization/64026] [5 Rehression] " hjl.tools at gmail dot com
2014-11-24 11:25 ` [Bug tree-optimization/64026] [5 Regression] " rguenth at gcc dot gnu.org
2014-11-24 11:29 ` ubizjak at gmail dot com

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).