- 12 Mar, 2009 8 commits
-
-
2009-03-11 Andrew Haley <aph@redhat.com> * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear INTERPRETED access modifier. 2009-03-11 Tom Tromey <tromey@redhat.com> * link.cc (_Jv_Linker::find_field): Pass the field_type to _Jv_CheckOrCreateLoadingConstraint, not the class that is requesting the field. From-SVN: r144818
Andrew Haley committed -
2009-03-12 H.J. Lu <hongjiu.lu@intel.com> PR target/38824 * config/i386/i386.md: Compare REGNO on the new peephole2 patterns. From-SVN: r144817
H.J. Lu committed -
2009-03-12 Vladimir Makarov <vmakarov@redhat.com> PR debug/39432 * ira-int.h (struct allocno): Fix comment for calls_crossed_num. * ira-conflicts.c (ira_build_conflicts): Prohibit call used registers for allocnos created from user-defined variables. From-SVN: r144812
Vladimir Makarov committed -
PR target/39181 * config/spu/spu.c (spu_expand_mov): Handle invalid subregs of non-integer mode as well. From-SVN: r144811
Ulrich Weigand committed -
From-SVN: r144810
Joern Rennecke committed -
gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P for functions for which the parameter types are... * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P for functions for which the parameter types are unknown. testsuite/ * gcc.dg/inline-33.c: New test. From-SVN: r144801
Adam Nemet committed -
* gcc.dg/vect/vect-82.c: Combine dg-do and dg-require-effective-target into dg-skip-if. * gcc.dg/vect/vect-83.c: Likewise. From-SVN: r144800
Nathan Froyd committed -
From-SVN: r144799
GCC Administrator committed
-
- 11 Mar, 2009 15 commits
-
-
PR target/39137 * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro. * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined. * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define. * config/i386/i386.c (ix86_local_alignment): For -m32 -mpreferred-stack-boundary=2 use 32-bit alignment for long long variables on the stack to avoid dynamic realignment. Allow the first argument to be a decl rather than type. * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document. * gcc.target/i386/stackalign/longlong-1.c: New test. * gcc.target/i386/stackalign/longlong-2.c: New test. From-SVN: r144792
Jakub Jelinek committed -
From-SVN: r144785
Ulrich Weigand committed -
PR target/5362 * config/mcore/mcore.opt: Remove deprecated m4align and m8align options. Add description to mno-lsim option. * config/mcore/mcore.h: Remove comment about deprecated m4align option. (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN. * doc/invoke.texi: Add description of mno-lsim and mstack-increment options. From-SVN: r144783
Nick Clifton committed -
PR target/5362 * config/fr30/fr30.opt: Document the -mno-lsim option. * doc/invoke.texi: Add descriptions of the FR30's -msmall-model and -mno-lsim options. From-SVN: r144780
Nick Clifton committed -
ChangeLog: * fold-const.c (fold_comparison): Only call fold_inf_compare if the mode supports infinities. testsuite/ChangeLog: * gcc.c-torture/execute/ieee/inf-3.c: New test. * gcc.c-torture/execute/ieee/inf-2.c: Fix typo. From-SVN: r144779
Ulrich Weigand committed -
2009-03-11 Jonathan Wakely <jwakely.gcc@gmail.com> * include/bits/shared_ptr.h: Add include guards. * include/tr1/shared_ptr.h: Likewise. From-SVN: r144778
Jonathan Wakely committed -
2009-03-11 Jonathan Wakely <jwakely.gcc@gmail.com> * include/std/iostream: Fix doxygen link. * include/bits/forward_list.h: Fix doxygen markup. * include/ext/vstring.h: Escape backslash in doxygen comment. * include/bits/basic_string.h: Likewise. From-SVN: r144777
Jonathan Wakely committed -
From-SVN: r144776
Nicola Pero committed -
From-SVN: r144775
Olivier Hainque committed -
ada/ * gcc-interface/trans.c (gnat_to_gnu) <case N_Slice>: In range check processing, remove unintended TREE_TYPE walk on index type to get to base type. testsuite/ * gnat.dg/slice_enum.adb: New test. From-SVN: r144774
Olivier Hainque committed -
2009-03-11 Dorit Nuzman <dorit@il.ibm.com> * MAINTAINERS: Remove myself as auto-vectorizer maintainer. From-SVN: r144773
Dorit Nuzman committed -
re PR debug/39086 (ICE in decl_ultimate_origin, at dwarf2out.c:5770 when compiling with -fno-tree-sra) PR debug/39086 * tree-nrv.c (tree_nrv): Don't do this optimization if the front end already did. Notice GIMPLE_CALL modifications of the result. Don't copy debug information from an ignored decl or a decl from another function. From-SVN: r144772
Jason Merrill committed -
2009-03-10 Paolo Carlini <paolo.carlini@oracle.com> * doc/xml/faq.xml: Fix links to implementation status pages. From-SVN: r144771
Paolo Carlini committed -
complex (operator+(const complex<>&, const _Tp&), [...]): Do not assume real() returns a reference (against DR 387). 2009-03-10 Paolo Carlini <paolo.carlini@oracle.com> * include/std/complex (operator+(const complex<>&, const _Tp&), operator+(const _Tp&, const complex<>&), operator-(const complex<>&, const _Tp&), operator-(const _Tp&, const complex<>&)): Do not assume real() returns a reference (against DR 387). * testsuite/26_numerics/complex/dr387_2.cc: New. From-SVN: r144770
Paolo Carlini committed -
From-SVN: r144768
GCC Administrator committed
-
- 10 Mar, 2009 7 commits
-
-
From-SVN: r144760
Dorit Nuzman committed -
PR tree-optimization/39422 * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move constant array with static initialization to global memory. * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise. From-SVN: r144754
Ira Rosen committed -
* gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid padding. From-SVN: r144752
Hariharan Sandanagobalane committed -
PR middle-end/37850 * libgcc2.c (__mulMODE3): Use explicit assignments to form the result. (__divMODE3): Likewise. Co-Authored-By: Nathan Froyd <froydnj@codesourcery.com> From-SVN: r144751
Richard Guenther committed -
2009-03-10 Ira Rosen <irar@il.ibm.com> * MAINTAINERS: Add myself as auto-vectorizer maintainer. From-SVN: r144747
Ira Rosen committed -
From-SVN: r144742
Uros Bizjak committed -
From-SVN: r144738
GCC Administrator committed
-
- 09 Mar, 2009 8 commits
-
-
PR c++/39371 * semantics.c (finish_switch_cond): Don't call get_unwidened. * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument instead of TREE_TYPE (cond). * g++.dg/opt/switch2.C: Add -w to dg-options. * g++.dg/warn/Wswitch-1.C: Adjust expected warnings. * g++.dg/warn/switch1.C: New test. * g++.dg/other/switch3.C: New test. From-SVN: r144732
Jakub Jelinek committed -
PR tree-optimization/39394 * gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and DECL_SIZE_UNIT of variable length FIELD_DECLs. * gcc.c-torture/compile/pr39394.c: New test. From-SVN: r144727
Jakub Jelinek committed -
recog.c (verfiy_changes): Disallow renaming of hard regs in inline asms for register asm ("") declarations. 2009-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * recog.c (verfiy_changes): Disallow renaming of hard regs in inline asms for register asm ("") declarations. 2009-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * gcc.target/s390/20090223-1.c: New testcase. From-SVN: r144726
Andreas Krebbel committed -
From-SVN: r144723
Eric Botcazou committed -
From-SVN: r144720
Jerry DeLisle committed -
2009-03-08 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/39402 * gfortran.dg/fmt_f0_1.f90: New test. From-SVN: r144719
Jerry DeLisle committed -
2009-03-08 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/39409 * io/write_float.def (output_float): Handle F0.d formatting correctly for any d when value is 0.0. From-SVN: r144718
Jerry DeLisle committed -
From-SVN: r144716
GCC Administrator committed
-
- 08 Mar, 2009 2 commits
-
-
PR target/39361 * tree-inline.c (setup_one_parameter): Do replacement of const argument by constant in SSA form. From-SVN: r144713
Jan Hubicka committed -
gcc/cp/ 2009-03-08 H.J. Lu <hongjiu.lu@intel.com> PR c++/39060 * parser.c (cp_parser_late_parsing_default_args): Continue the loop when cp_parser_assignment_expression returns error_mark_node. gcc/testsuite/ 2009-03-08 H.J. Lu <hongjiu.lu@intel.com> PR c++/39060 * g++.dg/other/new1.C: Adjusted. * g++.dg/parse/crash40.C: Likewise. * g++.dg/parse/defarg12.C: Likewise. * g++.dg/template/error15.C: Likewise. * g++.dg/other/pr39060.C: New. From-SVN: r144710
H.J. Lu committed
-