1. 21 Feb, 2013 9 commits
  2. 20 Feb, 2013 17 commits
  3. 19 Feb, 2013 12 commits
  4. 18 Feb, 2013 2 commits
    • re PR pch/54117 (FAIL: ./decl-3.h -O0 -g (internal compiler error)) · f6007d99
      	PR pch/54117
      	* c-opts.c (c_common_post_options): If debug info is enabled
      	and non-dwarf*, refuse to load PCH files and when writing PCH
      	file warn.
      
      	* lib/dg-pch.exp (pch-init, pch-finish,
      	check_effective_target_pch_supported_debug): New procs.
      	(dg-flags-pch): If $pch_unsupported, make tests UNSUPPORTED.
      	Likewise if $pch_unsupported_debug and $flags include -g.
      	Skip FAILs about missing *.gch file if $pch_unsupported_debug
      	and dg-require-effective-target pch_unsupported_debug.
      	* g++.dg/pch/pch.exp: Call pch-init and pch-finish.
      	* objc.dg/pch/pch.exp: Likewise.
      	* gcc.dg/pch/pch.exp: Likewise.
      	* gcc.dg/pch/valid-1.c: Add dg-require-effective-target
      	pch_unsupported_debug.
      	* gcc.dg/pch/valid-1.hs: Likewise.
      	* gcc.dg/pch/valid-1b.c: Likewise.
      	* gcc.dg/pch/valid-1b.hs: Likewise.
      
      Co-Authored-By: Steven Bosscher <steven@gcc.gnu.org>
      
      From-SVN: r196124
      Jakub Jelinek committed
    • re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 execution test) · 3f587ca3
      	PR target/56347
      	* config/pa/pa.c (pa_conditional_register_usage): On HP-UX, mark
      	registers %fr12 and %fr12R as call used.
      
      From-SVN: r196123
      John David Anglin committed