- 19 Oct, 2006 3 commits
-
-
From-SVN: r117878
Tom Tromey committed -
From-SVN: r117875
Joseph Myers committed -
From-SVN: r117873
GCC Administrator committed
-
- 18 Oct, 2006 11 commits
-
-
* testsuite/libjava.jni/register2.java: New file. * testsuite/libjava.jni/register2.out: New file. * testsuite/libjava.jni/register2.c: New file. * java/lang/natClass.cc (_Jv_GetClassNameUtf8): New function. * java/lang/Class.h (_Jv_GetClassNameUtf8): Declare. * jni.cc (struct NativeMethodCacheEntry): New struct. (nathash): Changed type. (hash): Updated. (nathash_find_slot): Likewise. (nathash_find): Likewise. (natrehash): Likewise. (nathash_add): Likewise. (_Jv_JNI_RegisterNatives): Likewise. (_Jv_LookupJNIMethod): Likewise. Idea from Juerg Lehni <juerg@scratchdisk.com> Co-Authored-By: Bryce McKinlay <mckinlay@redhat.com> From-SVN: r117867
Tom Tromey committed -
re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms) 2006-10-18 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/29277 * io/write.c (write_a): Add conversion of LF to CR-LF for systems with #define HAVE_CRLF. From-SVN: r117866
Jerry DeLisle committed -
PR middle-end/29299 * cfgexpand.c (expand_used_vars_for_block): Vars marked used by user are used. From-SVN: r117863
Jan Hubicka committed -
* g++.old-deja/g++.robertl/eb133b.C: Add XFAILed error for 'using namespace std' without previous declaration. * g++.old-deja/g++.robertl/eb133.C: Remove, exact dup of eb133b.C. * g++.old-deja/g++.robertl/eb133c.C: New. From-SVN: r117862
Geoffrey Keating committed -
omp-low.c (expand_parallel_call): Use BSI_SAME_STMT instead of TSI_SAME_STMT, since that's the desired entity. * omp-low.c (expand_parallel_call): Use BSI_SAME_STMT instead of TSI_SAME_STMT, since that's the desired entity. From-SVN: r117859
Marcin Dalecki committed -
2006-10-16 Tobias Burnus <burnus@net-b.de> * primary.c: Revert 'significand'-to-'significant' comment change. * invoke.texi (Warning Options): Minor cleanup for -Wimplicit-interface. From-SVN: r117858
Tobias Burnus committed -
2006-10-16 Tobias Burnus <burnus@net-b.de> * m4/in_pack.m4: Fixed a typo. * m4/iforeach.m4: Fixed a typo. * m4/eoshift1.m4: Fixed a typo. * m4/eoshift3.m4: Fixed a typo. * m4/cshift1.m4: Fixed a typo. * m4/in_unpack.m4: Fixed a typo. * m4/reshape.m4: Fixed a typo. * m4/ifunction.m4: Fixed a typo. * runtime/environ.c: Fixed a typo. * runtime/in_pack_generic.c: Fixed a typo. * runtime/in_unpack_generic.c: Fixed a typo. * runtime/memory.c: Fixed a typo. * intrinsics/cshift0.c: Fixed a typo. * intrinsics/cpu_time.c: Fixed a typo. * intrinsics/pack_generic.c: Fixed a typo. * intrinsics/unpack_generic.c: Fixed a typo. * intrinsics/eoshift0.c: Fixed a typo. * intrinsics/eoshift2.c: Fixed a typo. * intrinsics/reshape_generic.c: Fixed a typo. * io/open.c: Fixed a typo. * io/list_read.c: Fixed a typo. * io/io.h: Fixed a typo. * io/transfer.c: Fixed a typo. * io/write.c: Fixed a typo. From-SVN: r117857
Tobias Burnus committed -
PR c++/26884 * typeck2.c (digest_init): Raise error upon attempts to initialize arrays with variables. From-SVN: r117854
Mark Shinwell committed -
re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms) 2006-10-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/29277 * gfortran.dg/streamio_4.f90: Update test. * gfortran.dg/streamio_11.f90: New test. From-SVN: r117847
Jerry DeLisle committed -
re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms) 2006-10-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/29277 * io/list_read.c (next_char): Update strm_pos. (eat_separator): Delete extra call to unget_char. * io/transfer.c (read_block): Use read_sf for formatted stream I/O. (next_record_r): Update strm_pos for formatted stream I/O and handle end-of-record correctly. (next_record_w): Ditto. (next_record): Enable next record (r/w) functions and update strm_pos. (finalize_transfer): Call next_record to finish the record. From-SVN: r117846
Jerry DeLisle committed -
From-SVN: r117843
GCC Administrator committed
-
- 17 Oct, 2006 19 commits
-
-
PR c++/27952 * cp-tree.h (xref_basetypes): Return bool instead of void. * decl.c (xref_basetypes): Adjust definition. Return false if the class bases are invalid. * parser.c (cp_parser_class_head): Check the return value from xref_basetypes. * g++.dg/inherit/virtual1.C: New test. From-SVN: r117839
Lee Millward committed -
* parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Add comment. From-SVN: r117836
Mark Mitchell committed -
PR c++/28261 * parser.c (cp_lexer_next_token_is_decl_specifier_keyword): New function. (cp_parser_constructor_declarator_p): Use it. (cp_parser_check_type_definition): Return a value indicating whether or not the definition is valid. (cp_parser_enum_specifier): Skip invalid enum definitions. PR c++/28261 * g++.dg/parse/enum3.C: New test. From-SVN: r117835
Mark Mitchell committed -
PR c++/29039 * typeck2.c (build_functional_cast): Don't zero-initialize non-PODs; instead, call their constructors. * method.c (synthesize_method): Always build mem-initializers, if we're synthesizing the default constructor. PR c++/29039 * g++.dg/init/ctor8.C: New test. From-SVN: r117834
Mark Mitchell committed -
PR c++/27270 * decl.c (reshape_init_class): Move check for designated to ... * parser.c (cp_parser_initializer_list): ... here. * pt.c (tsubst_copy_and_build): Use finish_compound_literal. PR c++/27270 * g++.dg/ext/complit8.C: Tweak error markers. * g++.dg/template/complit1.C: Add error marker. From-SVN: r117832
Mark Mitchell committed -
locale_facets.tcc (money_get<>::__do_get(iter_type, iter_type, bool, ios_base&, ios_base::iostate&, double&), [...]): Tidy. 2006-10-17 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (money_get<>::__do_get(iter_type, iter_type, bool, ios_base&, ios_base::iostate&, double&), money_get<>::do_get(iter_type, iter_type, bool, ios_base&, ios_base::iostate&, long double&), money_get<>::do_get(iter_type, iter_type, bool, ios_base&, ios_base::iostate&, string_type&)): Tidy. From-SVN: r117828
Paolo Carlini committed -
2006-10-17 Paolo Carlini <pcarlini@suse.de> PR libstdc++/26020 * include/bits/stl_iterator_base_funcs.h (advance): Convert distance parameter to iterator_traits<>::difference_type. * testsuite/24_iterators/26020.cc: New. From-SVN: r117827
Paolo Carlini committed -
2006-10-17 Wolfgang Gellerich <gellerich@de.ibm.com> * config/s390/contraints.md: New file. * config/s390/s390-protos.h (s390_mem_constraint, s390_O_constraint_str, s390_N_constraint_str, s390_float_const_zero_p): Function prototypes added. * config/s390/s390.c (s390_extra_constraint_str, s390_const_double_ok_for_constraint_p, s390_const_ok_for_constraint_p): Functions removed. (s390_mem_constraint, s390_O_constraint_str, s390_N_constraint_str, s390_float_const_zero_p): New functions. * config/s390/s390.h (REG_CLASS_FROM_LETTER, CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR, EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT, CONSTRAINT_LEN): Macro definitions removed. (s390_const_ok_for_constraint_p, s390_const_double_ok_for_constraint_p, s390_extra_constraint_str): Functions removed. From-SVN: r117826
Wolfgang Gellerich committed -
2006-10-17 Benjamin Kosnik <bkoz@redhat.com> * include/tr1/random.tcc: Fixup long line. From-SVN: r117825
Benjamin Kosnik committed -
2006-10-17 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/28514 * include/bits/cpp_type_traits.h (__detail): Uglify namespace. * include/ext/rope: Remove global-scope anonymous namespace, use nested __detail. Fixup resulting formatting issues. * include/ext/ropeimpl.h: Same. * include/tr1/hashtable_policy.h: Remove anonymous namespace nesting for __detail. * include/tr1/random: Revert anonymous namespace to nested __detail namespace. * include/tr1/random.tcc: Same. * src/ext-inst.cc: Fixups for above. From-SVN: r117824
Benjamin Kosnik committed -
From-SVN: r117820
Richard Sandiford committed -
gcc/ 2006-10-17 Andrew Pinsiki <pinskia@gmail.com> Richard Sandiford <richard@codesourcery.com> * config/mips/linux.h (SUBTARGET_CC1_SPEC): Override. * config/mips/mips.h (CC1_SPEC): Override any earlier definition. Co-Authored-By: Richard Sandiford <richard@codesourcery.com> From-SVN: r117819
Andrew Pinski committed -
gcc/ada/ * Makefile.in: Add TEXI2PDF definition. * Make-lang.in: Add "ada.pdf" target. libada/ * Makefile.in: Add dummy "pdf" target. From-SVN: r117818
Brooks Moses committed -
* testsuite/libjava.jvmti/natevents.cc (env): Delete. (ExceptionCB): Fix types for printf arguments. (ExceptionCatchCB): Likewise. (SingleStepCB): Likewise. (BreakpointCB): Likewise. (FieldAccessCB): Likewise. (FieldModificationCB): Likewise. (CompiledMethodLoadCB): Likewise. From-SVN: r117817
Geoffrey Keating committed -
* config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Move to rs6000.h. (DWARF2_FRAME_REG_OUT): Likewise. * config/rs6000/rs6000.h (DBX_REGISTER_NUMBER): Move from sysv4.h. (DWARF2_FRAME_REG_OUT): Likewise. From-SVN: r117816
Geoffrey Keating committed -
PR c++/27270 * typeck2.c (process_init_constructor_array): Reword comment. * pt.c (tsubst_copy_and_built): Call reshape_init before calling digest_init. PR c++/27270 * g++.dg/ext/complit8.C: New test. From-SVN: r117814
Mark Mitchell committed -
2006-10-17 Paul Brook <paul@codesourcery.com> * config/arm/arm.c (arm_rtx_costs_1): Handle multiply-accumulate. From-SVN: r117809
Paul Brook committed -
From-SVN: r117808
Mike Stump committed -
From-SVN: r117806
GCC Administrator committed
-
- 16 Oct, 2006 7 commits
-
-
PR c++/29408 * parser.c (cp_parser_using_declaration): Stop parsing when something goes wrong with an access declaration. PR c++/29408 * g++.dg/parse/dtor12.C: New test. From-SVN: r117800
Mark Mitchell committed -
PR c++/29435 * typeck.c (cxx_sizeof_or_alignof_type): Complete non-dependent types when their sizes are required. Refine test for VLAs. PR c++/29435 * g++.dg/template/sizeof11.C: New test. From-SVN: r117799
Mark Mitchell committed -
From-SVN: r117798
Mike Stump committed -
2006-10-17 Paul Thomas <pault@gcc.gnu.org> PR fortran/20541 * trans-array.c (gfc_trans_array_bounds): Test for and set negative stride of a non-constant bound array to zero. PR fortran/29392 * data.c (create_character_intializer): Copy and simplify the expressions for the start and end of a sub-string reference. 2006-10-17 Paul Thomas <pault@gcc.gnu.org> PR fortran/29392 * gfortran.dg/data_char_3.f90: New test. PR fortran/20541 * gfortran.dg/negative_automatic_size.f90: New test. From-SVN: r117797
Paul Thomas committed -
From-SVN: r117796
David Daney committed -
2006-10-16 Eric Christopher <echristo@apple.com> * gcc.target/i386/asm-4.c: Fix inline asm for darwin x86_64. From-SVN: r117795
Eric Christopher committed -
* doc/contrib.texi, doc/install.texi, doc/standards.texi: Standardize on "GNU Fortran" as the official name of the Fortran compiler. From-SVN: r117794
Brooks Moses committed
-