public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/50744] New: ice in good_cloning_opportunity_p
@ 2011-10-16 10:49 dcb314 at hotmail dot com
  2011-10-16 12:22 ` [Bug c++/50744] " paolo.carlini at oracle dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dcb314 at hotmail dot com @ 2011-10-16 10:49 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50744
           Summary: ice in good_cloning_opportunity_p
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


Created attachment 25514
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25514
C++ source code

I just tried to compile the package polyml-5.4.1-1
on latest trunk snapshot 20111015 on an AMD x86_64 box.

The compiler said

foreign.cpp: At global scope:
foreign.cpp:1919:1: internal compiler error: in good_cloning_opportunity_p, at
ipa-cp.c:1228
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flag -O3 required.


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

* [Bug c++/50744] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
@ 2011-10-16 12:22 ` paolo.carlini at oracle dot com
  2011-10-17  7:15 ` [Bug tree-optimization/50744] [4.7 Regression] " rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-10-16 12:22 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-16 12:21:44 UTC ---
tree-optimization?


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
  2011-10-16 12:22 ` [Bug c++/50744] " paolo.carlini at oracle dot com
@ 2011-10-17  7:15 ` rguenth at gcc dot gnu.org
  2011-10-27 11:04 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-10-17  7:15 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|rguenth at gcc dot gnu.org  |jamborm at gcc dot gnu.org
          Component|c++                         |tree-optimization
   Target Milestone|---                         |4.7.0
            Summary|ice in                      |[4.7 Regression] ice in
                   |good_cloning_opportunity_p  |good_cloning_opportunity_p


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
  2011-10-16 12:22 ` [Bug c++/50744] " paolo.carlini at oracle dot com
  2011-10-17  7:15 ` [Bug tree-optimization/50744] [4.7 Regression] " rguenth at gcc dot gnu.org
@ 2011-10-27 11:04 ` rguenth at gcc dot gnu.org
  2011-11-14 16:57 ` jamborm at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-10-27 11:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-10-27
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-27 11:03:25 UTC ---
Confirmed.


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2011-10-27 11:04 ` rguenth at gcc dot gnu.org
@ 2011-11-14 16:57 ` jamborm at gcc dot gnu.org
  2011-11-15  1:09 ` jamborm at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-11-14 16:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |jamborm at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-11-14 16:50:02 UTC ---
Hm, apparently the effect propagation can still go wild on recursive code and
size effects can overflow to negtive values, triggering this assert.  Mine.


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2011-11-14 16:57 ` jamborm at gcc dot gnu.org
@ 2011-11-15  1:09 ` jamborm at gcc dot gnu.org
  2011-11-18 18:21 ` jamborm at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-11-15  1:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-11-15 00:25:12 UTC ---
Created attachment 25822
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25822
Testcase suitable for the testsuite

Testcase suitable for the test suite - it is not that difficult to make it
overflow, after all.  I will submit a patch with a simple cutoff when
accumulating benefits tomorrow.


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  2011-11-15  1:09 ` jamborm at gcc dot gnu.org
@ 2011-11-18 18:21 ` jamborm at gcc dot gnu.org
  2011-12-06 13:53 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-11-18 18:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-11-18 18:06:18 UTC ---
Proposed fix posted to the mailing list:

http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01935.html


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
                   ` (5 preceding siblings ...)
  2011-11-18 18:21 ` jamborm at gcc dot gnu.org
@ 2011-12-06 13:53 ` rguenth at gcc dot gnu.org
  2011-12-07 10:31 ` jamborm at gcc dot gnu.org
  2011-12-07 10:37 ` jamborm at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-06 13:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-12-06 13:52:58 UTC ---
Also see PR51362 which looks related (is it a dup? size overflowing to zero?)


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
                   ` (6 preceding siblings ...)
  2011-12-06 13:53 ` rguenth at gcc dot gnu.org
@ 2011-12-07 10:31 ` jamborm at gcc dot gnu.org
  2011-12-07 10:37 ` jamborm at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-12-07 10:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-12-07 10:30:55 UTC ---
Author: jamborm
Date: Wed Dec  7 10:30:49 2011
New Revision: 182076

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

    PR tree-optimization/50744
    * ipa-cp.c (good_cloning_opportunity_p): Assert size_cost is positive,
    compute evaluation in HOST_WIDEST_INT.
    (safe_add): New function
    (propagate_effects): Use safe_add to accumulate effects.

    * testsuite/gcc.dg/ipa/pr50744.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/ipa/pr50744.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-cp.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug tree-optimization/50744] [4.7 Regression] ice in good_cloning_opportunity_p
  2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
                   ` (7 preceding siblings ...)
  2011-12-07 10:31 ` jamborm at gcc dot gnu.org
@ 2011-12-07 10:37 ` jamborm at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jamborm at gcc dot gnu.org @ 2011-12-07 10:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-12-07 10:36:48 UTC ---
Fixed.


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

end of thread, other threads:[~2011-12-07 10:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-16 10:49 [Bug c++/50744] New: ice in good_cloning_opportunity_p dcb314 at hotmail dot com
2011-10-16 12:22 ` [Bug c++/50744] " paolo.carlini at oracle dot com
2011-10-17  7:15 ` [Bug tree-optimization/50744] [4.7 Regression] " rguenth at gcc dot gnu.org
2011-10-27 11:04 ` rguenth at gcc dot gnu.org
2011-11-14 16:57 ` jamborm at gcc dot gnu.org
2011-11-15  1:09 ` jamborm at gcc dot gnu.org
2011-11-18 18:21 ` jamborm at gcc dot gnu.org
2011-12-06 13:53 ` rguenth at gcc dot gnu.org
2011-12-07 10:31 ` jamborm at gcc dot gnu.org
2011-12-07 10:37 ` jamborm 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).