public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12008] New: ICE on legal code, gcc 3.3.1
@ 2003-08-21 12:38 gcc-bugzilla at gcc dot gnu dot org
  2003-08-21 13:22 ` [Bug target/12008] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2003-08-21 12:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE on legal code, gcc 3.3.1
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rz at linux-m68k dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i586-pc-linux-gnu
  GCC host triplet: i586-pc-linux-gnu
GCC target triplet: m68k-unknown-linux-gnu


ICE when compiling ide-cd module of Linux kernel. Also happens
in 3.3.x

Environment:
System: Linux rz 2.4.18-14 #1 Wed Sep 4 11:57:57 EDT 2002 i586 i586 i386 GNU/Linux
Architecture: i586

	<machine, os, target, libraries (multiple lines)>
host: i586-pc-linux-gnu
build: i586-pc-linux-gnu
target: m68k-unknown-linux-gnu
configured with: ../gcc-3.3.1-rz/configure --enable-languages=c --enable-checking=misc,tree,rtl --target=m68k-linux --enable-threads=posix --enable-shared --enable-__cxa_atexit

How-To-Repeat:

Compile as
	 m68k-linux-gcc -da   -O2   test1.c

## test1.c ##

typedef union {
        unsigned all :8;
} x_t;

char test_x (char sv)
{
        x_t error;
	
        if (sv) 
	   error.all = sv;

        return error.all;
}
#############
------- Additional Comments From rz at linux-m68k dot org  2003-08-21 12:38 -------
Fix:

no known fix yet.


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

end of thread, other threads:[~2003-12-28 12:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21 12:38 [Bug c/12008] New: ICE on legal code, gcc 3.3.1 gcc-bugzilla at gcc dot gnu dot org
2003-08-21 13:22 ` [Bug target/12008] " pinskia at gcc dot gnu dot org
2003-08-25 14:08 ` [Bug optimization/12008] " dhazeghi at yahoo dot com
2003-09-27  4:07 ` bernie at develer dot com
2003-12-28  4:07 ` pinskia at gcc dot gnu dot org
2003-12-28 20:10 ` rz at linux-m68k 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).