Launchpad has imported 6 comments from the remote bug at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32610.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://documentation.ubuntu.com/launchpad/user/reference/bugs/multi-project-bugs/about-multi-project-bugs/#bugs-in-external-trackers. ------------------------------------------------------------------------ On 2007-07-03T13:48:18+00:00 Matthias Klose wrote: seen with current gcc-4_2-branch and trunk, works with current gcc-4_1-branch. $ gcc-4.2 -Wall -O3 -g -s mycompute_ml-gccbug.c mycompute_ml-gccbug.c: In function 'matmat': mycompute_ml-gccbug.c:23: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/121911/comments/2 ------------------------------------------------------------------------ On 2007-07-03T13:48:58+00:00 Matthias Klose wrote: Created attachment 13835 source code Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/121911/comments/3 ------------------------------------------------------------------------ On 2007-07-08T19:30:30+00:00 Pinskia wrote: Confirmed. Reduced testcase: void matmat(int nbc1 ) { double (*m1)[nbc1]; } void rtop(void) { matmat(1); } Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/121911/comments/4 ------------------------------------------------------------------------ On 2007-08-21T17:11:35+00:00 Jakub-gcc wrote: Subject: Bug 32610 Author: jakub Date: Tue Aug 21 17:11:20 2007 New Revision: 127669 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127669 Log: PR debug/32610 * dwarf2out.c (gen_decl_die): Don't call gen_tagged_type_instantiation_die if decl doesn't have tagged type. * gcc.dg/debug/pr32610.c: New test. Added: trunk/gcc/testsuite/gcc.dg/debug/pr32610.c Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c trunk/gcc/testsuite/ChangeLog Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/121911/comments/5 ------------------------------------------------------------------------ On 2007-08-24T17:07:22+00:00 Jakub-gcc wrote: Subject: Bug 32610 Author: jakub Date: Fri Aug 24 17:06:59 2007 New Revision: 127776 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127776 Log: PR debug/32610 * dwarf2out.c (gen_decl_die): Don't call gen_tagged_type_instantiation_die if decl doesn't have tagged type. * gcc.dg/debug/pr32610.c: New test. Added: branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/debug/pr32610.c Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/dwarf2out.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/121911/comments/6 ------------------------------------------------------------------------ On 2007-08-24T17:24:39+00:00 Jakub-gcc wrote: Fixed. Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/121911/comments/7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/121911 Title: [PR32610] gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 To manage notifications about this bug go to: https://bugs.launchpad.net/gcc/+bug/121911/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
