[Bug libstdc++/25608] g++ miscompiles gcjx

2006-01-26 Thread gdr at cs dot tamu dot edu
--- Comment #17 from gdr at cs dot tamu dot edu 2006-01-26 16:45 --- Subject: Re: g++ miscompiles gcjx "bkoz at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | ps tom this kind of organization for compiling looks dreamy: Yup! I dream of when other GCC parts wo

[Bug c++/25980] Unexpected name conflict between symbols

2006-01-26 Thread gdr at cs dot tamu dot edu
--- Comment #2 from gdr at cs dot tamu dot edu 2006-01-26 18:56 --- Subject: Re: New: Unexpected name conflict between symbols "dwhorton at gmail dot com" <[EMAIL PROTECTED]> writes: | The following fails to compile, it would appear that symbols from seperate

[Bug libgomp/25984] libgomp installs include/omp_lib.f90 even if Fortran is not built

2006-01-26 Thread gdr at cs dot tamu dot edu
--- Comment #1 from gdr at cs dot tamu dot edu 2006-01-26 23:16 --- Subject: Re: New: libgomp installs include/omp_lib.f90 even if Fortran is not built "gerald at pfeifer dot com" <[EMAIL PROTECTED]> writes: | I found that libgomp installs $PREFIX/include/omp_lib.f

[Bug c++/25986] return from funcrtion of void value allowed

2006-01-26 Thread gdr at cs dot tamu dot edu
--- Comment #1 from gdr at cs dot tamu dot edu 2006-01-26 23:53 --- Subject: Re: New: return from funcrtion of void value allowed "yuri at tsoft dot com" <[EMAIL PROTECTED]> writes: | The following code is meaningless says you. | therefore should produce t

[Bug c++/25986] return from funcrtion of void value allowed

2006-01-26 Thread gdr at cs dot tamu dot edu
--- Comment #6 from gdr at cs dot tamu dot edu 2006-01-27 02:42 --- Subject: Re: return from funcrtion of void value allowed "yuri at tsoft dot com" <[EMAIL PROTECTED]> writes: | > This functionality was *added* on | > purpose to allow generic codes to be wri

[Bug c++/25986] return from funcrtion of void value allowed

2006-01-26 Thread gdr at cs dot tamu dot edu
--- Comment #7 from gdr at cs dot tamu dot edu 2006-01-27 02:43 --- Subject: Re: return from funcrtion of void value allowed "yuri at tsoft dot com" <[EMAIL PROTECTED]> writes: | For templates it's sufficient to treat void as type in template | specializations.

[Bug c++/25625] [4.0/4.1/4.2 Regression] Fails to compile C++ code when -frepo is specified.

2006-01-27 Thread gdr at cs dot tamu dot edu
--- Comment #12 from gdr at cs dot tamu dot edu 2006-01-27 22:27 --- Subject: Re: [4.0/4.1/4.2 Regression] Fails to compile C++ code when -frepo is specified. "pault at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: [...] | URL: http://gcc.gnu.org/viewcvs?root=

[Bug c++/10891] code using dynamic_cast causes segfaults when -fno-rtti is used

2006-01-29 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-01-29 10:38 --- Subject: Bug 10891 Added: branches/c++-compat-branch/boehm-gc/callprocs URL: http://gcc.gnu.org/viewcvs/branches/c%2B%2B-compat-branch/boehm-gc/callprocs?root=gcc&view=auto&re

[Bug c/26200] New: cc1 segfaults on help

2006-02-09 Thread gdr at gcc dot gnu dot org
cc1 (from frsely built compiler) segfaults on the following commands % g++ -v --help [...] /home/gdr/libexec/gcc/i686-pc-linux-gnu/4.2.0/cc1 -quiet -v help-dummy -quiet - dumpbase help-dummy -mtune=generic -auxbase help-dummy -version --help -o /tmp/c ceCzZP2.s The following options are language

[Bug bootstrap/26259] --enable-languages=c,c++ not working as expected, documented

2006-02-15 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug bootstrap/26259] --enable-languages=c,c++ not working as expected, documented

2006-02-16 Thread gdr at gcc dot gnu dot org
--- Comment #27 from gdr at gcc dot gnu dot org 2006-02-16 14:54 --- see comment #12. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug bootstrap/26259] --enable-languages=c,c++ not working as expected, documented when removing gcc/ada and libada but not gnattools

2006-02-16 Thread gdr at gcc dot gnu dot org
--- Comment #29 from gdr at gcc dot gnu dot org 2006-02-16 15:30 --- (In reply to comment #28) > (In reply to comment #24) > > Since Ben is removing directories in the first place, this is the reason why > > this is invalid and not because gnattools is being built even wi

[Bug bootstrap/26259] --enable-languages=c,c++ not working as expected, documented when removing gcc/ada and libada but not gnattools

2006-02-16 Thread gdr at gcc dot gnu dot org
--- Comment #32 from gdr at gcc dot gnu dot org 2006-02-16 15:53 --- . -- gdr at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2006-02-16 15:30:19

[Bug bootstrap/26259] --enable-languages=c,c++ not working as expected, documented when removing gcc/ada and libada but not gnattools

2006-02-16 Thread gdr at gcc dot gnu dot org
--- Comment #33 from gdr at gcc dot gnu dot org 2006-02-16 15:56 --- . -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|RESOLVED

[Bug rtl-optimization/11707] [3.4 Regression] [new unroller] constants not propagated in unrolled loop iterations with a conditional

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #23 from gdr at gcc dot gnu dot org 2006-02-28 08:43 --- Fixed in 4.0 and higher. Won't fix for 3.4.x -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #40 from gdr at gcc dot gnu dot org 2006-02-28 08:46 --- Fixed in 4.1. and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug rtl-optimization/12863] [3.4 regression] basic block reordering fails for fallthru of casesi

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #24 from gdr at gcc dot gnu dot org 2006-02-28 08:47 --- Fixed im 4.0 and up. Won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug tree-optimization/13000] [3.4 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #22 from gdr at gcc dot gnu dot org 2006-02-28 08:49 --- No interest in fixing for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/13987] [3.4 Regression] compile time regression while compile fold-const.i

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #20 from gdr at gcc dot gnu dot org 2006-02-28 08:51 --- Fixed in 4.0 and up. Won't fix for 3.4.5 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug c++/14500] most specialized function template vs. non-template function

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #22 from gdr at gcc dot gnu dot org 2006-02-28 08:52 --- Fixed in 4.0. Won't fix in 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug target/14532] [3.4 Regression] s390x internal compiler error: output_operand: Cannot decompose address.

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 08:53 --- Fixed in 4.0. and up. Won't fix in 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug rtl-optimization/14868] [3.4 only] ICE with -msse2 -mfpmath=sse -fnon-call-exceptions

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2006-02-28 08:54 --- Fixed in 4.0. Won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug gcov/profile/14944] [3.4 only] ICE when gcc reads *.gcda file of different version

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-02-28 09:13 --- Fixed in 3.4.6 too. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/15231] [3.4 only] constant pool entries referring to nonexistent labels

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 09:14 --- Fixed in 4.0 and up. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug preprocessor/15307] [3.4 Regression] Preprocessor ICE on invalid input

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #11 from gdr at gcc dot gnu dot org 2006-02-28 09:15 --- Fixed in 4.0 and up. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug target/15340] [3.4 Regression] GCC internal error in preprocessed C code

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2006-02-28 09:17 --- Works in 4.0 and up. Won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug tree-optimization/15366] [3.4 only][unit-at-a-time] -fno-inline-functions is ignored for static functions

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #13 from gdr at gcc dot gnu dot org 2006-02-28 09:19 --- Fxed in 4.0.2. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug other/15378] [3.4 regression] -Werror should provide notification of why gcc is exiting

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2006-02-28 09:22 --- Fixed in 4.0 and higher. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug target/15397] [3.4 only] [g77] c float function called from fortran gives wrong result

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #10 from gdr at gcc dot gnu dot org 2006-02-28 09:23 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug target/15535] [3.4 regression][sh-linux] ICE with -m4 -O2

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #10 from gdr at gcc dot gnu dot org 2006-02-28 09:24 --- Fixed in 4.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/15914] [3.4 only] gcc-3_4-branch ICE on Linux kernel

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 09:25 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug c++/16021] Tests for container swap specialisations FAIL in debug mode

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #16 from gdr at gcc dot gnu dot org 2006-02-28 09:27 --- Fixed in 4.2 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/16030] [3.4 Regression] [cygwin/mingw]: stdcall function decoration vs LTHUNK alias in multiple inheritanc

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #15 from gdr at gcc dot gnu dot org 2006-02-28 09:28 --- Fixed in 4.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #18 from gdr at gcc dot gnu dot org 2006-02-28 09:29 --- Fixed in 4.0 and up. Won't fix in 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug c++/16042] [3.4 regression] ICE with array assignment

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2006-02-28 09:30 --- won't fix in 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug rtl-optimization/16104] [3.4 regression] ICE in reload_cse_simplify_operands, at postreload.c:378 with SSE2 code on -O2

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #16 from gdr at gcc dot gnu dot org 2006-02-28 09:32 --- Fixed in 4.0 and up. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #30 from gdr at gcc dot gnu dot org 2006-02-28 09:34 --- Fixed in 4.0 and up. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug c++/16405] [3.4 Regression] Temporary aggregate copy not elided

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #14 from gdr at gcc dot gnu dot org 2006-02-28 09:35 --- Fixed in 4.1.0. won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug rtl-optimization/16586] [3.4 Regression] -O3 -fno-gcse ICE verify_local_live_at_start flow.c:575

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #15 from gdr at gcc dot gnu dot org 2006-02-28 09:36 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #23 from gdr at gcc dot gnu dot org 2006-02-28 09:37 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug rtl-optimization/16702] [3.4 regression] ICE (segfault) when compiling qemu with -O on x86_64 with gcc 3.4

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 09:38 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug target/16888] [3.4 Regression] ICE: in print_reg, at config/i386/i386.c:7254

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2006-02-28 09:39 --- Fixed in 4.0 and higher. Won't fix in 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug debug/17076] [3.4 regression] ICE on variable size array initialization in debug mode in C++

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-02-28 09:40 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/17248] [3.4 Regression] __always_inline__ throws "unimplemented" in -O0 mode

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2006-02-28 09:40 --- Fixed in 4.0.x and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/17332] [3.4 Regression] Missed inline opportunity

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-02-28 09:41 --- not cirtical. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug other/17594] [3.4 Regression] GCC does not error about unknown options which starts with a valid option

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 09:41 --- Fixed in 4.0. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug libf2c/17725] [3.4 only] g77 libs installed in wrong directory

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-02-28 09:43 --- won't fix. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug debug/18273] [3.4 Regression] Fail to generate debug info for member function.

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-02-28 09:44 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug c++/18418] [3.4 only] GCC 3.4.3 builds worse code than GCC 3.3.4 using template expressions

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-02-28 09:44 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug target/18603] [3.4 only] local label names can collide with function names

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-02-28 09:45 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug c++/18625] [3.4 regression] triple error message for invalid typedef

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-02-28 09:46 --- Fixed in 4.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone

[Bug target/18823] [3.4 regression] [ia64-linux] ICE in ia64_st_address_bypass_p, at config/ia64/ia64.c:7387

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-02-28 09:47 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug middle-end/18913] [3.4 Regression] complex array of dimension 1 segfaults

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-02-28 09:47 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug middle-end/18956] [3.4 only] [hppa] 'bus error' at runtime while passing a special struct to a C++ member function

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-02-28 09:48 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug rtl-optimization/19001] [3.4 Regression] Loops with power of two step and variable bounds not unrolled

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2006-02-28 09:49 --- Fixed in 4.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/19063] [3.4 regression] ICE on invalid template parameter

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-02-28 09:50 --- Fixed in 4.0. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/19183] [3.4 Regression] ICE with -fPIC

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 09:50 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/19395] [3.4 regression] invalid scope qualifier allowed in typedef

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-02-28 09:52 --- Fixed in 4.1 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/19396] [3.4 regression] Invalid template in typedef accepted

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-02-28 09:53 --- fixed for 4.1. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug preprocessor/19475] [3.4 Regression] missing whitespace after macro name in C90 or C++

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #14 from gdr at gcc dot gnu dot org 2006-02-28 09:54 --- Fixed in 4.0.0 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/19628] [3.4 Regression] g++ no longer accepts __builtin_constant_p in constant-expressions

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-02-28 09:54 --- fixed for 4.0.0 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/19710] [3.4 regression] ice on invalid one line C++ code

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-02-28 09:55 --- won't fix. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug c++/19734] [3.4 regression] Another ICE on invalid destructor call

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-02-28 09:58 --- Fixed in 4.0.0 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/19767] [3.4 only] CSE hang on very simple code with -O2 -ftracer

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-02-28 09:59 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug rtl-optimization/19909] [3.4 regression] verify-flow-info: wrong frequency ...

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 09:59 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/19982] [3.4 Regression] The left side of the "=" operator must be an lvalue.

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-02-28 10:00 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug target/20036] [3.4 only] gcc.dg/compat/vector-[12]_y.c fails to compile

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-02-28 10:01 --- won't fix in 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug tree-optimization/20076] [3.4 Regression] __builtin_return(__builtin_apply()) inlined incorrectly

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-02-28 10:02 --- fixed in 4.0.0 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/20152] [3.4 Regression] ICE compiling krusader-1.5.1 with latest CVS gcc

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-02-28 10:02 --- fixed for 4.0.0 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug debug/20253] [3.4 regression]: Macro debug info broken due to lexer change

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #17 from gdr at gcc dot gnu dot org 2006-02-28 10:03 --- fixed for 4.0.0 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/20359] [3.4 regression] Incorrect code with global register variables

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-02-28 10:04 --- won;t fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/20383] [3.4 Regression] #line directive breaks try-catch statement

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-02-28 10:04 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug c++/20427] [3.4 Regression] 'new int [2] ()' not default initialized

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 10:06 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug rtl-optimization/20639] [3.4 Regression] store motion deletion of redundant stores doesn't consider asm volatiles

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-02-28 10:06 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug other/20731] [3.4 only] contrib/gcc_update hard code -r gcc-3_4-branch

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 10:10 --- No activity happens since the debate. Closing as won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug fortran/20774] [3.4 Regression] [g77 only] Debug information in .o (from FORTRAN) points to temporary file under certain circumstances

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-02-28 10:10 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/20905] [3.4 Regression] confuses unrelated type name with instance name

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-02-28 10:11 --- Fixed in 4.0 and up. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug rtl-optimization/21141] [3.4 Regression] excessive stack usage

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 10:14 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug rtl-optimization/21464] [3.4 Regression] wassembler code is not generated for uint64_t comparison with -O

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-02-28 10:14 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c/21536] [3.4 Regression] C99 array of variable length use causes segmentation fault

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 10:15 --- Fixed in 4.0.1 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/21589] [3.4 only] FAIL: gcc.dg/noreturn-7.c (test for warnings, line 21)

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #1 from gdr at gcc dot gnu dot org 2006-02-28 10:16 --- fixed for 4.0.0; won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug target/21590] [3.4 only] FAIL: gcc.dg/sibcall-1.c and FAIL: gcc.dg/sibcall-2.c

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-02-28 10:17 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug target/21616] [3.4 only] ICE: unable to find a register to spill in class `FLOAT_REGS'

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #10 from gdr at gcc dot gnu dot org 2006-02-28 10:18 --- (In reply to comment #9) > Created an attachment (id=10817) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10817&action=view) [edit] > Patch against current 3.4 sources > Could you get it

[Bug target/21642] [3.4 Regression] wrong code with -O2

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-02-28 10:19 --- won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug translation/21768] [3.4 regression] ICE in error message due to violation of coding conventions

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #11 from gdr at gcc dot gnu dot org 2006-02-28 15:37 --- The .po file is missing and we haven't received one for a while. This is not a release blocking issue. Closing as essentially fixed. -- gdr at gcc dot gnu dot org changed: What|Re

[Bug c++/21784] [3.4 Regression] Using vs builtin names

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 15:38 --- Fixex in 4.0.1. Won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug libf2c/21792] [3.4 only] --enable-version-specific-runtime-libs doesn't install version specific fortran & java libs

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-02-28 15:39 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug c++/21908] [3.4 Regression] poor diagnostic with vitrual base classes

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #11 from gdr at gcc dot gnu dot org 2006-02-28 15:40 --- Fixed in 4.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/21931] [3.4 only] problem with fugly-logint flag and evaluating if statements

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-02-28 15:41 --- won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug debug/21932] [3.4 Regression] -O3 -fno-unit-at-a-time causes ICE

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-02-28 15:45 --- Works in 4.0 and up. Won't fix in 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |

[Bug middle-end/21939] [3.4 Regression] corrupted memory with deque of >63 items

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-02-28 15:47 --- This is unlikely to be fixed for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22078] [3.4 Regression] Cannot profilebootstrap 3.4.4 on OS X 10.3, 3.4.3 works

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-02-28 15:48 --- Unlikely to be fixed for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-02-28 15:49 --- unlikely to be fixed for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/22213] [3.4 only] quoting of dir-variable in mklibgcc.in

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-02-28 15:49 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone

[Bug c++/22215] [3.4 Regression] [unit-at-a-time] g++ -O2 generates Undefined Global for statically defined function

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-02-28 15:51 --- Works in 4.0.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone

[Bug target/22292] [3.4 Regression] ICE with _mm_loadl_pd/__builtin_ia32_loadlpd

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-02-28 15:52 --- unlikely to be fixed for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22362] [3.4 Regression] static function calls and global register variables

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2006-02-28 15:53 --- Fixed in 4.0.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/22409] [3.4 regression] ICE in subst_stack_regs_pat, at reg-stack.c:1445

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-03-01 03:56 --- This works in 4.0.0 and up. Unlikely to be fixed in 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/23139] [3.4 Regression] -pedantic -ffast-math breaks working code

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #13 from gdr at gcc dot gnu dot org 2006-03-01 03:58 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 03:59 --- Unlikely to be fixed in 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added

<    6   7   8   9   10   11   12   13   >