[Bug 121911] Re: gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-07-09 Thread Bug Watch Updater
** Changed in: gcc (upstream) Status: New = Confirmed -- gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 https://bugs.launchpad.net/bugs/121911 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 121911] Re: gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-07-06 Thread Matthias Klose
** Changed in: gcc-4.2 (Ubuntu) Status: New = Confirmed ** Changed in: gcc-4.2 (Ubuntu) Importance: Undecided = Medium -- gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 https://bugs.launchpad.net/bugs/121911 You received this bug

[Bug 121911] Re: gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-07-04 Thread Bug Watch Updater
** Changed in: gcc (upstream) Status: Unknown = New -- gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 https://bugs.launchpad.net/bugs/121911 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 121911] Re: gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-07-03 Thread Matthias Klose
** Bug watch added: GCC Bugzilla #32610 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32610 ** Also affects: gcc (upstream) via http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32610 Importance: Unknown Status: Unknown -- gcc-4.2: internal compiler error: in

[Bug 121911] Re: gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-06-23 Thread Peter Cordes
BTW, the code is from a phylogenetics program called procov. rtop() is code to exponentiate a matrix, given it's eigen decomposition (R = V * diag(rr) * V^-1). It seems to be inlining into rtop() that's the problem. compiling with -S, there is asm code for matmat() in the output file. Also,