OpenSolaris

Printable Version Enter a New Search
Bug ID 6272652
Synopsis gcc and xge driver don't get along
State 10-Fix Delivered (Fix available in build)
Category:Subcategory driver:xge
Keywords tonic-gcc
Responsible Engineer Roamer Lu
Reported Against snv_14
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_23
Fixed In snv_23
Release Fixed solaris_nevada(snv_23) , solaris_10u1(s10u1_15) (Bug ID:2129518)
Related Bugs 6309404
Submit Date 18-May-2005
Last Update Date 18-September-2005
Description
When building ON with gcc (on x86) there are some warnings in common/io/xge.
gcc doesn't like implicit conversions between pointers and integers of different
sizes, so save the day with uintptr_t casts. And I put a space in front of the PRIx64
macro.

The suggested fix compiles but I haven't tested it.
 xxxxx@xxxxx.com 2005-05-18 20:30:09 GMT
Work Around
N/A
Comments
N/A