public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/51273] New: ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor
@ 2011-11-22 20:55 zsojka at seznam dot cz
  2011-11-28  2:08 ` [Bug middle-end/51273] " patrick.marlier at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zsojka at seznam dot cz @ 2011-11-22 20:55 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51273
           Summary: ICE: vector VEC(inline_summary_t,base) index domain
                    error, in inline_summary at ipa-inline.h:193 with -O
                    -fgnu-tm, transaction_safe and overloaded contructor
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz
                CC: amacleod@redhat.com
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


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

Compiler output:
$ gcc -O -fgnu-tm testcase.C 
testcase.C:13:1: internal compiler error: vector VEC(inline_summary_t,base)
index domain error, in inline_summary at ipa-inline.h:193
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r181609 - crash


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

* [Bug middle-end/51273] ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor
  2011-11-22 20:55 [Bug middle-end/51273] New: ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor zsojka at seznam dot cz
@ 2011-11-28  2:08 ` patrick.marlier at gmail dot com
  2011-12-01 17:47 ` rth at gcc dot gnu.org
  2011-12-21 14:03 ` aldyh at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: patrick.marlier at gmail dot com @ 2011-11-28  2:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Patrick Marlier <patrick.marlier at gmail dot com> 2011-11-28 01:06:09 UTC ---
Proposed patch here:
http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02460.html

Thanks for reporting.
Patrick Marlier.


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

* [Bug middle-end/51273] ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor
  2011-11-22 20:55 [Bug middle-end/51273] New: ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor zsojka at seznam dot cz
  2011-11-28  2:08 ` [Bug middle-end/51273] " patrick.marlier at gmail dot com
@ 2011-12-01 17:47 ` rth at gcc dot gnu.org
  2011-12-21 14:03 ` aldyh at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rth at gcc dot gnu.org @ 2011-12-01 17:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Richard Henderson <rth at gcc dot gnu.org> 2011-12-01 17:46:35 UTC ---
Author: rth
Date: Thu Dec  1 17:46:32 2011
New Revision: 181887

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181887
Log:
PR middle-end/51273
        * cgraph.h (cgraph_call_node_duplication_hooks): Declare.
        * cgraph.c (cgraph_call_node_duplication_hooks): Make global.
        * cgraphunit.c (cgraph_copy_node_for_versioning): Call it.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraph.c
    trunk/gcc/cgraph.h
    trunk/gcc/cgraphunit.c


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

* [Bug middle-end/51273] ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor
  2011-11-22 20:55 [Bug middle-end/51273] New: ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor zsojka at seznam dot cz
  2011-11-28  2:08 ` [Bug middle-end/51273] " patrick.marlier at gmail dot com
  2011-12-01 17:47 ` rth at gcc dot gnu.org
@ 2011-12-21 14:03 ` aldyh at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: aldyh at gcc dot gnu.org @ 2011-12-21 14:03 UTC (permalink / raw)
  To: gcc-bugs

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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |aldyh at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #3 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2011-12-21 14:02:24 UTC ---
fixed


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

end of thread, other threads:[~2011-12-21 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-22 20:55 [Bug middle-end/51273] New: ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor zsojka at seznam dot cz
2011-11-28  2:08 ` [Bug middle-end/51273] " patrick.marlier at gmail dot com
2011-12-01 17:47 ` rth at gcc dot gnu.org
2011-12-21 14:03 ` aldyh 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).