This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/35159] g++ and gfortran inoperable with no error message



------- Comment #23 from nightstrike at gmail dot com  2008-09-21 17:06 -------
(In reply to comment #22)
> I'm probably not the one who'll find the core of the bug but I'd like to
> mention two simple facts:

Thanks for your feedback!

> 1: mingw-w64-bin_i686-mingw_20080707   WORKS
> 2: mingw-w64-bin_x86_64-mingw_20080724 DOESN'T WORK
> (Vista64 SP1)
> 
> I don't use it currently so I haven't tried new versions.

This is because the first one is a cross compiler, while the second is a native
compiler.  It just happens that you can run a cross compiler on the native
system, since Win64 supports running Win32 code.

> Btw. I think it's GCC v. 4.4.0 (experimental) instead of 4.3.0.

The problem originated in version 4.3.0, and has stayed ever since.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35159


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]