Committed to trunk.
Author: iverbin
Date: Wed Oct 15 17:49:27 2014
New Revision: 216280
URL: https://gcc.gnu.org/viewcvs?rev=216280&root=gcc&view=rev
Log:
PR target/63536
gcc/java/
* lang.c (java_print_error_function): Add check on NULL function
context.
Modified:
trunk/gcc/java/ChangeLog
On Wed, Oct 15, 2014 at 05:57:22PM +0100, Andrew Haley wrote:
> On 10/15/2014 05:54 PM, Evgeny Stupachenko wrote:
> > The patch fixes java i686 bootstrap for -mtune=intel/slm.
> >
> > Recent changes triggered java to write a note on compilation for a
> > function without context.
> >
> > make che
On 10/15/2014 05:54 PM, Evgeny Stupachenko wrote:
> The patch fixes java i686 bootstrap for -mtune=intel/slm.
>
> Recent changes triggered java to write a note on compilation for a
> function without context.
>
> make check in progress
>
> Is it ok?
I guess so, but I don't understand how any fu
Hi,
The patch fixes java i686 bootstrap for -mtune=intel/slm.
Recent changes triggered java to write a note on compilation for a
function without context.
make check in progress
Is it ok?
ChangeLog:
2014-10-15 Evgeny Stupachenko
PR target/63536
* java/lang.c (java_print_er