public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/43905] [4.5 Regression] duplicate __PRETTY_FUNCTION__ symbol for functions differing in const-ness
       [not found] <bug-43905-4@http.gcc.gnu.org/bugzilla/>
@ 2014-02-16 10:01 ` jackie.rosen at hushmail dot com
  0 siblings, 0 replies; 5+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 10:01 UTC (permalink / raw)
  To: gcc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #12 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Marked for reference. Resolved as fixed @bugzilla.


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

* [Bug tree-optimization/43905] [4.5 Regression] duplicate __PRETTY_FUNCTION__ symbol for functions differing in const-ness
  2010-04-27  0:44 [Bug c++/43905] New: " wjp at usecode dot org
                   ` (2 preceding siblings ...)
  2010-06-30 13:27 ` jamborm at gcc dot gnu dot org
@ 2010-07-02 13:28 ` jamborm at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jamborm at gcc dot gnu dot org @ 2010-07-02 13:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jamborm at gcc dot gnu dot org  2010-07-02 13:28 -------
This is now fixed on both the trunk and the 4.5 branch.


-- 

jamborm at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/43905] [4.5 Regression] duplicate __PRETTY_FUNCTION__ symbol for functions differing in const-ness
  2010-04-27  0:44 [Bug c++/43905] New: " wjp at usecode dot org
  2010-06-24 11:58 ` [Bug tree-optimization/43905] [4.5 Regression] " jakub at gcc dot gnu dot org
  2010-06-29 13:16 ` jamborm at gcc dot gnu dot org
@ 2010-06-30 13:27 ` jamborm at gcc dot gnu dot org
  2010-07-02 13:28 ` jamborm at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jamborm at gcc dot gnu dot org @ 2010-06-30 13:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jamborm at gcc dot gnu dot org  2010-06-30 13:27 -------
Subject: Bug 43905

Author: jamborm
Date: Wed Jun 30 13:26:17 2010
New Revision: 161604

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161604
Log:
2010-06-30  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/43905
        * tree-sra.c (encountered_recursive_call): Removed with all its uses.
        (convert_callers): Do not handle recursive calls specially.
        (create_abstract_origin): Removed.
        (modify_function): Version the call graph node instead of creating
        abstract origins and dealing with same_body aliases.
        (ipa_sra_preliminary_function_checks): Check whether the function
        is versionable.
        * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.

        * testsuite/g++.dg/torture/pr43905.C: New test.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr43905.C
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/Makefile.in
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/tree-sra.c


-- 


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


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

* [Bug tree-optimization/43905] [4.5 Regression] duplicate __PRETTY_FUNCTION__ symbol for functions differing in const-ness
  2010-04-27  0:44 [Bug c++/43905] New: " wjp at usecode dot org
  2010-06-24 11:58 ` [Bug tree-optimization/43905] [4.5 Regression] " jakub at gcc dot gnu dot org
@ 2010-06-29 13:16 ` jamborm at gcc dot gnu dot org
  2010-06-30 13:27 ` jamborm at gcc dot gnu dot org
  2010-07-02 13:28 ` jamborm at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jamborm at gcc dot gnu dot org @ 2010-06-29 13:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jamborm at gcc dot gnu dot org  2010-06-29 13:16 -------
4.5 patch submitted to the mailing list:
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg02896.html


-- 


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


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

* [Bug tree-optimization/43905] [4.5 Regression] duplicate __PRETTY_FUNCTION__ symbol for functions differing in const-ness
  2010-04-27  0:44 [Bug c++/43905] New: " wjp at usecode dot org
@ 2010-06-24 11:58 ` jakub at gcc dot gnu dot org
  2010-06-29 13:16 ` jamborm at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-06-24 11:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jakub at gcc dot gnu dot org  2010-06-24 11:58 -------
Fixed on the trunk.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.5/4.6 Regression]        |[4.5 Regression] duplicate
                   |duplicate                   |__PRETTY_FUNCTION__ symbol
                   |__PRETTY_FUNCTION__ symbol  |for functions differing in
                   |for functions differing in  |const-ness
                   |const-ness                  |


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


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

end of thread, other threads:[~2014-02-16 10:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-43905-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 10:01 ` [Bug tree-optimization/43905] [4.5 Regression] duplicate __PRETTY_FUNCTION__ symbol for functions differing in const-ness jackie.rosen at hushmail dot com
2010-04-27  0:44 [Bug c++/43905] New: " wjp at usecode dot org
2010-06-24 11:58 ` [Bug tree-optimization/43905] [4.5 Regression] " jakub at gcc dot gnu dot org
2010-06-29 13:16 ` jamborm at gcc dot gnu dot org
2010-06-30 13:27 ` jamborm at gcc dot gnu dot org
2010-07-02 13:28 ` jamborm at gcc dot gnu dot 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).