This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Java bootstrap failure for libjava/java/io/FilePermission.java
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Java bootstrap failure for libjava/java/io/FilePermission.java
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 30 Jan 2001 10:35:19 +1300
- CC: java at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- References: <Pine.BSF.4.31.0101292218360.59658-100000@deneb.dbai.tuwien.ac.at>
Gerald Pfeifer wrote:
> /cvs/gcc/libjava/java/io/FilePermission.java: In method
> `java.io.FilePermission.implies(java.security.Permission)':
> /cvs/gcc/libjava/java/io/FilePermission.java:171: Internal error:
> Segmentation fault.
Yes, I got this too. It appears to be related to:
2001-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* stmt.c (estimate_case_costs): Use integer_minus_one_node.
* tree.c (build_common_tree_nodes_2): Set integer_minus_one_node.
* tree.h (tree_index): Add new element TI_INTEGER_MINUS_ONE.
(integer_minus_one_node): Define.
regards
[ bryce ]