This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/15899] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa


I get the following fatal error while trying to compile glibc from CVS (20040609):

dl-load.c:206: internal compiler error: tree check: expected ssa_name, have
var_decl in verify_ssa, at tree-ssa.c:402
Please submit a full bug report,
with preprocessed source if appropriate.

Also, severel warning about functions not being inline-able are reported with
the same source file (dl-load.c):

dl-load.c: In function `_dl_map_object_from_fd':
../sysdeps/i386/i486/bits/string.h:315: warning: inlining failed in call to
'__memset_ccn_by4': function not inlinable
dl-load.c:1197: warning: called from here
../sysdeps/i386/i486/bits/string.h:346: warning: inlining failed in call to
'__memset_ccn_by2': function not inlinable
dl-load.c:1197: warning: called from here
../sysdeps/i386/i486/bits/string.h:122: warning: inlining failed in call to
'__memcpy_g': function not inlinable
dl-load.c:1234: warning: called from here

GCC is version 3.5.0 from CVS 20040608.

-- 
           Summary: internal compiler error: tree check: expected ssa_name,
                    have var_decl in verify_ssa
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: inline-asm
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: trentalg at aston dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]