This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [JAVA PATCH] Add DW_AT_artificial on Java this method arguments (PR debug/43521)


On 05/20/2010 11:55 AM, Jakub Jelinek wrote:
> Hi!
> 
> The first argument in methods is artificial, but unlike C++ jc1
> wasn't marking it with DECL_ARTIFICIAL.
> 
> Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux.
> Ok for trunk?
> 
> 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR debug/43521
> 	* decl.c (start_java_method): Set DECL_ARTIFICIAL on the 'this'
> 	PARM_DECL.

OK.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]