This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/10902: comparing doubles is not consistent in gcc 3.3 (SuSE version)
- From: Jos van den Oever <jos at vandenoever dot info>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 21 May 2003 14:56:01 -0000
- Subject: Re: c++/10902: comparing doubles is not consistent in gcc 3.3 (SuSE version)
- Reply-to: Jos van den Oever <jos at vandenoever dot info>
The following reply was made to PR c++/10902; it has been noted by GNATS.
From: Jos van den Oever <jos@vandenoever.info>
To: Wolfgang Bangerth <bangerth@ices.utexas.edu>
Cc: gcc-bugs@gcc.gnu.org, <gcc-gnats@gcc.gnu.org>
Subject: Re: c++/10902: comparing doubles is not consistent in gcc 3.3 (SuSE version)
Date: Wed, 21 May 2003 16:54:19 +0200
On Wednesday 21 May 2003 16:41, you wrote:
> If you use
> ../gcc-3.3/configure --prefix=/some/local/path
> make bootstrap
> make install
> it will install gcc into /some/local/path, which could be a scratch
> directory in your homedir, or in /tmp. It won't overwrite any preinstalled
> files in /usr/... That's a safe way not to compromise the integrity of a
> production system. You can then run the compiler by setting PATH and
> LD_LIBRARY_PATH just for once in a shell window.
Ok, thanks for the instruction. It sounds safe to me, so I'll try it.