- 30 Dec, 2003 5 commits
-
-
2003-12-29 Jerry Quinn <jlquinn@optonline.net> * include/bits/locale_facets.h (ctype.narrow,widen): Add cast. From-SVN: r75222
Jerry Quinn committed -
2003-12-30 Jan Hubicka <jh@suse.cz> PR target/13456 * i386.md (allocate_stack_worker): Use different pattern for pre and post reload expansion. (allocate_stack_worker_1, allocate_stack_worker_rex64): Use match_scratch. (allocate_stack_worder_1_postreload, allocate_stack_worker_rex64_postreload): New. From-SVN: r75221
Andrew Pinski committed -
* i386.md (allocate_stack_worker): Use different pattern for pre and post reload expansion. (allocate_stack_worker_1, allocate_stack_worker_rex64): Use match_scratch. (allocate_stack_worder_1_postreload, allocate_stack_worker_rex64_postreload): New. From-SVN: r75220
Jan Hubicka committed -
From-SVN: r75219
Mark Mitchell committed -
From-SVN: r75215
GCC Administrator committed
-
- 29 Dec, 2003 15 commits
-
-
2003-12-29 Paolo Carlini <pcarlini@suse.de> * acinclude.m4 (GLIBCXX_CHECK_LFS): Add -fno-exceptions to CXXFLAGS. * aclocal.m4: Regenerate. * configure: Likewise. From-SVN: r75212
Paolo Carlini committed -
From-SVN: r75210
Mark Mitchell committed -
* acconfig.h: Add _GLIBCXX_USE_C99_MATH. * acinclude.m4 (GLIBCXX_ENABLE_C99): Define GLIBCXX_USE_C99_MATH. * configure.ac: Define HAVE_S_ISREG and HAVE_S_IFREG when targeting newlib. * aclocal.m4: Regenerated. * config.h.in: Likewise. * configure: Likewise. * Makefile.in: Likewise. * include/Makefile.in: Likewise. * libmath/Makefile.in: Likewise. * libsupc++/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * src/Makefile.in: Likewise. * po/Makefile.in: Likewise. * include/c_std/std_cmath.h (_GLIBCXX_USE_C99): Replace with ... (_GLIBCXX_USE_C99_MATH): ... this. * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: XFAIL for arm-none-elf. * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Likewise. * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Likewise. * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Likewise. * testsuite/27_io/basic_istream/readsome/char/6476-2.cc: Likewise. * testsuite/27_io/objects/char/9.cc: Likewise. * testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise. From-SVN: r75209
Mark Mitchell committed -
builtins.c (expand_builtin_apply_args_1): Add pretend args size to the virtual incoming args pointer for downward stacks. * builtins.c (expand_builtin_apply_args_1): Add pretend args size to the virtual incoming args pointer for downward stacks. From-SVN: r75207
Nathan Sidwell committed -
cp: PR c++/12774 * typeck.c (comp_array_types): Fold non-dependent domains for ABI-1. testsuite: PR c++/12774 * g++.dg/template/array1-1.C: New test. * g++.dg/template/array1-2.C: New test. From-SVN: r75204
Nathan Sidwell committed -
PR fortran/12632 * fold-const.c (fold) <COND_EXPR>: Don't fold a constant condition, if the type of the selected branch doesn't match its' parent. * com.c (ffecom_subscript_check_): Take as an extra argument the (possibly NULL) decl of the array. Don't create unnecessary tree nodes if the array index is known to be safe at compile-time. If the array index is unsafe, force the array decl into memory to avoid RTL expansion problems. (ffecom_array_ref_): Update calls to ffecom_subscript_check_. (ffecom_char_args_x_): Likewise. * g77.dg/12632.f: New test case. From-SVN: r75203
Roger Sayle committed -
PR c++/13289 * semantics.c (finish_id_expression): Only check if the type of a template argument is integral or enumeration when it is not dependent. * g++.dg/parse/nontype1.C: New test. From-SVN: r75200
Kriang Lerdsuwanakij committed -
PR c++/12403 * parser.c (cp_parser_template_declaration_after_export): Set up template specialization scope in case of explicit specialization. * g++.dg/parse/explicit1.C: New test. * g++.old-deja/g++.pt/explicit71.C: Adjust expected error. From-SVN: r75199
Kriang Lerdsuwanakij committed -
* coverage.c (read_counts_file): Better error messages; cause corrupted profiles to produce hard errors, not just warnings (get_coverage_counts): Similarly. From-SVN: r75198
Jan Hubicka committed -
From-SVN: r75197
Jan Hubicka committed -
2003-12-29 Phil Edwards <phil@codesourcery.com> * doc/cppopts.texi: Use of -idirafter, -iprefix, -iwithprefix, and -iwithprefixbefore is not discouraged. From-SVN: r75196
Phil Edwards committed -
PR c++/13081 * decl.c (duplicate_decls): Preserve inline-ness when redeclaring a function template. PR c++/12613 * decl.c (reshape_init): Reject GNU colon-style designated initializers in arrays. PR c++/13081 * g++.dg/opt/inline6.C: New test. PR c++/12613 * g++.dg/parse/error9.C: New test. From-SVN: r75192
Mark Mitchell committed -
From-SVN: r75191
Mark Mitchell committed -
PR c++/13009 * call.c (build_special_member_call): Do not assume that we have a pointer to the complete object in an assignment operator. PR c++/13009 * g++.dg/init/assign1.C: New test. From-SVN: r75189
Mark Mitchell committed -
From-SVN: r75187
GCC Administrator committed
-
- 28 Dec, 2003 6 commits
-
-
PR c++/13070 * decl.c (duplicate_decls): When setting the type of an anticipated declaration, merge the existing type attributes. * g++.dg/warn/format3.C: New test case. From-SVN: r75185
Roger Sayle committed -
* gnu/java/net/protocol/http/Connection.java (inputStream): Made it a DataInputStream. (requestProperties): Removed. (hdrHash): Removed. (hdrVec): Removed. (headers): New field to store headers. (connect): Initialize inputStream. (receiveReply): Merged from classpath. The new algorithm is line based instead of character based. (getHeaderField): Use headers. (getHeaderFields): Use headers. (getKey): Removed. (getField): Removed. * gnu/java/net/HeaderFieldHelper.java: New file. * Makefile.am (ordinary_java_source_files): Added gnu/java/net/HeaderFieldHelper.java. * Makefile.in: Regenerated. From-SVN: r75183
Michael Koch committed -
2003-12-28 Mostafa Hagog <mustafa@il.ibm.com> * sbitmap.c (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg): Accumulate "changed" properly. (sbitmap_not): Zero all bits past n_bit. From-SVN: r75182
Mostafa Hagog committed -
2003-12-28 Paolo Carlini <pcarlini@suse.de> * include/ext/pool_allocator.h (class __pool_alloc): Use operator new and operator delete. From-SVN: r75181
Paolo Carlini committed -
* java/io/LineNumberReader.java (mark): Improved error checking. (read): Likewise. (skip): Likewise. Skip is now really eating the specified number of characters. * java/io/CharArrayReader.java (read): It should throw IndexOutOfBoundsException and not ArrayIndexOutOfBoundsException (see mauve). * java/io/BufferedReader.java (readLine): Make readLine() really block until either EOF is reached or a true error happens. From-SVN: r75180
Guilhem Lavaux committed -
From-SVN: r75177
GCC Administrator committed
-
- 27 Dec, 2003 7 commits
-
-
* gnu/java/net/protocol/http/Connection.java (getRequestProperty): Removed. (setRequestProperty): Removed. From-SVN: r75175
Michael Koch committed -
PR opt/13159 * cfgloopanal.c (mark_irreducible_loops): Fix the strongly connected components detection. * loop-unswitch.c (unswitch_loop): Preserve simple preheaders. * gcc.c-torture/compile/20031227-1.c: New test. From-SVN: r75174
Zdenek Dvorak committed -
uclinux.h (LIB_SPEC): Add elf2flt magic required for correct linking of executables using id-based... * config/m68k/uclinux.h (LIB_SPEC): Add elf2flt magic required for correct linking of executables using id-based shared libraries. From-SVN: r75173
Bernardo Innocenti committed -
* gnu/java/net/protocol/http/Connection.java (connect): Call receiveReply(). (receiveReply): Renamed from getHttpHeaders(). (getOutputStream): Moved check on doOutput before check for connection state. From-SVN: r75172
Michael Koch committed -
2003-12-27 Michael Koch <konqueror@gmx.de> * javax/print/attribute/ResolutionSyntax.java, javax/print/attribute/SetOfIntegerSyntax.java, javax/print/attribute/Size2DSyntax.java, javax/print/attribute/standard/Copies.java, javax/print/attribute/standard/JobImpressions.java, javax/print/attribute/standard/JobMediaSheets.java, javax/print/attribute/standard/NumberOfDocuments.java, javax/print/attribute/standard/NumberOfInterveningJobs.java, javax/print/attribute/standard/PagesPerMinute.java, javax/print/attribute/standard/PagesPerMinuteColor.java, javax/print/attribute/standard/QueuedJobCount.java: Fixed typo (s/then/than/). From-SVN: r75171
Michael Koch committed -
* config/i386/i386-interix.h: Remove uses of "register" specifier in declarations of arguments and local variables. * config/i386/i386.c: Likewise. * config/i386/i386elf.h: Likewise. * config/i386/ptx4-i.h: Likewise. * config/i386/sysv4.h: Likewise. From-SVN: r75170
Kazu Hirata committed -
From-SVN: r75047
GCC Administrator committed
-
- 26 Dec, 2003 7 commits
-
-
Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/'... 2003-12-27 Guilhem Lavaux <guilhem@kaffe.org> * java/rmi/Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/', only if it is the case we cut this first character and call the registry with the good name. (bind): Likewise. (rebind): Likewise. From-SVN: r75044
Guilhem Lavaux committed -
2003-12-26 Guilhem Lavaux <guilhem@kaffe.org> Mark Wielaard <mark@klomp.org> * java/io/BufferedReader.java (BufferedReader): Throw IllegalArgumentException when size <= 0. (mark): Document and better exception message for negative readLimit IllegalArgumentException. (read(char[],int,int)): Throw IndexOutOfBoundsException if offset and count are not valid regarding buf. (skip): Throw IllegalArgumentException when count is negative. Co-Authored-By: Mark Wielaard <mark@klomp.org> From-SVN: r75041
Guilhem Lavaux committed -
2003-12-26 Fariborz Jahanian <fjahanian@apple.com> Geoffrey Keating <geoffk@apple.com> David Edelsohn <edelsohn@gnu.org> * config/rs6000/rs6000.c (legitimate_offset_address_p): Do not restrict DFmode and TFmode to word alignment. * config/rs6000/rs6000.md (movdf_hardfloat64): Use 'o' constraint for ld/std and order before mr. Co-Authored-By: David Edelsohn <edelsohn@gnu.org> Co-Authored-By: Geoffrey Keating <geoffk@apple.com> From-SVN: r75040
Fariborz Jahanian committed -
* java/io/FileInputStream.java (FileInputStream(String)): Call FileInputStream(File). (FileInputStream(File)): Check whether the argument is a directory. From-SVN: r75039
Guilhem Lavaux committed -
2003-12-25 Andrew Pinski <pinskia@physics.uc.edu> * config/darwin.h (LINK_COMMAND_SPEC): Arrange -fprofile-generate to imply -lgcov. From-SVN: r75038
Andrew Pinski committed -
2003-12-26 Michael Koch <konqueror@gmx.de> * Makefile.am (rmi_java_source_files): Added gnu/java/rmi/server/RMIVoidValue.java. * Makefile.in: Regenerated. From-SVN: r75037
Michael Koch committed -
* config/h8300/h8300.md (ldm_h8300s_2_normal): Use HImode for addresses. From-SVN: r75036
Kazu Hirata committed
-