public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/56796] New: ‘TARGET_CYGWIN64’ was not declared in this scope
@ 2013-03-31 22:47 jojelino at gmail dot com
  2013-04-14 19:24 ` [Bug target/56796] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: jojelino at gmail dot com @ 2013-03-31 22:47 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56796
           Summary: ‘TARGET_CYGWIN64’ was not declared in this scope
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jojelino@gmail.com
              Host: i686-pc-cygwin
            Target: i686-pc-cygwin
             Build: i686-pc-cygwin


host-i686-pc-cygwin-gcc failed to compile.

configure command used for configuration time was

'/tmp/gcc/gcc/configure'  '--cache-file=../config.cache' '--prefix=/usr'
'--disable-win32-registry' '--enable-threads=win32'
'--with-win32-nlsapi=unicode' '--enable-tls' '--disable-bootstrap'
'--enable-shared' '--disable-sjlj-exceptions' '--enable-gomp'
'--enable-cloog-backend=isl' '--enable-languages=c,c++,fortran,lto'
'--program-transform-name=s,y,y,' '--disable-option-checking'
'--build=i686-pc-cygwin' '--host=i686-pc-cygwin' '--target=i686-pc-cygwin'
'--srcdir=../.././gcc' 'build_alias=i686-pc-cygwin' 'host_alias=i686-pc-cygwin'
'target_alias=i686-pc-cygwin' 'CC=gcc' 'CFLAGS=-O2' 'LDFLAGS=-static-libstdc++
-static-libgcc -Wl,--stack,12582912' 'CXX=g++' 'CXXFLAGS=-O2' 'GMPLIBS=-lmpc
-lmpfr -lgmp' 'GMPINC=' 'ISLINC=' 'CLOOGLIBS=-lcloog-isl  -lisl'
'CLOOGINC=-DCLOOG_INT_GMP ' $ac_configure_extra_args --no-create --no-recursion
.

$ make
g++ -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND  -DIN_GCC    -fno-exceptions
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual  -fno-common  -DHAVE_CONFIG_H -I. -Ic-family -I../.././gcc
-I../.././gcc/c-family  -I../.././gcc/../include  
-I../.././gcc/../libcpp/include  -I../.././gcc/../libdecnumber
-I../.././gcc/../libdecnumber/bid -I../libdecnumber
-I../.././gcc/../libbacktrace  -DCLOOG_INT_GMP   
../.././gcc/c-family/c-cppbuiltin.c -o c-family/c-cppbuiltin.o
In file included from ./tm.h:22:0,
                 from ../.././gcc/c-family/c-cppbuiltin.c:23:
../.././gcc/c-family/c-cppbuiltin.c: In function ‘void
c_cpp_builtins(cpp_reader*)’:
../.././gcc/config/i386/cygwin.h:25:12: error: ‘TARGET_CYGWIN64’ was not
declared in this scope
       if (!TARGET_CYGWIN64)     \
            ^
../.././gcc/config/i386/cygming.h:146:2: note: in expansion of macro
‘EXTRA_OS_CPP_BUILTINS’
  EXTRA_OS_CPP_BUILTINS ();     \
  ^
../.././gcc/c-family/c-cppbuiltin.c:914:3: note: in expansion of macro
‘TARGET_OS_CPP_BUILTINS’
   TARGET_OS_CPP_BUILTINS ();
   ^
Makefile:1060: recipe for target `c-family/c-cppbuiltin.o' failed
make: *** [c-family/c-cppbuiltin.o] Error 1
>From gcc-bugs-return-418853-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Mar 31 23:15:45 2013
Return-Path: <gcc-bugs-return-418853-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 15445 invoked by alias); 31 Mar 2013 23:15:45 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 15422 invoked by uid 48); 31 Mar 2013 23:15:30 -0000
From: "raj.khem at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/56797] New: internal compiler error: in extract_insn, at recog.c:2150
Date: Sun, 31 Mar 2013 23:15:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: raj.khem at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
Message-ID: <bug-56797-4@http.gcc.gnu.org/bugzilla/>
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
X-SW-Source: 2013-03/txt/msg02294.txt.bz2
Content-length: 1494


http://gcc.gnu.org/bugzilla/show_bug.cgi?idV797

             Bug #: 56797
           Summary: internal compiler error: in extract_insn, at
                    recog.c:2150
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: raj.khem@gmail.com


Created attachment 29762
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id)762
testcase

Attached sample worked fine on gcc 4.7 but gcc 4.8 ICE's on ARM

-std=gnu99 -fgnu89-inline -c -march=armv5te -O2

is the compiler option set used

/tmp/xx.i:3786:1: error: unrecognizable insn:
 }
 ^
(insn 516 515 12 16 (parallel [
            (set (reg:SI 3 r3)
                (mem/c:SI (reg:SI 3 r3) [11 S4 A32]))
            (set (reg:SI 12 ip)
                (mem/c:SI (plus:SI (reg:SI 3 r3)
                        (const_int 4 [0x4])) [11 S4 A32]))
            (set (reg/f:SI 13 sp)
                (mem/c:SI (plus:SI (reg:SI 3 r3)
                        (const_int 8 [0x8])) [13 %sfp+-40 S4 A32]))
        ]) /tmp/xx.i:3735 -1
     (expr_list:REG_ARGS_SIZE (const_int 0 [0])
        (nil)))
/tmp/xx.i:3786:1: internal compiler error: in extract_insn, at recog.c:2150
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug target/56796] ‘TARGET_CYGWIN64’ was not declared in this scope
  2013-03-31 22:47 [Bug target/56796] New: ‘TARGET_CYGWIN64’ was not declared in this scope jojelino at gmail dot com
@ 2013-04-14 19:24 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-04-14 19:24 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
            Version|4.8.0                       |4.9.0
         Resolution|                            |FIXED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-04-14 19:24:32 UTC ---
Fixed by:
2013-04-08  Kai Tietz  <ktietz@redhat.com>

        * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): Replaced
        TARGET_CYGWIN64 by TARGET_64BIT.


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

end of thread, other threads:[~2013-04-14 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-31 22:47 [Bug target/56796] New: ‘TARGET_CYGWIN64’ was not declared in this scope jojelino at gmail dot com
2013-04-14 19:24 ` [Bug target/56796] " pinskia 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).