Commit 11f7dd15 by Joern Rennecke

_Pragma6.c: Fix comment.

	* gcc.dg/cpp/_Pragma6.c: Fix comment.
	Test is not supported on sh*-unknown-elf nor sh*-superh-elf.
	* g++.dg/cpp/_Pragma1.C: Likewise.

From-SVN: r114680
parent 82460c75
// PR c++/27748
// This is supposed to succeed only if
// the target doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION.
// { dg-do compile { target { ! *-*-solaris2* } } }
// the target defines HANDLE_PRAGMA_PACK_PUSH_POP
// and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION.
// { dg-do compile { target { ! { *-*-solaris2* sh*-[us]*-elf } } } }
#define push bar
#define foo _Pragma ("pack(push)")
......
/* PR c/27747 */
/* This is supposed to succeed only if
the target doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */
/* { dg-do compile { target { ! *-*-solaris2* } } } */
the target defines HANDLE_PRAGMA_PACK_PUSH_POP
and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */
/* { dg-do compile { target { ! { *-*-solaris2* sh*-[us]*-elf } } } } */
#define push bar
#define foo _Pragma ("pack(push)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment