This is the mail archive of the gcc-patches@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]

[PATCH, committed] Fix gcc.c-torture/execute/pr44828.c test case


I committed the following patch as obvious to fix running the pr44828.c test
case on systems that default to unsigned char (eg, powerpc*-linux).

Peter


2010-07-07  Peter Bergner  <bergner@vnet.ibm.com>
 
	PR middle-end/44828
	* gcc.c-torture/execute/pr44828.x: New file.

Index: gcc/testsuite/gcc.c-torture/execute/pr44828.x
===================================================================
--- gcc/testsuite/gcc.c-torture/execute/pr44828.x	(revision 0)
+++ gcc/testsuite/gcc.c-torture/execute/pr44828.x	(revision 0)
@@ -0,0 +1,2 @@
+set additional_flags "-fsigned-char"
+return 0



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