public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jh at suse dot cz" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/16460] [3.5 Regression] ICE when compiling glibc (ld-ctype.c)
Date: Fri, 10 Sep 2004 08:19:00 -0000	[thread overview]
Message-ID: <20040910081907.29756.qmail@sourceware.org> (raw)
In-Reply-To: <20040709202544.16460.drepper@redhat.com>


------- Additional Comments From jh at suse dot cz  2004-09-10 08:19 -------
Subject: Re:  [3.5 Regression] ICE when compiling glibc (ld-ctype.c)

> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-10 08:15 -------
> My second simplied example fails still at -O2:
> pr16460.c: In function `f':
> pr16460.c:9: error: Missing callgraph edge for call expr:

I've been debugging this once already in the past.  We get invalid node
sharing for CALL_EXPRs, I will try to debug again where it comes from.

Honza
>  <call_expr 0xf6eca0f0
>     type <integer_type 0xf6ec6414 int public SI
>         size <integer_cst 0xf6ec33a8 constant invariant 32>
>         unit size <integer_cst 0xf6ec30d8 constant invariant 4>
>         align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0xf6ec3378 -2147483648> max 
> <integer_cst 0xf6ec3390 2147483647>
>         pointer_to_this <pointer_type 0xf6eb39f8>>
>     side-effects
>     arg 0 <addr_expr 0xf6ec2380
>         type <pointer_type 0xf6e3215c type <function_type 0xf6eb66cc>
>             unsigned SI size <integer_cst 0xf6ec33a8 32> unit size <integer_cst 0xf6ec30d8 4>
>             align 32 symtab 0 alias set 5>
>         invariant
>         arg 0 <function_decl 0xf6e2db54 h2 type <function_type 0xf6eb66cc>
>             addressable asm_written used nothrow static decl_5 QI file pr16460.c line 6 context 
> <function_decl 0xf6e2d7b4 g> attributes <tree_list 0xf6e31cc0> result <result_decl 0xf6e32074> 
> initial <error_mark 0xf6ec14c0>
>             (mem:QI (symbol_ref:SI ("h2.1122") [flags 0x3] <function_decl 0xf6e2db54 h2>) [0 S1 A8])>>
>     arg 2 <addr_expr 0xf6ec2500
>         type <pointer_type 0xf6e32658 type <record_type 0xf6e32570 FRAME.g>
>             unsigned SI size <integer_cst 0xf6ec33a8 32> unit size <integer_cst 0xf6ec30d8 4>
>             align 32 symtab 0 alias set -1>
>         invariant
>         arg 0 <var_decl 0xf6e325e4 FRAME.6 type <record_type 0xf6e32570 FRAME.g>
>             addressable used ignored BLK file pr16460.c line 8
>             size <integer_cst 0xf6ec36f0 constant invariant 128>
>             unit size <integer_cst 0xf6ec3708 constant invariant 16>
>             align 32 context <function_decl 0xf6e2d7b4 g> chain <var_decl 0xf6e32244 T.0>>>
>     pr16460.c:7>
> g/7: (inline copy in f/5) 24 insns tree local inlinable
>   called by: f/5 (inlined)
>   calls: __builtin_init_trampoline/4
> pr16460.c:9: internal compiler error: verify_cgraph_node failed.
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> 
> -- 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>    Last reconfirmed|2004-07-10 01:48:06         |2004-09-10 08:15:24
>                date|                            |
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16460
> 
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.


-- 


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


  parent reply	other threads:[~2004-09-10  8:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-09 20:25 [Bug middle-end/16460] New: " drepper at redhat dot com
2004-07-09 20:27 ` [Bug middle-end/16460] " drepper at redhat dot com
2004-07-09 23:49 ` [Bug middle-end/16460] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-10  1:48 ` pinskia at gcc dot gnu dot org
2004-07-14  8:46 ` pinskia at gcc dot gnu dot org
2004-08-12  0:20 ` pinskia at gcc dot gnu dot org
2004-08-21  1:51 ` pinskia at gcc dot gnu dot org
2004-09-09  6:52 ` aj at gcc dot gnu dot org
2004-09-10  8:15 ` pinskia at gcc dot gnu dot org
2004-09-10  8:19 ` jh at suse dot cz [this message]
2004-09-10 10:34 ` jh at suse dot cz
2004-09-10 19:07 ` rth at redhat dot com
2004-09-10 23:59 ` jh at suse dot cz
2004-09-20 20:38 ` [Bug middle-end/16460] [4.0 " cvs-commit at gcc dot gnu dot org
2004-09-20 20:48 ` 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=20040910081907.29756.qmail@sourceware.org \
    --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).