[google/gcc-4_6] Adjust .xfail files for ARM & PowerPC64 (issue6255067)

2012-05-30 Thread Doug Kwan
lding the toolchain for both ARM & PowerPC64. Thanks -Doug 2012-05-30 Doug Kwan * contrib/testsuite-management/powerpc64-grtev2-linux-gnu.xfail: Mark TLS tests as flaky. These do not work well with QEMU. Exempt g++.dg/cpp0x/variadic-value1.C like we did for x86.

[google/gcc-4_6] Backport r171031 from upstream to fix ICE on PowerPC64 (issue6255070)

2012-05-31 Thread Doug Kwan
Hi Diego, This is a backport of this patch to fix an ICE on PowerPC64. http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00829.html -Doug 2012-05-31 Doug Kwan Backport r171031 from upstream trunk in gcc/. 2011-03-16 Alan Modra PR target

[google/integration] Add xfail file for powerpc64-grtev2-linux-gnu (issue5784062)

2012-03-08 Thread Doug Kwan
Hi Diego, This patch adds an XFAIL file for the powerpc64-grtev2-linux-gnu target. -Doug 2012-03-08 Doug Kwan * contrib/testsuite-management/powerpc64-grtev2-linux-gnu.xfail: New file. Index: contrib/testsuite-management/powerpc64-grtev2-linux-gnu.xfail

[google/4.6] Add powerpc64-grtev2-linux-gnu.xfail (issue5794044)

2012-03-09 Thread Doug Kwan
Hi Diego, This patch adds the XFAIL file for powerpc64-grtev2-linux-gnu in 4.6. -Doug 2012-03-09 Doug Kwan * contrib/testsuite-management/powerpc64-grtev2-linux-gnu.xfail: New file. Index: contrib/testsuite-management/powerpc64-grtev2-linux-gnu.xfail

[google/integration] Add XFAIL file for arm-gretv2-linux-gnueabi target (issue5798046)

2012-03-10 Thread Doug Kwan
Hi Diego, This patch adds an .xfail file for the arm-grtev2-linux-gnueabi target in the integration branch. -Doug 2012-03-10 Doug Kwan * contrib/testsuite-management/arm-grtev2-linux-gnueabi.xfail: New file. Index: contrib/testsuite-management/arm-grtev2-linux

[google/4.6] Add xfails for arm-grtev2-linux-gnueabi (issue5794063)

2012-03-12 Thread Doug Kwan
Hi Diego This patch adds arm-grtev2-linux-gnueabi.xfail for our 4.6 branch so that we can track regressions. This just established the test baseline. The failures need to be investigated. -Doug 2012-03-12 Doug Kwan * contrib/testsuite-management/arm-grtev2

[google] Backport r171347 from trunk to google/gcc-4_6 (issue5396043)

2011-11-16 Thread Doug Kwan
This patch backports the upstream fix in r171347 for a problem caused by change in volatile bitfield access. This is tested by building the x86 toolchain with tests and checking that volatile bitfield access worked on ARM. This is a backport for 4.6 only. 2011-11-16 Doug Kwan

[google] Backport r171347 and r181549 from trunk (strict volatile bitfield) (issue5434084)

2011-11-29 Thread Doug Kwan
2011-11-22 Doug Kwan Backport r171347 and r181549 from trunk. gcc/ 2011-03-23 Julian Brown * expr.c (expand_expr_real_1): Only use BLKmode for volatile accesses which are not naturally aligned. 2011-11-20 Joey Ye

[google/integration] Add support for powerpc64-grtev2-linux-gnu (issue5659050)

2012-02-13 Thread Doug Kwan
toolchain. This is used by Google and is not meant to be sent to trunk. -Doug 2012-02-13 Doug Kwan * gcc/config.gcc (powerpc*-*-linux): Pull in GRTEv2 spec changes if target matches *-grtev2-*. * gcc/config/rs6000/linux64.h (GLIB_DYNAMIC_LINKER{32,64}): Add

[google/main] Check for cross-compilers in validate_failures.py (issue5674087)

2012-02-17 Thread Doug Kwan
/main and trunk. -Doug 2012-02-17 Doug Kwan * contrib/testsuite-management/validate_failures.py (def GetMakefileValue): Check for cross compilers. Index: contrib/testsuite-management/validate_failures.py

[google/4.6]Backport r184370 from integration (issue5716054)

2012-03-01 Thread Doug Kwan
Hi Diego, This is a backport of r184370 from integration branch. I have tested this by building it for different configurations of powerpc. -Doug 2012-03-01 Doug Kwan Backport r184370 from integration branch. 2012-02-17 Doug Kwan * gcc/config.gcc

[google/4.6] Backport r184357 from trunk to fix validate_failures.py (issue5720047)

2012-03-01 Thread Doug Kwan
Hi Diego, This is a backport from trunk to fix a problem in validate_failures.py when testing a cross compiler. -Doug 2012-03-01 Doug Kwan Backport r184357 from trunk 2012-02-17 Doug Kwan * contrib/testsuite-management/validate_failures.py

[google] Enable both ld and gold in gcc (issue4664051)

2011-06-27 Thread Doug Kwan
like to apply this to goolge/main only. 2011-06-27 Doug Kwan Google ref 41164-p2 Backport upstream patch under review. 2011-01-19 Nick Clifton Matthias Klose * configure.ac (gcc_cv_gold_srcdir): New cached variable