This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c/10319: shift right bug


>Number:         10319
>Category:       c
>Synopsis:       shift right bug
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 06 15:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     jens dot harms at informatik dot uni-oldenburg dot de
>Release:        unknown-1.0
>Organization:
>Environment:
gcc2.93 and gcc3.2
>Description:
uint a = 16; uint w = 255;
printf("%d",a >> w );

a>>w is NOT NULL on x86 architecture (p3,athlon, duron)
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]