--- Comment #7 from chaoyingfu at gcc dot gnu dot org 2006-12-01 02:00
---
Subject: Bug 29862
Author: chaoyingfu
Date: Fri Dec 1 01:57:22 2006
New Revision: 119394
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119394
Log:
Merged revisions 118791-118987 via svnmerge from
svn+
--- Comment #6 from hjl at lucon dot org 2006-11-16 03:50 ---
Fixed.
--
hjl at lucon dot org changed:
What|Removed |Added
Status|ASSIGNED|
--- Comment #5 from hjl at gcc dot gnu dot org 2006-11-16 03:50 ---
Subject: Bug 29862
Author: hjl
Date: Thu Nov 16 03:50:16 2006
New Revision: 118881
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118881
Log:
2006-11-15 H.J. Lu <[EMAIL PROTECTED]>
PR middle-end/29862
--- Comment #4 from hjl at lucon dot org 2006-11-16 03:48 ---
The patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01122.html
--
hjl at lucon dot org changed:
What|Removed |Added
-
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-16 03:43 ---
(In reply to comment #2)
> Not a bug, see:
> http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01127.html
Wrong:
/* Include EXPR, so that unused variable warnings do not occur. */
#define gcc_assert(EXPR) ((void)(0 && (
--- Comment #2 from ghazi at gcc dot gnu dot org 2006-11-16 03:14 ---
Not a bug, see:
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01127.html
--
ghazi at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-16 02:30 ---
>It is a very bad idea since mpfr_set_str may only be called when runtime
> check is enabled.
I think you mean assert checking which it is by default most of the time
anyways as --enable-checking=release turns on as