public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/65487] New: fdump-passes uses random function as context
@ 2015-03-20  9:44 vries at gcc dot gnu.org
  2015-03-20  9:51 ` [Bug other/65487] " vries at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2015-03-20  9:44 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65487
           Summary: fdump-passes uses random function as context
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org


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

* [Bug other/65487] fdump-passes uses random function as context
  2015-03-20  9:44 [Bug other/65487] New: fdump-passes uses random function as context vries at gcc dot gnu.org
@ 2015-03-20  9:51 ` vries at gcc dot gnu.org
  2015-03-20  9:52 ` vries at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2015-03-20  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-20
     Ever confirmed|0                           |1

--- Comment #1 from vries at gcc dot gnu.org ---
Confirmed here: https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00906.html


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

* [Bug other/65487] fdump-passes uses random function as context
  2015-03-20  9:44 [Bug other/65487] New: fdump-passes uses random function as context vries at gcc dot gnu.org
  2015-03-20  9:51 ` [Bug other/65487] " vries at gcc dot gnu.org
@ 2015-03-20  9:52 ` vries at gcc dot gnu.org
  2015-03-20  9:53 ` vries at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2015-03-20  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

vries at gcc dot gnu.org changed:

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


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

* [Bug other/65487] fdump-passes uses random function as context
  2015-03-20  9:44 [Bug other/65487] New: fdump-passes uses random function as context vries at gcc dot gnu.org
  2015-03-20  9:51 ` [Bug other/65487] " vries at gcc dot gnu.org
  2015-03-20  9:52 ` vries at gcc dot gnu.org
@ 2015-03-20  9:53 ` vries at gcc dot gnu.org
  2015-03-20  9:54 ` vries at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2015-03-20  9:53 UTC (permalink / raw)
  To: gcc-bugs

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

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #2 from vries at gcc dot gnu.org ---
patch submitted: https://gcc.gnu.org/ml/gcc-patches/2015-03/msg01038.html


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

* [Bug other/65487] fdump-passes uses random function as context
  2015-03-20  9:44 [Bug other/65487] New: fdump-passes uses random function as context vries at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-03-20  9:53 ` vries at gcc dot gnu.org
@ 2015-03-20  9:54 ` vries at gcc dot gnu.org
  2015-04-15 18:44 ` vries at gcc dot gnu.org
  2015-04-15 18:46 ` vries at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2015-03-20  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from vries at gcc dot gnu.org ---
patch approved for stage1:
https://gcc.gnu.org/ml/gcc-patches/2015-03/msg01054.html


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

* [Bug other/65487] fdump-passes uses random function as context
  2015-03-20  9:44 [Bug other/65487] New: fdump-passes uses random function as context vries at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-03-20  9:54 ` vries at gcc dot gnu.org
@ 2015-04-15 18:44 ` vries at gcc dot gnu.org
  2015-04-15 18:46 ` vries at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2015-04-15 18:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from vries at gcc dot gnu.org ---
Author: vries
Date: Wed Apr 15 18:43:32 2015
New Revision: 222129

URL: https://gcc.gnu.org/viewcvs?rev=222129&root=gcc&view=rev
Log:
Fix fdump-passes

2015-04-15  Tom de Vries  <tom@codesourcery.com>

    PR other/65487
    * function.c (push_dummy_function): New function.
    (init_dummy_function_start): Use push_dummy_function.
    (pop_dummy_function): New function.  Factored out of ...
    (expand_dummy_function_end): ... here.
    * function.h (push_dummy_function, pop_dummy_function): Declare.
    * passes.c (pass_manager::dump_passes): Use push_dummy_function and
    pop_dummy_function.
    * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c
    trunk/gcc/function.h
    trunk/gcc/passes.c
    trunk/gcc/tree-chkp.c


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

* [Bug other/65487] fdump-passes uses random function as context
  2015-03-20  9:44 [Bug other/65487] New: fdump-passes uses random function as context vries at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2015-04-15 18:44 ` vries at gcc dot gnu.org
@ 2015-04-15 18:46 ` vries at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2015-04-15 18:46 UTC (permalink / raw)
  To: gcc-bugs

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

vries at gcc dot gnu.org changed:

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

--- Comment #5 from vries at gcc dot gnu.org ---
Patch committed. Marking resolved, fixed.


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

end of thread, other threads:[~2015-04-15 18:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20  9:44 [Bug other/65487] New: fdump-passes uses random function as context vries at gcc dot gnu.org
2015-03-20  9:51 ` [Bug other/65487] " vries at gcc dot gnu.org
2015-03-20  9:52 ` vries at gcc dot gnu.org
2015-03-20  9:53 ` vries at gcc dot gnu.org
2015-03-20  9:54 ` vries at gcc dot gnu.org
2015-04-15 18:44 ` vries at gcc dot gnu.org
2015-04-15 18:46 ` vries 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).