Skip to content
Snippets Groups Projects
  1. Mar 27, 2009
  2. Mar 26, 2009
  3. Mar 25, 2009
    • Bernd Schmidt's avatar
      bfin.c (bfin_optimize_loop): If the LSETUP goes before a jump insn... · 03f8829b
      Bernd Schmidt authored
      	* config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
      	a jump insn, count that jump in the distance to the loop start.
      
      From-SVN: r145080
      03f8829b
    • Paolo Carlini's avatar
      2009-03-25 Paolo Carlini <paolo.carlini@oracle.com> · c0b753c7
      Paolo Carlini authored
      	* Tweak last ChangeLog entry.
      
      From-SVN: r145079
      c0b753c7
    • Paolo Carlini's avatar
      [multiple changes] · 13c4b877
      Paolo Carlini authored
      2009-03-25  Edward Smith-Rowland  <3dw4rd@verizon.net>
      
      	* include/std/fstream (basic_filebuf<>::open(const std::string&,
      	ios_base::openmode), basic_ifstream<>::basic_ifstream(const
      	std::string&, ios_base::openmode), basic_ifstream<>::
      	open(const std::string&, ios_base::openmode), basic_ofstream<>::
      	basic_ofstream(const std::string&, ios_base::openmode),
      	basic_ofstream<>::open(const std::string&, ios_base::openmode),
      	basic_fstream<>::basic_fstream(const std::string&, ios_base::openmode),
      	basic_fstream<>::open(const std::string&, ios_base::openmode)):
      	Add in C++0x mode.
      	* testsuite/27_io/basic_ofstream/open/char/2.cc: New.
      	* testsuite/27_io/basic_ofstream/cons/char/2.cc: Likewise.
      	* testsuite/27_io/basic_fstream/open/char/1.cc: Likewise.
      	* testsuite/27_io/basic_fstream/cons/char/1.cc: Likewise.
      	* testsuite/27_io/basic_ifstream/open/char/1.cc: Likewise.
      	* testsuite/27_io/basic_ifstream/cons/char/1.cc: Likewise.
      	* testsuite/27_io/basic_filebuf/open/char/5.cc: Likewise.
      
      2009-03-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/27_io/basic_ofstream/cons/char/2.cc: Rename to...
      	* testsuite/27_io/basic_ofstream/cons/char/1.cc: ... this.    
      	* testsuite/27_io/basic_fstream/cons/3.cc: Rename to...
      	* testsuite/27_io/basic_fstream/cons/1.cc: ... this.
      
      From-SVN: r145078
      13c4b877
    • Kaz Kojima's avatar
      re PR target/39523 (SH: global registers are wrongly saved) · 9fdcdc74
      Kaz Kojima authored
      	PR target/39523
      	* config/sh/sh.c (calc_live_regs): Fix condition for global
      	registers except PIC_OFFSET_TABLE_REGNUM.
      
      From-SVN: r145077
      9fdcdc74
    • Kai Tietz's avatar
      invoke.texi (-mconsole): New. · 46994828
      Kai Tietz authored
      2009-03-25  Kai Tietz  <kai.tietz@onevision.com>
      
              PR/39518
              * doc/invoke.texi (-mconsole): New.
              (-mcygwin): New.
              (-mno-cygwin): New.
              (-mdll): New.
              (-mnop-fun-dllimport): New.
              (-mthread): New.
              (-mwin32): New.
              (-mwindows): New.
              (sub section "i386 and x86-64 Windows Options"): New.
      
      From-SVN: r145070
      46994828
    • Paolo Carlini's avatar
      forward_list.h (_Fwd_list_node_base<>:: _M_transfer_after, [...]): Move out of line... · 4ba8a4cb
      Paolo Carlini authored
      2009-03-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/forward_list.h (_Fwd_list_node_base<>::
      	_M_transfer_after, _M_reverse_after): Move out of line...
      	* include/bits/forward_list.tcc: ... here.
      	(forward_list<>::reverse): Move inline...
      	* include/bits/forward_list.h: ... here; minor cosmetic changes.
      
      From-SVN: r145069
      4ba8a4cb
    • Uros Bizjak's avatar
      atomic-5.c: Cleanup cpuid usage. · e50ea10b
      Uros Bizjak authored
      	* testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
      	* testsuite/libgomp.c/atomic-6.c: Ditto.
      
      From-SVN: r145061
      e50ea10b
    • Ralf Corsepius's avatar
      rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC. · 370017b4
      Ralf Corsepius authored
      2009-03-25  Ralf Corsépius <ralf.corsepius@rtems.org>
      
      	* config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
      	* config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
      
      From-SVN: r145060
      370017b4
    • Richard Guenther's avatar
      re PR middle-end/39497 (dfp.c:239: warning: dereferencing pointer... · ae560440
      Richard Guenther authored
      re PR middle-end/39497 (dfp.c:239: warning: dereferencing pointer '({anonymous})' does break strict-aliasing rules)
      
      2009-03-24  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/39497
      	* Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
      	of -Wno-error.
      
      From-SVN: r145057
      ae560440
    • Alexander Monakov's avatar
      ia64.c (ia64_set_sched_flags): Zero spec_info->mask when neither of... · cd510f15
      Alexander Monakov authored
      ia64.c (ia64_set_sched_flags): Zero spec_info->mask when neither of haifa/selective schedulers are working.
      
      2009-03-25  Andrey Belevantsev  <abel@ispras.ru>
                  Alexander Monakov  <amonakov@ispras.ru>
      
              * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
      	neither of haifa/selective schedulers are working.
      
              * gcc.target/ia64/20090324-1.c: New test.
      
      From-SVN: r145055
      cd510f15
    • Erven Rohou's avatar
      Update my email address. · 7369c1d0
      Erven Rohou authored
      From-SVN: r145053
      7369c1d0
    • Jakub Jelinek's avatar
      re PR c/27898 (Compile failure with --combine and anonymous structures) · 969a5433
      Jakub Jelinek authored
      	PR c/27898
      	* gcc.dg/pr27898.c: New test.
      
      	PR tree-optimization/32139
      	* gcc.c-torture/compile/pr32139.c: New test.
      
      From-SVN: r145052
      969a5433
    • Ralf Wildenhues's avatar
      invoke.texi (Debugging Options): Fix description of -fno-merge-debug-strings. · 44ab0f0e
      Ralf Wildenhues authored
      gcc/
      	* doc/invoke.texi (Debugging Options): Fix description of
      	-fno-merge-debug-strings.
      
      From-SVN: r145051
      44ab0f0e
    • GCC Administrator's avatar
      Daily bump. · 180ad321
      GCC Administrator authored
      From-SVN: r145046
      180ad321
  4. Mar 24, 2009
Loading