public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite]: Some test case skips.
@ 2011-07-14 15:34 Georg-Johann Lay
  2011-07-20 14:01 ` Ping #1: " Georg-Johann Lay
  2011-07-20 18:07 ` Mike Stump
  0 siblings, 2 replies; 3+ messages in thread
From: Georg-Johann Lay @ 2011-07-14 15:34 UTC (permalink / raw)
  To: gcc-patches; +Cc: Mike Stump, Rainer Orth

This patchlet fixes two test cases:

* gcc.dg/pr32912-2.c: TImode is overkill for AVR.
* gcc.dg/pr44674.c: Test if -fprofile-generate is available.

Ok to commit?

Johann

testsuite/
	* gcc.dg/pr32912-2.c: Skip for AVR.
	* gcc.dg/pr44674.c: Add dg-require-profiling.


Index: gcc.dg/pr32912-2.c
===================================================================
--- gcc.dg/pr32912-2.c  (revision 176136)
+++ gcc.dg/pr32912-2.c  (working copy)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -w" } */
+/* { dg-skip-if "TImode not supported" { "avr-*-*" } { "*" } { "" } } */

 extern void abort (void);

Index: gcc.dg/pr44674.c
===================================================================
--- gcc.dg/pr44674.c    (revision 176136)
+++ gcc.dg/pr44674.c    (working copy)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fprofile-generate" } */
+/* { dg-require-profiling "-fprofile-generate" } */

 void
 jumpfunc (void *p)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Ping #1: [testsuite]: Some test case skips.
  2011-07-14 15:34 [testsuite]: Some test case skips Georg-Johann Lay
@ 2011-07-20 14:01 ` Georg-Johann Lay
  2011-07-20 18:07 ` Mike Stump
  1 sibling, 0 replies; 3+ messages in thread
From: Georg-Johann Lay @ 2011-07-20 14:01 UTC (permalink / raw)
  To: gcc-patches; +Cc: Mike Stump, Rainer Orth

http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01166.html

Georg-Johann Lay wrote:
> This patchlet fixes two test cases:
> 
> * gcc.dg/pr32912-2.c: TImode is overkill for AVR.
> * gcc.dg/pr44674.c: Test if -fprofile-generate is available.
> 
> Ok to commit?
> 
> Johann
> 
> testsuite/
> 	* gcc.dg/pr32912-2.c: Skip for AVR.
> 	* gcc.dg/pr44674.c: Add dg-require-profiling.
> 
> 
> Index: gcc.dg/pr32912-2.c
> ===================================================================
> --- gcc.dg/pr32912-2.c  (revision 176136)
> +++ gcc.dg/pr32912-2.c  (working copy)
> @@ -1,5 +1,6 @@
>  /* { dg-do run } */
>  /* { dg-options "-O2 -w" } */
> +/* { dg-skip-if "TImode not supported" { "avr-*-*" } { "*" } { "" } } */
> 
>  extern void abort (void);
> 
> Index: gcc.dg/pr44674.c
> ===================================================================
> --- gcc.dg/pr44674.c    (revision 176136)
> +++ gcc.dg/pr44674.c    (working copy)
> @@ -1,5 +1,6 @@
>  /* { dg-do compile } */
>  /* { dg-options "-O -fprofile-generate" } */
> +/* { dg-require-profiling "-fprofile-generate" } */
> 
>  void
>  jumpfunc (void *p)
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [testsuite]: Some test case skips.
  2011-07-14 15:34 [testsuite]: Some test case skips Georg-Johann Lay
  2011-07-20 14:01 ` Ping #1: " Georg-Johann Lay
@ 2011-07-20 18:07 ` Mike Stump
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Stump @ 2011-07-20 18:07 UTC (permalink / raw)
  To: Georg-Johann Lay; +Cc: gcc-patches, Rainer Orth

On Jul 14, 2011, at 8:28 AM, Georg-Johann Lay wrote:
> This patchlet fixes two test cases:
> 
> * gcc.dg/pr32912-2.c: TImode is overkill for AVR.
> * gcc.dg/pr44674.c: Test if -fprofile-generate is available.
> 
> Ok to commit?

Ok.  [ Sorry, I missed this one. ]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-20 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-14 15:34 [testsuite]: Some test case skips Georg-Johann Lay
2011-07-20 14:01 ` Ping #1: " Georg-Johann Lay
2011-07-20 18:07 ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).