public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/27103]  New: ICE: tree check: expected ssa_name, have symbol_memory_tag in is_old_name, at tree-into-ssa.c:466
Date: Mon, 10 Apr 2006 18:34:00 -0000	[thread overview]
Message-ID: <bug-27103-5724@http.gcc.gnu.org/bugzilla/> (raw)

[ forwarded from http://bugs.debian.org/361814 ]
falk@juist:/tmp% cat test.c       
typedef struct { int size; } gnutls_datum;
typedef struct gnutls_cert { gnutls_datum raw; } gnutls_cert;
typedef struct { } gnutls_privkey;

int _gnutls_log_level;
void _gnutls_log(void);
void _gnutls_write_datum24(char*, gnutls_datum);

void _gnutls_gen_x509_crt (gnutls_cert *apr_cert_list,
                           char *pdata) {
    if (_gnutls_log_level)
        _gnutls_log();
    _gnutls_write_datum24(pdata, apr_cert_list->raw);
    pdata += apr_cert_list->raw.size;
}

falk@juist:/tmp% gcc -c -O test.c 
falk@juist:/tmp% gcc-4.1 -c -O2 test.c 
falk@juist:/tmp% gcc -c -O2 test.c
test.c: In function '_gnutls_gen_x509_crt':
test.c:10: internal compiler error: tree check: expected ssa_name, have
symbol_memory_tag in verify_ssa, at tree-ssa.c:776
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

    Falk


-- 
           Summary: ICE: tree check: expected ssa_name, have
                    symbol_memory_tag in is_old_name, at tree-into-ssa.c:466
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


             reply	other threads:[~2006-04-10 18:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-10 18:34 debian-gcc at lists dot debian dot org [this message]
2006-04-10 18:44 ` [Bug tree-optimization/27103] " pinskia at gcc dot gnu dot org
2006-04-10 18:44 ` [Bug tree-optimization/27103] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-04-10 18:45 ` pinskia at gcc dot gnu dot org
2006-04-10 18:53 ` debian-gcc at lists dot debian dot org
2006-04-13 11:27 ` tbm at cyrius dot com
2006-04-13 12:00 ` reichelt at gcc dot gnu dot org
2006-04-13 12:01 ` reichelt at gcc dot gnu dot org
2006-04-13 16:35 ` 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=bug-27103-5724@http.gcc.gnu.org/bugzilla/ \
    --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).