public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug optimization/13066] [tree-ssa] ICE in in invert_truthvalue, at fold-const.c:2554
Date: Sun, 16 Nov 2003 18:51:00 -0000	[thread overview]
Message-ID: <20031116185117.17998.qmail@sources.redhat.com> (raw)
In-Reply-To: <20031116043358.13066.bryner@brianryner.com>


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 18:51 -------
Here is the backtrace:
(gdb) bt
#0  fancy_abort (file=0x881b7c "/Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/fold-
const.c", line=2554, function=0x881d38 "invert_truthvalue") at /Volumes/UFS_Partition/pinskia/
src/gccssa/src/gcc/diagnostic.c:584
#1  0x002c693c in invert_truthvalue (arg=0x4176aae0) at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/fold-const.c:2554
#2  0x002c56e0 in invert_truthvalue (arg=0x4172f988) at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/fold-const.c:2496
#3  0x0072bc9c in cfg_remove_useless_stmts_bb.385 (bb=0x4181b8b4) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/tree-cfg.c:1299
#4  0x0072d18c in cfg_remove_useless_stmts () at /Volumes/UFS_Partition/pinskia/src/gccssa/
src/gcc/tree-cfg.c:1443
#5  0x0048c67c in rewrite_out_of_ssa (fndecl=0x4176a6cc, phase=TDI_optimized) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/tree-ssa.c:2484
#6  0x005276e0 in optimize_function_tree.347 (fndecl=0x4176a6cc, chain=0xbffff5a4) at /
Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/tree-optimize.c:173
#7  0x00527f7c in tree_rest_of_compilation (fndecl=0x4176a6cc, nested_p=false) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/tree-optimize.c:316
#8  0x001a3724 in expand_body (fn=0x4176a6cc) at /Volumes/UFS_Partition/pinskia/src/gccssa/
src/gcc/cp/semantics.c:2874
#9  0x0050f078 in cgraph_expand_function.293 (node=0x4176acb0) at /Volumes/UFS_Partition/
pinskia/src/gccssa/src/gcc/cgraphunit.c:496
#10 0x0050ddc0 in cgraph_assemble_pending_functions () at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/cgraphunit.c:142
#11 0x0050dfcc in cgraph_finalize_function (decl=0x4176a6cc, nested=false) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/cgraphunit.c:221
#12 0x001a3ed0 in expand_or_defer_fn (fn=0x4176a6cc) at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/cp/semantics.c:2966
#13 0x001372b8 in cp_parser_function_definition_after_declarator.522 (parser=0x41765ae0, 
inline_p=false) at /Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/cp/parser.c:13606
#14 0x0013713c in cp_parser_function_definition_from_specifiers_and_declarator.487 
(parser=0x41765ae0, decl_specifiers=0x417693f0, attributes=0x0, declarator=0x4172f5c8) at /
Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/cp/parser.c:13545
#15 0x0012e4a0 in cp_parser_init_declarator.448 (parser=0x41765ae0, 
decl_specifiers=0x417693f0, prefix_attributes=0x0, function_definition_allowed_p=true, 
member_p=false, declares_class_or_enum=0, function_definition_p=0xbffff974) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/cp/parser.c:9357
#16 0x001292c0 in cp_parser_simple_declaration.433 (parser=0x41765ae0, 
function_definition_allowed_p=true) at /Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/cp/
parser.c:6156
#17 0x001291b8 in cp_parser_block_declaration.434 (parser=0x41765ae0, statement_p=false) at 
/Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/cp/parser.c:6072
#18 0x00129020 in cp_parser_declaration.435 (parser=0x41765ae0) at /Volumes/UFS_Partition/
pinskia/src/gccssa/src/gcc/cp/parser.c:5992
#19 0x00128d98 in cp_parser_declaration_seq_opt.342 (parser=0x41765ae0) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/cp/parser.c:5901
#20 0x001231d0 in cp_parser_translation_unit.341 (parser=0x41765ae0) at /Volumes/
UFS_Partition/pinskia/src/gccssa/src/gcc/cp/parser.c:2163
#21 0x001397a4 in c_parse_file () at /Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/cp/
parser.c:14522
#22 0x0024f1bc in c_common_parse_file (set_yydebug=0) at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/c-opts.c:1222
#23 0x002a9530 in compile_file.306 () at /Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/
toplev.c:1880
#24 0x002b0030 in do_compile.349 () at /Volumes/UFS_Partition/pinskia/src/gccssa/src/gcc/
toplev.c:4751
#25 0x002b0114 in toplev_main (argc=3, argv=0xbffffdec) at /Volumes/UFS_Partition/pinskia/
src/gccssa/src/gcc/toplev.c:4791
#26 0x0026566c in main (argc=3, argv=0xbffffdec) at /Volumes/UFS_Partition/pinskia/src/
gccssa/src/gcc/main.c:35

-- 


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


  parent reply	other threads:[~2003-11-16 18:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-16  4:34 [Bug optimization/13066] New: " bryner at brianryner dot com
2003-11-16  4:35 ` [Bug optimization/13066] " bryner at brianryner dot com
2003-11-16  5:24 ` bryner at brianryner dot com
2003-11-16  5:28 ` [Bug optimization/13066] [tree-ssa] " bryner at brianryner dot com
2003-11-16  8:41 ` pinskia at gcc dot gnu dot org
2003-11-16 18:51 ` pinskia at gcc dot gnu dot org [this message]
2003-11-16 18:53 ` pinskia at gcc dot gnu dot org
2003-12-01  4:29 ` pinskia at gcc dot gnu dot org
2004-01-10  0:52 ` steven at gcc dot gnu dot org
2004-01-20  8:51 ` bryner at brianryner dot com
2004-01-20  9:32 ` bryner at brianryner dot com
2004-01-20 15:55 ` pinskia at gcc dot gnu dot org
2004-02-29  1:25 ` [Bug middle-end/13066] " pinskia at gcc dot gnu dot org
2004-02-29  1:39 ` pinskia at gcc dot gnu dot org
2004-02-29  2:11 ` pinskia at gcc dot gnu dot org
2004-03-01 19:18 ` cvs-commit at gcc dot gnu dot org
2004-03-01 19:21 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031116185117.17998.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).