- 10 Feb, 2008 9 commits
-
-
2008-02-10 Thomas Koenig <tkoenig@gcc.gnu.org> * gfortran.dg/streamio_14.f90: New test. From-SVN: r132220
Thomas Koenig committed -
re PR c++/34094 (Undefined static data member in anonymous namespace can acquire a definition anyway) PR c++/34094 * decl2.c (cp_write_global_declarations): Don't write out static data members with DECL_IN_AGGR_P set. From-SVN: r132218
Jason Merrill committed -
2008-02-10 Danny Smith <dannysmith@users.sourceforge.net> PR gcc/35063 * gthr-win32.h (__gthread_mutex_destroy_function): New function to CloseHandle after unlocking to prevent accumulation of handle count. 2008-02-10 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/35063 * io/unit.c (destroy_unit_mutex): New function that uses __gthread_mutex_destroy_function or pthread_mutex_destroy after unlocking and before free_mem for final closure of I/O unit. (delete_root): Use new function. (free_internal_unit): Likewise. (close_unit_1): Likewise. From-SVN: r132217
Jerry DeLisle committed -
* gcc.target/i386/pr17390.c: Remove ilp32 target requirement. Add -mfpmath=387 to dg-options. From-SVN: r132216
Uros Bizjak committed -
re PR testsuite/35047 (some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1) PR testsuite/35047 * gcc.dg/tree-ssa/gen-vect-2.c: Add -mno-sse for x86 targets. * gcc.dg/tree-ssa/gen-vect-11.c: Ditto. * gcc.dg/tree-ssa/gen-vect-11a.c: Ditto. * gcc.dg/tree-ssa/gen-vect-11b.c: Ditto. * gcc.dg/tree-ssa/gen-vect-11c.c: Ditto. * gcc.dg/tree-ssa/gen-vect-25.c: Ditto. * gcc.dg/tree-ssa/gen-vect-26.c: Ditto. * gcc.dg/tree-ssa/gen-vect-28.c: Ditto. * gcc.dg/tree-ssa/gen-vect-32.c: Ditto. From-SVN: r132215
Uros Bizjak committed -
2008-02-10 Paolo Carlini <pcarlini@suse.de> PR libstdc++/16251 * include/std/istream (basic_istream<>::basic_istream()): Call this->init(). (basic_iostream<>::basic_iostream(basic_streambuf<>*)): Don't do it here, per 27.6.1.5.1/1. * include/std/ostream (basic_ostream<>::basic_ostream()): Call this->init(). * testsuite/27_io/basic_iostream/cons/16251.C: New. * testsuite/27_io/basic_iostream/cons/2020.cc: Minor tweaks. From-SVN: r132214
Paolo Carlini committed -
2008-02-10 Daniel Franke <franke.daniel@gmail.com> fortran/PR35019 * lang.opt: Allow '-J<dir>' next to '-J <dir>', likewise '-I <dir>' and '-I<dir>'. From-SVN: r132213
Daniel Franke committed -
PR objc++/34193 * obj-c++.dg/gnu-runtime-2.mm: Fix signature of function main(). From-SVN: r132211
Kaveh R. Ghazi committed -
From-SVN: r132208
GCC Administrator committed
-
- 09 Feb, 2008 5 commits
-
-
* pa.c (legitimize_pic_address): Add REG_EQUAL note on sets with a pic_label_operand source. Similarly, add a REG_LABEL_OPERAND note and update LABEL_NUSES during and after reload. From-SVN: r132203
John David Anglin committed -
From-SVN: r132200
John David Anglin committed -
PR c++/35116 * tree.c (build_target_expr_with_type): Handle void initializer. (bot_manip): Remap slot before recursing. From-SVN: r132197
Jason Merrill committed -
PR middle-end/34627 combine.c (simplify_if_then_else): Make sure the comparison is against const0_rtx when simplifying to (abs x) or (neg (abs X)). From-SVN: r132193
Steven Bosscher committed -
From-SVN: r132191
GCC Administrator committed
-
- 08 Feb, 2008 8 commits
-
-
gcc/ PR bootstrap/35051 * double-int.h: Don't include gmp.h for GENERATOR_FILEs. (mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs. * real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs. (real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs. * tree.h (get_type_static_bounds): Likewise. From-SVN: r132188
Richard Sandiford committed -
From-SVN: r132187
Joseph Myers committed -
invoke.texi (Option Summary, [...]): Make -Wfoo language annotations match what the compiler outputs. * doc/invoke.texi (Option Summary, C++ Dialect Options) (Objective-C and Objective-C++ Dialect Options, Warning Options): Make -Wfoo language annotations match what the compiler outputs. From-SVN: r132186
Ralf Wildenhues committed -
From-SVN: r132185
Sa Liu committed -
From-SVN: r132184
Sa Liu committed -
From-SVN: r132183
Sa Liu committed -
* doc/extend.texi (Function Attributes) <noinline>: Mention asm ("") as method to keep calls. From-SVN: r132182
Hans-Peter Nilsson committed -
From-SVN: r132180
GCC Administrator committed
-
- 07 Feb, 2008 6 commits
-
-
2008-02-07 Manuel Lopez-Ibanez <manu@gcc.gnu.org> PR other/32754 * doc/options.texi (Options): Replace references to opts.sh with optc-gen.awk. * opts-common.c: Likewise. * optc-gen.awk: Likewise. From-SVN: r132174
Manuel López-Ibáñez committed -
2008-02-06 Douglas Gregor <doug.gregor@gmail.com> * g++.dg/ext/vector13.C: Fix for compilation under -pedantic. 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch> Douglas Gregor <doug.gregor@gmail.com> PR bootstrap/35115 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. Co-Authored-By: Douglas Gregor <doug.gregor@gmail.com> From-SVN: r132173
Andreas Tobler committed -
2008-02-07 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.h (FUNCTION_ARG_REGNO_P): Fix fprs for 64 bit. From-SVN: r132172
Andreas Krebbel committed -
PR rtl-opt/33410 * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use an EXPR_LIST for the REG_EQUAL instead of a comparison with a funny mode. From-SVN: r132171
Richard Henderson committed -
PR tree-optimization/35085 * tree-ssa-reassoc.c (rewrite_expr_tree): Enable destructive update for operand entry oe2 in addition to operand entry oe3 in order to expose more opportunities for vectorizer sum reduction. From-SVN: r132168
Uros Bizjak committed -
From-SVN: r132164
GCC Administrator committed
-
- 06 Feb, 2008 12 commits
-
-
2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> PR other/35107 * Makefile.in (LIBS): Remove $(GMPLIBS). (cc1-dummy, cc1): Add $(GMPLIBS). ada: PR other/35107 * Make-lang.in (gnat1): Add $(GMPLIBS). cp: PR other/35107 * Make-lang.in (cc1plus-dummy, cc1plus): Add $(GMPLIBS). fortran: PR other/35107 * Make-lang.in (f951): Add $(GMPLIBS). java: PR other/35107 * Make-lang.in (jc1): Add $(GMPLIBS). objc: PR other/35107 * Make-lang.in (cc1obj-dummy, cc1obj): Add $(GMPLIBS). objcp: PR other/35107 * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS). treelang: PR other/35107 * Make-lang.in (tree1): Add $(GMPLIBS). From-SVN: r132160
Kaveh R. Ghazi committed -
2008-02-06 Andreas Tobler <a.tobler@schweiz.org> PR libgcj/30071 * Makefile.am (install-exec-hook): Add install-binPROGRAMS. * Makefile.in: Regenerate. From-SVN: r132159
Andreas Tobler committed -
gcc/cp/ChangeLog: PR c++/35056 * tree.c: Include tree-flow.h. (build_target_expr): Check type compatibility. * Make-lang.in (cp/tree.o): Depend on $(TREE_FLOW_H). * call.c (convert_like_real): Convert bitfield to expected type. gcc/testsuite/ChangeLog: PR c++/35056 * g++.dg/conversion/bitfield8.C: New. From-SVN: r132158
Alexandre Oliva committed -
2008-02-06 Matthias Klose <doko@ubuntu.com> * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files. Copy resource files independent of JAVA_MAINTAINER_MODE. * tools/Makefile.in: Regenerate. From-SVN: r132156
Matthias Klose committed -
2008-02-06 Douglas Gregor <doug.gregor@gmail.com> * g++.dg/ext/vector13.C: Fix for compilation under -pedantic. From-SVN: r132154
Douglas Gregor committed -
From-SVN: r132153
Doug Gregor committed -
re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operands to binary + (have 'float __vector__' and 'int __vector__')) 2008-02-06 Douglas Gregor <doug.gregor@gmail.com> PR c++/35049 PR c++/35096 * typeck.c (structural_comptypes): Call cp_comptypes. (comptypes): New; called from the C/C++ common bits to perform strict checks. (cp_comptypes): Renamed from comptypes, which is already used, with a different signature, by the C++ front end. (build_reinterpret_cast_1): Call cp_comptypes. (ptr_reasonably_similar): Ditto. * decl.c (decls_match): Ditto. * cvt.c (convert_to_reference): Ditto. * cp-tree.h (same_type_p): Ditto. (same_or_base_type_p): Ditto. (comptypes): Rename to cp_comptypes. * pt.c (canonical_type_parameter): Call cp_comptypes. 2008-02-06 Douglas Gregor <doug.gregor@gmail.com> PR c++/35049 PR c++/35096 * g++.dg/ext/vector13.C: New. From-SVN: r132152
Douglas Gregor committed -
2008-02-06 David Daney <ddaney@avtrex.com> * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for mips*-*-*. From-SVN: r132151
David Daney committed -
From-SVN: r132150
Joseph Myers committed -
From-SVN: r132146
Jan Hubicka committed -
PR target/5587 * i386.md (moddf_integer): Do not produce partial memory stalls for targets where it hurts. From-SVN: r132145
Jan Hubicka committed -
PR target/35083 * optabs.c (expand_float): Do not check for decimal modes when expanding unsigned integer through signed conversion. From-SVN: r132144
Uros Bizjak committed
-