This is the mail archive of the gcc-patches@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]

[wwwdocs] updates to porting_to


These are all culled from various Debian and Fedora sources. 

There was one issue that I cannot really figure out, in that a
significant number of errors were reported in the form of:

width of ... exceeds its type

but simple examples such as:

struct s
{
  unsigned char c: 3;
};

are no longer warning for me. So, I skipped this one for now.

best,
benjamin

Attachment: p.20080222-1
Description: Text document


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