https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84054
Bug ID: 84054 Summary: seems -fno-bounds-checking no longer supported Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sbansal at ciena dot com Target Milestone: --- Hi, We are migrating from 3.4.5 to 4.8.1 compiler and some of our code is using "-fno-bounds-checking" option to avoid doing bounds check on a special piece of code. This was working good in 3.4.5 but it seems not supported on 4.8.1 giving compilation error. Please suggest any possible resolution. Regards, Sumit