- 28 Sep, 2003 3 commits
-
-
* java/text/DateFormat.java (format): Throw IllegalArgumentException if j' is not a Number or Date instance. * java/text/SimpleDateFormat.java (tokens): Make it an ArrayList instead of Vector. From-SVN: r71871
Bryce McKinlay committed -
* java/text/SimpleDateFormat (parse): Revert patch of 2003-09-25. Don't call setTimeZone on calendar. From-SVN: r71870
Bryce McKinlay committed -
From-SVN: r71868
GCC Administrator committed
-
- 27 Sep, 2003 17 commits
-
-
From-SVN: r71866
Nathanael Nerode committed -
From-SVN: r71865
Nathanael Nerode committed -
* config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*, powerpc-*-eabialtivec*): Disable fixproto. From-SVN: r71864
Nathanael Nerode committed -
From-SVN: r71863
Tom Tromey committed -
2003-09-27 Alexandre Petit-Bianco <apbianco@redhat.com> Bryce McKinlay <bryce@mckinlay.net.nz> PR java/1333: * parse.y (not_accessible_field_error): New function. (resolve_expression_name): Check field access permissions. (resolve_qualified_expression_name): Use not_accessible_field_error. (resolve_qualified_expression_name): Likewise. Co-Authored-By: Bryce McKinlay <bryce@mckinlay.net.nz> From-SVN: r71862
Alexandre Petit-Bianco committed -
PR optimization/12340 * loop.h (struct induction): Document the new semantics of the 'same' field for bivs. * unroll.c (biv_total_increment): Don't count the same biv increment several times. (loop_iterations) [GENERAL_INDUCT]: Likewise. From-SVN: r71859
Eric Botcazou committed -
* name-lookup.h (get_global_value_if_present): New function. (is_typename_at_global_scope): Likewise. * except.c (do_begin_catch): Use get_global_value_if_present. (do_end_catch): Likewise. (do_allocate_exception): Likewise. (do_free_exception): Likewise. (build_throw): Likewise. * parser.c (cp_parser_member_declaration): Likewise. * rtti.c (throw_bad_cast): Likewise. (throw_bad_typeid): Likewise. * decl.c (check_tag_decl): Use is_typename_at_global_scope. (grokdeclarator): Likewise. * cp-tree.h (global_namespace): Move to name-lookup.h * call.c (call_builtin_trap): Tidy. From-SVN: r71858
Gabriel Dos Reis committed -
From-SVN: r71857
Kriang Lerdsuwanakij committed -
PR c++/11413 * parser.c (cp_parser_nested_name_specifier_opt): Issue correct error message when parser->scope is global_namespace. From-SVN: r71856
Kriang Lerdsuwanakij committed -
From-SVN: r71854
Graham Stott committed -
2003-09-27 Michael Koch <konqueror@gmx.de> * java/net/URL.java (getURLStreamHandler): Compile fixes. From-SVN: r71853
Michael Koch committed -
URL.java (getURLStreamHandler): Check if we have to use cache before trying to retrieve handler from cache. 2003-09-27 Michael Koch <konqueror@gmx.de> * java/net/URL.java (getURLStreamHandler): Check if we have to use cache before trying to retrieve handler from cache. Rename facName to clsName to match classpath more. Reformated some little pieces. From-SVN: r71852
Michael Koch committed -
From-SVN: r71851
R. Kelley Cook committed -
From-SVN: r71850
Kelley Cook committed -
* testsuite/22_locale/time_put/put/char/2.cc (test_02): Allow either "Son" or "So" as abbreviated name for Sunday in de_DE locale. * testsuite/22_locale/time_put/put/wchar_t/2.cc (test_02): Likewise. From-SVN: r71849
Ulrich Weigand committed -
* cp-tree.h, name-lookup.h, decl.c, decl2.c: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and BINDING_TYPE. From-SVN: r71848
Gabriel Dos Reis committed -
From-SVN: r71846
GCC Administrator committed
-
- 26 Sep, 2003 20 commits
-
-
* objc/objc-act.c (tm_p.h): Tweak order. * objc/Make-lang.in (objc/objc-act.o): Add $(TM_P_H). From-SVN: r71844
Loren J. Rittle committed -
From-SVN: r71843
Loren J. Rittle committed -
config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*): Include t-slibgcc-elf-ver and t-linux in tmake_file. * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*): Include t-slibgcc-elf-ver and t-linux in tmake_file. From-SVN: r71842
Nathanael Nerode committed -
2003-09-27 Michael Koch <konqueror@gmx.de> * gnu/java/nio/SelectionKeyImpl.java (ch): Make package-private again. Jikes found this bug. Jeff Sturm submitted PR12426 for this to bugzilla to fix this bug in gcj. From-SVN: r71841
Michael Koch committed -
* config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*): Disable fixproto. From-SVN: r71838
Nathanael Nerode committed -
* config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*): Disable fixproto. From-SVN: r71837
Nathanael Nerode committed -
* config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto. From-SVN: r71836
Nathanael Nerode committed -
From-SVN: r71835
Nathanael Nerode committed -
* config/i386/i386.h (ix86_return_in_memory): Revert my last patch. * objc/objc-act.c (tm_p.h): Include. From-SVN: r71834
Loren J. Rittle committed -
2003-09-26 Brad Spencer <spencer@infointeractive.com> * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc: Explicitly qualify exceptions. * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Same. * testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same. * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same. * testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same. From-SVN: r71832
Brad Spencer committed -
2003-09-26 Michael Koch <konqueror@gmx.de> * java/rmi/server/RMIClassLoader.java: Reformatted file, no functional code changes. From-SVN: r71831
Michael Koch committed -
2003-09-26 Sascha Brawer <brawer@dandelis.ch> * java/awt/image/SinglePixelPackedSampleModel.java (createDataBuffer): Save space for some pixels at the buffer end. Added Javadoc. 2003-09-26 Tom Tromey <tromey@redhat.com> * java/io/ObjectOutputStream.java (writeFields): Fixed indentation. (putFields): Likewise. From-SVN: r71829
Michael Koch committed -
* dbxout.c (dbxout_typedefs): Output typedefs in forward order. No longer any need to reverse by recursion. From-SVN: r71828
Per Bothner committed -
PR optimization/11741 * gcse.c (pre_insert_copy_insn): Tweak the logic for finding the appropriate set to match that in hash_scan_insn. Fall back to the original copy method, if we can't validate changing insn. (pre_delete): Only delete instructions that have a single_set, instead of aborting when we encounter an PARALLEL insn with more then one SET. * gcc.dg/20030926-1.c: New test case. From-SVN: r71827
Roger Sayle committed -
2003-09-26 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.md ("builtin_setjmp_setup"): Insn deleted. ("builtin_longjmp"): Insn deleted. ("save_stack_nonlocal"): Save literal pool base pointer behind backchain and stack pointer. ("restore_stack_nonlocal"): Restore literal pool base pointer. * config/s390/s390.h (STACK_SAVEAREA_MODE): Double size of the stack save area for the nonlocal goto case. From-SVN: r71826
Andreas Krebbel committed -
2003-09-26 Michael Koch <konqueror@gmx.de> * java/nio/ByteBufferHelper.java: Totally reworked with help from Eric Blake. From-SVN: r71823
Michael Koch committed -
PR bootstrap/12358 * pa.c (output_bvb): Fix typo. From-SVN: r71822
John David Anglin committed -
* decl.c (pop_binding_level, suspend_binding_level, find_class_binding_level): Merge into leave_scope. Remove. (leave_scope): New function. (poplevel): Update. (poplevel_class): Likewise. (pop_namespace): Likewise. From-SVN: r71821
Gabriel Dos Reis committed -
* java/awt/geom/RoundRectangle2D.java (getPathIterator): Wrote. * java/awt/geom/PathIterator.java: Documentation fixes. From-SVN: r71820
Tom Tromey committed -
* expmed.c (store_bit_field): Don't search for an integer mode unless we need the result. From-SVN: r71819
Richard Sandiford committed
-