[Bug c/31457] New: Internal Compiler Error

2007-04-03 Thread henman at it dot to-be dot co dot jp
Error: unrecognizable insn

(1) $ /usr/local/bin/gcc -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../configure --enable-languages=c,c++,objc,fortran,java
--cache-file=build_cache.dat
Thread model: single
gcc version 4.1.3 20070402 (prerelease)


(2) system type:  CYGWIN_NT-5.1 1.5.24(0.156/4/2) 2007-01-31 10:57

(3) The options given when GCC was configured/built:
../configure --enable-languages=c,c++,objc,fortran,java
--cache-file=build_cache.dat

(4) The complete command line that triggers the bug

/usr/local/bin/gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes
-O2  -o rlimits..o rlimits.c

(5)the compiler output (error messages, warnings, etc.):

rlimits.c: In function 'bin_unlimit':
rlimits.c:663: error: unrecognizable insn:
(insn 45 44 46 5 (set (reg:SI 84)
(const:SI (plus:SI (mem:SI (symbol_ref:SI ("#i.current_limits")
) [0 S4 A8])
(const_int 4 [0x4] -1 (nil)
(nil))
rlimits.c:663: internal compiler error: in extract_insn, at recog.c:2084
Please submit a full bug report,
with preprocessed source if appropriate.


(6) The preprocessed file (*.i*) that triggers the bug, generated by adding
-save-temps to the above command line which triggers the bug.


Line# 633 of "rlimits.c" is:
for (; *argv; argv++) {

--- This occurred while trying to compile 

zsh VERS=4.3.2
zsh source at: ftp://ftp.zsh.org/zsh


Hopefully this information helps.

Regards,
  d. henman


-- 
   Summary: Internal Compiler Error
   Product: gcc
   Version: 4.1.3
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: henman at it dot to-be dot co dot jp
GCC target triplet: i686-pc-cygwin


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



[Bug c/31595] New: internal compiler error

2007-04-17 Thread henman at it dot to-be dot co dot jp
/usr/local/bin/gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes
-O2  -o rlimits..o rlimits.c
rlimits.c: In function 'bin_unlimit':
rlimits.c:674: error: unrecognizable insn:
/usr/local/bin/gcc -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../configure --enable-languages=c,c++,objc,fortran,java
--cache-file=build_cache.dat
Thread model: single
gcc version 4.1.3 20070416 (prerelease)


This might be related to: "[Bug target/29826] __attribute__ dllimport makes
optimization crash on cygwin"

As well as "*** Bug 31457 has been marked as a duplicate of this bug. ***"

But, it hasn't been fixed yet...
Is there a work around, for example some flags to set during compile regarding
the optimization, a flag or whatnot that would allow a good build, until the
bug is fixed?

Regards,
  Darel Henman

- bug described below
(insn 45 44 46 5 (set (reg:SI 84)
(const:SI (plus:SI (mem:SI (symbol_ref:SI ("#i.current_limits")
) [0 S4 A8])
(const_int 4 [0x4] -1 (nil)
(nil))
rlimits.c:674: internal compiler error: in extract_insn, at recog.c:2084
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [rlimits..o] Error 1


-- 
   Summary: internal compiler error
   Product: gcc
   Version: 4.1.3
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: henman at it dot to-be dot co dot jp
 GCC build triplet: gcc (GCC) 4.1.3 20070416 (prerelease)
  GCC host triplet:  from /bin/../lib/gcc/i686-pc-cygwin/3.4.4/specs
GCC target triplet: CYGWIN_NT-5.1 1.5.24(0.156/4/2) 2007-01-31


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



[Bug c/33776] New: Crash during a build of zsh

2007-10-15 Thread henman at it dot to-be dot co dot jp
See the diagnostic message from the build gcc itself below:

make[3]: Entering directory `/usr/src/zsh/zsh-4.3.4/Src/Builtins'
gawk -f ./rlimits.awk /usr/include/sys/resource.h /dev/null > rlimits.h
/usr/local/bin/gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -O2  -o rlimits..o
rlimits.c
rlimits.c: In function 'bin_unlimit':
rlimits.c:674: error: unrecognizable insn:
(insn 44 43 45 7 (set (reg:SI 84)
(const:SI (plus:SI (mem:SI (symbol_ref:SI ("#i.current_limits")
) [0 S4 A8])
(const_int 4 [0x4] -1 (nil)
(nil))
rlimits.c:674: internal compiler error: in extract_insn, at recog.c:2077
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [rlimits..o] Error 1


- end of paste

please let me know how to correct this or how you to correct it.

regards,
 darel henman


-- 
   Summary: Crash during a build of zsh
   Product: gcc
   Version: 4.2.2
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: henman at it dot to-be dot co dot jp
 GCC build triplet: gcc (GCC) 4.2.2(just read the error message below:)
  GCC host triplet: see below  cygwin i586...
GCC target triplet: CYGWIN_NT-5.1 1.5.24(0.156/4/2)


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



[Bug c/33777] New: Crash during a build of zsh

2007-10-15 Thread henman at it dot to-be dot co dot jp
See the diagnostic message from the build gcc itself below:

make[3]: Entering directory `/usr/src/zsh/zsh-4.3.4/Src/Builtins'
gawk -f ./rlimits.awk /usr/include/sys/resource.h /dev/null > rlimits.h
/usr/local/bin/gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -O2  -o rlimits..o
rlimits.c
rlimits.c: In function 'bin_unlimit':
rlimits.c:674: error: unrecognizable insn:
(insn 44 43 45 7 (set (reg:SI 84)
(const:SI (plus:SI (mem:SI (symbol_ref:SI ("#i.current_limits")
) [0 S4 A8])
(const_int 4 [0x4] -1 (nil)
(nil))
rlimits.c:674: internal compiler error: in extract_insn, at recog.c:2077
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [rlimits..o] Error 1


- end of paste

please let me know how to correct this or how you to correct it.

regards,
 darel henman


-- 
   Summary: Crash during a build of zsh
   Product: gcc
   Version: 4.2.2
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: henman at it dot to-be dot co dot jp
 GCC build triplet: gcc (GCC) 4.2.2(just read the error message below:)
  GCC host triplet: see below  cygwin i586...
GCC target triplet: CYGWIN_NT-5.1 1.5.24(0.156/4/2)


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



[Bug c/33777] Crash during a build of zsh

2007-10-15 Thread henman at it dot to-be dot co dot jp


--- Comment #1 from henman at it dot to-be dot co dot jp  2007-10-15 08:33 
---
none


-- 


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



[Bug other/29668] New: make error

2006-10-30 Thread henman at it dot to-be dot co dot jp
My platform is: CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30

  And I plan to keep tracking 4.3 through its development phase and possible
help that it can also be used by other cygwin users.

  I downloaded gcc-core-4.3-20061028, the the c++, objc, and java components.

  Configured with: 
   ../configure --enable-shared --disable-nls
--enable-languages=c,c++,objc,java

   Result: Successfull

   # Then,

   make

   Result:  Error  (pasted below)

-- start paste content below:
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc
-I../../gcc/. -I../../gcc/../include -I..
/../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber   
../../gcc/dwarf2out.c -o dwarf2out.o
../../gcc/dwarf2out.c: In function `file_name_acquire':
../../gcc/dwarf2out.c:7672: error: `files' undeclared (first use in this
function)
../../gcc/dwarf2out.c:7672: error: (Each undeclared identifier is reported only
once
../../gcc/dwarf2out.c:7672: error: for each function it appears in.)
../../gcc/dwarf2out.c:7672: error: `i' undeclared (first use in this function)
make[3]: *** [dwarf2out.o] Error 1
make[3]: Leaving directory `/usr/src/gcc/gcc-4.3-20061028/objdir/gcc'
make[2]: *** [all-stage1-gcc] Error 2

 end of paste

Do you have any idea of what might be causing these symbols to be undeclared?
Ordering of the command arguments?

Thanks,
  Darel Henman


-- 
   Summary: make error
   Product: gcc
   Version: 4.3.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: other
AssignedTo: unassigned at gcc dot gnu dot org
    ReportedBy: henman at it dot to-be dot co dot jp
 GCC build triplet: gcc-4.3
  GCC host triplet: CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30
GCC target triplet: CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30


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