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++/63262] internal compiler error including math.h


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262

karsten <karo13de at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |---

--- Comment #4 from karsten <karo13de at googlemail dot com> ---

After using the last built from latest development âsnapshotâ source for 4.9.2
from Oct 29th, according the maintainer of http://hpc.sourceforge.net/ the
error appears still!

System: Darwin ... 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT
2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64

Source: gmic.souceforge.net git

Compiler command: 
/usr/local/bin/g++ -o gmic_gimp.o -c gmic.cpp -std=c++11 -mtune=native -g
-Dgmic_build -I/opt/local/include -Wall -W ${BETA} -Dcimg_use_fftw3
-Dcimg_use_png -Dcimg_use_zlib -Dcimg_display=1 -Dcimg_appname=\"gmic\"
-I/usr/X11R6/include -Dcimg_use_rng -Dgmic_gimp

Error: 
In file included from /usr/local/include/c++/4.9.2/cmath:44:0,
                 from ./CImg.h:77,
                 from gmic.h:61,
                 from gmic.cpp:1876:
/usr/local/lib/gcc/x86_64-apple-darwin14.0.0/4.9.2/include-fixed/math.h:273:5:
interner Compiler-Fehler: Illegal instruction: 4
     return __inline_isfinitef(__x) && __builtin_fabsf(__x) >= __FLT_MIN__;
     ^

/usr/local/lib/gcc/x86_64-apple-darwin14.0.0/4.9.2/include-fixed/math.h:273:5:
interner Compiler-Fehler: Abort trap: 6
g++: interner Compiler-Fehler: Abort trap: 6 (Programm cc1plus)
Abort trap: 6

gmic.ii is stored as zipped file under
https://drive.google.com/file/d/0B-rhVuF5w5sgTFllWEdfdzE3NnM/view?usp=sharing
since larger than 1MB.

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