[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
General gcc4.0 porting guide
- From: Ralf Ertzinger <fedora camperquake de>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: General gcc4.0 porting guide
- Date: Fri, 29 Apr 2005 13:56:04 +0200
Hi.
Is there a general document showing common pitfalls when compiling a
package with gcc4.0 (and how to resolve them)?
For example, what is the "right" way to deal with this:
int* foo;
[...]
((short int*)foo)++; // gcc4 does not like this.
--
The person who can smile when something goes wrong has thought of
someone they can blame it all on.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]