Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(292)

Unified Diff: gcc/testsuite/g++.dg/pph/c1anonymous1.h

Issue 5846054: [pph] Tagless Types; Macro Redefines (Closed) Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/pph/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/testsuite/g++.dg/pph/README ('k') | gcc/testsuite/g++.dg/pph/c1anonymous2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/testsuite/g++.dg/pph/c1anonymous1.h
===================================================================
--- gcc/testsuite/g++.dg/pph/c1anonymous1.h (revision 185481)
+++ gcc/testsuite/g++.dg/pph/c1anonymous1.h (working copy)
@@ -1,11 +1,8 @@
-// { xfail-if "ANONYMOUS MERGING" { "*-*-*" } { "-fpph-map=pph.map" } }
-// { dg-bogus "c0anonymous.h:4:16: error: 'anon_t' has a previous declaration here" "" { xfail *-*-* } 0 }
-
#ifndef C1ANONYMOUS
#define C1ANONYMOUS
#include "c0anonymous.h"
-enum { first, second }; // { dg-bogus "'anon_t' referred to as enum" "" { xfail *-*-* } }
+enum { first, second };
#endif
« no previous file with comments | « gcc/testsuite/g++.dg/pph/README ('k') | gcc/testsuite/g++.dg/pph/c1anonymous2.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b