[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=gcc&view=rev&rev=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|

[Bug ada/29863] New: New ada testsuite hangs (c32111a, ...)

2006-11-15 Thread danglin at gcc dot gnu dot org
=== acats tests === Running chapter a ... Running chapter c2 ... Running chapter c3 ... FAIL: c32111a FAIL: c32111b FAIL: c32112b FAIL: c32113a FAIL: c32115a FAIL: c32115b ... -- Summary: New ada testsuite hangs (c32111a, ...) Product: gcc Version: 4.

[Bug c++/29844] Lookup of template dependent function fails in namespace

2006-11-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-16 04:02 --- This is not a bug. 14.6.4.2 Candidate functions For a function call that depends on a template parameter, if the function name is an unqualified-id but not a template-id, the candidate functions are found using the u

[Bug target/29201] [4.2/4.3 Regression] ICE in create_recovery_block, at haifa-sched.c:3692 at -O3

2006-11-15 Thread mkuvyrkov at gcc dot gnu dot org
--- Comment #4 from mkuvyrkov at gcc dot gnu dot org 2006-11-16 06:58 --- Subject: Bug 29201 Author: mkuvyrkov Date: Thu Nov 16 06:57:59 2006 New Revision: 118882 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118882 Log: 2006-11-16 Maxim Kuvyrkov <[EMAIL PROTECTED]>

[Bug fortran/29677] minimally informative gfortran -fbounds-check

2006-11-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-11-16 07:51 --- Closing, since this was already fixed. Please reopen (or open a new report) if you have another example of such behaviour with an up-to-date compiler. -- fxcoudert at gcc dot gnu dot org changed: W

<    1   2