Launchpad has imported 7 comments from the remote bug at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35437.
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 2008-03-03T21:00:48+00:00 Reichelt wrote: The following invalid code snippet triggers an ICE since GCC 4.0.0: =========================== struct A { int i; struct A a; }; void foo() { struct A b = { 0 }; } =========================== bug.c:4: error: field 'a' has incomplete type bug.c: In function 'foo': bug.c:9: internal compiler error: in count_type_elements, at expr.c:5001 Please submit a full bug report, [etc.] Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/251744/comments/0 ------------------------------------------------------------------------ On 2008-07-04T22:37:27+00:00 Jsm28 wrote: Closing 4.1 branch. Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/251744/comments/1 ------------------------------------------------------------------------ On 2008-09-28T16:43:13+00:00 Simartin wrote: Patch submitted here: http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01900.html Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/251744/comments/7 ------------------------------------------------------------------------ On 2008-10-07T20:58:14+00:00 Simartin wrote: Subject: Bug 35437 Author: simartin Date: Tue Oct 7 20:56:53 2008 New Revision: 140953 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140953 Log: gcc/ 2008-10-07 Simon Martin <[email protected]> PR c/35437 * expr.c (count_type_elements): Handle ERROR_MARK. gcc/testsuite/ 2008-01-07 Simon Martin <[email protected]> PR c/35437 * gcc.dg/struct-parse-2.c: New test. * g++.dg/parse/struct-4.C: New test. Added: trunk/gcc/testsuite/g++.dg/parse/struct-4.C trunk/gcc/testsuite/gcc.dg/struct-parse-2.c Modified: trunk/gcc/ChangeLog trunk/gcc/expr.c trunk/gcc/testsuite/ChangeLog Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/251744/comments/8 ------------------------------------------------------------------------ On 2008-10-08T04:18:54+00:00 Simartin wrote: Subject: Bug 35437 Author: simartin Date: Wed Oct 8 04:17:27 2008 New Revision: 140961 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140961 Log: gcc/ 2008-10-08 Simon Martin <[email protected]> PR c/35437 * expr.c (count_type_elements): Handle ERROR_MARK. gcc/testsuite/ 2008-10-08 Simon Martin <[email protected]> PR c/35437 * gcc.dg/struct-parse-2.c: New test. * g++.dg/parse/struct-4.C: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/g++.dg/parse/struct-4.C branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/struct-parse-2.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/expr.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/251744/comments/9 ------------------------------------------------------------------------ On 2008-10-08T04:29:08+00:00 Simartin wrote: Fixed on 4.3 and 4.4. Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/251744/comments/10 ------------------------------------------------------------------------ On 2009-03-31T15:23:39+00:00 Jsm28 wrote: Closing 4.2 branch, fixed for 4.3.3 and 4.4. Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/251744/comments/15 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/251744 Title: [PR35437] gcc crashes on compilation To manage notifications about this bug go to: https://bugs.launchpad.net/gcc/+bug/251744/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
