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 target/58799] -mx32 causes a fatal internal error during a Netbeans compile


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

--- Comment #2 from aschwarz1309 at att dot net ---
-m32 generates the following error. The output is copied from the Netbeans IDE
output window.

g++ -w -m32ÂÂ -c -g -MMD -MP -MF build/Debug/Cygwin-Windows/SlipCellBase.o.d -o
build/Debug/Cygwin-Windows/SlipCellBase.o SlipCellBase.cpp
In file included from
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/include/c++/bits/stl_algo.h:59:0,
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ from
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/include/c++/algorithm:62,
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ from SlipCellBase.cpp:12:
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/include/c++/cstdlib:178:10: error: expected
unqualified-id before â__int128â
ÂÂ inline __int128
ÂÂÂÂÂÂÂÂÂ ^
nbproject/Makefile-Debug.mk:118: recipe for target
`build/Debug/Cygwin-Windows/SlipCellBase.o' failed




________________________________
 From: pinskia at gcc dot gnu.org <gcc-bugzilla@gcc.gnu.org>
To: aschwarz@acm.org 
Sent: Friday, October 18, 2013 3:05 PM
Subject: [Bug target/58799] -mx32 causes a fatal internal error during a
Netbeans compile


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

      What  |Removed           |Added
----------------------------------------------------------------------------
       Target|              |x86_64-*-cygwin
     Component|c++             |target
      Severity|major            |normal

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
-mx32 has not been ported to Windows at all. Windows system libraries does not
have support for the x32 ABI. You should use -m32 instead. Though we should
not have an internal compiler error.

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