public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/56733] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325
       [not found] <bug-56733-4@http.gcc.gnu.org/bugzilla/>
@ 2013-03-26  1:40 ` danglin at gcc dot gnu.org
  2013-03-26  4:09 ` hp at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-03-26  1:40 UTC (permalink / raw)
  To: gcc-bugs


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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa*-*-*
               Host|hppa2.0w-hp-hpux11.11       |hppa*-*-*
              Build|hppa2.0w-hp-hpux11.11       |hppa*-*-*

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2013-03-26 01:40:03 UTC ---
On linux, we have a backtrace:

0xdccb8f tree_check_failed(tree_node const*, char const*, int, char const*,
...)
        ../../gcc/gcc/tree.c:89470x18d52b tree_check5(tree_node const*, char
const*, int, char const*, tree_code,
 tree_code, tree_code, tree_code, tree_code)
        ../../gcc/gcc/tree.h:39870xdc9b73 int_fits_type_p(tree_node const*,
tree_node const*)
        ../../gcc/gcc/tree.c:8325
0xc0a773 record_equivalences_from_incoming_edge       
../../gcc/gcc/tree-ssa-dom.c:1156
0xc0f4bf dom_opt_enter_block
        ../../gcc/gcc/tree-ssa-dom.c:1769
0xf1027f walk_dominator_tree(dom_walk_data*, basic_block_def*)
        ../../gcc/gcc/domwalk.c:210
0xc0985b tree_ssa_dominator_optimize
        ../../gcc/gcc/tree-ssa-dom.c:762
Please submit a full bug report,


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

* [Bug libstdc++/56733] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325
       [not found] <bug-56733-4@http.gcc.gnu.org/bugzilla/>
  2013-03-26  1:40 ` [Bug libstdc++/56733] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325 danglin at gcc dot gnu.org
@ 2013-03-26  4:09 ` hp at gcc dot gnu.org
  2013-03-26 10:26 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu.org @ 2013-03-26  4:09 UTC (permalink / raw)
  To: gcc-bugs


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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

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

--- Comment #2 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2013-03-26 04:09:03 UTC ---
cris-elf too and IIUC ix86-linux too.


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

* [Bug libstdc++/56733] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325
       [not found] <bug-56733-4@http.gcc.gnu.org/bugzilla/>
  2013-03-26  1:40 ` [Bug libstdc++/56733] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325 danglin at gcc dot gnu.org
  2013-03-26  4:09 ` hp at gcc dot gnu.org
@ 2013-03-26 10:26 ` paolo.carlini at oracle dot com
  2013-03-26 11:01 ` [Bug tree-optimization/56733] [4.9 regression] " schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-26 10:26 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-26 10:26:04 UTC ---
Note that essentially by definition an ICE per se cannot be a library issue.


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

* [Bug tree-optimization/56733] [4.9 regression] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325
       [not found] <bug-56733-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-03-26 10:26 ` paolo.carlini at oracle dot com
@ 2013-03-26 11:01 ` schwab@linux-m68k.org
  2013-03-26 11:10 ` schwab@linux-m68k.org
  2013-03-26 11:25 ` schwab@linux-m68k.org
  5 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2013-03-26 11:01 UTC (permalink / raw)
  To: gcc-bugs


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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa*-*-*                   |
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-03-26
          Component|libstdc++                   |tree-optimization
                 CC|                            |law at gcc dot gnu.org,
                   |                            |schwab@linux-m68k.org
               Host|hppa*-*-*                   |
     Ever Confirmed|0                           |1
            Summary|src/c++98/mt_allocator.cc:6 |[4.9 regression]
                   |20:3: ICE tree check:       |src/c++98/mt_allocator.cc:6
                   |expected integer_type or    |20:3: ICE tree check:
                   |enumeral_type or            |expected integer_type or
                   |boolean_type or real_type   |enumeral_type or
                   |or fixed_point_type, have   |boolean_type or real_type
                   |pointer_type in             |or fixed_point_type, have
                   |int_fits_type_p, at         |pointer_type in
                   |tree.c:8 325                |int_fits_type_p, at
                   |                            |tree.c:8 325
              Build|hppa*-*-*                   |

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> 2013-03-26 11:01:09 UTC ---
5aa2495016c0a818687c144034572fe29406cd72 is the first bad commit
commit 5aa2495016c0a818687c144034572fe29406cd72
Author: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Mar 25 19:05:57 2013 +0000

            * tree-ssa-dom.c (record_equivalences_from_incoming_edge): Rework
        slightly to avoid creating and folding useless trees.  Simplify
            slightly by restricting to INTEGER_CSTs and using int_fits_type_p.

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197060
138bc75d-0d04-0410-961f-82ee72b054a4


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

* [Bug tree-optimization/56733] [4.9 regression] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325
       [not found] <bug-56733-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-03-26 11:01 ` [Bug tree-optimization/56733] [4.9 regression] " schwab@linux-m68k.org
@ 2013-03-26 11:10 ` schwab@linux-m68k.org
  2013-03-26 11:25 ` schwab@linux-m68k.org
  5 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2013-03-26 11:10 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Andreas Schwab <schwab@linux-m68k.org> 2013-03-26 11:10:50 UTC ---
Probably fixed by:

>From 96a1fa3ac96f6b9339091249b40fd72783532397 Mon Sep 17 00:00:00 2001
From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue, 26 Mar 2013 04:00:20 +0000
Subject: [PATCH]         * tree-ssa-dom.c
 (record_equivalences_from_incoming_edge): Add missing         check for
 INTEGRAL_TYPE_P that was missing due to checking in wrong         version of
 prior patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197082
138bc75d-0d04-0410-961f-82ee72b054a4


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

* [Bug tree-optimization/56733] [4.9 regression] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325
       [not found] <bug-56733-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-03-26 11:10 ` schwab@linux-m68k.org
@ 2013-03-26 11:25 ` schwab@linux-m68k.org
  5 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2013-03-26 11:25 UTC (permalink / raw)
  To: gcc-bugs


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

Andreas Schwab <schwab@linux-m68k.org> changed:

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

--- Comment #6 from Andreas Schwab <schwab@linux-m68k.org> 2013-03-26 11:25:06 UTC ---
It is.


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

end of thread, other threads:[~2013-03-26 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-56733-4@http.gcc.gnu.org/bugzilla/>
2013-03-26  1:40 ` [Bug libstdc++/56733] src/c++98/mt_allocator.cc:620:3: ICE tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have pointer_type in int_fits_type_p, at tree.c:8 325 danglin at gcc dot gnu.org
2013-03-26  4:09 ` hp at gcc dot gnu.org
2013-03-26 10:26 ` paolo.carlini at oracle dot com
2013-03-26 11:01 ` [Bug tree-optimization/56733] [4.9 regression] " schwab@linux-m68k.org
2013-03-26 11:10 ` schwab@linux-m68k.org
2013-03-26 11:25 ` schwab@linux-m68k.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).