public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/64641] ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference
       [not found] <bug-64641-4@http.gcc.gnu.org/bugzilla/>
@ 2015-01-19 11:02 ` rguenth at gcc dot gnu.org
  2015-02-25 12:36 ` ktietz at gcc dot gnu.org
  2021-07-29 21:41 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-01-19 11:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Works for me on x86_64-linux.  But the assert you hit looks dubious (and
unnecessary)...

tree
get_polymorphic_call_info (tree fndecl,
                           tree ref,
                           tree *otr_type,
                           HOST_WIDE_INT *otr_token,
                           ipa_polymorphic_call_context *context)
{
...
              /* We found base object.  In this case the outer_type
                 is known.  */
              else if (DECL_P (base))
                {
                  gcc_assert (!POINTER_TYPE_P (TREE_TYPE (base)));


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

* [Bug ipa/64641] ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference
       [not found] <bug-64641-4@http.gcc.gnu.org/bugzilla/>
  2015-01-19 11:02 ` [Bug ipa/64641] ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference rguenth at gcc dot gnu.org
@ 2015-02-25 12:36 ` ktietz at gcc dot gnu.org
  2021-07-29 21:41 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-25 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-02-25
                 CC|                            |ktietz at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Confirmed.


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

* [Bug ipa/64641] ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference
       [not found] <bug-64641-4@http.gcc.gnu.org/bugzilla/>
  2015-01-19 11:02 ` [Bug ipa/64641] ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference rguenth at gcc dot gnu.org
  2015-02-25 12:36 ` ktietz at gcc dot gnu.org
@ 2021-07-29 21:41 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-29 21:41 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.8.5
      Known to fail|                            |4.9.0, 4.9.1, 4.9.2, 4.9.3,
                   |                            |4.9.4
         Resolution|---                         |FIXED
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |5.0
             Status|NEW                         |RESOLVED

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed in GCC 5.  It fails for me on x86_64-linux-gnu for all of the 4.9.x
series.

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

end of thread, other threads:[~2021-07-29 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-64641-4@http.gcc.gnu.org/bugzilla/>
2015-01-19 11:02 ` [Bug ipa/64641] ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference rguenth at gcc dot gnu.org
2015-02-25 12:36 ` ktietz at gcc dot gnu.org
2021-07-29 21:41 ` pinskia 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).