Bug 50178 - [PATCH] gcc-3.2.2 bounds-checking
Summary: [PATCH] gcc-3.2.2 bounds-checking
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-21 23:00 UTC by Dan Nelson
Modified: 2003-03-31 00:50 UTC (History)
0 users

See Also:


Attachments
file.diff (3.62 KB, patch)
2003-03-21 23:00 UTC, Dan Nelson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Nelson 2003-03-21 23:00:20 UTC
Patches to the lang/gcc32 port that allow the user to build with Herman
ten Brugge's excellent bounds-checking patches located at
http://web.inter.nl.net/hcc/Haj.Ten.Brugge/

Fix: This obsoletes PR 48013 , which applied to GCC 3.2.1.  In addition,
this patch is much simpler (better chance of being committed? :)

Apply the following patch, and set WITH_BOUNDSCHECKING=yes before
building.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-03-26 11:01:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

Over to new maintainer.
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2003-03-28 20:38:42 UTC
State Changed
From-To: open->feedback

This version looks very nice indeed, thanks! 
Unfortunately, I made a couple of changes (improvements, hopefully) to 
this port last week; would you mind sending an updated patch? I promise 
to test and then install it quickly. 
Just three notes: 
- Have you verified that in WITH_BOUNDSCHECKING the port still 
`make deinstall`s cleanly? 
- WITH_BOUNDSCHECKING should be off by default, shouldn't it? 
- Given that you mostly use "bgcc", would it be appropriate to 
name the patch in file *bgcc* instead of "*gccbc*"? Or, to be 
more consistent with the name of the patches, use "bcgcc" 
everywhere?
Comment 3 Gerald Pfeifer freebsd_committer freebsd_triage 2003-03-31 00:49:36 UTC
State Changed
From-To: feedback->closed

I have comitted an update to this patch sent to me in private mail. 
Thanks for the perseverance and contribution!