public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/17690] New: ICE while compiling gcc-cvs for target ip2k-elf
@ 2004-09-27 10:15 stefan_banks at despammed dot com
  2004-09-27 12:51 ` [Bug target/17690] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: stefan_banks at despammed dot com @ 2004-09-27 10:15 UTC (permalink / raw)
  To: gcc-bugs

Make fails with 

/home/sb/obj/gcc/xgcc -B/home/sb/obj/gcc/ -B/usr/local/ip2k-elf/bin/
-B/usr/local/ip2k-elf/lib/ -isystem /usr/local/ip2k-elf/include -isystem
/usr/local/ip2k-elf/sys-include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -Dinhibit_libc -DDF=SF -g -DMIN_UNITS_PER_WORD=2 -g 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.
-I/home/sb/gcc4/gcc/gcc -I/home/sb/gcc4/gcc/gcc/.
-I/home/sb/gcc4/gcc/gcc/../include -I/home/sb/gcc4/gcc/gcc/../libcpp/include 
-fexceptions -c /home/sb/gcc4/gcc/gcc/unwind-dw2-fde.c -o libgcc/./unwind-dw2-fde.o
/home/sb/gcc4/gcc/gcc/unwind-pe.h: In function 'size_of_encoded_value':
/home/sb/gcc4/gcc/gcc/unwind-pe.h:79: internal compiler error: in
simplify_gen_subreg, at simplify-rtx.c:3753
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./unwind-dw2-fde.o] Error 1
make[2]: Leaving directory `/home/sb/obj/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/home/sb/obj/gcc'
make: *** [all-gcc] Error 2


Stefan

-- 
           Summary: ICE while compiling gcc-cvs for target ip2k-elf
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: stefan_banks at despammed dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ip2k-elf


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


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

* [Bug target/17690] ICE while compiling gcc-cvs for target ip2k-elf
  2004-09-27 10:15 [Bug target/17690] New: ICE while compiling gcc-cvs for target ip2k-elf stefan_banks at despammed dot com
@ 2004-09-27 12:51 ` pinskia at gcc dot gnu dot org
  2004-09-27 14:51 ` stefan_banks at despammed dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 12:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 12:51 -------
Can you attach the preprocessed source?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |build, ice-on-valid-code


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


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

* [Bug target/17690] ICE while compiling gcc-cvs for target ip2k-elf
  2004-09-27 10:15 [Bug target/17690] New: ICE while compiling gcc-cvs for target ip2k-elf stefan_banks at despammed dot com
  2004-09-27 12:51 ` [Bug target/17690] " pinskia at gcc dot gnu dot org
@ 2004-09-27 14:51 ` stefan_banks at despammed dot com
  2004-09-27 22:22 ` pinskia at gcc dot gnu dot org
  2004-09-27 22:22 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: stefan_banks at despammed dot com @ 2004-09-27 14:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From stefan_banks at despammed dot com  2004-09-27 14:51 -------
Created an attachment (id=7226)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7226&action=view)
unwind-dw2-fde.i (created with -save-temps)


-- 


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


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

* [Bug target/17690] ICE while compiling gcc-cvs for target ip2k-elf
  2004-09-27 10:15 [Bug target/17690] New: ICE while compiling gcc-cvs for target ip2k-elf stefan_banks at despammed dot com
  2004-09-27 12:51 ` [Bug target/17690] " pinskia at gcc dot gnu dot org
  2004-09-27 14:51 ` stefan_banks at despammed dot com
@ 2004-09-27 22:22 ` pinskia at gcc dot gnu dot org
  2004-09-27 22:22 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 22:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 22:21 -------
This is a dup of bug 13754.

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

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


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


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

* [Bug target/17690] ICE while compiling gcc-cvs for target ip2k-elf
  2004-09-27 10:15 [Bug target/17690] New: ICE while compiling gcc-cvs for target ip2k-elf stefan_banks at despammed dot com
                   ` (2 preceding siblings ...)
  2004-09-27 22:22 ` pinskia at gcc dot gnu dot org
@ 2004-09-27 22:22 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 22:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 22:22 -------
I should say I reduced to:
unsigned int
size_of_encoded_value (unsigned char encoding)
{
  if (encoding == 0xff)
    return 0;

  switch (encoding & 0x07)
    {
    case 0x00:
      return sizeof (void *);
    case 0x02:
      return 2;
    case 0x03:
      return 4;
    case 0x04:
      return 8;
    }
  abort ();
}
which means that it is a dup as return is changed to goto by the middle-end.

-- 


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


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

end of thread, other threads:[~2004-09-27 22:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-27 10:15 [Bug target/17690] New: ICE while compiling gcc-cvs for target ip2k-elf stefan_banks at despammed dot com
2004-09-27 12:51 ` [Bug target/17690] " pinskia at gcc dot gnu dot org
2004-09-27 14:51 ` stefan_banks at despammed dot com
2004-09-27 22:22 ` pinskia at gcc dot gnu dot org
2004-09-27 22:22 ` 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).