<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/libjava/testsuite/libjava.compile, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>Merged gcj-eclipse branch to trunk.</title>
<updated>2007-01-09T19:58:05+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@gcc.gnu.org</email>
</author>
<published>2007-01-09T19:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=97b8365cafc3a344a22d3980b8ed885f5c6d8357'/>
<id>97b8365cafc3a344a22d3980b8ed885f5c6d8357</id>
<content type='text'>
From-SVN: r120621
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r120621
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR java/20418 (ICE if variable name is omitted in an initialiser and a qualified type for the variable is used)</title>
<updated>2006-05-11T17:52:42+00:00</updated>
<author>
<name>David Daney</name>
<email>ddaney@avtrex.com</email>
</author>
<published>2006-05-11T17:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=498f0cf38a3d4e7aad5754ba636a5e1e3a1bd5a5'/>
<id>498f0cf38a3d4e7aad5754ba636a5e1e3a1bd5a5</id>
<content type='text'>
	* testsuite/libjava.compile/PR20418.java: New.
	* testsuite/libjava.compile/PR20418.xfail: New.

From-SVN: r113707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* testsuite/libjava.compile/PR20418.java: New.
	* testsuite/libjava.compile/PR20418.xfail: New.

From-SVN: r113707
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR java/26042 (ICE in mark_reference_fields, at java/boehm.c:105)</title>
<updated>2006-03-30T16:39:17+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2006-03-30T16:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=1549c4e552ed7d8a92b83f3b5deb01867ca5e3a9'/>
<id>1549c4e552ed7d8a92b83f3b5deb01867ca5e3a9</id>
<content type='text'>
gcc/java
	PR java/26042:
	* parse.y (java_reorder_fields): Reset superclass field's size as
	well.
libjava
	PR java/26042:
	* testsuite/libjava.compile/pr26042.java: New file.

From-SVN: r112540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc/java
	PR java/26042:
	* parse.y (java_reorder_fields): Reset superclass field's size as
	well.
libjava
	PR java/26042:
	* testsuite/libjava.compile/pr26042.java: New file.

From-SVN: r112540
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR java/25429 (can't see private static final int CREATE = 1)</title>
<updated>2005-12-16T00:00:43+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2005-12-16T00:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=86bcd3a2247ce5405642631f1a7167933a487f36'/>
<id>86bcd3a2247ce5405642631f1a7167933a487f36</id>
<content type='text'>
gcc/java:
	PR java/25429
	* parse.y (resolve_expression_name): Don't generate accessor
	methods for constant fields.
libjava:
	* testsuite/libjava.compile/rh175833.java: New file.
	* testsuite/libjava.compile/pr25429.java: New file.

Co-Authored-By: Andrew Haley &lt;aph@redhat.com&gt;

From-SVN: r108608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc/java:
	PR java/25429
	* parse.y (resolve_expression_name): Don't generate accessor
	methods for constant fields.
libjava:
	* testsuite/libjava.compile/rh175833.java: New file.
	* testsuite/libjava.compile/pr25429.java: New file.

Co-Authored-By: Andrew Haley &lt;aph@redhat.com&gt;

From-SVN: r108608
</pre>
</div>
</content>
</entry>
<entry>
<title>parse.y (patch_new_array_init): Don't set length on array.</title>
<updated>2005-12-06T02:30:11+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2005-12-06T02:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=45c76dbb43ff77f9d8fd89271033784a9bfbd4c5'/>
<id>45c76dbb43ff77f9d8fd89271033784a9bfbd4c5</id>
<content type='text'>
gcc/java:
	* parse.y (patch_new_array_init): Don't set length on array.
libjava:
	* testsuite/libjava.compile/rh174912.java: New file.

From-SVN: r108099
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc/java:
	* parse.y (patch_new_array_init): Don't set length on array.
libjava:
	* testsuite/libjava.compile/rh174912.java: New file.

From-SVN: r108099
</pre>
</div>
</content>
</entry>
<entry>
<title>Testsuite changes for PR java/23431.</title>
<updated>2005-09-05T15:04:40+00:00</updated>
<author>
<name>Ranjit Mathew</name>
<email>rmathew@hotmail.com</email>
</author>
<published>2005-09-05T15:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=3b4fb454b1755ba6bafee42255ba907ebe86bd80'/>
<id>3b4fb454b1755ba6bafee42255ba907ebe86bd80</id>
<content type='text'>
	* testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and
 	8.4.6.2-hiding-5.
	* testsuite/libjava.compile/PR23431_1.java: New testcase.
	* testsuite/libjava.compile/PR23431_2.java: Likewise.
	* testsuite/libjava.compile/PR23431_1.xfail: New file.
	* testsuite/libjava.compile/PR23431_2.xfail: Likewise.

From-SVN: r103910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and
 	8.4.6.2-hiding-5.
	* testsuite/libjava.compile/PR23431_1.java: New testcase.
	* testsuite/libjava.compile/PR23431_2.java: Likewise.
	* testsuite/libjava.compile/PR23431_1.xfail: New file.
	* testsuite/libjava.compile/PR23431_2.xfail: Likewise.

From-SVN: r103910
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR java/21045 (Anonymous inner class constructor's exceptions can't be caught or thrown)</title>
<updated>2005-07-07T14:34:53+00:00</updated>
<author>
<name>Bryce McKinlay</name>
<email>mckinlay@redhat.com</email>
</author>
<published>2005-07-07T14:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=ca12deb43edfb4a855ee2ca1f804836da1fb5336'/>
<id>ca12deb43edfb4a855ee2ca1f804836da1fb5336</id>
<content type='text'>
2005-07-07  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

        PR java/21045
	* parse.y (add_exception_to_throws): New function.
	(purge_unchecked_exceptions): Removed.
	(get_constructor_super): Renamed from verify_constructor_super. Now
	returns the super constructor after verification.
	(java_complete_expand_method): Don't use purge_unchecked_exceptions
	or save/restore the exception list.
	(check_thrown_exceptions): Add uncaught exceptions in anonymous
	class initializers and constructors to the throws clause of the
	method.

2005-07-07  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

        * testsuite/libjava.compile/PR21045.java: New test.
        * testsuite/libjava.jacks/jacks.xfail: Remove 15.9.5.1-exception-1,
        15.9.5.1-exception-3, 8.3.2-abrupt-6, 8.3.2-abrupt-7.

From-SVN: r101713
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2005-07-07  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

        PR java/21045
	* parse.y (add_exception_to_throws): New function.
	(purge_unchecked_exceptions): Removed.
	(get_constructor_super): Renamed from verify_constructor_super. Now
	returns the super constructor after verification.
	(java_complete_expand_method): Don't use purge_unchecked_exceptions
	or save/restore the exception list.
	(check_thrown_exceptions): Add uncaught exceptions in anonymous
	class initializers and constructors to the throws clause of the
	method.

2005-07-07  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

        * testsuite/libjava.compile/PR21045.java: New test.
        * testsuite/libjava.jacks/jacks.xfail: Remove 15.9.5.1-exception-1,
        15.9.5.1-exception-3, 8.3.2-abrupt-6, 8.3.2-abrupt-7.

From-SVN: r101713
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR java/19674 (Empty declaration through semicolon (;) causes compile failure)</title>
<updated>2005-07-05T21:09:57+00:00</updated>
<author>
<name>Bryce McKinlay</name>
<email>mckinlay@redhat.com</email>
</author>
<published>2005-07-05T21:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=b226520a2d353e8f27279098e8c7a930aa484f38'/>
<id>b226520a2d353e8f27279098e8c7a930aa484f38</id>
<content type='text'>
2005-07-05  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

        PR java/19674
        * parse.y (interface_member_declaration): Allow empty statements in
        interface declarations.

2005-07-05  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

	* testsuite/libjava.compile/PR19674.java: New test.

From-SVN: r101634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2005-07-05  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

        PR java/19674
        * parse.y (interface_member_declaration): Allow empty statements in
        interface declarations.

2005-07-05  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;

	* testsuite/libjava.compile/PR19674.java: New test.

From-SVN: r101634
</pre>
</div>
</content>
</entry>
<entry>
<title>PR java/21540, PR java/13788:</title>
<updated>2005-06-27T18:40:16+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2005-06-27T18:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=4ebe7d9317b79fcd68fcec3e5cbdb502abe8152d'/>
<id>4ebe7d9317b79fcd68fcec3e5cbdb502abe8152d</id>
<content type='text'>
gcc/java/:
	PR java/21540, PR java/13788:
	* parse.y (java_complete_lhs) &lt;CASE_EXPR&gt;: Use
	fold_constant_for_init.
	(patch_binop): Added 'folding' argument.  Updated all callers.
	(patch_unaryop) &lt;NOP_EXPR&gt;: New case.
	(fold_constant_for_init) &lt;NOP_EXPR&gt;: Likewise.
	(fold_constant_for_init) &lt;COND_EXPR&gt;: Fix sense of test.
libjava/:
	PR java/21540, PR java/13788:
	* testsuite/libjava.compile/pr21540.java: New file.
	* testsuite/libjava.compile/pr13788.java: New file.
	* testsuite/libjava.jacks/jacks.xfail: Updated.

From-SVN: r101358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc/java/:
	PR java/21540, PR java/13788:
	* parse.y (java_complete_lhs) &lt;CASE_EXPR&gt;: Use
	fold_constant_for_init.
	(patch_binop): Added 'folding' argument.  Updated all callers.
	(patch_unaryop) &lt;NOP_EXPR&gt;: New case.
	(fold_constant_for_init) &lt;NOP_EXPR&gt;: Likewise.
	(fold_constant_for_init) &lt;COND_EXPR&gt;: Fix sense of test.
libjava/:
	PR java/21540, PR java/13788:
	* testsuite/libjava.compile/pr21540.java: New file.
	* testsuite/libjava.compile/pr13788.java: New file.
	* testsuite/libjava.jacks/jacks.xfail: Updated.

From-SVN: r101358
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR java/20697 (Invalid Can't find method error on call to super)</title>
<updated>2005-06-23T15:00:50+00:00</updated>
<author>
<name>Bryce McKinlay</name>
<email>mckinlay@redhat.com</email>
</author>
<published>2005-06-23T15:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=c0f6dc941dcceaf0c5ec5280d0d0d1f34b9ba834'/>
<id>c0f6dc941dcceaf0c5ec5280d0d0d1f34b9ba834</id>
<content type='text'>
	PR java/20697
	* parse.y (find_most_specific_methods_list): Remove special case for
	inner classes.

From-SVN: r101270
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	PR java/20697
	* parse.y (find_most_specific_methods_list): Remove special case for
	inner classes.

From-SVN: r101270
</pre>
</div>
</content>
</entry>
</feed>
