public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/58186] LTO profiledbootstrap fails in stage feedback for fortran/frontend-passes.c with "edge ... has no corresponding call_stmt"
Date: Fri, 06 Sep 2013 20:27:00 -0000	[thread overview]
Message-ID: <bug-58186-4-6uSMRgNeS5@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-58186-4@http.gcc.gnu.org/bugzilla/>

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.0

--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Jan Hubicka from comment #4)
> This ought to be fixed now.  Does it still reproduce to you?

Yes, the profiledbootstrap is OK in r202335, although following patch is needed
to avoid "may be used undefined" warning:

--cut here--
Index: ipa-prop.c
===================================================================
--- ipa-prop.c  (revision 202335)
+++ ipa-prop.c  (working copy)
@@ -3526,7 +3526,7 @@ ipa_modify_call_arguments (struct cgraph_edge *cs,
        {
          tree expr, base, off;
          location_t loc;
-         unsigned int deref_align;
+         unsigned int deref_align = 0;
          bool deref_base = false;

          /* We create a new parameter out of the value of the old one, we can
--cut here--
>From gcc-bugs-return-429163-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Sep 06 20:50:13 2013
Return-Path: <gcc-bugs-return-429163-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 9179 invoked by alias); 6 Sep 2013 20:50:13 -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 9134 invoked by uid 48); 6 Sep 2013 20:50:08 -0000
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libquadmath/58327] Problem of quadmath in connection with SDL2
Date: Fri, 06 Sep 2013 20:50:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libquadmath
X-Bugzilla-Version: 4.7.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: burnus at gcc dot gnu.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: cf_gcctarget
Message-ID: <bug-58327-4-B8bKvVLGeV@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58327-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58327-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-09/txt/msg00403.txt.bz2
Content-length: 513

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |*-*-mingw*

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
For what it is worth: It works under x86-64 Linux with GCC 4.9.

I assume that you do not link SDL2 but you just #include the file - is that
correct?


      parent reply	other threads:[~2013-09-06 20:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-18  8:28 [Bug bootstrap/58186] New: " ubizjak at gmail dot com
2013-08-18  8:30 ` [Bug bootstrap/58186] " ubizjak at gmail dot com
2013-08-18  9:16 ` hubicka at gcc dot gnu.org
2013-08-18 11:48 ` ubizjak at gmail dot com
2013-09-04 16:19 ` hubicka at gcc dot gnu.org
2013-09-06 20:27 ` ubizjak at gmail dot com [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-58186-4-6uSMRgNeS5@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).