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

* [Bug target/12008] ICE on legal code, gcc 3.3.1
  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 ` pinskia at gcc dot gnu dot org
  2003-08-25 14:08 ` [Bug optimization/12008] " dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-21 13:22 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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
           Keywords|                            |ice-on-valid-code


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

* [Bug optimization/12008] ICE on legal code, gcc 3.3.1
  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 ` dhazeghi at yahoo dot com
  2003-09-27  4:07 ` bernie at develer dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-25 14:08 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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|target                      |optimization
     Ever Confirmed|                            |1
  GCC build triplet|i586-pc-linux-gnu           |
   GCC host triplet|i586-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-25 14:08:51
               date|                            |


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-25 14:08 -------
Confirmed. Occurs only with optimization though (not at -O0) so changing category accordingly.


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

* [Bug optimization/12008] ICE on legal code, gcc 3.3.1
  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
  4 siblings, 0 replies; 6+ messages in thread
From: bernie at develer dot com @ 2003-09-27  4:07 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



------- Additional Comments From bernie at develer dot com  2003-09-27 03:33 -------
Does not happen any more on mainline (20030927).


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

* [Bug optimization/12008] ICE on legal code, gcc 3.3.1
  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
                   ` (2 preceding siblings ...)
  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
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-28  4:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 03:30 -------
Fixed for 3.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

* [Bug optimization/12008] ICE on legal code, gcc 3.3.1
  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
                   ` (3 preceding siblings ...)
  2003-12-28  4:07 ` pinskia at gcc dot gnu dot org
@ 2003-12-28 20:10 ` rz at linux-m68k dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rz at linux-m68k dot org @ 2003-12-28 20:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rz at linux-m68k dot org  2003-12-28 12:14 -------
Subject: Re:  ICE on legal code, gcc 3.3.1

confirmed with 3.4 20031210, compiles and works fine.




-- 


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


^ 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).