This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48949] [4.6/4.7 Regression] gcc-4.6.0 regression with complex.h on i386-pc-solaris2.10
- From: "mariah.lenox at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 19 Jan 2012 20:48:33 +0000
- Subject: [Bug target/48949] [4.6/4.7 Regression] gcc-4.6.0 regression with complex.h on i386-pc-solaris2.10
- Auto-submitted: auto-generated
- References: <bug-48949-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48949
Mariah Lenox <mariah.lenox at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |4.6.2
--- Comment #11 from Mariah Lenox <mariah.lenox at gmail dot com> 2012-01-19 20:48:33 UTC ---
I get this bug on
sparc-sun-solaris2.8
sparc-sun-solaris2.10
i386-pc-solaris2.10
> Can you look into your logs if you have message like:
> Applying solaris_complex to complex.h
> in your build log?
Yes, this message appears in my build log:
: Quoted includes in mps/secport.h
: Applying solaris_complex to complex.h
: Applying solaris_complex_cxx to complex.h
: /opt/sfw/bin/gsed: -e expression #1, char 33: Extra characters after command
: Applying math_exception to math.h
> Can you look into your build tree if you have
> gcc/include-fixed/complex.h header?
It does NOT exist:
% pwd
/usr/local/gcc-4.6.2/src/obj-x86_64-SunOS-k8/gcc/include-fixed
% ls
README curses.h math.h sys/ zconf.h
X11@ dat/ mps/ syslimits.h
Xm@ iso/ pthread.h wchar.h
arpa/ limits.h root/ xil@
%
>Did it get installed?
> /usr/local/gcc-4.6.0/x86_64-SunOS-core2/lib/gcc/i386-pc-solaris2.10/4.6.0/include-fixed/complex.h
> would be the installed location of the file.
It did NOT get installed:
% pwd
/usr/local/gcc-4.6.2/x86_64-SunOS-k8/lib/gcc/i386-pc-solaris2.10/4.6.2/include-fixed
% ls
README curses.h math.h sys/ zconf.h
X11@ dat/ mps/ syslimits.h
Xm@ iso/ pthread.h wchar.h
arpa/ limits.h root/ xil@
%
%
% gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-4.6.2/x86_64-SunOS-k8/libexec/gcc/i386-pc-solaris2.10/4.6.2/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: /usr/local/gcc-4.6.2/src/gcc-4.6.2/configure
--enable-languages=c --with-gnu-as
--with-as=/usr/local/binutils-2.21.1/x86_64-SunOS-k8-gcc-4.6.1-without-zlib/bin/as
--with-gnu-ld
--with-ld=/usr/local/binutils-2.21.1/x86_64-SunOS-k8-gcc-4.6.1-without-zlib/bin/ld
--with-gmp=/usr/local/gmp-5.0.2/x86_64-SunOS-k8-gcc-4.6.0-abi32
--with-mpfr=/usr/local/mpfr-3.1.0/x86_64-SunOS-k8-gmp-5.0.2-gcc-4.6.1-abi32
--with-mpc=/usr/local/mpc-0.9/x86_64-SunOS-k8-gmp-5.0.2-mpfr-3.1.0-gcc-4.5.3-abi32
--prefix=/usr/local/gcc-4.6.2/x86_64-SunOS-k8
Thread model: posix
gcc version 4.6.2 (GCC)
%