This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1 new GCC HEAD@187546 regression


With your recent patch, GCC HEAD revision 187546 had problems on:
native: regress-6 (1 NEW failures)
The previous build was of revision 187541.

Regressions for native:
old   g++.sum g++.dg/other/anon5.C
NEW   g++.sum g++.old-deja/g++.pt/crash10.C
old   gcc.sum gcc.dg/torture/tls/thr-init-1.c
old   gcc.sum gcc.dg/torture/tls/thr-init-2.c
old   gcc.sum gcc.dg/torture/tls/tls-test.c
old   gfortran.sum gfortran.dg/lto/pr45586

Log information for changes since the last build:
------------------------------------------------------------------------
r187542 | paolo | 2012-05-15 08:14:49 -0700 (Tue, 15 May 2012) | 20 lines
Changed paths:
   M /trunk/gcc/c-family/ChangeLog
   M /trunk/gcc/c-family/c-common.c
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/pt.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/g++.dg/warn/Wtype-limits-Wextra.C
   M /trunk/gcc/testsuite/g++.dg/warn/Wtype-limits.C

/cp
2012-05-15  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/11586
	* pt.c (tsubst_copy_and_build): Increase / decrease
	c_inhibit_evaluation_warnings around build_x_binary_op call.

/c-family
2012-05-15  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/11586
	* c-common.c (shorten_compare): Check c_inhibit_evaluation_warnings.

/testsuite
2012-05-15  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/11586
	* g++.dg/warn/Wtype-limits.C: Don't warn in templates.
	* g++.dg/warn/Wtype-limits-Wextra.C: Likewise.

------------------------------------------------------------------------
r187543 | paolo | 2012-05-15 08:18:05 -0700 (Tue, 15 May 2012) | 4 lines
Changed paths:
   M /trunk/gcc/c-family/ChangeLog
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog

2012-05-15  Paolo Carlini  <paolo.carlini@oracle.com>

    	* Fix PR number in ChangeLog entries (11586 -> 11856).

------------------------------------------------------------------------
r187544 | jakub | 2012-05-15 08:19:10 -0700 (Tue, 15 May 2012) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/i386.md
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/pr53358.c

	PR target/53358
	* config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
	that operands[2] is either immediate, or q_regs_operand.

	* gcc.dg/pr53358.c: New test.

------------------------------------------------------------------------
r187546 | hjl | 2012-05-15 09:07:28 -0700 (Tue, 15 May 2012) | 5 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/libtool.m4

Add x32 support to libtool.m4

	Merge upstream change
	* libtool.m4 (_LT_ENABLE_LOCK): Support x32.

------------------------------------------------------------------------

For more information, see <http://glutton.geoffk.org/HEAD/>.

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(via an automated GCC regression-testing script.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]