From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9ff6a39316ae3a1,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!130.81.64.211.MISMATCH!cycny01.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc05.POSTED!20ae255c!not-for-mail Newsgroups: comp.lang.ada From: Anonymous Coward Subject: Any way to turn of constant merging in GCC 2.8.1? User-Agent: slrn/0.9.7.4 (Linux) Message-ID: <8VQGf.150321$7l4.51461@trnddc05> Date: Fri, 10 Feb 2006 00:13:56 GMT NNTP-Posting-Host: 141.149.87.138 X-Complaints-To: abuse@verizon.net X-Trace: trnddc05 1139530436 141.149.87.138 (Thu, 09 Feb 2006 19:13:56 EST) NNTP-Posting-Date: Thu, 09 Feb 2006 19:13:56 EST Xref: g2news1.google.com comp.lang.ada:2830 Date: 2006-02-10T00:13:56+00:00 List-Id: I need to be able to use the -fno-merge-constants option in GCC 2.8.1, which does not seem to be an option in this version. Are there any workarounds? I may have to write a script to turn all constants into variables at prior to compilation by removing all "constant" tokens. It's pretty ugly, but seems to be the only remedy.