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!news3.google.com!newshub.sdsu.edu!peer01.west.cox.net!cox.net!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: Craig Carey Newsgroups: comp.lang.ada Subject: Re: Any way to turn of constant merging in GCC 2.8.1? Date: Sat, 18 Feb 2006 23:37:02 +1300 Organization: Ihug Ltd Message-ID: References: <8VQGf.150321$7l4.51461@trnddc05> <172dv1lppbvgnqcbvvh5mvuk58h8t13ha4@4ax.com> NNTP-Posting-Host: 203.109.219.18 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1140258999 13992 203.109.219.18 (18 Feb 2006 10:36:39 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Sat, 18 Feb 2006 10:36:39 +0000 (UTC) X-Newsreader: Forte Agent 3.1/32.783 Xref: g2news1.google.com comp.lang.ada:2951 Date: 2006-02-18T23:37:02+13:00 List-Id: On Sat, 18 Feb 2006 16:01:03 +1300, Craig Carey wrote: >On Fri, 10 Feb 2006 00:13 GMT, Mr Coward wrote: > >>I need to be able to use the -fno-merge-constants option in GCC 2.8.1, ... >(The GCC 2.8.1 gcc.exe executable of GNAT 3.15p accepts that command Correction: gcc.exe of GNAT 3.15p does not accept the -fno-merge-constants option. (I made a mistake reconfiguring a Slickedit text editor): cc1.exe: Invalid option `-fno-merge-constants' MinGW 3.3.1 is faster and better, and it's gcc.exe accepts "-fno-merge-constants". "-fmerge-constants Attempt to merge identical constants (string constants and floating point constants) across compilation units." [is the default] --- PS. There is a PDF help for GCC 3.4.4, here: http://www.intelligentedu.com/blogs/Free_Computer_Books.php?p=9 | Red Hat Enterprise Linux Using the GNU Compiler Collection (GCC) | PDF (1328 KB) | HTML Tarball (236 KB): http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/pdf/rhel-gcc-en.pdf (Also some PDF manuals for: cpp, gdb, and as.) There are *.chm manuals here: http://htmlhelp.berlios.de/books/chm.php --- It seems that Team-Ada is dying, ie. increasingly messages announce meetings for people to visit (maybe IBM would pay for air-fares if a deal could be figured out, eg. opposing Mr Robert Dewar in official voting sessions): http://listserv.acm.org/archives/team-ada.html My old page on other lists: http://www.ijs.co.nz/ada_95.htm --- Tigris allows SVN hosting of Ada projects under the 'personal' category. Also they allow websites to be uploaded. Mr Richard allowed his website at www.adaworld.com to have a draft at my SVN site. I might upload the AdaCore Academic Initiative website adacore.com or something. I don't know why Mr Dewar likes pale blue so much. It never has been an academic colour. I have : http://terratope.tigris.org/ >| Craig Carey