- 05 Nov, 2008 19 commits
-
-
jsm28 authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141623 138bc75d-0d04-0410-961f-82ee72b054a4
-
dnovillo authored
* MAINTAINERS (Global Reviewers): Add myself. (Non-Algorithmic Maintainers): Remove myself. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141622 138bc75d-0d04-0410-961f-82ee72b054a4
-
hp authored
* gcc.c-torture/execute/ieee/pr38016.c, gcc.c-torture/execute/ieee/pr38016.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141615 138bc75d-0d04-0410-961f-82ee72b054a4
-
hp authored
* config/cris/cris.c (cris_order_for_addsi3): Test for !REG_P, not just MEM_P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141614 138bc75d-0d04-0410-961f-82ee72b054a4
-
jamborm authored
PR middle-end/37861 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't turn pointer arithmetics into array_ref if the array is accessed through an indirect_ref. * testsuite/gcc.dg/Warray-bounds-5.c: New file. * testsuite/gcc.dg/Warray-bounds-6.c: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141613 138bc75d-0d04-0410-961f-82ee72b054a4
-
jason authored
* cp-tree.h: Fix DECL_NONSTATIC_MEMBER_P to handle member template functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141612 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* Complete last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141611 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (getKerning): Return result in a float[], not a Point2D. (performDefaultLayout): Call getKerning with a float[]. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c (getKerning): Return result in a float[], not a Point2D. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141610 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* tools/Makefile.am (UPDATE_TOOLS_ZIP, CREATE_TOOLS_ZIP): Exclude .svn directories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141609 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* Makefile.am (install-data-local): Correct symlink paths for SDK-style installed JARs. Correct symlinks for headers when DESTDIR is set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141608 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* Complete last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141607 138bc75d-0d04-0410-961f-82ee72b054a4
-
rguenth authored
PR middle-end/37742 * tree-ssa.c (useless_type_conversion_p_1): Check different restrict qualified pointer conversion before stripping qualifiers. * gimplify.c (create_tmp_from_val): Use correctly qualified type. * tree-flow.h (may_propagate_address_into_dereference): Declare. * tree-ssa-ccp.c (may_propagate_address_into_dereference): New function. (ccp_fold): Use it. * tree-ssa-forwprop.c (rhs_to_tree): Remove useless conversions, properly canonicalize binary ops. (forward_propagate_addr_expr_1): Use may_propagate_address_into_dereference. cp/ * decl.c (start_preparsed_function): Use the correct type for building the RESULT_DECL. * gcc.c-torture/compile/pr37742.c: New testcase. * g++.dg/pr37742.C: Likewise. * gcc.dg/tree-ssa/forwprop-7.c: Check for two volatile loads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141606 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
PR java/37068 * jcf-parse.c (java_emit_static_constructor): Don't call cgraph_build_static_cdtor. Rewrite. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141604 138bc75d-0d04-0410-961f-82ee72b054a4
-
uros authored
* reg-stack.c (subst_stack_regs_pat) [MINUS, DIV, MULT, PLUS]: Initialize uninitialized input registers with a NaN. testsuite/ChangeLog: PR middle-end/37286 * gfortran.dg/pr37286.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141603 138bc75d-0d04-0410-961f-82ee72b054a4
-
redi authored
Revert: * include/tr1_impl/functional (result_of,reference_wrapper): Update to use C++0x features. * testsuite/20_util/function_objects/return_types/result_of.cc: New. * testsuite/20_util/function_objects/return_types/result_of_neg.cc: New. * testsuite/20_util/function_objects/return_types/result_of_ref.cc: New. * testsuite/20_util/reference_wrapper/24803.cc: Uncomment FIXMEs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141602 138bc75d-0d04-0410-961f-82ee72b054a4
-
grosser authored
PR middle-end/37833 * graphite.c (scan_tree_for_params): Add POINTER_PLUS_EXPR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141599 138bc75d-0d04-0410-961f-82ee72b054a4
-
grosser authored
PR middle-end/37943 * graphite.c (scopdet_basic_block_info): Fix loops with multiple exits and conditions. * testsuite/gcc.dg/graphite/pr37943.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141598 138bc75d-0d04-0410-961f-82ee72b054a4
-
redi authored
PR libstdc++/37351 * include/tr1_impl/functional (result_of,reference_wrapper): Update to use C++0x features. * testsuite/20_util/function_objects/return_types/result_of.cc: New. * testsuite/20_util/function_objects/return_types/result_of_neg.cc: New. * testsuite/20_util/function_objects/return_types/result_of_ref.cc: New. * testsuite/20_util/reference_wrapper/24803.cc: Uncomment FIXMEs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141596 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141594 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 04 Nov, 2008 11 commits
-
-
tschwinge authored
* MAINTAINERS (Write after approval): Add myself. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141591 138bc75d-0d04-0410-961f-82ee72b054a4
-
pault authored
PR fortran/37597 * parse.c (gfc_fixup_sibling_symbols ): Fixup contained, even when symbol not found. 2008-11-04 Paul Thomas <pault@gcc.gnu.org> PR fortran/37597 * gfortran.dg/host_assoc_call_5.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141588 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
* c-common.c (warn_for_sign_compare): For complex result_type use component's type. * gcc.dg/pr35430.c: New test. * g++.dg/warn/Wsign-compare-2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141587 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141586 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
for PARM_DECL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141585 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
* c-common.c (parse_optimize_options): Save and restore flag_strict_aliasing around decode_options call. * gcc.dg/pr37106-1.c: New test. * gcc.dg/pr37106-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141584 138bc75d-0d04-0410-961f-82ee72b054a4
-
burnus authored
PR libgomp/37935 * libgomp.texi (Runtime library routines, environment * variables): Update for OpenMP version 3.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141583 138bc75d-0d04-0410-961f-82ee72b054a4
-
dje authored
* configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141580 138bc75d-0d04-0410-961f-82ee72b054a4
-
uros authored
(host_detect_local_cpu): Use it instead of casted strings to compare vendor signatures. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141579 138bc75d-0d04-0410-961f-82ee72b054a4
-
dannysmith authored
PR target/37989 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Only add libgcc_s.a or libgcc_eh.a to spec if ENABLE_SHARED_LIBGCC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141575 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141572 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 03 Nov, 2008 10 commits
-
-
clm authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141569 138bc75d-0d04-0410-961f-82ee72b054a4
-
clm authored
DSP control register. * doc/extend.texi: Document the DSP control register. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141568 138bc75d-0d04-0410-961f-82ee72b054a4
-
sje authored
* gfortran.dg/f2003_io_4.f03: Ditto. * gfortran.dg/f2003_io_5.f03: Ditto. * gfortran.dg/f2003_io_6.f03: Ditto. * gfortran.dg/f2003_io_7.f03: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141566 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
* g++.dg/abi/key2.C: Adjust regexps to allow __ZTV1f and __ZTI1f sharing one .section directive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141565 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
* gcc.target/powerpc/altivec_check.h (altivec_cell_check): Abort if __PPU__ isn't defined. * lib/target-supports.exp (check_effective_target_powerpc_ppu_ok): New. * gcc.target/powerpc/altivec-cell-8.c: Use powerpc_ppu_ok. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141564 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
precision than type and type is a pointer type, cast n1 and n2 first to an integer type with the same precision as pointers and only afterwards to iter_type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141563 138bc75d-0d04-0410-961f-82ee72b054a4
-
rsandifo authored
* config/arm/arm.md (UNSPEC_PIC_BASE): Update documentation. (UNSPEC_GOTSYM_OFF): New unspec. (pic_add_dot_plus_four): Simplify the UNSPEC_PIC_BASE operands. (pic_add_dot_plus_eight): Likewise. (tls_load_dot_plus_eight): Likewise. Update peephole2. * config/arm/thumb2.md (pic_load_dot_plus_four): Simplify the UNSPEC_PIC_BASE operands. * config/arm/arm.c (arm_load_pic_register): Use UNSPEC_GOTSYM_OFF. (arm_output_addr_const_extra): Handle it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141560 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
integer class to full integer class if the offset is not word-aligned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141559 138bc75d-0d04-0410-961f-82ee72b054a4
-
pinskia authored
PR rtl-opt/37782 * loop-doloop.c (doloop_modify): Add from_mode argument that says what mode count is in. (doloop_optimize): Update call to doloop_modify. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141558 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141556 138bc75d-0d04-0410-961f-82ee72b054a4
-