[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- 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=gccview=revrev=119394 Log: Merged revisions 118791-118987 via svnmerge from

[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert

2006-11-15 Thread pinskia 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

[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert

2006-11-15 Thread ghazi at gcc dot gnu dot org
--- 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

[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert

2006-11-15 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert

2006-11-15 Thread hjl at lucon dot org
--- 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

[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert

2006-11-15 Thread hjl at gcc dot gnu dot org
--- 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=gccview=revrev=118881 Log: 2006-11-15 H.J. Lu [EMAIL PROTECTED] PR middle-end/29862

[Bug middle-end/29862] [4.3 Regression] Calling a function with gcc_assert

2006-11-15 Thread hjl at lucon dot org
--- 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