[Bug fortran/30406] ICE in LOGICAL(8) functions

2007-01-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2007-01-10 08:11 --- In emit_move_insn, the failing assert is: (gdb) l 3275 3270{ 3271 enum machine_mode mode = GET_MODE (x); 3272 rtx y_cst = NULL_RTX; 3273 rtx last_insn, set; 3274 3275 gcc_assert (mode !=

[Bug fortran/30406] ICE in LOGICAL(8) functions

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2007-01-10 09:07 --- The result decl should have a RTL of a DI mode: result_decl 0x42e150c0 D.946 type boolean_type 0x42e218c0 logical8 unsigned ignored regdecl DI file a.f90 line 1 size integer_cst 0x42e0a8a0 64 unit size

[Bug tree-optimization/30418] IVOPTS generates comparison with overflowed constant

2007-01-10 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-01-10 09:22 --- Hmmhm, this is probably invalid. :/ -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/30422] New: [4.3 regression] libjava does not build

2007-01-10 Thread schwab at suse dot de
../../../libjava/sun/misc/natUnsafe.cc: In member function 'virtual void sun::misc::Unsafe::putIntVolatile(java::lang::Object*, jlong, jint)': ../../../libjava/sun/misc/natUnsafe.cc:159: error: 'write_barrier' was not declared in this scope ../../../libjava/sun/misc/natUnsafe.cc: In member

[Bug c++/30423] New: compile with -O2 fails.

2007-01-10 Thread chat95 at mac dot com
g++42 -v Using built-in specs. Target: x86_64-portbld-freebsd6.2 Configured with: ./..//gcc-4.2-20070102/configure --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --with-gmp=/usr/local --program-suffix=42 --libdir=/usr/local/lib/gcc-4.2.0

[Bug c++/30423] compile with -O2 fails.

2007-01-10 Thread chat95 at mac dot com
--- Comment #1 from chat95 at mac dot com 2007-01-10 10:48 --- Created an attachment (id=12878) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12878action=view) a testcase actually used file. from octave-2.9.9 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30423

[Bug middle-end/28071] [4.1 regression] A file that can not be compiled in reasonable time/space

2007-01-10 Thread mkuvyrkov at gcc dot gnu dot org
--- Comment #55 from mkuvyrkov at gcc dot gnu dot org 2007-01-10 11:42 --- Created an attachment (id=12879) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12879action=view) Patch for scheduler dependency lists. Hi, This patch introduces new dependency lists to scheduler thus

[Bug libgcj/30424] New: [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread hjl at lucon dot org
I got /net/gnu-13/export/gnu/src/gcc/gcc/libjava/sun/misc/natUnsafe.cc: In member function 'virtual void sun::misc::Unsafe::putIntVolatile(java::lang::Object*, jlong, jint)': /net/gnu-13/export/gnu/src/gcc/gcc/libjava/sun/misc/natUnsafe.cc:159: error: 'write_barrier' was not declared in this

[Bug libgcj/30419] libjava failed to build

2007-01-10 Thread hjl at lucon dot org
--- Comment #4 from hjl at lucon dot org 2007-01-10 13:31 --- Created an attachment (id=12880) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12880action=view) A patch This is a patch I am using. My gcc checkout tree is readonly. I use symlink to create a writable tree. cp -pR

[Bug driver/27845] Can't build 64-bit 4.2.0 with 4.1.1 on darwin-ppc

2007-01-10 Thread lucier at math dot purdue dot edu
--- Comment #4 from lucier at math dot purdue dot edu 2007-01-10 14:50 --- This problem no longer occurs. -- lucier at math dot purdue dot edu changed: What|Removed |Added

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread hjl at lucon dot org
--- Comment #1 from hjl at lucon dot org 2007-01-10 14:55 --- Created an attachment (id=12881) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12881action=view) A patch I am testing this patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30424

[Bug c++/30425] New: [3.4/4.0/4.1 Regression] ICE in type_dependent_expression_p, at cp/pt.c:12739

2007-01-10 Thread tbm at cyrius dot com
[ Forwarded from http://bugs.debian.org/406324 ] Alexei Sheplyakov reports that gcc 3.4, 4.0 and 4.1 produces an ICE on the following invalid code: namespace A { class ex; struct f { f(const ex x); }; } namespace B { templatetypename T inline A::f g(const T p) {

[Bug libgcj/30422] [4.3 regression] libjava does not build

2007-01-10 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-01-10 15:37 --- The other bug has a proposed patch. *** This bug has been marked as a duplicate of 30424 *** -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-01-10 15:37 --- *** Bug 30422 has been marked as a duplicate of this bug. *** -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread hjl at lucon dot org
--- Comment #3 from hjl at lucon dot org 2007-01-10 15:48 --- (In reply to comment #1) Created an attachment (id=12881) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12881action=view) [edit] A patch I am testing this patch. It fixes the issue:

[Bug c++/30423] compile with -O2 fails.

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-10 16:34 --- % ./gendoc /libexec/ld-elf.so.1: ./gendoc: Undefined symbol _ZNSo9_M_insertEPKcl This makes it sound like libstdc++'s ABI has changed slightly but just in a forwards compatiable way. Can you try to force using

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2007-01-10 16:51 --- That patch is fine. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2007-01-10 17:51 --- Subject: Bug 30424 Author: hjl Date: Wed Jan 10 17:50:40 2007 New Revision: 120645 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120645 Log: 2007-01-10 H.J. Lu [EMAIL PROTECTED] PR libgcj/30424

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread hjl at lucon dot org
--- Comment #6 from hjl at lucon dot org 2007-01-10 17:51 --- Fixed. -- hjl at lucon dot org changed: What|Removed |Added Status|NEW

[Bug preprocessor/20989] The -M option gives object file names without directory

2007-01-10 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-10 18:06 --- I have a patch to update the docs. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30089] Compiling FreeFem3d uses unreasonable amount of time and memory

2007-01-10 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2007-01-10 18:39 --- We'll see with tonights run of the tester. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30089

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-01-10 Thread lucier at math dot purdue dot edu
/gmp-4.2.1 --with-mpfr=/pkgs/gmp-4.2.1 Thread model: posix gcc version 4.2.0 20070110 (prerelease) The two hot spots were tree SSA to normal: 52.63 (16%) usr 0.04 ( 0%) sys 52.69 (15%) wall 55617 kB ( 8%) ggc tree FRE : 150.81 (46%) usr 0.20 ( 2%) sys 154.00 (45%) wall

[Bug middle-end/30339] [4.3 Regression] Segmentation fault for legal code with -O2

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug bootstrap/30386] [4.3 Regression] stdbool.h problem on trunk

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Known to work||4.2.0

[Bug c++/28986] Failure to diagnose overflow in constant expression

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28986

[Bug libstdc++/30416] SIGSEGV in valarray::cshift(n) on empty array

2007-01-10 Thread pcarlini at suse dot de
--- Comment #10 from pcarlini at suse dot de 2007-01-10 18:56 --- (In reply to comment #8) Paolo -- there is what the standard says, and what we can or should implement. I believe there is a genuine bug in the standard here, no matter how easy it is to avoid the segmentation fault.

[Bug driver/27845] Can't build 64-bit 4.2.0 with 4.1.1 on darwin-ppc

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27845

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to work||4.2.0 Target Milestone|--- |4.3.0

[Bug fortran/29992] [4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29992

[Bug fortran/30081] [4.1 only ] Interface bug overloading random_seed, random_number

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30081

[Bug fortran/30190] [4.1 only] Bounds check generates wrong code for associated(p1(i)%p2,p1(i)%p2)

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30190

[Bug rtl-optimization/30163] error at combine pass

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-10 18:59 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/30163] error at combine pass

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-10 18:59 --- Mark as invalid. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30202] [4.1 only] ICE in trans-array.c

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30202

[Bug fortran/30236] [4.1 only]alternate-return subroutine in generic interface causes ice/segfault

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30236

[Bug target/30230] Incorrect ia64 EH info when an EH region ends in the middle of a bundle

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.0.4 3.4.0 3.3.3 3.2 4.1.1 Known to work|

[Bug libfortran/24459] [4.1 Only] gfortran namelist problem

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24459

[Bug fortran/30238] associated(null-pointer, null-pointer) returns .true.

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30238

[Bug fortran/30237] [4.1 only] Alternate return arguments in intrinsic subroutine calls are ignored

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30237

[Bug middle-end/30349] [4.3 Regression] gcc/libssp/ssp.c:177: ICE: in cgraph_expand_all_functions, at cgraphunit.c:1220

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build, ice-on-valid-code Known to work|

[Bug fortran/25818] [4.1 only] Problem with handling optional and entry master arguments

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25818

[Bug fortran/30084] [4.1 only] segmentation fault when compiling certain code

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30084

[Bug fortran/30371] kill suboutine accepts (invalid) array arguments.

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30371

[Bug fortran/29624] Fortran 2003: Support intent for pointers

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29624

[Bug c/30360] Complex divide bug

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||wrong-code Known to fail||4.1.1

[Bug fortran/30034] [4.1 only] pure subroutine requires intent for procedure argument

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30034

[Bug c++/29661] [4.3 Regression] FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||EH, wrong-code Known to work||4.2.0

[Bug c++/29662] [4.3 Regression] FAIL: g++.dg/eh/unexpected1.C execution test

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||EH, wrong-code Known to work||4.2.0

[Bug c++/29663] [4.3 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||EH, wrong-code Known to work||4.2.0

[Bug c++/29664] [4.3 Regression] FAIL: g++.old-deja/g++.eh/spec2.C execution test

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||EH, wrong-code Known to work||4.2.0

[Bug c++/29665] [4.3 Regression] FAIL: g++.old-deja/g++.eh/spec3.C execution test

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||EH, wrong-code Summary|FAIL: g++.old- |[4.3

[Bug c++/29666] [4.3 Regression] FAIL: g++.old-deja/g++.eh/spec4.C execution test

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||EH, wrong-code Known to work||4.2.0

[Bug middle-end/30349] [4.3 Regression] gcc/libssp/ssp.c:177: ICE: in cgraph_expand_all_functions, at cgraphunit.c:1220

2007-01-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2007-01-10 19:11 --- Subject: Re: [4.3 Regression] gcc/libssp/ssp.c:177: ICE: in cgraph_expand_all_functions, at cgraphunit.c:1220 This is now fixed. Not sure which patch. Dave --

[Bug c++/29667] [4.3 Regression] FAIL: g++.old-deja/g++.mike/eh33.C execution test

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||EH, wrong-code Known to work||4.2.0

[Bug fortran/25135] [4.1 only] Interface name does not conflict with subroutine name

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25135

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23060

[Bug fortran/27900] [4.1 only] ICE using intrinsics as arguments

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27900

[Bug fortran/24325] [4.1 only] ICE in gfc_get_function_type

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24325

[Bug target/28966] -maltivec -m32 causes the stack to be saved and restored even though there is no need for it

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail||3.3.3 3.4.0 4.0.0 4.1.0 |

[Bug middle-end/30263] ICE with openmp parallel accessed var in asm m constraint

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30263

[Bug middle-end/27528] [4.2/4.3 Regression] compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on powerpc (7450) get error on long exixting code

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|compiling linux kernels |[4.2/4.3 Regression] |2.6.16.14/15 2.6.17-rc3 on

[Bug tree-optimization/29581] Latent bug in 4.1/4.2/4.3 lambda-code.c

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29581

[Bug ada/29802] [4.2 Regression] wrong directory in makefile for ada and libada when srcdir=.

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29802

[Bug middle-end/29965] OpenMP vs always throw in a loop

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29965

[Bug middle-end/29947] OpenMP parallel for fails for reversed loop range

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29947

[Bug middle-end/30172] Operations with partly constant complex values not folded

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30172

[Bug libstdc++/30416] SIGSEGV in valarray::cshift(n) on empty array

2007-01-10 Thread pcarlini at suse dot de
--- Comment #11 from pcarlini at suse dot de 2007-01-10 19:18 --- Forgot: assuming we imagine the standard clarified per your proposal on LWG (or read as such for all practical matters), I understand that not segfaulting when size == 0 would be a conforming behavior. Then, in v3, we

[Bug middle-end/30349] [4.3 Regression] gcc/libssp/ssp.c:177: ICE: in cgraph_expand_all_functions, at cgraphunit.c:1220

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-01-10 19:19 --- I am very sure it was: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00565.html And/or the one I indenfy before. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30349

[Bug testsuite/30179] FAIL: gcc.c-torture/execute/mode-dependent-address.c compilation, -O0

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30179

[Bug fortran/30408] [gfortran, 4.3 regression]: ICE on valid with -Wall

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-01-10 19:20 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/28790] ICE in initialize_inlined_parameters

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28790

[Bug middle-end/25261] [gomp] Nested function calls in #pragma omp parallel blocks

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25261

[Bug target/29341] [4.2 regression] ICE: RTL flag check: INSN_DELETED_P used with unexpected rt

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29341

[Bug middle-end/26899] Fold does not fold (i0 i1 + 1) || (i1 i0 - 1)

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26899

[Bug fortran/29629] ICE on OpenMP-enabled program (gfc_conv_variable, at fortran/trans-expr.c:404)

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29629

[Bug middle-end/30197] cexp ( __complex__ ( 0, x ) ) can be folded to cexpi (x)

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30197

[Bug testsuite/30180] FAIL: gcc.dg/builtin-bswap-1.c (test for excess errors)

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30180

[Bug rtl-optimization/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to work||4.1.2 Target Milestone|--- |4.2.0

[Bug target/24959] Trampolines fail on i686-apple-darwin because stack is not executable

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24959

[Bug tree-optimization/23745] VRP does not get information from casts from a smaller precision

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23745

[Bug middle-end/27959] [4.1 regression] s390x miscompilation due to clobbering literal pool base reg

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27959

[Bug target/28427] warning: alignment of '__FUNCTION__' is greater than maximum object file alignment.

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28427

[Bug other/28797] Problems with demangling (__cxa_demangle())

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28797

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-01-10 Thread amacleod at redhat dot com
--- Comment #25 from amacleod at redhat dot com 2007-01-10 19:47 --- There were numerous factors in the mainline speedup of SSA-normal, including a massive rewrite, but there are a couple of big wins that are backportable, and were in fact considered. It was just that they were too late

[Bug target/30052] memory hog on x86-64

2007-01-10 Thread pluto at agmk dot net
--- Comment #4 from pluto at agmk dot net 2007-01-10 19:58 --- hmm, if i remove this huge amount of pci*info* data structures hog doesn't present. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052

[Bug c/30426] New: Warning when using strndup

2007-01-10 Thread raimund at cs dot auckland dot ac dot nz
The tiny test program below produces a warning (specifics commented in code below). From my understanding, no warning should appear on compilation. Current workaround: Warning disappears once line 2 (right after #include) is uncommented. Code:

[Bug c/30426] Warning when using strndup

2007-01-10 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2007-01-10 20:37 --- strndup is a GNU extension and is only declared in string.h when _GNU_SOURCE is defined. -- schwab at suse dot de changed: What|Removed |Added

[Bug c/30426] Warning when using strndup

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-10 20:38 --- Not a bug, strndup is a GNU (glibc) extension. You have to use -D_GNU_SOURCE when compiling. The warning messages are correct as there is no prototype for strndup. --

[Bug c/30427] New: ~ vector float is accepted

2007-01-10 Thread pinskia at gcc dot gnu dot org
Testcase: #define vector __attribute__((vector_size(16) )) vector float a; int f(void) { a = ~a; } --- This is rejected with the C++ front-end: t.c: In function 'int f()': t.c:7: error: wrong type argument to bit-complement -- Summary: ~ vector float is accepted

[Bug c/30428] New: vector float | vector float is accepted

2007-01-10 Thread pinskia at gcc dot gnu dot org
Both the C and C++ front-end accept this: #define vector __attribute__((vector_size(16) )) vector float a; vector float b; int f(void) { a = a | b; } --- xor and bitwise and is effected too. -- Summary: vector float | vector float is accepted Product:

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-10 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2007-01-10 20:57 --- Kaveh and David, Well, you need to be using the 4.0 branch, not 4.1. I see that an IA64 report occurs here with the current 4.0.4 prerelease: If you look at the Bugzilla entries for the two PRs, they were only

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-10 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2007-01-10 21:00 --- In fact, I will clear it myself, since I am sure that you will do the deleting! Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30297] [4.1/4.2/4.3 regression] ICE with extern C and inheritance

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-10 21:28 --- Testing a better patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30297

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-10 Thread ghazi at gcc dot gnu dot org
--- Comment #13 from ghazi at gcc dot gnu dot org 2007-01-10 21:45 --- Paul - The bug is not FIXED in 4.0, please don't mark it as such yet. WONTFIX may be a more accurate description if that is the group decision. You can remove yourself from the assigned field if you aren't able to

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-10 Thread paulthomas2 at wanadoo dot fr
--- Comment #14 from paulthomas2 at wanadoo dot fr 2007-01-10 22:09 --- Subject: Re: testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90 Kaveh --- Comment #13 from ghazi at gcc dot gnu dot org 2007-01-10 21:45 --- Paul - The bug is not

[Bug c/30429] New: internal compiler error: in emit_move_insn, at expr.c:2809

2007-01-10 Thread hald at kc dot rr dot com
[EMAIL PROTECTED] gcc -g -W -Wall xxq.c xxq.c: In function `memcheck_posix_memalign': xxq.c:23: internal compiler error: in emit_move_insn, at expr.c:2809 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for instructions. [EMAIL

[Bug fortran/30430] New: Memory corruption in the module search path code

2007-01-10 Thread fxcoudert at gcc dot gnu dot org
$ cat a.f90 module truc end module truc module bar use truc end module bar use bar end $ gfortran a.f90 $ gfortran a.f90 -Jfoo f951(1968) malloc: *** Deallocation of a pointer not malloced: 0x41304a90; This could be a double free(), or free() called with the middle of an allocated block; Try

[Bug fortran/30430] Memory corruption in the module search path code

2007-01-10 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last

[Bug fortran/30406] ICE in LOGICAL(8) functions

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2007-01-10 22:51 --- The type is correct when the decl is created: Breakpoint 3, build_decl_stat (code=RESULT_DECL, name=0x0, type=0xb7c55384) at ../../gcc/tree.c:3250 3250 t = make_node_stat (code PASS_MEM_STAT); (gdb) p

[Bug fortran/30406] ICE in LOGICAL(8) functions

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2007-01-10 22:56 --- hard_function_value returns the wrong rtl ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406

  1   2   >