public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780
       [not found] <bug-92372-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-19 16:13 ` cvs-commit at gcc dot gnu.org
  2020-03-19 16:13 ` hubicka at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-19 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jan Hubicka <hubicka@gcc.gnu.org>:

https://gcc.gnu.org/g:f22712bd8a2ed57d3cc7e6fa92730bd5852e27b3

commit r10-7279-gf22712bd8a2ed57d3cc7e6fa92730bd5852e27b3
Author: Jan Hubicka <jh@suse.cz>
Date:   Thu Mar 19 17:12:56 2020 +0100

    Fix inliner ICE on alias with flatten attribute [PR92372]

    gcc/ChangeLog:

    2020-03-19  Jan Hubicka  <hubicka@ucw.cz>

            PR ipa/92372
            * cgraphunit.c (process_function_and_variable_attributes): warn
            for flatten attribute on alias.
            * ipa-inline.c (ipa_inline): Do not ICE on flatten attribute on
alias.

    gcc/testsuite/ChangeLog:

    2020-03-19  Jan Hubicka  <hubicka@ucw.cz>

            PR ipa/92372
            * gcc.c-torture/pr92372.c: New test.
            * gcc.dg/attr-flatten-1.c: New test.

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

* [Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780
       [not found] <bug-92372-4@http.gcc.gnu.org/bugzilla/>
  2020-03-19 16:13 ` [Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780 cvs-commit at gcc dot gnu.org
@ 2020-03-19 16:13 ` hubicka at gcc dot gnu.org
  2020-03-19 18:55 ` hubicka at gcc dot gnu.org
  2020-04-16  8:38 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: hubicka at gcc dot gnu.org @ 2020-03-19 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Fixed.

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

* [Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780
       [not found] <bug-92372-4@http.gcc.gnu.org/bugzilla/>
  2020-03-19 16:13 ` [Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780 cvs-commit at gcc dot gnu.org
  2020-03-19 16:13 ` hubicka at gcc dot gnu.org
@ 2020-03-19 18:55 ` hubicka at gcc dot gnu.org
  2020-04-16  8:38 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: hubicka at gcc dot gnu.org @ 2020-03-19 18:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
*** Bug 93351 has been marked as a duplicate of this bug. ***

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

* [Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780
       [not found] <bug-92372-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-19 18:55 ` hubicka at gcc dot gnu.org
@ 2020-04-16  8:38 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-16  8:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:9303fe0714c6cc2ff01bcfddd554d7d5057c32bd

commit r10-7750-g9303fe0714c6cc2ff01bcfddd554d7d5057c32bd
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Apr 16 10:37:46 2020 +0200

    testsuite: Move misplaced gcc.c-torture/pr92372.c test [PR92372]

    This test got committed into a spot where nothing actually tests it.
    As there is no main, I assume it was meant to be gcc.c-torture/compile/
    test and the test PASSes after moving there (both x86_64-linux and
    i686-linux).  Though, it passed before the PR92372 fixes too.

    2020-04-16  Jakub Jelinek  <jakub@redhat.com>

            PR ipa/92372
            * gcc.c-torture/pr92372.c: Move ...
            * gcc.c-torture/compile/pr92372.c: ... here.

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

end of thread, other threads:[~2020-04-16  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92372-4@http.gcc.gnu.org/bugzilla/>
2020-03-19 16:13 ` [Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780 cvs-commit at gcc dot gnu.org
2020-03-19 16:13 ` hubicka at gcc dot gnu.org
2020-03-19 18:55 ` hubicka at gcc dot gnu.org
2020-04-16  8:38 ` cvs-commit 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).