https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65802

--- Comment #11 from vries at gcc dot gnu.org ---
Author: vries
Date: Fri Apr 24 14:18:57 2015
New Revision: 222413

URL: https://gcc.gnu.org/viewcvs?rev=222413&root=gcc&view=rev
Log:
Replace g++.dg/pr65802.C with gcc.dg/pr65802.c

2015-04-24  Tom de Vries  <t...@codesourcery.com>

    PR tree-optimization/65802
    * g++.dg/pr65802.C: Move to ...
    * gcc.dg/pr65802.c: ... here.  Add -fexceptions to dg-options. Include
    stdarg.h.  Rewrite for C.
    (fn1): Use va_list and va_arg.  Make variable args function.  Add use of
    va_start and va_end.  Remove unnecessary inline asm.

Added:
    trunk/gcc/testsuite/gcc.dg/pr65802.c
Removed:
    trunk/gcc/testsuite/g++.dg/pr65802.C
Modified:
    trunk/gcc/testsuite/ChangeLog

Reply via email to