public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/24603]  New: Build crashes while compiling regex.c
@ 2005-10-31 23:43 sumesh dot uk at gmail dot com
  2005-11-01  0:13 ` [Bug target/24603] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sumesh dot uk at gmail dot com @ 2005-10-31 23:43 UTC (permalink / raw)
  To: gcc-bugs

This is the error message I get
../../../im-alias-source/libiberty/regex.c: In function 'byte_regex_compile':
../../../im-alias-source/libiberty/regex.c:4221: error: unrecognizable insn:
(insn 160 159 161 3 ../../../im-alias-source/libiberty/regex.c:284 (set (reg:SI
326 [ ivtmp.838 ])
        (const:SI (plus:SI (symbol_ref:SI ("_ctype_") <var_decl 0x40162210
_ctype_>)
                (const_int 1 [0x1])))) -1 (nil)
    (nil))
../../../im-alias-source/libiberty/regex.c:4221: internal compiler error: in
extract_insn, at recog.c:2084



This was on both im-alias branch and cvs version I checked  out on 10/27/05. 
Here are my configure options 
../im-alias-source/configure   --srcdir=../im-alias-source/ --target=mcore-elf
--with-newlib --disable-threads --disable-multilib --disable-nls
--prefix=/usr/local/gcc4-mcore --enable-languages=c

Here is the compiler line 
/home/sumesh/gcc4-mcore/im-alias/gcc_obj/./gcc/xgcc
-B/home/sumesh/gcc4-mcore/im-alias/gcc_obj/./gcc/
-B/usr/local/gcc4-mcore/mcore-elf/bin/ -B/usr/local/gcc4-mcore/mcore-elf/lib/
-isystem /usr/local/gcc4-mcore/mcore-elf/include -isystem
/usr/local/gcc4-mcore/mcore-elf/sys-include -c -DHAVE_CONFIG_H -O2 -g -O2   -I.
-I../../../im-alias-source/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings -Wstrict-prototypes ../../../im-alias-source/libiberty/regex.c
-o regex.o


-- 
           Summary: Build crashes while compiling regex.c
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sumesh dot uk at gmail dot com
  GCC host triplet: linux-gnu-i686
GCC target triplet: mcore-elf


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


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

* [Bug target/24603] Build crashes while compiling regex.c
  2005-10-31 23:43 [Bug tree-optimization/24603] New: Build crashes while compiling regex.c sumesh dot uk at gmail dot com
@ 2005-11-01  0:13 ` pinskia at gcc dot gnu dot org
  2005-11-01  0:36 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-01  0:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-01 00:12 -------
This is a target issue.  Can you attach regex.i when you add -save-temps to
that command line?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |target
            Summary|Build crashes while         |Build crashes while
                   |compiling regex.c           |compiling regex.c


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


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

* [Bug target/24603] Build crashes while compiling regex.c
  2005-10-31 23:43 [Bug tree-optimization/24603] New: Build crashes while compiling regex.c sumesh dot uk at gmail dot com
  2005-11-01  0:13 ` [Bug target/24603] " pinskia at gcc dot gnu dot org
@ 2005-11-01  0:36 ` pinskia at gcc dot gnu dot org
  2005-11-01 22:12 ` sumesh dot uk at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-01  0:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-01 00:36 -------
I think this is a dup of bug 22044.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |22044


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


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

* [Bug target/24603] Build crashes while compiling regex.c
  2005-10-31 23:43 [Bug tree-optimization/24603] New: Build crashes while compiling regex.c sumesh dot uk at gmail dot com
  2005-11-01  0:13 ` [Bug target/24603] " pinskia at gcc dot gnu dot org
  2005-11-01  0:36 ` pinskia at gcc dot gnu dot org
@ 2005-11-01 22:12 ` sumesh dot uk at gmail dot com
  2005-11-01 22:13 ` sumesh dot uk at gmail dot com
  2006-01-10  4:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sumesh dot uk at gmail dot com @ 2005-11-01 22:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sumesh dot uk at gmail dot com  2005-11-01 22:12 -------
Created an attachment (id=10107)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10107&action=view)
Preprocessed source file 


-- 


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


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

* [Bug target/24603] Build crashes while compiling regex.c
  2005-10-31 23:43 [Bug tree-optimization/24603] New: Build crashes while compiling regex.c sumesh dot uk at gmail dot com
                   ` (2 preceding siblings ...)
  2005-11-01 22:12 ` sumesh dot uk at gmail dot com
@ 2005-11-01 22:13 ` sumesh dot uk at gmail dot com
  2006-01-10  4:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sumesh dot uk at gmail dot com @ 2005-11-01 22:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from sumesh dot uk at gmail dot com  2005-11-01 22:13 -------
Created an attachment (id=10108)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10108&action=view)
Assembly output 


-- 


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


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

* [Bug target/24603] Build crashes while compiling regex.c
  2005-10-31 23:43 [Bug tree-optimization/24603] New: Build crashes while compiling regex.c sumesh dot uk at gmail dot com
                   ` (3 preceding siblings ...)
  2005-11-01 22:13 ` sumesh dot uk at gmail dot com
@ 2006-01-10  4:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-10  4:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-01-10 04:44 -------


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


-- 

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=24603



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

end of thread, other threads:[~2006-01-10  4:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-31 23:43 [Bug tree-optimization/24603] New: Build crashes while compiling regex.c sumesh dot uk at gmail dot com
2005-11-01  0:13 ` [Bug target/24603] " pinskia at gcc dot gnu dot org
2005-11-01  0:36 ` pinskia at gcc dot gnu dot org
2005-11-01 22:12 ` sumesh dot uk at gmail dot com
2005-11-01 22:13 ` sumesh dot uk at gmail dot com
2006-01-10  4:44 ` 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).