public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/47382] New: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions
@ 2011-01-20 20:08 zsojka at seznam dot cz
  2011-01-21 11:11 ` [Bug tree-optimization/47382] " jamborm at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2011-01-20 20:08 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with
                    -finline-functions
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz
                CC: jamborm@gcc.gnu.org
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


Created attachment 23048
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23048
reduced testcase

Output (for reduced testcase):
$ g++ -O testcase.C
$ ./a.out 
Aborted

Tested revisions:
r169052 - fail
4.5 r168785 - OK


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

* [Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions
  2011-01-20 20:08 [Bug tree-optimization/47382] New: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions zsojka at seznam dot cz
@ 2011-01-21 11:11 ` jamborm at gcc dot gnu.org
  2011-01-25 16:56 ` jamborm at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-01-21 11:11 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.01.21 10:30:47
         AssignedTo|unassigned at gcc dot       |jamborm at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-01-21 10:30:47 UTC ---
Something goes wrong in gimple_fold_obj_type_ref_call.  So its mine.


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

* [Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions
  2011-01-20 20:08 [Bug tree-optimization/47382] New: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions zsojka at seznam dot cz
  2011-01-21 11:11 ` [Bug tree-optimization/47382] " jamborm at gcc dot gnu.org
@ 2011-01-25 16:56 ` jamborm at gcc dot gnu.org
  2011-01-25 17:36 ` jamborm at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-01-25 16:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-01-25 16:47:50 UTC ---
Patch posted to mailing list: 
http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01753.html


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

* [Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions
  2011-01-20 20:08 [Bug tree-optimization/47382] New: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions zsojka at seznam dot cz
  2011-01-21 11:11 ` [Bug tree-optimization/47382] " jamborm at gcc dot gnu.org
  2011-01-25 16:56 ` jamborm at gcc dot gnu.org
@ 2011-01-25 17:36 ` jamborm at gcc dot gnu.org
  2011-01-26 18:47 ` jamborm at gcc dot gnu.org
  2011-02-02 17:49 ` dnovillo at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-01-25 17:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-01-25 17:08:51 UTC ---
Author: jamborm
Date: Tue Jan 25 17:08:47 2011
New Revision: 169245

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169245
Log:
2011-01-25  Martin Jambor  <mjambor@suse.cz>

    PR tree-optimization/47382
    * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
    (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.

    * testsuite/g++.dg/torture/pr47382.C: New test.
    * testsuite/g++.dg/opt/devirt1.C: Xfail.


Added:
    trunk/gcc/testsuite/g++.dg/torture/pr47382.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-fold.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/opt/devirt1.C


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

* [Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions
  2011-01-20 20:08 [Bug tree-optimization/47382] New: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2011-01-25 17:36 ` jamborm at gcc dot gnu.org
@ 2011-01-26 18:47 ` jamborm at gcc dot gnu.org
  2011-02-02 17:49 ` dnovillo at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-01-26 18:47 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

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

--- Comment #4 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-01-26 18:21:06 UTC ---
Fixed. I have filed PR 47462 for the xfailed testcase.


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

* [Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions
  2011-01-20 20:08 [Bug tree-optimization/47382] New: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions zsojka at seznam dot cz
                   ` (3 preceding siblings ...)
  2011-01-26 18:47 ` jamborm at gcc dot gnu.org
@ 2011-02-02 17:49 ` dnovillo at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dnovillo at gcc dot gnu.org @ 2011-02-02 17:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 17:47:25 UTC ---
Author: dnovillo
Date: Wed Feb  2 17:47:21 2011
New Revision: 169587

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169587
Log:
2011-01-25  Martin Jambor  <mjambor@suse.cz>

    PR tree-optimization/47382
    * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
    (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.

    * testsuite/g++.dg/torture/pr47382.C: New test.
    * testsuite/g++.dg/opt/devirt1.C: Xfail.

Added:
    branches/google/integration/gcc/testsuite/g++.dg/torture/pr47382.C
Modified:
    branches/google/integration/gcc/ChangeLog
    branches/google/integration/gcc/gimple-fold.c
    branches/google/integration/gcc/testsuite/ChangeLog
    branches/google/integration/gcc/testsuite/g++.dg/opt/devirt1.C


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

end of thread, other threads:[~2011-02-02 17:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-20 20:08 [Bug tree-optimization/47382] New: [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions zsojka at seznam dot cz
2011-01-21 11:11 ` [Bug tree-optimization/47382] " jamborm at gcc dot gnu.org
2011-01-25 16:56 ` jamborm at gcc dot gnu.org
2011-01-25 17:36 ` jamborm at gcc dot gnu.org
2011-01-26 18:47 ` jamborm at gcc dot gnu.org
2011-02-02 17:49 ` dnovillo 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).