public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11805] New: [H8300] ICE
@ 2003-08-05 10:43 shrinivasa at kpitcummins dot com
  2003-08-05 13:19 ` [Bug c/11805] [3.3 only] " pinskia at physics dot uc dot edu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: shrinivasa at kpitcummins dot com @ 2003-08-05 10:43 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=11805

           Summary: [H8300] ICE
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: shrinivasa at kpitcummins dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: h8300-unknown-coff

Test case:
unsigned char foo(unsigned char ch)
{
   if( (0x01 & ch) > 0)
       return 1;
}
Above test code gives internal compiler error if compiled with option -O2 in 
3.3 branch for h8300 coff tool chain(all targhets). 
This error is not observed in 3.4 branch.
If we remove, " > 0" from test code, program gets compiled with -O2 option and 
also if we use any nonzero number instead of 0 then also it gets compiled 
successfully with -O2 option.


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

end of thread, other threads:[~2003-09-02  9:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-05 10:43 [Bug c/11805] New: [H8300] ICE shrinivasa at kpitcummins dot com
2003-08-05 13:19 ` [Bug c/11805] [3.3 only] " pinskia at physics dot uc dot edu
2003-08-05 14:08 ` pinskia at physics dot uc dot edu
2003-08-05 14:11 ` [Bug target/11805] " pinskia at physics dot uc dot edu
2003-08-05 14:13 ` [Bug target/11805] [3.3 Regression] " pinskia at physics dot uc dot edu
2003-08-05 14:14 ` pinskia at physics dot uc dot edu
2003-08-21 13:09 ` cvs-commit at gcc dot gnu dot org
2003-08-21 13:11 ` kazu at cs dot umass dot edu
2003-08-21 13:13 ` cvs-commit at gcc dot gnu dot org
2003-09-02  9:16 ` kazu at cs dot umass dot edu

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