- 30 Aug, 2005 9 commits
-
-
2005-08-29 Thomas Fitzsimmons <fitzsim@redhat.com> PR libgcj/23549 * gij.cc (main): Don't expect arguments to -enableassertions, -ea, -disableassertions and -da. From-SVN: r103642
Thomas Fitzsimmons committed -
2005-08-30 Paolo Carlini <pcarlini@suse.de> PR libstdc++/23578 (cont) * include/bits/stl_bvector.h (class vector<bool>): Add a dummy data() to avoid problems in debug-mode. From-SVN: r103641
Paolo Carlini committed -
builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options for arm-*-* targets. * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options for arm-*-* targets. From-SVN: r103640
Josh Conner committed -
2005-08-30 Paolo Carlini <pcarlini@suse.de> * testsuite/ext/hash_map/23528.cc: New. From-SVN: r103635
Paolo Carlini committed -
2005-08-29 Geoffrey Keating <geoffk@apple.com> * config/i386/i386.c (ix86_expand_vector_init_one_var): Don't modify parts of 'vals'. Index: testsuite/ChangeLog 2005-08-30 Geoffrey Keating <geoffk@apple.com> * g++.dg/other/i386-1.C: New. From-SVN: r103632
Geoffrey Keating committed -
PR preprocessor/20348 PR preprocessor/20356 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and 2004-06-05 changes. * gcc.dg/cpp/pr20348.c: New test. * gcc.dg/cpp/pr20348.h: New file. * gcc.dg/cpp/inc/pr20348.h: New file. * gcc.dg/cpp/inc/pr20348-aux.h: New file. * gcc.dg/cpp/pr20356.c: New test. * gcc.dg/cpp/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356-aux.h: New file. From-SVN: r103629
Jakub Jelinek committed -
2005-08-29 Jerry DeLisle <jvdelisle@verizon.net> * gfortran.fortran-torture/execute/intrinsic_count.f90: Fix array dimension to avoid correct end-of-file error. From-SVN: r103626
Jerry DeLisle committed -
2005-08-29 Andrew Pinski <pinskia@physics.uc.edu> * configure.ac: Replace "*-*-darwin[0-7].*" with "*-*-darwin[[0-7]].*" * configure: Regenerate. From-SVN: r103623
Andrew Pinski committed -
[[Split portion of a mixed commit.]] From-SVN: r103619.2
GCC Administrator committed
-
- 29 Aug, 2005 18 commits
-
-
2005-08-29 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/23598 * io/lock.c(library_start): If ioparm.iostat is present, clear it unconditionally. 2005-02-29 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/23598 * gfortran.dg/iostat_1.f90: New test. From-SVN: r103613
Thomas Koenig committed -
2005-08-18 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/23408 * ipa-inline.c (cgraph_decide_inlining_incrementally): Remove the call to ggc_collect. 2005-08-28 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/23408 * gcc.dg/pr23408.c: New test. From-SVN: r103612
Andrew Pinski committed -
2005-08-29 Paolo Carlini <pcarlini@suse.de> * include/bits/stl_map.h (class map): ... and a missing @a. From-SVN: r103611
Paolo Carlini committed -
2005-08-29 Paolo Carlini <pcarlini@suse.de> * include/bits/stl_map.h (class map): Add missing % in comment. From-SVN: r103610
Paolo Carlini committed -
2005-08-29 Paolo Carlini <pcarlini@suse.de> PR libstdc++/23578 (DR 464 [Ready]) * include/bits/stl_map.h (class map): Add at(const key_type&) member functions. * include/bits/stl_vector.h (class vector): Add data() member functions. * include/debug/map.h (class map): Adjust consistently. * include/debug/vector (class vector): Likewise. * testsuite/23_containers/map/element_access/1.cc: New. * testsuite/23_containers/vector/data_access/1.cc: Likewise. * docs/html/ext/howto.html: Add an entry for DR 464. From-SVN: r103609
Paolo Carlini committed -
From-SVN: r103608
Arnaud Charlet committed -
2005-08-29 Arnaud Charlet <charlet@adacore.com> Eric Botcazou <ebotcazou@adacore.com> * trans.c: Protect < in error msg with quote Replace GCC_ZCX by Back_End_Exceptions. (addressable_p) <COMPONENT_REF>: Also return 1 if the field has been sufficiently aligned in the record. From-SVN: r103607
Arnaud Charlet committed -
2005-08-29 Arnaud Charlet <charlet@adacore.com> Doug Rupp <rupp@adacore.com> * s-stalib.adb: Add missing pragma Warnings (On) to reenable Warnings when needed. (Inside_Elab_Final_Code): Moved to init.c to avoid having to keep this code in the GNAT run-time. * decl.c, fe.h: Replace GCC_ZCX by Back_End_Exceptions. PR ada/21053 * init.c (__gnat_error_handler [many]): Mark "msg" as const (__gnat_error_handler [HPUX]): Mark siginfo parameter as unused (__gnat_inside_elab_final_code): Moved here from Standard_Library and only defined for the compiler. __gnat_error_handler [VMS]: Adjust sigargs to account for PC & PSL. (__gnat_inum_to_ivec): Do not define this function on VxWorks when using RTPs because directly vectored Interrupt routines are not supported on this configuration. (getpid): Do not redefine this function on VxWorks when using RTPs because this primitive is well supported by the RTP libraries. (copy_msg): Correct the code that checks for buffer overflow. Discovered during code reading. From-SVN: r103606
Arnaud Charlet committed -
PR c++/23099 * cp-tree.h (saved_scope): Add skip_evaluation. * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not DECL_INITIAL, to determine whether or not a static data member was initialized in the class-specifier. (cp_finish_decl): Add comment. * init.c (integral_constant_value): Subtitute into the initializers for static data members in templates. * name-lookup.c (push_to_top_level): Save skip_evaluation. (pop_from_top_level): Restore it. * pt.c (instantiate_class_template): Do not substitute into the intializers of static data members when instantiating a class. (regenerate_decl_from_template): Simplify. (instantiate_decl): Tidy. Substitute into the initializer for a static data member even when the definition of the data member is not available. PR c++/23099 * g++.dg/init/member1.C: Make sure erroneous static data member definitions are required. * g++.dg/template/static13.C: New test. * g++.dg/template/static14.C: Likewise. From-SVN: r103604
Mark Mitchell committed -
2005-08-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/21268 * Makefile.in (ALL_CPPFLAGS): Include $(INCLUDES) at the beginning. Remove $(INCLUDES) from all the rules, if following $(ALL_CPPFLAGS) or $(BUILD_CPPFLAGS). From-SVN: r103601
Paolo Bonzini committed -
PR ada/23187 (GNAT_MAXPATH_LEN): Use default value if MAXPATHLEN is undefined. From-SVN: r103600
Arnaud Charlet committed -
* gcc.target/i386/pr23575.c: Use -msse2 instead of -march=pentium4, remove ilp32 requirement. From-SVN: r103597
Jakub Jelinek committed -
PR middle-end/23484 * builtins.c (fold_builtin_memory_chk, fold_builtin_stxcpy_chk, fold_builtin_strncpy_chk, fold_builtin_snprintf_chk): If len is not constant, but maxlen is, don't set len to maxlen, rather set maxlen to len if len is a constant. * gcc.c-torture/execute/builtins/pr23484-chk.c: New test. * gcc.c-torture/execute/builtins/pr23484-chk-lib.c: New file. From-SVN: r103594
Jakub Jelinek committed -
PR tree-optimization/23475 * tree-ssa-loop-ivcanon.c (remove_empty_loop): Update frequencies and counts. From-SVN: r103593
Zdenek Dvorak committed -
From-SVN: r103592
Andreas Jaeger committed -
From-SVN: r103591
Andreas Jaeger committed -
[[Split portion of a mixed commit.]] From-SVN: r103588.2
GCC Administrator committed -
re PR middle-end/22455 (ICE tree check: expected function_decl, have type_decl in fold_checksum_tree, at fold-const.c:10282) 2005-08-28 Daniel Berlin <dberlin@dberlin.org> Fix PR middle-end/22455 * fold-const.c (fold_checksum_tree): Adjust for now-largest tree size. Checksum only the parts of the tree that exist for the tree code. From-SVN: r103586
Daniel Berlin committed
-
- 28 Aug, 2005 6 commits
-
-
2005-08-28 Dale Johannesen <dalej@apple.com> * config/i386/i386.c (nocona_cost): Increase MOVE_RATIO. From-SVN: r103585
Dale Johannesen committed -
2005-08-28 Andrew Pinski <pinskia@physics.uc.edu> * tree-vrp.c: Remove obsolete comment in front of vrp_initialize. From-SVN: r103584
Andrew Pinski committed -
* stor-layout.c (finalize_type_size): Revert workaround from 08-26. * tree.c (make_node_stat): Use BITS_PER_UNIT instead of alignment of char_type_node. From-SVN: r103583
Richard Henderson committed -
PR ada/23593 * builtins.c (get_memory_rtx): Don't strip nops in between COMPONENT_REFs. From-SVN: r103578
Jakub Jelinek committed -
* gcc.c-torture/execute/20050316-2.c: New test. * gcc.c-torture/execute/20050316-3.c: New test. * gcc.dg/torture/pr16104-1.c: New test. From-SVN: r103577
Jakub Jelinek committed -
[[Split portion of a mixed commit.]] From-SVN: r103573.2
GCC Administrator committed
-
- 27 Aug, 2005 7 commits
-
-
2005-08-27 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/23463 * gimplify.c (gimplify_modify_expr_rhs): Remove check for zero sized types. (gimplify_modify_expr): Check for zero sized types and gimplify the rhs and lhs as statements. 2005-08-27 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/23463 * gcc.c-torture/execute/zero-struct-1.c: New test. From-SVN: r103571
Andrew Pinski committed -
PR libgcj/23508 * pa/linux-unwind.h (pa32_fallback_frame_state): Use r0 slot in frame state for return address column of signal frames. From-SVN: r103568
John David Anglin committed -
* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can unlink open files. * configure.ac: Use this new test. * config.h.in: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * aclocal.ac: Regenerate. * io/io.h: Add prototype for unpack_filename. * io/close.c (st_close): Delete file after closing unit if HAVE_UNLINK_OPEN_FILE is not defined. * io/unix.c (unpack_filename): Unlink scratch file after opening it only if HAVE_UNLINK_OPEN_FILE is defined. From-SVN: r103566
Francois-Xavier Coudert committed -
PR target/23539 * config/rs6000/rs6000.c (expand_block_clear): Use HImode when bytes >= 2 not bytes == 2. (expand_block_move): Same. From-SVN: r103564
David Edelsohn committed -
2005-08-27 Richard Guenther <rguenther@gcc.gnu.org> PR target/23575 * config/i386/sse.md (sse2_movsd): Add missing closing braces. * gcc.target/i386/pr23575.c: New testcase. From-SVN: r103559
Richard Guenther committed -
2005-08-27 Erik Edelmann <erik.edelmann@iki.fi> * trans-array.c (gfc_trans_deferred_array): Fix comments. 2005-08-27 Erik Schnetter <schnetter@aei.mpg.de> * primary.c (match_charkind_name): Fix typo in comment leading to function. From-SVN: r103558
Tobias Schlüter committed -
2005-08-27 Paul Brook <paul@codesourcery.com> * genrecog.c (enum decision_type): Add DT_num_insns. (struct decision_test): Add u.num_insns. (add_to_sequence): Add DT_num_insns test. (maybe_both_true_2, nodes_identical_1): Handle DT_num_insns. (write_cond, debug_decision_2): Ditto. (change_state): Assume peep2_next_insn never fails. Remove "afterward" argument. (write afterward, write_tree): Update to match. * recog.c (peep2_current_count): New variable. (peep2_next_insn): Check it. (peephole2_optimize): Set peep2_current_count. * recog.h (peep2_current_count): Declare. From-SVN: r103553
Paul Brook committed
-