public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/57747] The progress indicator always shows 38%
       [not found] <bug-57747-4@http.gcc.gnu.org/bugzilla/>
@ 2013-06-28  0:33 ` manu at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: manu at gcc dot gnu.org @ 2013-06-28  0:33 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57747

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |manu at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
GCC does not print any progress indicator, so it sounds like a CMake bug: 

http://www.cmake.org/Wiki/CMake_FAQ#I_found_a_Bug.21_What_should_I_do.3F
>From gcc-bugs-return-425359-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jun 28 02:26:07 2013
Return-Path: <gcc-bugs-return-425359-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 3062 invoked by alias); 28 Jun 2013 02:26:06 -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 2998 invoked by uid 48); 28 Jun 2013 02:25:58 -0000
From: "raj.khem at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/57717] error: unrecognizable insn compiling ./strtod_l.c from glibc on powerpc-gnuspe
Date: Fri, 28 Jun 2013 02:26:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: raj.khem 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-57717-4-2ixvoWTmx7@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57717-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57717-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: 2013-06/txt/msg01738.txt.bz2
Content-length: 816

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW717

--- Comment #4 from Khem Raj <raj.khem at gmail dot com> ---
I have backported this fix to 4.8 branch and tested it and it fixed the issue.
Below is the patch for 4.8


Index: gcc-4.8.1/gcc/config/rs6000/rs6000.c
==================================================================--- gcc-4.8.1.orig/gcc/config/rs6000/rs6000.c   2013-05-09 18:54:06.000000000
-0700
+++ gcc-4.8.1/gcc/config/rs6000/rs6000.c        2013-06-27 08:22:40.459021366
-0700
@@ -5431,11 +5431,12 @@

     case TFmode:
     case TDmode:
-    case TImode:
       if (TARGET_E500_DOUBLE)
        return (SPE_CONST_OFFSET_OK (offset)
                && SPE_CONST_OFFSET_OK (offset + 8));
+        /* Fall through.  */

+    case TImode:
       extra = 8;
       if (!worst_case)
        break;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-28  0:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-57747-4@http.gcc.gnu.org/bugzilla/>
2013-06-28  0:33 ` [Bug c++/57747] The progress indicator always shows 38% manu 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).