From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31707 invoked by alias); 3 Jun 2012 15:43:23 -0000 Received: (qmail 31697 invoked by uid 22791); 3 Jun 2012 15:43:22 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Jun 2012 15:43:09 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/53565] New: [4.8 Regression] FAIL: libgomp.c++/for-7.C Date: Sun, 03 Jun 2012 15:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-06/txt/msg00113.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53565 Bug #: 53565 Summary: [4.8 Regression] FAIL: libgomp.c++/for-7.C Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: dominiq@lps.ens.fr CC: hjl.tools@gmail.com, jason@gcc.gnu.org Between revisions 188113 (OK, see http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg00085.html ) and 188118 (see http://gcc.gnu.org/ml/gcc-testresults/2012-06/msg00094.html ), the test libgomp.c++/for-7.C has started to fail with: Executing on host: /opt/gcc/build_w/gcc/xgcc -B/opt/gcc/build_w/gcc/ /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C -B/opt/gcc/build_w/x86_64-apple-darwin10.8.0/i386/libgomp/ -B/opt/gcc/build_w/x86_64-apple-darwin10.8.0/i386/libgomp/.libs -I/opt/gcc/build_w/x86_64-apple-darwin10.8.0/i386/libgomp -I/opt/gcc/work/libgomp/testsuite/.. -march=i486 -shared-libgcc -fmessage-length=0 -fno-diagnostics-show-caret -fopenmp -O0 -std=c++0x -fopenmp -B/opt/gcc/build_w/x86_64-apple-darwin10.8.0/i386/libgomp/../libstdc++-v3/src/.libs -L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/i386/libgomp/.libs -L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/i386/libgomp/../libstdc++-v3/src/.libs -lstdc++ -lm -m32 -o ./for-7.exe (timeout = 300) /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C: In instantiation of 'void f2() [with T = int]': /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C:95:12: required from here /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C:49:3: error: use of 'i' before deduction of 'auto' /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C: In instantiation of 'void f5() [with T = const char*]': /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C:104:21: required from here /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C:77:3: error: use of 'i' before deduction of 'auto' compiler exited with status 1 ... FAIL: libgomp.c++/for-7.C -O0 (test for excess errors) Excess errors: /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C:49:3: error: use of 'i' before deduction of 'auto' /opt/gcc/work/libgomp/testsuite/libgomp.c++/for-7.C:77:3: error: use of 'i' before deduction of 'auto' >>From the error it seems that this is caused by r188116.