[Bug c++/13543] New: [tree-ssa] ICE in make_decl_rtl at -O3

falk at debian dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 2 09:53:00 GMT 2004


gcc version 3.5-tree-ssa 20031230 (merged 20031130)

% cat bug.i
struct basic_string { basic_string(const basic_string&); };
basic_string operator+(const basic_string& lhs, char);
struct TrieNode { const TrieNode* nextSibling() const; };
void dumpNode(const TrieNode* node, basic_string start)
{
  dumpNode(node, start + 'a');
}

% g++ -c -O3 bug.i
bug.i: In function `void dumpNode(const TrieNode*, basic_string)':
bug.i:6: internal compiler error: in make_decl_rtl, at varasm.c:760
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [tree-ssa] ICE in make_decl_rtl at -O3
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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



More information about the Gcc-bugs mailing list