From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3581 invoked by alias); 19 Dec 2013 21:54:35 -0000 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 Received: (qmail 3553 invoked by uid 48); 19 Dec 2013 21:54:32 -0000 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/59436] [4.9 Regression] FAIL: 17_intro/headers/c++200x/stdc++.cc (test for excess errors) Date: Thu, 19 Dec 2013 21:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-12/txt/msg01895.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59436 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hjl.tools at gmail dot com --- Comment #16 from H.J. Lu --- The bad run has open("x86_64-unknown-linux-gnu/bits/stdc++.h.gch/O2ggnu++0x.gch", O_RDONLY|O_NOCTTY) = 5 fstat(5, {st_mode=S_IFREG|0644, st_size=78195440, ...}) = 0 read(5, "gpch+014l\272\361U\305\242H\350\25\237\343\320\316\t\376\323", 24) = 24 read(5, "\3\1\0\0\0\0\0\0\200\367x\0\0\0\0\0\340\0\0\0\0\0\0\0", 24) = 24 ... read(5, "r\5\0\20\0\0\0\340r\5\0\20\0\0\0\340r\5\0\20\0\0\0\340r\5\0\20\0\0\0\340"..., 4096) = 4096 read(5, "v\5\0\20\0\0\0p\236L\2\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 mmap(0x1000000000, 77393920, PROT_READ|PROT_WRITE, MAP_PRIVATE, 5, 0xc1000) = 0x1000000000 ... The good runs don't do mmap on PCH file.