public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/48949] New: gcc-4.6.0 regression with complex.h on i386-pc-solaris2.10
@ 2011-05-10 15:37 mariah.lenox at gmail dot com
  2011-05-10 15:47 ` [Bug c/48949] " mariah.lenox at gmail dot com
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: mariah.lenox at gmail dot com @ 2011-05-10 15:37 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc-4.6.0 regression with complex.h on
                    i386-pc-solaris2.10
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mariah.lenox@gmail.com


/* gcc-4.6.0 regression with complex.h on i386-pc-solaris2.10

% gcc -c foo.c
foo.c: In function ‘foo’:
foo.c:5:11: error: ‘_Imaginary_I’ undeclared (first use in this function)
foo.c:5:11: note: each undeclared identifier is reported only once for each
function it appears in
%
% gcc-4.5.1 -c foo.c
%
% gcc -v 
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-4.6.0/x86_64-SunOS-core2/libexec/gcc/i386-pc-solaris2.10/4.6.0/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: /usr/local/gcc-4.6.0/src/gcc-4.6.0/configure
--enable-languages=c,c++,fortran --with-gnu-as
--with-as=/usr/local/binutils-2.21/x86_64-SunOS-gccc-4.5.1/bin/as --with-gnu-ld
--with-ld=/usr/local/binutils-2.21/x86_64-SunOS-gccc-4.5.1/bin/ld
--with-gmp=/usr/local/mpir-2.3.0/x86_64-SunOS-core2-gcc-4.5.1-abi32
--with-mpfr=/usr/local/mpfr-3.0.0/x86_64-SunOS-core2-mpir-2.3.0-gcc-4.5.1-abi32
--with-mpc=/usr/local/mpc-0.9/x86_64-SunOS-core2-mpir-2.3.0-mpfr-3.0.0-gcc-4.5.1-abi32
--prefix=/usr/local/gcc-4.6.0/x86_64-SunOS-core2
Thread model: posix
gcc version 4.6.0 (GCC) 
%
*/

#include <complex.h>

double _Complex
foo () {
   return I;
}


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-12-11 15:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-10 15:37 [Bug c/48949] New: gcc-4.6.0 regression with complex.h on i386-pc-solaris2.10 mariah.lenox at gmail dot com
2011-05-10 15:47 ` [Bug c/48949] " mariah.lenox at gmail dot com
2011-05-10 16:02 ` [Bug target/48949] [4.6/4.7 Regression] " jsm28 at gcc dot gnu.org
2011-05-19 12:56 ` jakub at gcc dot gnu.org
2011-06-27 16:27 ` jakub at gcc dot gnu.org
2011-10-10 11:50 ` rguenth at gcc dot gnu.org
2011-11-01 18:18 ` ebotcazou at gcc dot gnu.org
2011-11-01 18:18 ` ebotcazou at gcc dot gnu.org
2011-11-02 13:19 ` mariah.lenox at gmail dot com
2012-01-12 20:26 ` pinskia at gcc dot gnu.org
2012-01-14 10:35 ` jakub at gcc dot gnu.org
2012-01-19 12:37 ` rguenth at gcc dot gnu.org
2012-01-19 21:37 ` mariah.lenox at gmail dot com
2012-01-19 22:03 ` mariah.lenox at gmail dot com
2012-01-19 22:15 ` jakub at gcc dot gnu.org
2012-03-01 15:21 ` jakub at gcc dot gnu.org
2013-04-12 15:18 ` [Bug target/48949] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2013-12-11 15:15 ` ebotcazou at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).