[Bug c++/22361] New: Fails to identify

2005-07-07 Thread igodard at pacbell dot net
template class TP1 {}; template class A> struct B { template struct TP2 : public A {}; }; template class TP3, typename T> voidF(const TP3&) {} int main() { B::TP2 b; F(b); } gets you: ~/ootbc/members/src$ c++ foo.cc foo.cc: In function `int main()': foo.cc:13: error: n

[Bug c++/22354] g++ accepts specializiation without declaration

2005-07-07 Thread corey dot taylor at gmail dot com
--- Additional Comments From corey dot taylor at gmail dot com 2005-07-08 05:30 --- The reason we decided to post this is many front ends were giving different results: some errored out with diagnostic, some accepted, some accepted but wouldn't allow proper declaration (considered it a r

[Bug regression/21456] compile time regression(s) after gcc-4.0-20050326, 4.0 (+300%) 4.1 (+500%)

2005-07-07 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-07-08 03:12 --- If you could add -ftime-report from all these, that would be helpful. Also note that O3 is not expected to be fast on compile time compared to O2, so it would be nice to know if the O2 numbers changed as we

[Bug regression/20139] [4.0/4.1 regression] cris-elf testsuite: gcc.c-torture/execute/20020720-1.c

2005-07-07 Thread kazu at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||22360 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20139

[Bug tree-optimization/22360] New: upper_bound_in_type and lower_bound_in_type are buggy

2005-07-07 Thread kazu at gcc dot gnu dot org
Consider tree.c:upper_bound_in_type Suppose that outer is ulong64 and that inner is int32. Then the function returns 2^32-1, which is wrong. Since we are widening a signed value, we need to use a sign extension. The largest value after casting to ulong64 is actually 2^64-1, which occurs when si

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for uninitialized variables

2005-07-07 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-07-08 01:56 --- Subject: Re: [4.0/4.1 Regression] debug info omitted for uninitialized variables wilson at specifix dot com wrote: > I think you are just compounding the mistake created by Mark Mitchell's > patch for PR

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-07 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-07-08 01:56 --- As of today, no compile errors on i686-pc-linux-gnu 4 runtime errors: FM111.f FM903.f FM906.f FM908.f -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875

[Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16306

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/19565] [3.4/4.0/4.1 Regression] g++ does not warn about overflow in conversion but gcc does

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19565

[Bug tree-optimization/17863] [4.0/4.1 Regression] threefold performance loss, not inlining as much

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17863

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for uninitialized variables

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21828

[Bug preprocessor/14438] Potential need for buffer overflow checks in _cpp_lex_direct

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14438

[Bug c++/21929] [4.0 regression] ICE on invalid template parameter

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21929

[Bug tree-optimization/18687] [4.0/4.1 Regression] ~50% compile time regression

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18687

[Bug preprocessor/13726] [3.4/4.0/4.1 regression]cpp -C -dI loses comments on same line as #include directives

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13726

[Bug tree-optimization/21488] [4.0/4.1 regression] Not copy propagating single-argument PHIs causes out-of-ssa coalescing failure

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21488

[Bug bootstrap/16865] False alarm about use of uninitialized variable breaks bootstrap at -O3

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16865

[Bug c++/21491] [4.0/4.1 Regression] crosses initialization of a pointer

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21491

[Bug middle-end/22156] [4.0/4.1 Regression] bit-field copying regressed

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22156

[Bug tree-optimization/17790] [4.0/4.1 Regression] Significant compile time increases for sixtrack with tree LICM and IV optimization

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17790

[Bug other/21350] [4.0/4.1 Regression] release now requires bision

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21350

[Bug libgcj/21944] [4.0 Regression] libgcj.so fails to link on IRIX 6: GOT overflow

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21944

[Bug middle-end/21105] [4.0/4.1 Regression] Compiling of large array fails

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21105

[Bug tree-optimization/19703] [4.0/4.1 Regression] Poor optimisation of loop test, DOM causing unsigned to int and missing combine compares

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19703

[Bug c++/17964] [4.0/4.1 Regression] cpp error messages contain wrong line in C++

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17964

[Bug middle-end/22028] [4.0 Regression] ICE after invalid struct declaration

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22028

[Bug middle-end/21117] [3.4/4.0/4.1 Regression] ICE after error about returning an incomplete type

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21117

[Bug middle-end/19988] [4.0/4.1 Regression] pessimizes fp multiply-add/subtract combo

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19988

[Bug tree-optimization/21596] [4.0/4.1 Regression] extra temporaries when using global register variables

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21596

[Bug c++/14179] [3.4/4.0/4.1 Regression] out of memory while parsing array with many initializers

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179

[Bug c++/21347] [4.0/4.1 Regression] spurious warning with -Wctor-dtor-privacy

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21347

[Bug libgcj/21637] URL.openStream doesn't throw a FileNotFoundException with some urls

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637

[Bug tree-optimization/15678] [4.0/4.1 Regression] CSiBE i686 compilation time increased by 8% at -O2

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15678

[Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14325

[Bug rtl-optimization/21485] [4.0/4.1 Regression] BYTEmark numsort: codegen regression with -O3

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485

[Bug c++/20817] [4.0/4.1 Regression] ICE for tree check in build_offset_type

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20817

[Bug c++/20681] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20681

[Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20624

[Bug tree-optimization/16913] [4.0/4.1 Regression] restrict does not make a difference

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16913

[Bug fortran/18923] segfault after subroutine name confusion

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18923

[Bug tree-optimization/17506] [4.0/4.1 regression] warning about uninitialized variable points to wrong location

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17506

[Bug bootstrap/17383] [4.0 Regression] Building in src dir fails

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383

[Bug target/21715] [4.0/4.1 regression] code-generation performance regression

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21715

[Bug c++/20133] [4.0/4.1 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20133

[Bug c++/21422] [4.0/4.1 Regression] Accepts writting to const via asm

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21422

[Bug c++/20646] [4.0/4.1 Regression] ICE on illegal code: "extern static" struct member

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20646

[Bug middle-end/22057] [4.0/4.1 Regression] Poor -O0 debug information for for loops with no initializer

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22057

[Bug c++/21089] [4.0/4.1 Regression] C++ front-end does not "inline" the static const double

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21089

[Bug tree-optimization/13756] [tree-ssa] documentation missing

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13756

[Bug preprocessor/20356] [4.0/4.1 Regression] New #include_next behaviour breaks limits.h

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20356

[Bug target/19150] [3.4/4.0/4.1 Regression] suboptimal fp division with -ffast-math

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19150

[Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16876

[Bug tree-optimization/18463] [4.0/4.1 Regression] suboptimal use of fancy x86 addressing modes

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18463

[Bug bootstrap/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20155

[Bug tree-optimization/18219] [4.0/4.1 Regression] gcc-4.0/4.1.0 bloats code by 31%

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18219

[Bug c++/20678] [3.4/4.0 Regression] Make process stopped

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20678

[Bug target/19704] ICE for tail call of regparm 3 and dllimport

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19704

[Bug preprocessor/20348] [4.0/4.1 Regression] File not included when file with same name is included before

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20348

[Bug target/18274] Documentation for -mhard-float on arm platforms is incorrect

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18274

[Bug bootstrap/21268] [4.0/4.1 Regression] Bootstrap, configuration problem and insn-conditions.c

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21268

[Bug java/21662] [3.4/4.0/4.1 Regression] Fields in interfaces not optimized when read from *.class, but optimized when read from *.java

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21662

[Bug middle-end/21529] [4.0/4.1 Regression] code size regression (+40%) with -Os from GCC-3.4.3 to 4.1

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21529

[Bug libfortran/18857] [4.0 only] MATMUL failing with ALLOCATED matrices, unless base indices given

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18857

[Bug debug/20161] [4.0/4.1 Regression] ICE with dwarf for incomplete element type argument

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20161

[Bug tree-optimization/21548] [4.0 regression] Wrong warning about uninitialized variable

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21548

[Bug c++/21228] [4.0/4.1 Regression] -Wunreachable-code produces spurious warnings for constructor

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21228

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

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16888

[Bug c++/7874] [3.4/4.0/4.1 regression] g++ finds friend functions defined in class-definition but not declared in the enclosing namespace

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7874

[Bug libfortran/15266] libgfortran doesn't compile on IRIX 5.3

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15266

[Bug c++/17577] [4.0/4.1 Regression] #pragma implementation no longer diagnoses use after file to which it applies

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17577

[Bug bootstrap/21512] [4.0/4.1 Regression] build failure on ppc-apple-darwin5.5 in libcpp

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21512

[Bug c++/20789] [4.0 regression] ICE with incomplete type in template

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20789

[Bug middle-end/20794] [4.0/4.1 Regression] Arrays and pointer arithmetic on __attribute ((aligned)) types permitted

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20794

[Bug rtl-optimization/17692] [4.0/4.1? Regression] gcc -O hangs on glnxa64

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17692

[Bug rtl-optimization/19078] [4.0/4.1 Regression] Poor quality code after loop unrolling.

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19078

[Bug debug/19192] [4.0/4.1 Regression] Current development gcc generates inaccurate line info for example code

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19192

[Bug c/21419] [4.0/4.1 Regression] Accepts writting to const via asm

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21419

[Bug tree-optimization/21550] [4.0/4.1 Regression] i686 floating point performance 33% slower than gcc 3.4.3

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21550

[Bug c++/19523] [4.0/4.1 Regression] DBX_USE_BINCL support broken in the C++ compiler

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19523

[Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11987

[Bug c++/20637] [3.4/4.0 regression] Confusing message with different using declarations

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20637

[Bug debug/21946] [4.0 Regression] Invalid DWARF2 debug info emitted

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21946

[Bug target/18631] [4.0/4.1 Regression] missing error messages passing vectors with -mno-altivec -mabi=altivec

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18631

[Bug c/21343] [4.0/4.1 Regression] incompatible internal linkage declarations in different scopes not diagnosed

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21343

[Bug tree-optimization/15596] [4.0/4.1 Regression] Missed optimization with bitfields

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15596

[Bug tree-optimization/18048] [4.0/4.1 Regression] mgrid loop performance regression with ivopts (register pressure)

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18048

[Bug c/18715] [4.0/4.1 Regression] warning: "enumeration value not handled in switch" for '...' ranges

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18715

[Bug fortran/22359] New: fseek intrinsic appears to be unimplemented

2005-07-07 Thread joe at confucius dot gnacademy dot org
This subroutine subroutine locend (nt) call fseek(nt, 0, 2) print *,' end encountered on read ',nt return end with this link gfortran colapse.o -L../lib -lboom -lgfortran -lc -o boom gives ../lib/libboom.a(locend.o): In function `locend_': /home/joe/boom/hcol/lo

[Bug other/13906] genmodes.c:964: internal compiler error: Bus error in md5_process_block

2005-07-07 Thread brian at dessent dot net
--- Additional Comments From brian at dessent dot net 2005-07-08 00:59 --- *sigh* Yes, you're right. I had cvs upped in libiberty and not include. Sorry for the noise. -- What|Removed |Added

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for uninitialized variables

2005-07-07 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-07-08 00:46 --- Subject: Re: [4.0/4.1 Regression] debug info omitted for uninitialized variables hjl at lucon dot org wrote: > --- Additional Comments From hjl at lucon dot org 2005-07-05 16:56 > --- > Patches for

[Bug tree-optimization/21568] [4.0/4.1 regression] Casts in folding *& omitted

2005-07-07 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-07-08 00:41 --- Subject: Re: [4.0/4.1 regression] Casts in folding *& omitted gcc2eran at tromer dot org wrote: > And here is what N1124 [6.3.2.1/1] says: > "When an object is said to have a particular type, the type is >

[Bug rtl-optimization/17808] Scheduler overly conservative in sched-deps

2005-07-07 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-07-08 00:08 --- Subject: Re: Scheduler overly conservative in sched-deps steven at gcc dot gnu dot org wrote: > /tmp/ccBDW5xy.s:186: Warning: Additional NOP may be necessary to workaround > Itanium processor A/B step errata

[Bug c++/22358] C++ front-end produces mis-match types in MODIFY_EXPR

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-08 00:01 --- I have a fix. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinskia

[Bug c++/22358] C++ front-end produces mis-match types in MODIFY_EXPR

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 23:58 --- The mis-matched type is created here: #0 build3_stat (code=COND_EXPR, tt=0x41e254fc, arg0=0x41ea0d38, arg1=0x41ea8c60, arg2=0x41e1d180) at /Users/pinskia/src/local/gcc/gcc/tree.c:2679 #1 0x000cab6c in bu

[Bug tree-optimization/22041] Reverse loop order for increased efficiency

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 23:42 --- IIRC loop.c does the reversal so we need to move to the tree level. -- What|Removed |Added

[Bug testsuite/22357] gcc.dg/tree-ssa/vrp17.c assumes an argument evaluation order

2005-07-07 Thread kazu at gcc dot gnu dot org
--- Additional Comments From kazu at gcc dot gnu dot org 2005-07-07 23:34 --- Thanks, Jeff! I'll assign the bug to you then. -- What|Removed |Added AssignedTo|kazu

[Bug regression/21456] compile time regression(s) after gcc-4.0-20050326, 4.0 (+300%) 4.1 (+500%)

2005-07-07 Thread andre dot maute at gmx dot de
--- Additional Comments From andre dot maute at gmx dot de 2005-07-07 23:05 --- oh well, once more the compiletime increased g++-4.1-20050604 -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1-20050604/configure --prefix=/opt/gcc-4.1-20050604 --program-

[Bug c++/22354] g++ accepts specializiation without declaration

2005-07-07 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-07-07 23:01 --- Notice that this is just a QoI issue, as the standard explicitly says that no diagnostic is required for this violation. Marking as enhancement. -- What|Removed |Added --

[Bug rtl-optimization/22239] [4.0/4.1 Regression] i-cobol.adb:482: error: unrecognizable insn

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 22:53 --- Subject: Bug 22239 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 22:53:31 Modified files: gcc: ChangeLog loop.c Log message:

  1   2   3   >