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

PATCH: Re: optimization/7171: Not enough room for program headers (allocated 7, need 8)


On Wed, Jul 31, 2002 at 10:03:55AM +0200, Peter Schmid wrote:
> Attached to this email is a bzip2 compressed tar archive containing
> the preprocessed source file and the .s file.
> 
> As an aside, when -pedantic is removed from the command line the
> compilation finishes without a problem.
> 

This patch should fix it. The problem is DECL_READONLY_SECTION isn't
consistent with the new function, categorize_decl_for_section, in
gcc 3.3. I added a new function, decl_readonly_section, which calls
categorize_decl_for_section. Any comments?


H.J.

Attachment: gcc-ro.patch
Description: Text document


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