This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] 69517 - [5/6 regression] SEGV on a VLA with excess initializer elements
- From: Martin Sebor <msebor at gmail dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Jason Merrill <jason at redhat dot com>, Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 14 Apr 2016 09:32:38 -0600
- Subject: Re: [PATCH] 69517 - [5/6 regression] SEGV on a VLA with excess initializer elements
- Authentication-results: sourceware.org; auth=none
- References: <56DCDB80 dot 90208 at gmail dot com> <56F2DD43 dot 2000206 at redhat dot com> <56F2F2D8 dot 10708 at gmail dot com> <56F40CA1 dot 3060005 at redhat dot com> <56FEFE08 dot 8010207 at gmail dot com> <5702FA46 dot 9020807 at redhat dot com> <5706F5D5 dot 9030204 at gmail dot com> <570ADE43 dot 9080107 at gmail dot com> <570D3BC1 dot 1040608 at redhat dot com> <570E91B1 dot 90602 at gmail dot com> <CAMe9rOoob_odwdET9LzhMa+TMsnm+Pg7jVwwz=kP-ddJRJxccQ at mail dot gmail dot com>
It caused:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70652
Sorry about that (I missed java among the languages when configuring
my build for regression testing). I'm testing a libjava patch that
I expect will eliminate the linker error.
Martin