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: [lto][patch] Fix internal compiler error in stabilize_va_list


On Thu, Oct 23, 2008 at 18:58, Cary Coutant <ccoutant@google.com> wrote:

> 2008-10-23  Cary Coutant  <ccoutant@google.com>
>
>        * lto-section-out.c (lto_record_common_node): For array types,
>        record the underlying type.

OK.

For the test case, you can add it in testsuite/gcc.dg/lto/YYYYMMDD.c
You need to add this at the start of the file:
	/* { dg-do run }  */

To make sure it runs, you can test the new file on its own with:

$ make check-gcc RUNTESTFLAGS=dg.exp=YYYYMMDD.c


Diego.


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