OSDN Git Service

* ABOUT-GCC-NLS, ChangeLog, ChangeLog-1997, ChangeLog-1998,
[pf3gnuchains/gcc-fork.git] / gcc / java / ChangeLog.ptr
1 2007-06-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2
3         * except.c (build_exception_object_ref):
4         Use fold_build1 instead of build1 for NEGATE_EXPR.
5
6 2007-05-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7
8         * class.c (make_class_data): Build the index in sizetype.
9         Use POINTER_PLUS_EXPR instead of PLUS_EXPR when
10         adding to a pointer type.
11         (build_symbol_entry): Likewise.
12         * expr.c (build_java_arrayaccess): Likewise.
13         (build_field_ref): Likewise.
14         (build_known_method_ref): Likewise.
15         (build_invokevirtual): Likewise.
16         * except.c (build_exception_object_ref): Do a
17         NEGATIVE and then a POINTER_PLUS_EXPR instead
18         of a MINUS_EXPR.
19
20 \f
21 Copyright (C) 2007 Free Software Foundation, Inc.
22
23 Copying and distribution of this file, with or without modification,
24 are permitted in any medium without royalty provided the copyright
25 notice and this notice are preserved.