From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28514 invoked by alias); 22 Feb 2014 20:32:05 -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 28497 invoked by uid 48); 22 Feb 2014 20:32:02 -0000 From: "vineetgupta22 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/60321] New: compiler error: in gcov_open, at gcov-io.c:82 Date: Sat, 22 Feb 2014 20:32: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-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: vineetgupta22 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cf_gcchost cf_gcctarget cf_gccbuild attachments.created Message-ID: 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: 2014-02/txt/msg02396.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60321 Bug ID: 60321 Summary: compiler error: in gcov_open, at gcov-io.c:82 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: vineetgupta22 at gmail dot com Host: i686-pc-mingw32 Target: i686-pc-mingw32 Build: i686-pc-cygwin Created attachment 32201 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32201&action=edit LawInfos - Full Project Attached Hi, I am using the Latest Compiler 4.8.2 on Cygwin Environment using Mingw32 Compiler to Create Shared Library for Cross Platforms. The details of Compiler are: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.8.2/lto-wrapper.exe Target: i686-pc-cygwin Configured with: /cygdrive/i/szsz/tmpp/gcc4/gcc-4.8.2-2/src/gcc-4.8.2/configure --srcdir=/cygdrive/i/szsz/tmpp/gcc4/gcc-4.8.2-2/src/gcc-4.8.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=i686-pc-cygwin --host=i686-pc-cygwin --target=i686-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-arch=i686 --with-tune=generic --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libada --enable-libjava --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --libexecdir=/usr/lib Thread model: posix gcc version 4.8.2 (GCC) I have attached the Full Project i.e. at Initial Stage of Development. Int the root Directory using ./bootstrap to use do my configuration options and to clean the Project Objects and other things using ./cls [written in bash]. I have also tried to compile the source in the cygwin environment it is then compiled without any error message. In attachment the ./deps and .gno files are attached which are generated by cygwin default environment. In the project I am using rdtsc for time execution and reporting. If you don't want to have any output on the screen then in LawCommonDef.h set vtrace to nothing. Vineet Gupta