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

2007-01-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-01-11 07:55 --- Subject: Bug 30430 Author: fxcoudert Date: Thu Jan 11 07:55:10 2007 New Revision: 120667 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120667 Log: PR fortran/30430 * scanner.c (gfc_releas

[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 Known to work||4.2.0 4.1.2 Target Milestone|--- |4.3.0

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

2007-01-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #18 from jvdelisle at gcc dot gnu dot org 2007-01-11 07:45 --- Well then please accept my humble apology. No intent to disparage. I was attempting to concur with Kaveh's suggestion in Comment #13 that ""WONTFIX" may be a more accurate description if that is the group decisi

[Bug libfortran/30405] -Wall triggers an ICE

2007-01-10 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #4 from P dot Schaffnit at access dot rwth-aachen dot de 2007-01-11 07:39 --- Thanks a lot! Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30405

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

2007-01-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #17 from ebotcazou at gcc dot gnu dot org 2007-01-11 07:27 --- Confirmed on AMD64/Linux . -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

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

2007-01-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2007-01-11 07:10 --- > The 4.0 branch should be abandoned. Hundreds of bugs have been fixed since > 4.1. You should be at least using 4.1 or 4.2. Huh... Kaveh is a member of the GCC Steering Committee. He not only uses GCC, but d

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

2007-01-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-01-11 06:32 --- The 4.0 branch should be abandoned. Hundreds of bugs have been fixed since 4.1. You should be at least using 4.1 or 4.2. Are you not able to build 4.1 or 4.2 for Solaris 2.10 ia64 ? Marking as Wontfix because

[Bug c++/28999] [4.0 regression] ICE on invalid use of typename

2007-01-10 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-01-11 05:41 --- Fixed in 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Assigned

[Bug c++/28999] [4.0/4.1 regression] ICE on invalid use of typename

2007-01-10 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-01-11 05:40 --- Subject: Bug 28999 Author: mmitchel Date: Thu Jan 11 05:40:35 2007 New Revision: 120665 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120665 Log: PR c++/28999 * decl.c (make_typename_type)

[Bug c++/26988] [4.0/4.1/4.2/4.3 Regression] template constructor in template class derived from virtual base can not be specialized

2007-01-10 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-01-11 04:05 --- The problem here is that we are not skipping artificial arguments (other than the "this" pointer) when trying to match the specialization. The additional parameters for constructors for classes with virtual bases

[Bug c++/28999] [4.0/4.1/4.2/4.3 regression] ICE on invalid use of typename

2007-01-10 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-01-11 03:36 --- Subject: Bug 28999 Author: mmitchel Date: Thu Jan 11 03:36:02 2007 New Revision: 120664 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120664 Log: PR c++/28999 * decl.c (make_typename_type)

[Bug c++/28999] [4.0/4.1/4.2/4.3 regression] ICE on invalid use of typename

2007-01-10 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-01-11 03:24 --- Subject: Bug 28999 Author: mmitchel Date: Thu Jan 11 03:24:33 2007 New Revision: 120663 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120663 Log: PR c++/28999 * decl.c (make_typename_type)

[Bug web/15669] Usage of bugzilla "Known to work" and "known to fail" fields need documentation

2007-01-10 Thread jbuck at gcc dot gnu dot org
--- Comment #2 from jbuck at gcc dot gnu dot org 2007-01-11 01:55 --- See the proposed patch at http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00947.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15669

[Bug middle-end/30433] [4.1/4.2/4.3 Regression] no longer folding __complex__(0.0, 1.0) == __complex__(1.0, 0.0)

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-11 01:44 --- I have a fix for this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Assi

[Bug middle-end/30433] New: [4.1/4.2/4.3 Regression] no longer folding __complex__(0.0, 1.0) == __complex__(1.0, 0.0)

2007-01-10 Thread pinskia at gcc dot gnu dot org
Testcase: int f = (_Complex float)(0.5) == 0.5; This was caused by the patch for PR 22035. -- Summary: [4.1/4.2/4.3 Regression] no longer folding __complex__(0.0, 1.0) == __complex__(1.0, 0.0) Product: gcc Version: 4.3.0 Stat

[Bug preprocessor/15185] -M default target - -MT documentation

2007-01-10 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-01-11 01:26 --- Subject: Bug number PR preprocessor/15185 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00866.html -- http://gcc.gnu.o

[Bug fortran/30432] New: gfortran.dg/c_by_val_1.f fails on ia64-*-*, problem with %VAL

2007-01-10 Thread sje at cup dot hp dot com
The test tails for both HP-UX and Linux on IA64. It looks like the problem is with the %VAL function on the f_to_f subroutine call. I believe that the Fortran front-end is doing something wrong so that the %VAL(a) gets passed in an integer register instead of a floating point register. Since a i

[Bug c++/30431] failure to check for visible declaration of friend function to template class

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-10 23:55 --- I think this is the correct error because it is finding class's foo. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30431

[Bug libgcj/30419] libjava failed to build

2007-01-10 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-10 23:55 --- Hmm... you make a symlink tree instead of just running configure from the readonly tree? I thought we supported readonly trees. Anyway, is cp -L portable? that's the only question. -- tromey at gcc dot gnu dot or

[Bug c++/30431] failure to check for visible declaration of friend function to template class

2007-01-10 Thread tkapela at poczta dot fm
--- Comment #1 from tkapela at poczta dot fm 2007-01-10 23:47 --- Created an attachment (id=12883) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12883&action=view) Simple example when compilator fails -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30431

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

2007-01-10 Thread pcarlini at suse dot de
--- Comment #13 from pcarlini at suse dot de 2007-01-10 23:47 --- Ok, thanks a lot. I'm going to work on those changes for v3. -- pcarlini at suse dot de changed: What|Removed |Added -

[Bug c++/30431] New: failure to check for visible declaration of friend function to template class

2007-01-10 Thread tkapela at poczta dot fm
/ There should be no difference where friend declaration is made // inside class. But in fact at least under GCC 4.1.1 there is. template class CTest; template T foo(const CTest &test) { return test.m_data; } template class CTest{ public: // In this place we can declare friend funct

[Bug c++/29041] failure to check for visible declaration of friend function to local class

2007-01-10 Thread tkapela at poczta dot fm
--- Comment #2 from tkapela at poczta dot fm 2007-01-10 23:39 --- Created an attachment (id=12882) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12882&action=view) Simple example when compilator fails. I think that one should be able to compile this. But there are bugs, depending

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

2007-01-10 Thread gdr at integrable-solutions dot net
--- Comment #12 from gdr at integrable-solutions dot net 2007-01-10 23:27 --- Subject: Re: SIGSEGV in valarray::cshift(n) on empty array "pcarlini at suse dot de" <[EMAIL PROTECTED]> writes: | Forgot: assuming we imagine the standard clarified per your proposal | on LWG (or read as s

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

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2007-01-10 23:20 --- It should be rewritten as: if ((INTEGRAL_TYPE_P (valtype) && GET_MODE_BITSIZE (TYPE_MODE (valtype)) < BITS_PER_WORD) || POINTER_TYPE_P (valtype)) mode = TARGET_32BIT ? SImode : DImode; else

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

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #21 from pinskia at gcc dot gnu dot org 2007-01-10 23:09 --- Happens on all PPC including GNU/Linux. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

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

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #20 from pinskia at gcc dot gnu dot org 2007-01-10 23:04 --- Ignore that last comment (though that is where the problem is). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406

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

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2007-01-10 23:04 --- if ((INTEGRAL_TYPE_P (valtype) && TYPE_PRECISION (valtype) < BITS_PER_WORD) || POINTER_TYPE_P (valtype)) mode = TARGET_32BIT ? SImode : DImode; else mode = TYPE_MODE (valtype);

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

2007-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2007-01-10 23:02 --- rs6000_function_value looks at TYPE_PRECISION -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[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

[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 debug_ge

[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/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 s

[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 http://gcc.gnu.org/bugs.html> for instructions. [EMAIL PROTECTED]

[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 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

[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 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 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 onl

[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: g

[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/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. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[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 when _GNU_SOURCE is defined. -- schwab at suse dot de changed: What|Removed |Added --

[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 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 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 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 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 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 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 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 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 http://

[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 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 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/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 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/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 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 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 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 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 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 coul

[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 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/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 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 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 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 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 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 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 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/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/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 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 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 -- http://gcc.gnu.org/bugzilla/show_bug.cg

[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 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 R

[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++/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++/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++/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 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/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 4.0.

[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 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/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/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 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/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 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 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 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 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 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 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 Status

[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 Status

[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 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

  1   2   >