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 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!news.glorb.com!cycny01.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc01.POSTED!20ae255c!not-for-mail Newsgroups: comp.lang.ada From: Anonymous Coward Subject: Re: Any way to turn of constant merging in GCC 2.8.1? References: <8VQGf.150321$7l4.51461@trnddc05> User-Agent: slrn/0.9.7.4 (Linux) Message-ID: <6aWGf.31557$xs4.17307@trnddc01> Date: Fri, 10 Feb 2006 06:13:22 GMT NNTP-Posting-Host: 141.149.87.138 X-Complaints-To: abuse@verizon.net X-Trace: trnddc01 1139552002 141.149.87.138 (Fri, 10 Feb 2006 01:13:22 EST) NNTP-Posting-Date: Fri, 10 Feb 2006 01:13:22 EST Xref: g2news1.google.com comp.lang.ada:2834 Date: 2006-02-10T06:13:22+00:00 List-Id: In article , Keith Thompson wrote: > Anonymous Coward writes: > > Just out of curiosity, why do you need to do this? Why do you care > about constants being merged, as long as the program behaves > correctly? (I'm not implying that you don't have a legitimate > reason, I'm just wondering what it is.) For testing purposes, I need to be able to read constants, as well as change them. Merged constants are invisible to gdb.