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]

Re: [7/7] nvptx testsuite patches: Return addresses


On Tue, Oct 21, 2014 at 8:33 AM, Jeff Law <law@redhat.com> wrote:
> On 10/21/14 14:29, Bernd Schmidt wrote:
>>
>> This tests for availability of return addresses in a number of tests.
>>
>>
>> Bernd
>>
>>
>> r422426.diff
>>
>>
>>         gcc/testsuite/
>>         * lib/target-supports.exp (check_effective_target_return_address):
>>         New function.
>>         * gcc.c-torture/execute/20010122-1.c: Require return_address.
>>         * gcc.c-torture/execute/20030323-1.c: Likewise.
>>         * gcc.c-torture/execute/20030811-1.c: Likewise.
>>         * gcc.c-torture/execute/eeprof-1.c: Likewise.
>>         * gcc.c-torture/execute/frame-address.c: Likewise.
>>         * gcc.c-torture/execute/pr17377.c: Likewise.
>
> OK.
> jeff
>

I checked in this patch to revert the accidental checkin.

-- 
H.J.
----
Index: ChangeLog
===================================================================
--- ChangeLog (revision 217312)
+++ ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2014-11-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+ * gcc.c-torture/compile/pr35468.c: Revert the last change.
+
 2014-11-10  Andreas Tobler  <andreast@gcc.gnu.org>

  * gcc.dg/fshort-wchar.c: Use arm_eabi instead of arm*-*-*eabi*.
Index: gcc.c-torture/compile/pr35468.c
===================================================================
--- gcc.c-torture/compile/pr35468.c (revision 217312)
+++ gcc.c-torture/compile/pr35468.c (working copy)
@@ -1,5 +1,4 @@
 /* PR tree-optimization/35468 */
-/* { dg-require-effective-target no_const_addr_space } */

 void
 foo (void)


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