public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
@ 2014-10-19 22:07 ` mliska at suse dot cz
  2014-10-20  1:59 ` hubicka at gcc dot gnu.org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: mliska at suse dot cz @ 2014-10-19 22:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Martin Liška <mliska at suse dot cz> ---
Do you have Honza an idea how to handle correctly situation, where ipa_profile
is called before IPA ICF and we mark speculative an edge in:

#0  cgraph_edge::make_speculative (this=this@entry=0x7ffff69e8c98,
n2=0x7ffff6933468, direct_count=1776, direct_frequency=<optimized out>) at
../../gcc/cgraph.c:1027
#1  0x0000000000844d6f in ipa_profile () at ../../gcc/ipa-profile.c:641
#2  (anonymous namespace)::pass_ipa_profile::execute (this=<optimized out>) at
../../gcc/ipa-profile.c:742
#3  0x000000000091bee2 in execute_one_pass (pass=pass@entry=0x1bc76b0) at
../../gcc/passes.c:2155
#4  0x000000000091cbc2 in execute_ipa_pass_list (pass=0x1bc76b0) at
../../gcc/passes.c:2545
#5  0x00000000005e222b in do_whole_program_analysis () at
../../gcc/lto/lto.c:3253
#6  0x00000000005e25e6 in lto_main () at ../../gcc/lto/lto.c:3431
#7  0x00000000009d48f2 in compile_file () at ../../gcc/toplev.c:555
#8  0x00000000009d6bdf in do_compile () at ../../gcc/toplev.c:1977
#9  toplev_main (argc=28, argv=0x1ba4970) at ../../gcc/toplev.c:2053
#10 0x00000000012140dc in main (argc=26, argv=0x7fffffffdd38) at
../../gcc/main.c:36

Thank you,
Martin
>From gcc-bugs-return-464469-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Oct 19 22:07:41 2014
Return-Path: <gcc-bugs-return-464469-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 2232 invoked by alias); 19 Oct 2014 22:07:41 -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 2205 invoked by uid 48); 19 Oct 2014 22:07:38 -0000
From: "fxcoudert at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/48979] FRACTION und EXPONENT return invalid results for infinity/NaN
Date: Sun, 19 Oct 2014 22:09:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.7.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: fxcoudert at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: fxcoudert at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution target_milestone
Message-ID: <bug-48979-4-d9VowT9snH@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-48979-4@http.gcc.gnu.org/bugzilla/>
References: <bug-48979-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/msg01490.txt.bz2
Content-length: 519

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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

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

--- Comment #20 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Fully fixed on trunk.


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
  2014-10-19 22:07 ` [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build mliska at suse dot cz
@ 2014-10-20  1:59 ` hubicka at gcc dot gnu.org
  2014-10-20 13:07 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: hubicka at gcc dot gnu.org @ 2014-10-20  1:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

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

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
speculative edges come in pairs (direct, indirect edge) that is obtained by
speculative_call_info.  THen you need to sum counts (instead of taking ones
from BB) and turn them back to frequencies (because it is profile only counts
should be non-0)


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
  2014-10-19 22:07 ` [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build mliska at suse dot cz
  2014-10-20  1:59 ` hubicka at gcc dot gnu.org
@ 2014-10-20 13:07 ` rguenth at gcc dot gnu.org
  2014-10-27 15:53 ` i.palachev at samsung dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-10-20 13:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-10-20 13:07 ` rguenth at gcc dot gnu.org
@ 2014-10-27 15:53 ` i.palachev at samsung dot com
  2014-11-20 12:34 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: i.palachev at samsung dot com @ 2014-10-27 15:53 UTC (permalink / raw)
  To: gcc-bugs

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

Ilya Palachev <i.palachev at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i.palachev at samsung dot com

--- Comment #3 from Ilya Palachev <i.palachev at samsung dot com> ---
(In reply to Jan Hubicka from comment #2)
> speculative edges come in pairs (direct, indirect edge) that is obtained by
> speculative_call_info.  THen you need to sum counts (instead of taking ones
> from BB) and turn them back to frequencies (because it is profile only
> counts should be non-0)

Suggested patch https://gcc.gnu.org/ml/gcc-patches/2014-10/msg02764.html

Jan, so you mean that counts from BBs and counts from speculative edges should
be  sumed?


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-10-27 15:53 ` i.palachev at samsung dot com
@ 2014-11-20 12:34 ` rguenth at gcc dot gnu.org
  2015-01-16 13:47 ` trippels at gcc dot gnu.org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-20 12:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-11-20 12:34 ` rguenth at gcc dot gnu.org
@ 2015-01-16 13:47 ` trippels at gcc dot gnu.org
  2015-01-18 21:46 ` hubicka at gcc dot gnu.org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-01-16 13:47 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-16
     Ever confirmed|0                           |1

--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Happend again today. Honza can you please take a look at Ilya's patch?

https://gcc.gnu.org/ml/gcc-patches/2014-10/msg03089.html


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-01-16 13:47 ` trippels at gcc dot gnu.org
@ 2015-01-18 21:46 ` hubicka at gcc dot gnu.org
  2015-01-20  0:45 ` hubicka at gcc dot gnu.org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-18 21:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I don't seem to be able to make sense of Ilya's logic in the probability
calculation (incrementing the count with bb->count seem wrong). 
Will try to update his patch today.


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2015-01-18 21:46 ` hubicka at gcc dot gnu.org
@ 2015-01-20  0:45 ` hubicka at gcc dot gnu.org
  2015-01-20  0:47 ` hubicka at gcc dot gnu.org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-20  0:45 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |hubicka at gcc dot gnu.org

--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
mine.


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2015-01-20  0:45 ` hubicka at gcc dot gnu.org
@ 2015-01-20  0:47 ` hubicka at gcc dot gnu.org
  2015-01-20  6:08 ` hubicka at gcc dot gnu.org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-20  0:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Created attachment 34490
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34490&action=edit
Proposed fix

I am going to try build firefox with PDO myself with the attached patch. It is
bit tricky to merge the speculation right becuase both variant may disagree on
speculative target.


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2015-01-20  0:47 ` hubicka at gcc dot gnu.org
@ 2015-01-20  6:08 ` hubicka at gcc dot gnu.org
  2015-01-20  6:32 ` trippels at gcc dot gnu.org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-20  6:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Markus,
I don't seem to be able to train firefox with current tree because of unrelated
issues.  If you would have chance to test the patch on your setup, it would be
cool.


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2015-01-20  6:08 ` hubicka at gcc dot gnu.org
@ 2015-01-20  6:32 ` trippels at gcc dot gnu.org
  2015-01-20  8:22 ` trippels at gcc dot gnu.org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-01-20  6:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
I will give your patch a try.
In case it might help here's the script I use for LTO/PGO
(as you can see it starts the instrumented browser. I then
just visit a couple of webpages to train it):

markus@x4 mozilla-central % cat profile_build
#!/bin/zsh
mv .mozconfig .mozconfig_tmp && 
cp .mozconfig_profile_gen .mozconfig && 
nice -n 19 make -f client.mk && 
killall firefox 
/var/tmp/moz-build-dir/dist/bin/firefox && 
rm  /var/tmp/moz-build-dir/**/Makefile && 
rm  /var/tmp/moz-build-dir/**/*.o && 
rm  /var/tmp/moz-build-dir/**/config.status && 
rm  /var/tmp/moz-build-dir/**/configure.pkl && 
cp .mozconfig_profile_use .mozconfig && 
nice -n 19 make -f client.mk && 
make DESTDIR=/var/tmp/firefox-destdir -C /var/tmp/moz-build-dir install && 
rm -fr /var/tmp/moz-build-dir 
mv .mozconfig_tmp .mozconfig

Where .mozconfig_profile_gen contains:
export CFLAGS="-march=native -fno-semantic-interposition -ffunction-sections
-fdata-sections" 
export CXXFLAGS="-march=native -fno-semantic-interposition -fprofile-generate
-ffunction-sections -fdata-sections"

and .mozconfig_profile_use contains:
export CFLAGS="-march=native -fno-semantic-interposition -ffunction-sections
-fdata-sections"
export CXXFLAGS="-march=native -fno-semantic-interposition -flto=4
-fdevirtualize-at-ltrans -fprofile-use -fprofile-correction -ffunction-sections
-fdata-sections"


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2015-01-20  6:32 ` trippels at gcc dot gnu.org
@ 2015-01-20  8:22 ` trippels at gcc dot gnu.org
  2015-01-20  8:54 ` trippels at gcc dot gnu.org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-01-20  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Unfortunately your patch dosen't work:

lto1: internal compiler error: Segmentation fault
0xa12f6f crash_signal
        ../../gcc/gcc/toplev.c:381
0x88b190 ipa_merge_profiles(cgraph_node*, cgraph_node*)
        ../../gcc/gcc/ipa-utils.c:637
0x603722 lto_cgraph_replace_node
        ../../gcc/gcc/lto/lto-symtab.c:124
0x604cf3 lto_symtab_merge_symbols_1
        ../../gcc/gcc/lto/lto-symtab.c:619
0x604cf3 lto_symtab_merge_symbols()
        ../../gcc/gcc/lto/lto-symtab.c:647
0x5fa52e read_cgraph_and_symbols
        ../../gcc/gcc/lto/lto.c:3109
0x5fa52e lto_main()
        ../../gcc/gcc/lto/lto.c:3436
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instruction


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2015-01-20  8:22 ` trippels at gcc dot gnu.org
@ 2015-01-20  8:54 ` trippels at gcc dot gnu.org
  2015-01-20 12:25 ` trippels at gcc dot gnu.org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-01-20  8:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
And if I try the obvious fix:

637           else if (e2 && e2->speculative)

I hit the assert in ipa-inline.c later on:

lto1: internal compiler error: in edge_badness, at ipa-inline.c:912
0x100bf73 edge_badness
        ../../gcc/gcc/ipa-inline.c:912
0x100f005 update_edge_key
        ../../gcc/gcc/ipa-inline.c:1038
0x100f005 inline_small_functions
        ../../gcc/gcc/ipa-inline.c:1608
0x10117ba ipa_inline
        ../../gcc/gcc/ipa-inline.c:2179
0x10117ba execute
        ../../gcc/gcc/ipa-inline.c:2551
Please submit a full bug report,
with preprocessed source if appropriate.


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2015-01-20  8:54 ` trippels at gcc dot gnu.org
@ 2015-01-20 12:25 ` trippels at gcc dot gnu.org
  2015-01-20 20:04 ` hubicka at gcc dot gnu.org
  2015-01-21 19:06 ` trippels at gcc dot gnu.org
  15 siblings, 0 replies; 16+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-01-20 12:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Martin pointed out that the assertion gets also hit in a pure LTO Firefox
build.
See PR64686.

When I comment out that assertion, Firefox LTO/PGO now builds fine with your
patch and the trivial fix from comment 11.


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2015-01-20 12:25 ` trippels at gcc dot gnu.org
@ 2015-01-20 20:04 ` hubicka at gcc dot gnu.org
  2015-01-21 19:06 ` trippels at gcc dot gnu.org
  15 siblings, 0 replies; 16+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-20 20:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Tue Jan 20 20:03:23 2015
New Revision: 219910

URL: https://gcc.gnu.org/viewcvs?rev=219910&root=gcc&view=rev
Log:
    PR ipa/63576
    * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-utils.c


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

* [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build
       [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2015-01-20 20:04 ` hubicka at gcc dot gnu.org
@ 2015-01-21 19:06 ` trippels at gcc dot gnu.org
  15 siblings, 0 replies; 16+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-01-21 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

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

--- Comment #14 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Fixed. Thanks.


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

end of thread, other threads:[~2015-01-21 19:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-63576-4@http.gcc.gnu.org/bugzilla/>
2014-10-19 22:07 ` [Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build mliska at suse dot cz
2014-10-20  1:59 ` hubicka at gcc dot gnu.org
2014-10-20 13:07 ` rguenth at gcc dot gnu.org
2014-10-27 15:53 ` i.palachev at samsung dot com
2014-11-20 12:34 ` rguenth at gcc dot gnu.org
2015-01-16 13:47 ` trippels at gcc dot gnu.org
2015-01-18 21:46 ` hubicka at gcc dot gnu.org
2015-01-20  0:45 ` hubicka at gcc dot gnu.org
2015-01-20  0:47 ` hubicka at gcc dot gnu.org
2015-01-20  6:08 ` hubicka at gcc dot gnu.org
2015-01-20  6:32 ` trippels at gcc dot gnu.org
2015-01-20  8:22 ` trippels at gcc dot gnu.org
2015-01-20  8:54 ` trippels at gcc dot gnu.org
2015-01-20 12:25 ` trippels at gcc dot gnu.org
2015-01-20 20:04 ` hubicka at gcc dot gnu.org
2015-01-21 19:06 ` trippels 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).