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

Issue 4407048: [pph] Rebuild compilation context from PPH images (1/6) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by Diego Novillo
Modified:
13 years ago
Reviewers:
CC:
Lawrence Crowl, gcc-patches_gcc.gnu.org
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, --1 lines) Patch
M gcc/testsuite/ChangeLog.pph View 0 chunks +-1 lines, --1 lines 0 comments Download
M gcc/testsuite/g++.dg/pph/p1mean.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 1
Diego Novillo
13 years ago (2011-04-14 19:40:46 UTC) #1
This test case is getting the compiler into an infinite recursive
loop.  I'm disabling it for now so we can keep working on the other
PPH failures.

Diego.

    	* g++.dg/pph/p1mean.cc: Force syntax error.

diff --git a/gcc/testsuite/ChangeLog.pph b/gcc/testsuite/ChangeLog.pph
index 806e96a..a5555c7 100644
diff --git a/gcc/testsuite/g++.dg/pph/p1mean.cc
b/gcc/testsuite/g++.dg/pph/p1mean.cc
index 82435ba..e223499 100644
--- a/gcc/testsuite/g++.dg/pph/p1mean.cc
+++ b/gcc/testsuite/g++.dg/pph/p1mean.cc
@@ -3,6 +3,8 @@
 #include <math.h>
 #include <string.h>
 
+SYNTAX ERROR TO AVOID COMPILING THIS - IT CAUSES INFINITE RECURSION.
+
 static unsigned long long MAX_ITEMS = 10000;
 
 static int


--
This patch is available for review at http://codereview.appspot.com/4407048
Sign in to reply to this message.

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