public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/31275]  New: ICE During Gettext Build
@ 2007-03-20  7:17 arcangelpip at hotmail dot com
  2007-03-20  7:18 ` [Bug c/31275] " arcangelpip at hotmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: arcangelpip at hotmail dot com @ 2007-03-20  7:17 UTC (permalink / raw)
  To: gcc-bugs

msgl-check.c: In function 'plural_help':
msgl-check.c:194: error: unrecognizable insn:
(insn 41 40 42 4 msgl-check.c:179 (set (reg:SI 75)
        (const:SI (plus:SI (mem:SI (symbol_ref:SI ("#i.plural_table") <var_decl
0xb7e11b58 plural_table>) [0 S4 A8])
                (const_int 4 [0x4])))) -1 (nil)
    (nil))
msgl-check.c:194: internal compiler error: in extract_insn, at recog.c:2084
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I get this when I try to cross compile gettext for mingw from linux.

It is being compiled with this command line.

/crosstools/crosscc/bin/i686-pc-mingw32-gcc
-DLOCALEDIR="/crosstools/crosscc/share/locale" 
-DBISON_LOCALEDIR="" -DLOCALE_ALIAS_PATH="/crosstools/crosscc/share/locale"
-DUSEJEXE=1 
-DGETTEXTJEXEDIR="/crosstools/crosscc/lib/gettext" 
-DGETTEXTJAR="/crosstools/crosscc/share/gettext/gettext.jar" 
-DLIBDIR="/crosstools/crosscc/lib" 
-DGETTEXTDATADIR="/crosstools/crosscc/share/gettext" 
-DPROJECTSDIR="/crosstools/crosscc/share/gettext/projects" -DHAVE_CONFIG_H -c
-I. -I.. 
-I../libgrep -I../libuniname -I../gnulib-lib -I../intl
-I../../gettext-runtime/intl -I/crosstools/crosscc/include -g -O2 msgl-check.c
-o msgl-check.o

This is the output for i686-pc-mingw32-gcc -v

Using built-in specs.
Target: i686-pc-mingw32
Configured with: ../gcc-4.1.2/configure --prefix=/crosstools/crosscc
--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-mingw32
--enable-shared --enable-threads --disable-nls --enable-c99 --enable-long-long
--disable-multilib --enable-languages=c,c++,java,objc,obj-c++,fortran
--enable-libgcj --enable-boehm-gc --with-gcj --enable-sjlj-exceptions
Thread model: win32
gcc version 4.1.2


-- 
           Summary: ICE During Gettext Build
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: arcangelpip at hotmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-mingw32


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


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

* [Bug c/31275] ICE During Gettext Build
  2007-03-20  7:17 [Bug c/31275] New: ICE During Gettext Build arcangelpip at hotmail dot com
@ 2007-03-20  7:18 ` arcangelpip at hotmail dot com
  2007-03-20  8:22 ` dannysmith at users dot sourceforge dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: arcangelpip at hotmail dot com @ 2007-03-20  7:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from arcangelpip at hotmail dot com  2007-03-20 07:18 -------
Created an attachment (id=13237)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13237&action=view)
Preprocessed output from the file.

Added the preprocessed output.


-- 


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


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

* [Bug c/31275] ICE During Gettext Build
  2007-03-20  7:17 [Bug c/31275] New: ICE During Gettext Build arcangelpip at hotmail dot com
  2007-03-20  7:18 ` [Bug c/31275] " arcangelpip at hotmail dot com
@ 2007-03-20  8:22 ` dannysmith at users dot sourceforge dot net
  2007-03-20 13:58 ` arcangelpip at hotmail dot com
  2007-03-20 15:20 ` [Bug target/31275] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dannysmith at users dot sourceforge dot net @ 2007-03-20  8:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dannysmith at users dot sourceforge dot net  2007-03-20 08:21 -------
This is a dup of  PR 29826.
The testcase (and 29826) succeeds on gcc version 4.2.0 20070319 (prerelease)
and on  gcc version 4.3.0 20070318 (experimental) with mingw32

Danny


-- 


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


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

* [Bug c/31275] ICE During Gettext Build
  2007-03-20  7:17 [Bug c/31275] New: ICE During Gettext Build arcangelpip at hotmail dot com
  2007-03-20  7:18 ` [Bug c/31275] " arcangelpip at hotmail dot com
  2007-03-20  8:22 ` dannysmith at users dot sourceforge dot net
@ 2007-03-20 13:58 ` arcangelpip at hotmail dot com
  2007-03-20 15:20 ` [Bug target/31275] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: arcangelpip at hotmail dot com @ 2007-03-20 13:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from arcangelpip at hotmail dot com  2007-03-20 13:58 -------
I just tried with the latest sources for 4.1 and it still ICE with that. Same
place same message. It may work on 4.2 and 4.3 but it doesn't work for me on
4.1.


-- 


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


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

* [Bug target/31275] ICE During Gettext Build
  2007-03-20  7:17 [Bug c/31275] New: ICE During Gettext Build arcangelpip at hotmail dot com
                   ` (2 preceding siblings ...)
  2007-03-20 13:58 ` arcangelpip at hotmail dot com
@ 2007-03-20 15:20 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-20 15:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-03-20 15:20 -------


*** This bug has been marked as a duplicate of 29826 ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-03-20 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20  7:17 [Bug c/31275] New: ICE During Gettext Build arcangelpip at hotmail dot com
2007-03-20  7:18 ` [Bug c/31275] " arcangelpip at hotmail dot com
2007-03-20  8:22 ` dannysmith at users dot sourceforge dot net
2007-03-20 13:58 ` arcangelpip at hotmail dot com
2007-03-20 15:20 ` [Bug target/31275] " pinskia at gcc dot gnu dot 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).