1. 01 Feb, 2012 10 commits
  2. 31 Jan, 2012 20 commits
  3. 30 Jan, 2012 10 commits
    • syscall: Support socket control messages. · 4a1a8596
      From-SVN: r183745
      Ian Lance Taylor committed
    • be.po, [...]: Update. · 842f302e
      	* be.po, ca.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po,
      	ja.po, nl.po, ru.po, sv.po, tr.po, uk,po, vi.po, zh_CN.po,
      	zh_TW.po: Update.
      
      From-SVN: r183744
      Joseph Myers committed
    • be.po, [...]: Update. · 9ad7dc89
      	* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po,
      	nl.po, ru.po, sr.po, sv.po, tr.po, vi.po, zh_CN.po, zh_TW.po:
      	Update.
      
      From-SVN: r183743
      Joseph Myers committed
    • re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out) · 25fb834e
      	PR go/48501
      	* lib/go.exp (go_target_compile): Append timeout= to options.
      	* go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
      	select5-out.go test on alpha*-*-* targets.
      
      From-SVN: r183741
      Uros Bizjak committed
    • avr.md: Resolve all AS1 and AS2 macros. · a7fd5c6b
      	* config/avr/avr.md: Resolve all AS1 and AS2 macros.
      	Transform all "* quoted-c-code" to { c-code }.
      	Remove redundant test for "optimize" in combine patterns.
      	Move (include "avr-dimode.md") to end of file.
      
      From-SVN: r183739
      Georg-Johann Lay committed
    • extend-1.c (TEST_CHAR): Use signed char. · 03beeffe
      gcc/testsuite/
      	* gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char.
      	(TEST_SHORT): Reformat in the same way.
      	* gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char.
      	(TEST_SHORT): Reformat in the same way.
      	* gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit.
      	* gcc.target/mips/pr37362.c: Skip for mips-sde-elf.
      	* gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16.
      	* gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise.
      	* gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise.
      
      From-SVN: r183737
      Richard Sandiford committed
    • re PR target/51835 (ARM EABI violation when passing arguments to helper floating… · ab07692c
      re PR target/51835 (ARM EABI violation when passing arguments to helper floating functions like __aeabi_d2iz)
      
      2012-01-30  Bin Cheng  <bin.cheng@arm.com>
      
      	PR target/51835
      	* config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
      	for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
      
      testcases:
      	PR target/51835
      	* gcc.target/arm/pr51835.c: New testcase.
      
      From-SVN: r183733
      Bin Cheng committed
    • re PR libstdc++/51649 (pretty printers don't handle std::__7:: namespace) · 3efe2bf7
      	PR libstdc++/51649:
      	* testsuite/libstdc++-prettyprinters/debug.cc: New file.
      	* testsuite/lib/gdb-test.exp (regexp-test): New proc.
      	(note-test): Update.
      	(gdb-test): Handle regexp tests.  Add some logging.
      	* testsuite/libstdc++-prettyprinters/simple.cc: Compile with -O0.
      	(placeholder, use): Remove.
      	(main): Add tests for deque, list, map, and set iterators.  Add
      	tests for slist and slist iterator.
      	* testsuite/libstdc++-prettyprinters/48362.cc (main): Handle __7
      	namespace.
      	* python/libstdcxx/v6/printers.py (StdListPrinter.children): Use
      	the type's _Node typedef.
      	(StdListIteratorPrinter.to_string): Change how node type is
      	computed.
      	(StdSlistPrinter.children): Use the type's _Node typedef.
      	(StdSlistIteratorPrinter.to_string): Likewise.
      	(StdRbtreeIteratorPrinter.to_string): Use the type's _Link_type
      	typedef.
      	(StdMapPrinter.children): Change how the node's type is computed.
      	(StdSetPrinter.children): Likewise.
      	(StdForwardListPrinter.children): Use the type's _Node typedef.
      	(Printer.add_version): New method.
      	(Printer.add_container): New method.
      	(build_libstdcxx_dictionary): Handle __7 and __cxx1998
      	namespaces.
      	(find_type): New function.
      
      From-SVN: r183732
      Tom Tromey committed
    • re PR tree-optimization/52028 (wrong code with -O2 -ftree-loop-distribution) · e799d447
      2012-01-30  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/52028
      	* tree-loop-distribution.c (ldist_gen): Properly update
      	virtual SSA form.
      
      	* gcc.dg/torture/pr52028.c: New testcase.
      	* gfortran.dg/ldist-pr45199.f: Adjust.
      	* gcc.dg/tree-ssa/ldist-16.c: Likewise.
      	* gcc.dg/tree-ssa/ldist-17.c: Likewise.
      	* gcc.dg/tree-ssa/ldist-pr45948.c: Likewise.
      
      From-SVN: r183730
      Richard Guenther committed
    • Revert "PR c++/51641 - Lookup finds enclosing class member instead of template parameter" · be529572
      This reverts commit r183726
      
      From-SVN: r183728
      Dodji Seketeli committed