public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/63702] New: i386.c:36276: possible missing break ?
@ 2014-10-31 16:39 dcb314 at hotmail dot com
  2014-10-31 18:51 ` [Bug target/63702] " ubizjak at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dcb314 at hotmail dot com @ 2014-10-31 16:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63702
           Summary: i386.c:36276: possible missing break ?
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com

[gcc/config/i386/i386.c:36276] -> [gcc/config/i386/i386.c:36338]: (warning)
Vari
able 'nargs' is reassigned a value before the old one has been used. 'break;'
mi
ssing?

    case QI_FTYPE_V4DI_V4DI_QI:
    case V4SF_FTYPE_V2DF_V4SF_QI:
    case V4SF_FTYPE_V4DF_V4SF_QI:
       nargs = 3;
    case V16SI_FTYPE_V16SI_V16SI_HI:
    case V16SI_FTYPE_V16SI_V16SI_V16SI:
    case V16SI_FTYPE_V4SI_V16SI_HI:


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

* [Bug target/63702] i386.c:36276: possible missing break ?
  2014-10-31 16:39 [Bug target/63702] New: i386.c:36276: possible missing break ? dcb314 at hotmail dot com
@ 2014-10-31 18:51 ` ubizjak at gmail dot com
  2014-10-31 21:59 ` uros at gcc dot gnu.org
  2014-10-31 22:09 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2014-10-31 18:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to David Binderman from comment #0)
> [gcc/config/i386/i386.c:36276] -> [gcc/config/i386/i386.c:36338]: (warning)
> Vari
> able 'nargs' is reassigned a value before the old one has been used.
> 'break;' mi
> ssing?
> 
>     case QI_FTYPE_V4DI_V4DI_QI:
>     case V4SF_FTYPE_V2DF_V4SF_QI:
>     case V4SF_FTYPE_V4DF_V4SF_QI:
>        nargs = 3;
>     case V16SI_FTYPE_V16SI_V16SI_HI:
>     case V16SI_FTYPE_V16SI_V16SI_V16SI:
>     case V16SI_FTYPE_V4SI_V16SI_HI:

No, this assignment should just be removed. I'll take care for this.
>From gcc-bugs-return-465511-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Oct 31 18:51:24 2014
Return-Path: <gcc-bugs-return-465511-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 10995 invoked by alias); 31 Oct 2014 18:51:24 -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 10945 invoked by uid 48); 31 Oct 2014 18:51:18 -0000
From: "law at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/63620] RELOAD lost SET_GOT dependency on Darwin
Date: Fri, 31 Oct 2014 19:03:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: rtl-optimization
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: ra
X-Bugzilla-Severity: normal
X-Bugzilla-Who: law at redhat dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: vmakarov at redhat dot com
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-63620-4-9xWdehv4RU@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63620-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63620-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-10/txt/msg02532.txt.bz2
Content-length: 397

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

--- Comment #21 from Jeffrey A. Law <law at redhat dot com> ---
Uros,

Any objection to installing that patch to work around these problems while Vlad
works on things from the rematerialization side?

Perhaps put that condition in a function which makes it clear that this is just
a workaround to give Vlad time to build out the real solution?


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

* [Bug target/63702] i386.c:36276: possible missing break ?
  2014-10-31 16:39 [Bug target/63702] New: i386.c:36276: possible missing break ? dcb314 at hotmail dot com
  2014-10-31 18:51 ` [Bug target/63702] " ubizjak at gmail dot com
@ 2014-10-31 21:59 ` uros at gcc dot gnu.org
  2014-10-31 22:09 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: uros at gcc dot gnu.org @ 2014-10-31 21:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from uros at gcc dot gnu.org ---
Author: uros
Date: Fri Oct 31 21:56:05 2014
New Revision: 216991

URL: https://gcc.gnu.org/viewcvs?rev=216991&root=gcc&view=rev
Log:
    PR target/63702
    * config/i386/i386.c (ix86_expand_args_builtin): Remove extra
    assignment to 'nargs' variable.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


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

* [Bug target/63702] i386.c:36276: possible missing break ?
  2014-10-31 16:39 [Bug target/63702] New: i386.c:36276: possible missing break ? dcb314 at hotmail dot com
  2014-10-31 18:51 ` [Bug target/63702] " ubizjak at gmail dot com
  2014-10-31 21:59 ` uros at gcc dot gnu.org
@ 2014-10-31 22:09 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2014-10-31 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |5.0

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
Fixed.
>From gcc-bugs-return-465528-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Nov 01 00:24:56 2014
Return-Path: <gcc-bugs-return-465528-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31723 invoked by alias); 1 Nov 2014 00:24:53 -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 31693 invoked by uid 48); 1 Nov 2014 00:24:49 -0000
From: "gcc@Denis-Excoffier.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
Date: Sat, 01 Nov 2014 00:24:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 4.9.2
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: gcc@Denis-Excoffier.org
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: cc
Message-ID: <bug-63703-4-Nu6dweysxO@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63703-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63703-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/msg00000.txt.bz2
Content-length: 1631

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

Denis Excoffier <gcc@Denis-Excoffier.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gcc@Denis-Excoffier.org

--- Comment #4 from Denis Excoffier <gcc@Denis-Excoffier.org> ---
Me too.

Invocation command line is:

% /tmp/lcl/tmp/gcc/gcc-4.9.2/configure --prefix=/tmp/lcl/uxl/gcc-4.9.2
--disable-multilib --with-local-prefix=/usr/local/nonexistent
--enable-languages=c,c++

And compiler is:
% gcc --version
powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Near the beginning of config.log, something that could be important:

-----------
/usr/bin/hostinfo      = Mach kernel version:
   Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
1 processor is logically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 1.00 gigabytes
Default processor set: 53 tasks, 178 threads, 1 processors
----------

I commented out the gcc_assert at line 178. It then continues a little, until
in
powerpc-apple-darwin9.8.0/libstdc++-v3 (still stage 1), with an another ICE
(Bus error) in guard.cc:114:28.

I also confirm that 4.9.1 compiles (and runs) ok.


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

end of thread, other threads:[~2014-10-31 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-31 16:39 [Bug target/63702] New: i386.c:36276: possible missing break ? dcb314 at hotmail dot com
2014-10-31 18:51 ` [Bug target/63702] " ubizjak at gmail dot com
2014-10-31 21:59 ` uros at gcc dot gnu.org
2014-10-31 22:09 ` 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).