This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2006 02:30:26 -0000
- Subject: [Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert
- References: <bug-29862-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 assert checking.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Summary|Calling a function with |[4.3 Regression] Calling a
|gcc_assert |function with gcc_assert
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29862