aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-16re PR classpath/20198 (java.security.CodeSource.getLocation output is ↵Anthony Green2-3/+16
different than expected) PR libgcj/20198 * java/net/URLClassLoader.java (FileURLLoader.getResource): File resources should all have canonicalized names. From-SVN: r104360
2005-09-1623871.cc: New.Janis Johnson2-0/+43
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc: New. From-SVN: r104358
2005-09-16re PR c++/23914 (further 'non-constant' template argument case exposed by Boost)Mark Mitchell4-0/+26
PR c++/23914 * parser.c (cp_parser_enclosed_template_argument_list): Make sure skip_evaluation is false when processing template arguments. PR c++/23914 * g++.dg/template/static18.C: New test. From-SVN: r104350
2005-09-16* MAINTAINERS: Add self as java maintainer.Tom Tromey2-0/+5
From-SVN: r104348
2005-09-16re PR c++/21514 ([DR 488] templates and anonymous enum)Mark Mitchell5-12/+24
PR c++/21514 * pt.c (check_instantiated_args): Treat uses of anonymous types as causing type-deduction failure. PR c++/21514 * g++.dg/template/crash19.C: Remove dg-error marker. * g++.dg/template/local4.C: New test. From-SVN: r104344
2005-09-16re PR middle-end/23903 (Duplicate dump file numbers)Paolo Bonzini2-4/+9
2005-09-16 Paolo Bonzini <bonzini@gnu.org> PR 23903 * passes.c (init_optimization_passes): Register dump files for IPA passes first. From-SVN: r104343
2005-09-16s390-protos.h (s390_overlap_p): Prototype added.Andreas Krebbel4-0/+59
2005-09-16 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390-protos.h (s390_overlap_p): Prototype added. * config/s390/s390.c (s390_overlap_p): New function. * config/s390/s390.md ("*mvc" peephole2, "*nc" peephole2, "*oc" peephole2, "*xc" peephole2): Added overlap check to the peephole2 condition. From-SVN: r104342
2005-09-16ipa-pure-const.c (static_execute): Free auxiliar information.Richard Guenther4-0/+12
2005-09-16 Richard Guenther <rguenther@suse.de> * ipa-pure-const.c (static_execute): Free auxiliar information. * ipa-type-escape.c (discover_unique_type): Free temporary key. * tree-vrp.c (remove_range_assertions): Free blocks_visited sbitmap. From-SVN: r104341
2005-09-16re PR c++/23357 (ICE with __alignof__ on template arguments)Jason Merrill3-2/+15
PR c++/23357 * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to tcc_expression. From-SVN: r104340
2005-09-16re PR fortran/23906 (inappropriate branch condition in function ↵Paul Brook4-2/+24
"transform_sections" in "dependency.c") 2005-09-16 Paul Brook <paul@codesourcery.com> PR fortran/23906 fortran/ * dependency.c (transform_sections): Divide by correct value. Elaborate comment. testsuite/ * gfortran.dg/dependency_1.f90: New test. From-SVN: r104339
2005-09-16re PR c++/23896 (boost::tie() = std::pair doesn't compile)Mark Mitchell4-5/+37
PR c++/23896 * pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when processing template arguments. PR c++/23896 * g++.dg/template/static17.C: New test. From-SVN: r104336
2005-09-16Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r104333.2
2005-09-15gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata2-1/+6
* include/private/gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'. From-SVN: r104329
2005-09-15* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.DJ Delorie2-1/+5
From-SVN: r104328
2005-09-15re PR libgcj/16032 (libgcj should reject class files with incorrect version ↵Tom Tromey5-16/+101
numbers) PR libgcj/16032: * interpret.cc (AVAL1U): Resolve pool entry when not direct threaded. (AVAL2U): Likewise. (compile): Handle 'ldc class' specially. (_Jv_InterpMethod::run): Added special 'ldc class' instruction. * verify.cc (check_constant): Handle 'ldc class' for 1.5 classes. * defineclass.cc (handleCodeAttribute): Set new field. (MAJOR_1_1, MINOR_1_1, MAJOR_1_2, MINOR_1_2, MAJOR_1_3, MINOR_1_3, MAJOR_1_4, MINOR_1_4, MAJOR_1_5, MINOR_1_5): New defines. (parse): Check version numbers. (_Jv_ClassReader::is_15): New field. (_Jv_ClassReader): Initialize it. * include/java-interp.h (_Jv_InterpMethod::is_15): New field. From-SVN: r104325
2005-09-15optabs.c (expand_binop): Use swap_commutative_operands_with_target to order ↵Paolo Bonzini2-11/+30
operands. 2005-09-15 Paolo Bonzini <bonzini@gnu.org> * optabs.c (expand_binop): Use swap_commutative_operands_with_target to order operands. (swap_commutative_operands_with_target): New. From-SVN: r104324
2005-09-15For PR libgcj/23288:Tom Tromey2-10/+57
* java/net/URLClassLoader.java (definePackage): Correctly order arguments to definePackage. Look up per-entry Attributes. (getAttributeValue): New method. From-SVN: r104320
2005-09-15re PR target/23139 (-pedantic -ffast-math breaks working code)Joseph Myers6-7/+270
fixincludes: PR c++/23139 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New fixes. * fixincl.x: Regenerate. * tests/base/bits/huge_val.h: New file. gcc/testsuite: * g++.dg/warn/huge-val1.C: New test. From-SVN: r104315
2005-09-15re PR libstdc++/21674 (basic_string vs debug_mode)Benjamin Kosnik6-7/+84
2005-09-15 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/21674 PR libstdc++/22205 PR libstdc++/22222 * include/bits/c++config: Set _GLIBCXX_STD regardless of __GXX_WEAK__. Add in check for __NO_INLINE__ for warning. * testsuite/lib/dg-options.exp (dg-require-debug-mode): New. * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): New. * testsuite/21_strings/basic_string/element_access/char/21674.cc: Use it. * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc: Use it. From-SVN: r104314
2005-09-15re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.)Paolo Carlini4-24/+244
2005-09-15 Paolo Carlini <pcarlini@suse.de> PR libstdc++/23875 * include/std/std_ostream.h (operator<<(short), operator<<(unsigned short), operator<<(int), operator<<(unsigned int), operator<<(float)): Don't call operator<<(long), operator<<(unsigned long), or operator<<(double), do the work mandated by the resolution of DR117... * include/bits/ostream.tcc (operator<<(short), operator<<(unsigned short), operator<<(int), operator<<(unsigned int), operator<<(float)): ... here. * testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New. From-SVN: r104313
2005-09-15tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.Daniel Berlin4-10/+35
2005-09-15 Daniel Berlin <dberlin@dberlin.org> * tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter. Update callers. (estimate_iters_using_array): New function. * tree-data-ref.h (estimate_iters_using_array): Prototype * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Use estimate_iters_using_array instead of analyze_array. From-SVN: r104312
2005-09-15* pt.c (check_explicit_instantiation_namespace): Fix typo.Mark Mitchell2-1/+3
From-SVN: r104311
2005-09-15re PR c++/13140 (declaration in global namespace, definition inside named or ↵Mark Mitchell9-14/+157
anon namespace) PR c++/13140 * decl.c (check_class_member_definition_namespace): New function. (grokfndecl): Use it. (grokvardecl): Likewise. (grokdecl): Improve documentation. * pt.c (check_explicit_instantiation_namespace): New function. (register_specialization): Call check_specialization_namespace when replacing an implicitly instantiated function. (check_explicit_specialization): Ensure that DECL_CONTEXT is set correctly for namespace-scope specializations. (do_decl_instantiation): Use check_explicit_instantiation_namespace. (do_type_instantiation): Likewise. PR c++/13140 * g++.dg/parse/class2.C: New test. * g++.dg/template/explicit8.C: Likewise. * g++.dg/template/spec25.C: Likewise. * testsuite/testsuite_character.h: Specialize character<> templates in __gnu_cxx, not in __gnu_test. From-SVN: r104310
2005-09-15re PR java/23891 (Problem folding static fields across packages)Bryce McKinlay4-35/+36
2005-09-14 Bryce McKinlay <mckinlay@redhat.com> PR java/23891 * parse.y (maybe_create_class_interface_decl): Set TYPE_PACKAGE for the newly created type. Set import lists here, not in create_class. (jdep_resolve_class): Set current_class. (do_resolve_class): Use current_class's TYPE_PACKAGE to determine the current package context, not ctxp->package. (cicp_cache): Removed. (class_in_current_package): Simplify implementation using TYPE_PACKAGE. * jcf-parse.c (give_name_to_class): Set TYPE_PACKAGE. * java-tree.h (TYPE_PACKAGE): New macro. (struct lang_type): New member 'package'. From-SVN: r104305
2005-09-15re PR c++/23725 (Error message regression with g++.dg/inherit/using4.C)Nathan Sidwell2-1/+6
PR c++/23725 * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE. From-SVN: r104302
2005-09-15tree-nested.c (get_frame_type): Mark the "non-local frame structure" as ↵Eric Botcazou2-0/+13
addressable. * tree-nested.c (get_frame_type): Mark the "non-local frame structure" as addressable. From-SVN: r104300
2005-09-15* tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.Michael Matz2-2/+8
From-SVN: r104298
2005-09-15re PR tree-optimization/23835 (-O3 compile takes two times longer)Daniel Berlin2-55/+66
2005-09-14 Daniel Berlin <dberlin@dberlin.org> PR tree-optimization/23835 * tree-ssa-alias.c (sort_pointers_by_pt_vars): New function. (create_name_tags): Rewrite to be not O(num_ssa_names^2). From-SVN: r104296
2005-09-15pex-win32.c: Include "windows.h".Christopher Faylor2-14/+307
* pex-win32.c: Include "windows.h". (backslashify): New function. (fix_argv): Use backslashify to convert path to windows format. Allocate one more place in new argv for potential executable from '#!' parsing. (tack_on_executable): New function. Conditional on USE_MINGW_MSYS (openkey): Ditto. (mingw_rootify): Ditto. (msys_rootify): Ditto. (spawn_script): New function. (pex_win32_exec_child): Save translated argv in newargv. Pass to spawn_script if spawnv* fails. (main): New function. Conditional on MAIN. Useful for testing. From-SVN: r104292
2005-09-15Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r104289.2
2005-09-14vect.md (addv2sf3, subv2sf3): Rewrite as expand.Richard Henderson2-10/+81
* config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand. (addv2sf3_1, addv2sf3_2, subv2sf3_1, subv2sf3_2): New. From-SVN: r104287
2005-09-14i386.c (contains_128bit_aligned_vector_p): Add break in the ARRAY_TYPE case.Andrew Pinski2-0/+6
2005-09-14 Andrew Pinski <pinskia@physics.uc.edu> * config/i386/i386.c (contains_128bit_aligned_vector_p): Add break in the ARRAY_TYPE case. From-SVN: r104286
2005-09-14re PR tree-optimization/23584 (ipa-pure-const pass ignores dereferencing a ↵Josh Conner2-0/+26
volatile pointer type) PR middle-end/23584 * gcc.dg/pr23584.c: New test. From-SVN: r104284
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle6-0/+119
2005-09-14 Jerry DeLisle <jvdelisle@verizon.net> PR fortran/21875 Internal Unit Array I/O, NIST * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. * gfortran.dg/arrayio_1.f90: New test. From-SVN: r104278
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTPaul Thomas2-2/+72
2005-09-14 Paul Thomas <pault@gcc.gnu.org> PR fortran/21875 Internal Unit Array I/O, NIST * fortran/trans-io.c (gfc_build_io_library_fndecls): Add field for array descriptor to IOPARM structure. * fortran/trans-io.c (set_internal_unit): New function to generate code to store the character (array) and the character length for an internal unit. * fortran/trans-io (build_dt): Use the new function set_internal_unit. From-SVN: r104277
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle7-33/+132
2005-09-14 Jerry DeLisle <jvdelisle@verizon.net PR fortran/21875 Internal Unit Array I/O, NIST * libgfortran.h: Add run time error code for array stride. * runtime/error.c (translate_error): Add error message for array stride. * io/io.h: Add array descriptor pointer to IOPARM structure. Add prtotypes for two new functions. * io/transfer.c (data_transfer_init): Removed initialization and moved to unit.c (get_unit) * io/transfer.c (next_record_r): Include internal unit read functionality. * io/transfer.c (next_record_w): Include internal unit write functionality, including padding of character array records. * io/unit.c (get_array_unit_len): New function to return the number of records in the character array 'file' from the array descriptor. * io/unit.c (get_unit): Gathered initialization code from init_data_transfer for internal units and added initialization of character array unit. * io/unit.c (is_array_io): New function to determine if internal unit is an array. * io/unix.c (mem_alloc_w_at): Add error checks for bad record length and end of file. From-SVN: r104276
2005-09-14* tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.Eric Botcazou2-1/+19
From-SVN: r104271
2005-09-14re PR middle-end/22480 (ICE in convert_move, at expr.c:390 with ↵Uros Bizjak5-3/+89
-ftree-vectorize) 2005-09-14 Uros Bizjak <uros@kss-loka.si> PR middle-end/22480 * tree-vect-transform.c (vectorizable_operation): Return false for scalar shift operations and for vector shift operations with non-invariant shift arguments. Use scalar tree operand op1 as a shift operand when vector shift insn pattern uses scalar shift operand. * Makefile.in (tree-vect-transform.o): Depend on recog.h. From-SVN: r104264
2005-09-14gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it ↵Olivier Hainque2-1/+11
has side-effects. * gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it has side-effects. From-SVN: r104262
2005-09-14re PR fortran/19358 ([gfortran] Segfault with missing upper bound)Paul Thomas4-1/+58
2005-09-13 Paul Thomas <pault@gcc.gnu.org> PR fortran/19358 * trans-array.c (gfc_trans_dummy_array_bias): correct the typo which uses dim[i].upper for lbound, rather than dim[i].lower. 2005-09-13 Paul Thomas <pault@gcc.gnu.org> PR fortran/19358 * gfortran.fortran-torture/assumed_dummy_1.f90: New test. From-SVN: r104259
2005-09-14re PR libstdc++/21674 (basic_string vs debug_mode)Jonathan Wakely3-0/+88
2005-09-13 Jonathan Wakely <cow@compsoc.man.ac.uk> Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/21674 * testsuite/21_strings/basic_string/element_access/char/21674.cc: New. * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc: New. Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com> From-SVN: r104256
2005-09-13re PR target/22068 (Multiply-immediate opportunity)David Edelsohn2-5/+17
PR target/22068 * config/rs6000/rs6000.md (muldi3): Add mulli alternative. From-SVN: r104255
2005-09-14re PR c++/23180 (Segfault on const initializer with bogus pointer arithmetics)Josh Conner3-0/+43
PR c++/23180 * g++.dg/init/struct2.C: New test. * g++.dg/init/struct3.C: New test. From-SVN: r104254
2005-09-14Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r104251.2
2005-09-13pr15784-4.c, [...]: Clean up temp files.Janis Johnson27-0/+52
* gcc.dg/pr15784-4.c, gcc.dg/pr20130-1.c, gcc.dg/ucnid-6.c: Clean up temp files. * gcc.dg/tree-ssa/20030821-1.c, gcc.dg/tree-ssa/20040514-2.c, gcc.dg/tree-ssa/builtin-fprintf-1.c, gcc.dg/tree-ssa/builtin-fprintf-chk-1.c, gcc.dg/tree-ssa/builtin-printf-1.c, gcc.dg/tree-ssa/builtin-printf-chk-1.c, gcc.dg/tree-ssa/builtin-vfprintf-1.c, gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c, gcc.dg/tree-ssa/builtin-vprintf-1.c, gcc.dg/tree-ssa/builtin-vprintf-chk-1.c, gcc.dg/tree-ssa/ltrans-8.c, gcc.dg/tree-ssa/pr19055-2.c, gcc.dg/tree-ssa/pr19055.c, gcc.dg/tree-ssa/pr21985.c: Clean up dump files. * gcc.dg/vect/fast-math-vect-reduc-5.c, gcc.dg/vect/pr22506.c, gcc.dg/vect/trapv-vect-reduc-4.c, gcc.dg/vect/vect-116.c, gcc.dg/vect/vect-reduc-6.c, gcc.dg/vect/vect-reduc-7.c, gcc.dg/vect/vect-reduc-8.c, gcc.dg/vect/vect-reduc-9.c, gcc.dg/vect/vect-shift-1.c: Clean up .vect files. From-SVN: r104247
2005-09-14linux64.h (DBX_OUTPUT_BRAC): Treat function name passed as NAME as if it ↵Alan Modra2-3/+17
were label at start of function code. * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Treat function name passed as NAME as if it were label at start of function code. From-SVN: r104245
2005-09-13gcc-dg.exp: Load scanipa.exp.Josh Conner5-179/+423
* lib/gcc-dg.exp: Load scanipa.exp. (cleanup-dump): New procedure. (cleanup-rtl-dump, cleanup-tree-dump, cleanup-ipa-dump): Use it. * lib/scandump.exp: New file. * lib/scantree.exp: Use it. * lib/scanipa.exp: New file. From-SVN: r104244
2005-09-13sh.md (*movv4sf_i): Add general register cases to the constraints.Kaz Kojima2-2/+7
* config/sh/sh.md (*movv4sf_i): Add general register cases to the constraints. From-SVN: r104242
2005-09-13darwin.md (movdf_low_si): Mark the outgoing r constraint as early clobber.Andrew Pinski2-18/+11
2005-09-13 Andrew Pinski <pinskia@physics.uc.edu> * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint as early clobber. Rewrite so the PIC register is not implicitly used. From-SVN: r104241
2005-09-13re PR fortran/17740 (ICE in gfc_trans_arrayfunc_assign, at ↵Erik Edelmann4-1/+41
fortran/trans-expr.c:2011) 2005-09-13 Erik Edelmann <erik.edelmann@iki.fi> fortran/ PR fortran/17740 * trans-expr.c (gfc_trans_arrayfunc_assign): Check value of attr.elemental for specific function instead of generic name. testsuite/ PR fortran/17740 * gfortran.dg/generic_4.f90: New test. From-SVN: r104240