[Bug fortran/33686] FORALL loop gives wrong result

2007-10-09 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-10-10 06:50 --- (In reply to comment #7) Hmmm, that's not right, is it? It should be PROGRAM TST IMPLICIT NONE INTEGER :: P(4),I integer, allocatable :: Q(:) P = (/2,4,1,3/) allocate (Q(size(P))) Q = P FORALL(I=1:4)

[Bug middle-end/33713] [4.3 Regression] can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2007-10-09 Thread bonzini at gnu dot org
--- Comment #3 from bonzini at gnu dot org 2007-10-10 06:44 --- forward_propagate_and_simplify only propagates into single-set insns. In principle there's nothing to forbid working on other insns (it already does it for forward_propagate_subreg), but it is made harder because df does no

[Bug middle-end/33706] gcc_assert failure in verify_eh_edges

2007-10-09 Thread aoliva at gcc dot gnu dot org
--- Comment #5 from aoliva at gcc dot gnu dot org 2007-10-10 06:31 --- http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00538.html -- aoliva at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/33676] libgfortran bootstrap failure: selected_int_kind.f90:22: Segmentation fault, wrong code with -fomit-frame-pointer

2007-10-09 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #10 from belyshev at depni dot sinp dot msu dot ru 2007-10-10 06:08 --- This bug is not fixed by r129193 -- belyshev at depni dot sinp dot msu dot ru changed: What|Removed |Added

[Bug middle-end/33706] gcc_assert failure in verify_eh_edges

2007-10-09 Thread aoliva at gcc dot gnu dot org
--- Comment #4 from aoliva at gcc dot gnu dot org 2007-10-10 05:36 --- This is actually a fallout from __builtin_va_arg_pack(). Patch to follow shortly. -- aoliva at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33706] gcc_assert failure in verify_eh_edges

2007-10-09 Thread aoliva at gcc dot gnu dot org
--- Comment #3 from aoliva at gcc dot gnu dot org 2007-10-10 04:56 --- I've tried reverting the patches for PR 33572, but this didn't help with this problem at all. Looking further, I tried the patch for PR 15764 as well, but the problem remained. I assumed I was Cc:ed because there wa

[Bug tree-optimization/32183] [4.3 Regression] reassoc2 can more extra calculations into a loop

2007-10-09 Thread hjl at lucon dot org
--- Comment #32 from hjl at lucon dot org 2007-10-10 04:07 --- Fixed. -- hjl at lucon dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-09 Thread ajd at gentrack dot com
--- Comment #17 from ajd at gentrack dot com 2007-10-10 04:04 --- (In reply to comment #16) > lib1.a depends on lib2.a > main depends on lib1.a, but does not explicitly link with lib2.a main initializes what it is explicitly linked against. lib1 initializes lib2 before it initializes it

[Bug rtl-optimization/33721] New: Gcc can't properly align stack variable

2007-10-09 Thread hjl at lucon dot org
Gcc has STACK_BOUNDARY and PREFERRED_STACK_BOUNDARY. When a stack variable alignment is greater than PREFERRED_STACK_BOUNDARY, gcc will either crash or generate codes which won't satisfy alignment requirement for stack variable. -- Summary: Gcc can't properly align stack variable

[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-09 Thread hjl at lucon dot org
--- Comment #20 from hjl at lucon dot org 2007-10-10 03:47 --- Subject: Re: [4.3 Regression] Revision 128957 miscompiles 481.wrf On Tue, Oct 09, 2007 at 11:39:48PM -0400, Kenneth Zadeck wrote: > HJ, > > Sorry about the committing snafu. I should have posted the irc log of >

[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite

2007-10-09 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2007-10-10 03:45 --- The problem appears to be here in pthread_support.c: # ifdef STACK_GROWS_DOWN return stack_addr + stack_size; # else return stack_addr - stack_size; # endif SUSV3 says the stackaddr argument in pt

[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-09 Thread zadeck at naturalbridge dot com
--- Comment #19 from zadeck at naturalbridge dot com 2007-10-10 03:41 --- patch committed to fix this. -- zadeck at naturalbridge dot com changed: What|Removed |Added

[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-09 Thread zadeck at naturalbridge dot com
--- Comment #18 from zadeck at naturalbridge dot com 2007-10-10 03:39 --- Subject: Re: [4.3 Regression] Revision 128957 miscompiles 481.wrf HJ, Sorry about the committing snafu. I should have posted the irc log of seonbae's comments to the log for the bug. Also I had a meeting in

[Bug rtl-optimization/33669] [4.3 Regression] Revision 128957 miscompiles 481.wrf

2007-10-09 Thread zadeck at gcc dot gnu dot org
--- Comment #17 from zadeck at gcc dot gnu dot org 2007-10-10 03:32 --- Subject: Bug 33669 Author: zadeck Date: Wed Oct 10 03:32:43 2007 New Revision: 129193 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129193 Log: 2007-10-07 Kenneth Zadeck <[EMAIL PROTECTED]> PR mid

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-09 Thread dje at gcc dot gnu dot org
--- Comment #16 from dje at gcc dot gnu dot org 2007-10-10 03:17 --- lib1.a depends on lib2.a main depends on lib1.a, but does not explicitly link with lib2.a Your proposed solution requires that the link of main see all dependent libraries. -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2007-10-10 02:00 --- Danny, if this allows compilation of parallel_list.cc then please check your patch in, as it doesn't change semantics. Then we can figure out what we really want here -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug libstdc++/33488] parallel v3: std::accumulate uses accumulator of wrong type

2007-10-09 Thread bangerth at dealii dot org
--- Comment #5 from bangerth at dealii dot org 2007-10-10 01:13 --- I meant to close this one, as it appears fixed. -- bangerth at dealii dot org changed: What|Removed |Added -

[Bug libstdc++/33488] parallel v3: std::accumulate uses accumulator of wrong type

2007-10-09 Thread bangerth at dealii dot org
--- Comment #4 from bangerth at dealii dot org 2007-10-10 01:12 --- (In reply to comment #3) > Wolfgang, I think some of this is fixed, and for the rest (comment #2), there > is another bug report (33490) that is focused just on that. > > Is my understanding correct? I believe so. In a

[Bug libstdc++/33486] parallel v3: functions not in right namespace

2007-10-09 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2007-10-10 01:07 --- By the way, here is finally also an example that definitely should compile due to Koenig lookup: - #include #include #include void f () { std::vector boundary_indicators; transform (boundary_in

[Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32

2007-10-09 Thread dannysmith at users dot sourceforge dot net
--- Comment #5 from dannysmith at users dot sourceforge dot net 2007-10-09 23:54 --- (In reply to comment #2) > Created an attachment (id=14332) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14332&action=view) [edit] > Consistent use of _WIN32 define > Thats not quite right. ___

[Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32

2007-10-09 Thread dannysmith at users dot sourceforge dot net
--- Comment #4 from dannysmith at users dot sourceforge dot net 2007-10-09 23:52 --- Created an attachment (id=14334) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14334&action=view) mingw32 compatibility patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33578

[Bug libgomp/33720] A negative value in OpenMP clause num_threasds is not detected at runtime

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2007-10-09 23:27 --- I guess this is from: http://rted.public.iastate.edu/OpenMP/homepage.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33720

[Bug libstdc++/33633] [4.3 Regression] -D_GLIBCXX_DEBUG vs ext/hash_*

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-09 23:08 --- Created an attachment (id=14333) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14333&action=view) EXT to EXT_D -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33633

[Bug libstdc++/33633] [4.3 Regression] -D_GLIBCXX_DEBUG vs ext/hash_*

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2007-10-09 23:07 --- Here's my plan for the legacy hash containers: 1) port debug mode to tr1 associative containers 2) move ext/hash containers to deprecated Thoughts? Anyway. This issue is a macro name mix-up. Here's I'll check in th

[Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-09 22:41 --- Actually, I think that when I added sched.h, I forgot to look at the windows stuff. Something seems off to me, WRT the current code. The includes don't match the code... Here's a patch to make the conditionals in the

[Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2007-10-09 22:38 --- Created an attachment (id=14332) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14332&action=view) Consistent use of _WIN32 define -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33578

[Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2007-10-09 22:24 --- Ah yes, this one. I believe there is controversy around this implementation point on linux as well. Here's some info from previous discussions between myself, Ulrich, and Johannes. Me: Include for sched_yield in .

[Bug c++/33677] Member with same name as class

2007-10-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-10-09 22:22 --- This code is invalid, and we should reject both of them. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33677

[Bug fortran/33698] FAIL: gfortran.dg/gamma_5.f90

2007-10-09 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2007-10-09 22:06 --- > We'll probably need to roll our own tgamma function: To > cover cases like this, where the system doesn't provide > one, and to get numerically better answers. g95 uses a C version of W. J. Cody and L. Stoltz' For

[Bug libstdc++/33485] parallel v3: do not use __builtin_alloca, use VLA

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2007-10-09 21:51 --- Subject: Bug 33485 Author: bkoz Date: Tue Oct 9 21:51:06 2007 New Revision: 129182 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129182 Log: 2007-10-09 Wolfgang Bangerth <[EMAIL PROTECTED]> PR lib

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-09 Thread ajd at gentrack dot com
--- Comment #15 from ajd at gentrack dot com 2007-10-09 21:44 --- (In reply to comment #14) > You seem to want to have the main program run the share library constructors. > That's a no-no. And decide at link-time. Double no-no. Do you mind explaining a situation that won't work beca

[Bug libstdc++/33489] parallel v3: not default constructible issues

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2007-10-09 21:40 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at g

[Bug libstdc++/33682] libstdc++ broken for !__GTHREAD_HAS_COND hosts

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #4 from bkoz at gcc dot gnu dot org 2007-10-09 21:24 --- Subject: Bug 33682 Author: bkoz Date: Tue Oct 9 21:24:31 2007 New Revision: 129181 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129181 Log: 2007-10-09 Zhou Drangon <[EMAIL PROTECTED]> PR libstdc++

[Bug c++/33094] [4.2 Regression] ICE on valid C++ virtual template static member in anonymous namespace

2007-10-09 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2007-10-09 21:11 --- Fixed for 4.2.3. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug c++/32470] [4.2 regression] fvisibility=hidden without effect in some cases

2007-10-09 Thread jason at gcc dot gnu dot org
--- Comment #12 from jason at gcc dot gnu dot org 2007-10-09 21:10 --- Fixed for 4.2.3. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|AS

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-09 Thread dje at gcc dot gnu dot org
--- Comment #14 from dje at gcc dot gnu dot org 2007-10-09 21:10 --- You seem to want to have the main program run the share library constructors. That's a no-no. And decide at link-time. Double no-no. You essentially want to behave like a static link. If you look at the discussion

[Bug libstdc++/33682] libstdc++ broken for !__GTHREAD_HAS_COND hosts

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-09 21:01 --- I'm going to check this in folks. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33682

[Bug c++/32470] [4.2 regression] fvisibility=hidden without effect in some cases

2007-10-09 Thread jason at gcc dot gnu dot org
--- Comment #11 from jason at gcc dot gnu dot org 2007-10-09 20:52 --- Subject: Bug 32470 Author: jason Date: Tue Oct 9 20:52:24 2007 New Revision: 129180 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129180 Log: PR c++/32470 * name-lookup.c (push_namespace_wit

[Bug libstdc++/33488] parallel v3: std::accumulate uses accumulator of wrong type

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-09 20:52 --- Wolfgang, I think some of this is fixed, and for the rest (comment #2), there is another bug report (33490) that is focused just on that. Is my understanding correct? -benjamin -- http://gcc.gnu.org/bugzilla/sho

[Bug c++/33094] [4.2 Regression] ICE on valid C++ virtual template static member in anonymous namespace

2007-10-09 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2007-10-09 20:52 --- Subject: Bug 33094 Author: jason Date: Tue Oct 9 20:52:24 2007 New Revision: 129180 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129180 Log: PR c++/32470 * name-lookup.c (push_namespace_with

[Bug libstdc++/33489] parallel v3: not default constructible issues

2007-10-09 Thread bangerth at dealii dot org
--- Comment #9 from bangerth at dealii dot org 2007-10-09 20:51 --- (In reply to comment #8) > Wolfgang, please verify and fix if true. Already under way :-) W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33489

[Bug libstdc++/33491] parallel v3: add some documentation

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2007-10-09 20:51 --- We've made some progress on this front recently, although this bug is a useful marker for other documentation improvements. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33491

[Bug libstdc++/33489] parallel v3: not default constructible issues

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2007-10-09 20:50 --- This should be all fixed now. Wolfgang, please verify and fix if true. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33489

[Bug libstdc++/33489] parallel v3: not default constructible issues

2007-10-09 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2007-10-09 20:48 --- Subject: Bug 33489 Author: bkoz Date: Tue Oct 9 20:48:38 2007 New Revision: 129179 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129179 Log: 2007-10-09 Benjamin Kosnik <[EMAIL PROTECTED]> PR libstd

[Bug c/33720] New: A negative value in OpenMP clause num_threasds is not detected at runtime

2007-10-09 Thread geir at cray dot com
The 'num_threads' clause in a OpenMP pragma is not being checked to see if it is a positive integer. An error should be return if it is not. The OpenMP API Version 2.5 May 2005 on p. 28 lines 29-30 offers the following restriction: " * ... The num_threads expression must evaluate to a positive i

[Bug fortran/33698] FAIL: gfortran.dg/gamma_5.f90

2007-10-09 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2007-10-09 20:22 --- We'll probably need to roll our own tgamma function: To cover cases like this, where the system doesn't provide one, and to get numerically better answers. -- tkoenig at gcc dot gnu dot org changed:

[Bug libfortran/33683] calculating lgamma instead of gamma

2007-10-09 Thread tkoenig at gcc dot gnu dot org
--- Comment #9 from tkoenig at gcc dot gnu dot org 2007-10-09 20:13 --- Subject: Bug 33683 Author: tkoenig Date: Tue Oct 9 20:13:18 2007 New Revision: 129174 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129174 Log: 2007-10-09 Thomas Koenig <[EMAIL PROTECTED]> PR li

[Bug c/33719] New: "#pragma omp for firstprivate(shared_var)" in function labelled 'shared_var' as private

2007-10-09 Thread geir at cray dot com
This case involves a function containing only a '#pragma omp for' directive and a 'for' loop to go with it. The invoking routine is the one that determines whether the variable is shared or private. There is no way to supply this information within the function without expanding what the function

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-09 Thread ajd at gentrack dot com
--- Comment #13 from ajd at gentrack dot com 2007-10-09 20:06 --- (In reply to comment #9) > A solution within GCC is very complicated. Have you looked at the suggested patch? If you could point out any concerns/faults, I could have another try at it. XLC has it's own solution implem

[Bug middle-end/33195] [4.2 Regression] ICE: calc_dfs_tree, at dominance.c:374

2007-10-09 Thread fang at csl dot cornell dot edu
--- Comment #6 from fang at csl dot cornell dot edu 2007-10-09 19:44 --- tastes like PR 31947 ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33195

[Bug c/33718] New: CHUNKSIZE IN SCHEDULE CLAUSE SHOULD NOT NEED SCOPING IF DEFAULT(NONE) PRESENT

2007-10-09 Thread geir at cray dot com
The GNU C/C++ compiler is asking that when a default(none) clause is present on the '#pragma omp parallel for', and a chunk-size expression (in this case just the variable csize) appears in a schedule clause, that the variable must appear in a shared or private clause. Other compilers do not requi

[Bug ada/31174] [4.2 regression] ACATS C380004 fails

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/26154] OpenMP extensions to the C language is not documented or doumented in the wrong spot

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/33410] [4.2/4.3 regression] ICE in iv_analyze_expr, at loop-iv.c:934

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/31108] [4.2 regression] ACATS C35507M fails

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28102] [4.2/4.3 Regression] GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #23 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/29206] [4.2/4.3 regression] gcj-dbtool segfaults

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/29524] [4.2/4.3 Regression] Too much RAM used: __clz_tab[] linked

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/28583] [4.2/4.3 regression] ICE in default_secondary_reload, at targhooks.c:532 when building libgcc2.c as _divsc3.o

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/25470] [4.2/4.3 Regression] fixincludes/ subdirectory not cleaned by "make distclean"

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/27367] [4.2/4.3 Regression] gstdint.h in libdecnumber is not cleaned up with make distclean

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/25438] [4.2/4.3 Regression] make: *** No rule to make target `bubblestrap'. Stop.

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24998] [4.2/4.3 Regression] Build failure: undefined symbol __floatunsitf

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #35 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/22553] [4.1/4.2/4.3 regression] ICE building libstdc++

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/31747] [4.2/4.3 regression] ICE combining static and extern

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/22488] [4.1/4.2/4.3 Regression] push_fields_onto_fieldstack calculates offset incorrectly

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #49 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/31131] [4.2 regression] ICE on invalid constructor definition

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30299] [4.2/4.3 regression] ICE with broken template and inheritance

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30298] [4.2/4.3 regression] ICE with duplicate broken inheritance

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31446] [4.2/4.3 regression] ICE with invalid template parameter

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/31130] [4.2/4.3 Regression] VRP no longer derives range for division after negation

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/29129] [4.2/4.3 Regression] [DR needed] unnamed parameters using [*]

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29727] [4.2/4.3 regression] ICE on invalid initializer for template member

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29571] [4.2/4.3 regression] ICE with invalid static const member

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28639] [4.2/4.3 regression] ICE trying to print error on invalid template parameter

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/28239] [4.2/4.3 regression] ICE in gimple_add_tmp_var, at gimplify.c:720

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/30694] minval/maxval with +/-Inf

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #20 from mmitchel at gcc dot gnu dot org 2007-10-09 19:22 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libgomp/28482] Cannot use libgomp in shared library

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29892] substring out of bounds: Missing variable name for variables with parameter attribute

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/27376] treelang testsuite fails on cygwin

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27478] entry and addressable and value-expr: and the gimplifier

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/27707] g++.dg/tree-ssa/ivopts-1.C fails

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #14 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/25743] crosscompiler fails to build ada-rts for target platform.

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33553] [4.1/4.2/4.3 Regression] Bogus "array bound is not an integer constant" for parameter in template method of template class

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libgomp/33131] [4.2 regression] libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp'

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #1 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27084] Does not propagate memory load base through useless type conversion

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #18 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/32723] [4.2 Regression] memory hog in solve_graph

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #14 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33008] [4.1/4.2 regression] code pessimization after -fforce-mem removal.

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #1 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32787] [4.2/4.3 Regression] Sun Studio 12 Undefined symbol addl

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32519] [4.1/4.2/4.3 regression] g++ allows access to protected template member functions of base class

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/31906] "-Xcompiler" is inserted after "-Xlinker" when building libstdc++

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #18 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/29363] [4.2/4.3 regression] ICE throwing undeclared object

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #20 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/28690] [4.2/4.3 Regression] Performace problem with indexed load/stores on powerpc

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #42 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/30052] [4.2 Regression] points-to analysis slow and memory hungry

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #50 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/32306] [4.2/4.3 Regression] DOM jump threading no longer iterates

2007-10-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2007-10-09 19:21 --- Change target milestone to 4.2.3, as 4.2.2 has been released. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

  1   2   3   >