- 07 Nov, 2008 19 commits
-
-
re PR middle-end/37379 ([graphite] ICE compiling aermod.f90 with -ffast-math -floop-block -O2 -fgraphite) 2008-11-07 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/37379 * tree-scalar-evolution.c (instantiate_scev_1): Return chrec_dont_know for VL_EXP_CLASS_P. From-SVN: r141682
Sebastian Pop committed -
* system-irix-n64.ads: New file. * gcc-interface/Makefile.in (mips-sgi-irix6*): Support O32 and N64 multilibs. PR ada/37681 * system-solaris-x86_64.ads: New file. * gcc-interface/Makefile.in (*86-solaris2*): Support x86_64 multilib. From-SVN: r141681
Rainer Orth committed -
* Tweak ChangeLog. From-SVN: r141678
Paolo Carlini committed -
* Complete last commit. From-SVN: r141677
Paolo Carlini committed -
* Complete last commit. From-SVN: r141676
Paolo Carlini committed -
* Complete last commit. From-SVN: r141675
Paolo Carlini committed -
2008-11-07 Bob Walters <bob.s.walters@gmail.com> * include/ext/pointer.h: Add experimental support for non-standard pointer types in containers via the allocator::pointer typedef. (Currently only supported/working with std::vector) * include/ext/cast.h: Add overload-able pointer casting functions for use in containers supporting non-standard pointer types. * include/ext/extptr_allocator.h: Add _ExtPtr_allocator. * include/Makefile.am: Update. * include/precompiled/extc++.h: Likewise. * include/Makefile.in: Regenerate. * testsuite/ext/ext_pointer/1.cc: New. * testsuite/ext/ext_pointer/1_neg.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/citerators.cc: New. * testsuite/23_containers/vector/ext_pointer/data_access.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/resize.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/types/1.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/modifiers/element.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/modifiers/erase.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/modifiers/insert.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/explicit_instantiation/ 1.cc: Likewise. * testsuite/23_containers/vector/ext_pointer/explicit_instantiation/ 3.cc: Likewise. From-SVN: r141674
Bob Walters committed -
PR ada/34289 * lib.ads: (Enable_Switch_Storing): Declare. * lib.adb: (Enable_Switch_Storing): New procedure. * switch-c.adb (Scan_Front_End_Switches): Add support for -gnatea. * make.adb: (Compile_Sources.Compile): Add -gnatea as first option. (Display): Never display -gnatea * gcc-interface/lang-specs.h: If -gnatea is present, pass -gnatez. Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com> From-SVN: r141673
Bechir Zalila committed -
From-SVN: r141671
Eric Botcazou committed -
trans.c (Attribute_to_gnu, [...]): Check for empty range in original base type, not converted result type. * gcc-interface/trans.c (Attribute_to_gnu, case Attr_Length): Check for empty range in original base type, not converted result type. From-SVN: r141670
Thomas Quinot committed -
From-SVN: r141669
Eric Botcazou committed -
* gcc-interface/trans.c (build_binary_op_trapv): Convert arguments and result for call to __gnat_mulv64. From-SVN: r141668
Geert Bosch committed -
From-SVN: r141667
Eric Botcazou committed -
* gcc-interface/trans.c (build_binary_op_trapv): Avoid emitting overflow check for constant result. From-SVN: r141666
Geert Bosch committed -
* gcc-interface/trans.c (build_binary_op_trapv): Use more efficient overflow check for addition/subtraction if neither operand is constant. From-SVN: r141665
Geert Bosch committed -
* g++.dg/ipa/iinline-1.C: Remove -c flag, add -fpie for PIC targets. From-SVN: r141664
Kaveh R. Ghazi committed -
* gcc.dg/tree-ssa/inline-2.c (foo): Add 'inline' keyword. From-SVN: r141663
Kaveh R. Ghazi committed -
2008-11-06 Sebastian Pop <sebastian.pop@amd.com> * gcc.dg/graphite/pr37943.c: Fix missing end of file. From-SVN: r141662
Sebastian Pop committed -
From-SVN: r141660
GCC Administrator committed
-
- 06 Nov, 2008 17 commits
-
-
* gcc.dg/utf-array-short-wchar.c, gcc.dg/utf-cvt.c, gcc.dg/utf-inc-init.c, gcc.dg/utf16-1.c, gcc.dg/utf16-2.c, gcc.dg/utf16-3.c, gcc.dg/utf16-4.c, gcc.dg/utf32-1.c, gcc.dg/utf32-2.c, gcc.dg/utf32-3.c, gcc.dg/utf32-4.c: Use __CHAR16_TYPE__ and __CHAR32_TYPE__ typedefs. From-SVN: r141656
Joseph Myers committed -
* reg-stack.c (reg_to_stack): Add missing braces in memset size calculation. From-SVN: r141654
Uros Bizjak committed -
From-SVN: r141652
Jeff Law committed -
From-SVN: r141651
Jeff Law committed -
2008-11-06 Andrew Stubbs <ams@codesourcery.com> * config/arm/bpabi.h (PROFILE_HOOK): New undef. (NO_PROFILE_COUNTERS): New define. From-SVN: r141649
Andrew Stubbs committed -
* MAINTAINERS (Write after approval): Add myself. From-SVN: r141648
Andrew Stubbs committed -
PR target/26397 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Define. cp/ * g++spec.c (LIBSTDCXX_STATIC): New. (lang_spec_driver): Use LIBSTDCXX_STATIC when not shared_libgcc. From-SVN: r141646
David Edelsohn committed -
PR target/35574 * config/sparc/constraints.md (D): New. * config/sparc/predicates.md (const_double_or_vector_operand): New. * config/sparc/sparc.c (sparc_extra_constraint_check): Handle the 'D' constraint. * config/sparc/sparc.md (*movdf_insn_sp32_v9, *movdf_insn_sp64): Use the 'D' constraint in addition to 'F' in some alternatives. (DF splitter): Generalize for V64mode. * doc/md.texi (SPARC): Document the 'D' constraint. From-SVN: r141644
Kazu Hirata committed -
2008-11-06 Richard Guenther <rguenther@suse.de> * gcc.dg/c-torture/pr37969.c: New testcase. From-SVN: r141642
Richard Guenther committed -
Makefile.in (SPARC/Solaris): Use a common set of files for the target-dependent part of the runtime. * gcc-interface/Makefile.in (SPARC/Solaris): Use a common set of files for the target-dependent part of the runtime. (SPARC/Linux): Likewise. From-SVN: r141641
Eric Botcazou committed -
* reg-stack.c (reg_to_stack): Generate +QNaN using real_nan. From-SVN: r141640
Uros Bizjak committed -
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Out_Parameter>: If not optimizing, create a PARM_DECL pointing to the VAR_DECL for debugging purposes. From-SVN: r141639
Eric Botcazou committed -
* gcc-interface/misc.c (gnat_printable_name): Always return a copy in GC memory. From-SVN: r141638
Eric Botcazou committed -
PR ada/19419 * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Generate a call to memmove for an assignment between overlapping array slices. From-SVN: r141637
Eric Botcazou committed -
From-SVN: r141636
Ben Elliston committed -
From-SVN: r141633
GCC Administrator committed -
gcc/ * doc/sourcebuild.texi (Torture Tests): Add ADDITIONAL_TORTURE_OPTIONS. gcc/testsuite/ * lib/c-torture.exp: Use ADDITIONAL_TORTURE_OPTIONS if defined. * lib/gcc-dg.exp: Ditto. * lib/fortran-torture.exp: Ditto. * lib/objc-torture.exp: Ditto. From-SVN: r141630
Janis Johnson committed
-
- 05 Nov, 2008 4 commits
-
-
From-SVN: r141628
Michael Meissner committed -
From-SVN: r141626
Ben Elliston committed -
* config/rs6000/rs6000.opt (mwarn-cell-microcode): Improve option description. From-SVN: r141625
Ben Elliston committed -
From-SVN: r141623
Joseph Myers committed
-