[Bug c++/21312] [4.0/4.1/4.2/4.3 Regression] Access violation diagnostic given twice

2007-02-03 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2007-02-04 03:20 --- Subject: Bug number PR c++/21312 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00294.html -- http://gcc.gnu.org/bugzil

[Bug fortran/30514] [4.2 and 4. only] zero-sized array wrongly rejected: integer :: i(1:-1)

2007-02-03 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-02-04 03:06 --- Subject: Bug number PR30514 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00266.html --- Comment #7 from patchapp at

[Bug fortran/30514] [4.2 and 4. only] zero-sized array wrongly rejected: integer :: i(1:-1)

2007-02-03 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-02-04 03:06 --- Subject: Bug number PR30514 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00266.html --- Comment #7 from patchapp at

[Bug fortran/30689] equivalence modifies common block

2007-02-03 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2007-02-04 02:26 --- (In reply to comment #4) > OK, maybe gfortran is right. It isn't that gfortran is right or wrong. :-) The -fdefault-integer-8 changes the default integer kind to an 8 byte integer. The default real kind is still 4 b

[Bug target/30634] FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90

2007-02-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-04 01:55 --- Subject: Re: FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90 > My patch just exposed a latent bug. Does this fail on the trunk also the same > way? If not can you trace to see where the

[Bug tree-optimization/30590] [4.1/4.2/4.3 Regression] tree-nrv optimization clobbers return variable

2007-02-03 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-02-04 01:54 --- > + @@@ This is a kludge. Should look into removing the NRV > + optimization from the C++ front end for GCC 4.3. */ You can't because the NVR optimization in the front-end also removes th

[Bug c++/29209] ICE optimizing passing long double to abstract method while in other abstract's impl

2007-02-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-04 01:50 --- Subject: Re: ICE optimizing passing long double to abstract method while in other abstract's impl > > --- Comment #5 from tbm at cyrius dot com 2007-02-03 09:45 --- > > I don't see this with Linux

[Bug target/30634] FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90

2007-02-03 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-02-04 01:41 --- > The failure was introduced in revision 121076: My patch just exposed a latent bug. Does this fail on the trunk also the same way? If not can you trace to see where the difference in the IR between the 4.2 branch

[Bug target/30634] FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90

2007-02-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-04 01:07 --- Subject: Re: FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90 > --- Comment #3 from kargl at gcc dot gnu dot org 2007-01-30 02:53 --- > A scan of libgfortran/ChangeLog and gcc/for

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

2007-02-03 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-02-04 00:19 --- Thomas asked at c.l.f: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/e3745c39a11522c5 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30694

[Bug fortran/30689] equivalence modifies common block

2007-02-03 Thread milan at cmm dot ki dot si
--- Comment #4 from milan at cmm dot ki dot si 2007-02-04 00:13 --- OK, maybe gfortran is right. It doesn't make much sense to me, but this is what I found from wikipedia links in its fortran entry: "Variables and arrays in common blocks can appear in EQUIVALENCE statements but this has

[Bug fortran/30689] equivalence modifies common block

2007-02-03 Thread milan at cmm dot ki dot si
--- Comment #3 from milan at cmm dot ki dot si 2007-02-03 23:52 --- I am sorry for misunderstanding the program. I just took out of something big, to show some weird behavior of COMMON and EQUIVALENCE. As you can imagine -fdefault-integer-8 trick is the only solution to make those old 1

[Bug middle-end/30667] [4.3 Regression] ICE in immed_double_const, at emit-rtl.c:468

2007-02-03 Thread uros at gcc dot gnu dot org
--- Comment #2 from uros at gcc dot gnu dot org 2007-02-03 23:39 --- Subject: Bug 30667 Author: uros Date: Sat Feb 3 23:39:31 2007 New Revision: 121555 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121555 Log: PR middle-end/30667 * combine.c (try_combine): Do n

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread hubicka at gcc dot gnu dot org
--- Comment #7 from hubicka at gcc dot gnu dot org 2007-02-03 23:35 --- Subject: Bug 30650 Author: hubicka Date: Sat Feb 3 23:35:42 2007 New Revision: 121554 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121554 Log: PR gcov-profile/30650 * value-prof.c (string

[Bug middle-end/30696] [4.3 regression] Linker failure with OpenMP and inline function

2007-02-03 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-02-03 23:32 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-02-03 Thread janis at gcc dot gnu dot org
--- Comment #20 from janis at gcc dot gnu dot org 2007-02-03 22:58 --- Created an attachment (id=13003) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13003&action=view) preliminary patch Manuel, I like your idea of letting the DejaGnu procs do most of the work and then modifying t

[Bug rtl-optimization/30697] New: Local arrays not eliminated by optimization

2007-02-03 Thread stefaan dot deroeck at gmail dot com
Tested with gcc-4.2-20070131, with -O3 on i386. Gcc correctly writes the constants directly into the variable called "out", but it still stores its temporary result on the stack, from where it will never be read anymore. gcc-4.1.1 DOES seem to eliminate these arrays, at least in the given examp

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread hubicka at ucw dot cz
--- Comment #6 from hubicka at ucw dot cz 2007-02-03 21:55 --- Subject: Re: [4.3 Regression] ICE with -fprofile-use > size = ((histogram->hvalue.counters[0] > + histogram->hvalue.counters[0] / 2) > - / histogram->hvalue.counters[0]); > + /

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-02-03 21:51 --- size = ((histogram->hvalue.counters[0] + histogram->hvalue.counters[0] / 2) - / histogram->hvalue.counters[0]); + / histogram->hvalue.counters[1]); micha suggested you m

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread hubicka at gcc dot gnu dot org
--- Comment #4 from hubicka at gcc dot gnu dot org 2007-02-03 21:49 --- Created an attachment (id=13002) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13002&action=view) Fix -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30650

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2007-02-03 21:48 --- Testing fix. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use

2007-02-03 Thread stefaan dot deroeck at gmail dot com
--- Comment #2 from stefaan dot deroeck at gmail dot com 2007-02-03 21:45 --- I'm guessing "make profiledbootstrap" fails on my machine for the same reason. (I get the same ICE). Last tested with snapshot gcc-4.3.0_alpha20070202. My platform is i386 though, not x86_64, using CFLAGS "

[Bug middle-end/30696] [4.3 regression] Linker failure with OpenMP and inline function

2007-02-03 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2007-02-03 21:39 --- Even shorter testcase: inline void foo() {} int main() { #pragma omp parallel foo(); foo(); return 0; } -- http://gcc.gn

[Bug middle-end/30696] [4.3 regression] Linker failure with OpenMP and inline function

2007-02-03 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30696

[Bug middle-end/30696] New: [4.3 regression] Linker failure with OpenMP and inline function

2007-02-03 Thread reichelt at gcc dot gnu dot org
The following program causes a linker failure on mainline when compiled with "gcc -fopenmp -O -std=c99": inline void foo() {} int main() { foo(); #pragma omp parallel for for ( int i=0; i<1; ++i ) foo(); return 0; } ==

[Bug middle-end/30473] [4.0/4.1/4.2/4.3 Regression] Internal Compiler Error with a sprintf with few arguments for format %s

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30473

[Bug preprocessor/30468] [4.0/4.1/4.2 Regression] -M not fully chops dirname

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30468

[Bug middle-end/30473] [4.0/4.1/4.2/4.3 Regression] Internal Compiler Error with a sprintf with few arguments for format %s

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 21:26 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30294] [4.0/4.1/4.2/4.3 regression] ICE with extern "Java" in ocp_convert

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30294

[Bug driver/30460] [4.0/4.1/4.2/4.3 Regression] asm_debug is not initialized in gcc.c when using a "default" specs file

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30460

[Bug preprocessor/30468] [4.0/4.1/4.2 Regression] -M not fully chops dirname

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 21:25 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/30437] [4.0/4.1/4.2 Regression] -Wno-all is rejected (even when fortran is not included)

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30437

[Bug preprocessor/30363] [4.0/4.1/4.2/4.3 Regression] Support for -traditional-cpp is incomplete in current gcc relative to gcc 2.95.3

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30363

[Bug driver/30460] [4.0/4.1/4.2/4.3 Regression] asm_debug is not initialized in gcc.c when using a "default" specs file

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2007-02-03 21:24 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/30437] [4.0/4.1/4.2 Regression] -Wno-all is rejected (even when fortran is not included)

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #10 from gdr at gcc dot gnu dot org 2007-02-03 21:24 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/30302] [4.0/4.1/4.2/4.3 regression] ICE with invalid member in anonymous struct

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30302

[Bug middle-end/30262] [4.0/4.1 Regression] ICE with nested fn accessed var in asm "m" constraint

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30262

[Bug preprocessor/30363] [4.0/4.1/4.2/4.3 Regression] Support for -traditional-cpp is incomplete in current gcc relative to gcc 2.95.3

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2007-02-03 21:23 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30293] [4.0/4.1/4.2/4.3 regression] ICE with extern "Java" in store_init_value

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30293

[Bug c++/30302] [4.0/4.1/4.2/4.3 regression] ICE with invalid member in anonymous struct

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2007-02-03 21:22 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30158] [4.0/4.1/4.2/4.3 regression] ICE with invalid statement-expressions

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30158

[Bug c++/30294] [4.0/4.1/4.2/4.3 regression] ICE with extern "Java" in ocp_convert

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2007-02-03 21:22 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30293] [4.0/4.1/4.2/4.3 regression] ICE with extern "Java" in store_init_value

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2007-02-03 21:21 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30108] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in make_decl_rtl, at varasm.c:890

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30108

[Bug middle-end/30174] [4.3 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test

2007-02-03 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2007-02-03 21:21 --- The cxa_vec.C failure is fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30262] [4.0/4.1 Regression] ICE with nested fn accessed var in asm "m" constraint

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2007-02-03 21:20 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30158] [4.0/4.1/4.2/4.3 regression] ICE with invalid statement-expressions

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2007-02-03 21:20 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/30108] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in make_decl_rtl, at varasm.c:890

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2007-02-03 21:19 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/30695] uint32_t -> uint16_t without warrnings

2007-02-03 Thread dushistov at mail dot ru
--- Comment #2 from dushistov at mail dot ru 2007-02-03 21:15 --- (In reply to comment #1) > I think this has already been fixed on the trunk with the new -Wconversion > behaviors: > http://gcc.gnu.org/wiki/NewWconversion > Thaks for reply, I hope to see this feature in near future.

[Bug middle-end/30174] [4.3 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test

2007-02-03 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2007-02-03 21:15 --- Subject: Bug 30174 Author: danglin Date: Sat Feb 3 21:15:15 2007 New Revision: 121551 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121551 Log: PR middle-end/30174 * varasm.c (notice_global

[Bug fortran/30554] [4.2 and 4.1 only] ICE in mio_pointer_ref at module.c:1945

2007-02-03 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-02-03 21:11 --- This fixes the problem and regtests OK: Index: gcc/fortran/module.c === *** gcc/fortran/module.c(revision 121540) --- gcc/fortran/module.c

[Bug c++/26068] [4.0 Regression] extern "C" static function should not be allowed

2007-02-03 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-02-03 21:05 --- Won't be fixed o the 4.0 branch. Fixed in GCC 4.1.2. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/25117] GNAT Bug Box, GCC error, verify_ssa failed

2007-02-03 Thread bauhaus at futureapps dot de
--- Comment #8 from bauhaus at futureapps dot de 2007-02-03 21:04 --- Subject: Re: GNAT Bug Box, GCC error, verify_ssa failed On Sat, 2007-02-03 at 09:51 +, tbm at cyrius dot com wrote: > > --- Comment #7 from tbm at cyrius dot com 2007-02-03 09:51 --- > (In reply to comm

[Bug c++/27665] [4.0 regression] ICE writing class instead of typename

2007-02-03 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-02-03 21:04 --- Won't be fixed o the 4.0 branch. Fixed in GCC 4.1.2. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/29877] [4.0/4.1/4.2 Regression] out of SSA (TER) extends variable life of variable beyond original declared

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29877

[Bug c++/29731] [4.0/4.1/4.2 regression] ICE with statement expression as template parameter

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29731

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

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29727

[Bug tree-optimization/29484] [4.0/4.1/4.2/4.3 Regression] tree-inline.c bug with local static vars

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29484

[Bug c++/29475] [4.0/4.1/4.2 Regression] incomplete template diagnostics.

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29475

[Bug target/29474] [4.1/4.2/4.3 Regression] reload_cse_simplify_operands, at postreload.c:393 on m68k with -O -fPIC

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29474

[Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29472

[Bug debug/29436] [4.0/4.1/4.2/4.3 Regression] ICE in modified_type_die

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29436

[Bug target/29401] [4.0/4.1/4.2/4.3 Regression] missed-optimization (in unneeded code elimination)

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29401

[Bug c++/29388] [4.0/4.1/4.2/4.3 regression] ICE with invalid nested name specifier

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29388

[Bug c++/29236] [4.0/4.1/4.2/4.3 Regression] Bogus ambiguity with templates + friend

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29236

[Bug c++/29225] [4.0/4.1/4.2/4.3 regression] ICE in gimplify_expr, at gimplify.c:4513

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29225

[Bug middle-end/29215] [4.0/4.1/4.2/4.3 Regression] memcpy is not fully optimized any more

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29215

[Bug c++/29048] [4.0/4.1/4.2/4.3 Regression] "`x' is private" error duplicated when scope specified

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29048

[Bug objc/29197] [4.0/4.1/4.2/4.3 Regression] ICE after error with array type with undefined variable

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29197

[Bug target/29042] [4.0/4.1/4.2/4.3 Regression] Useless floating-point stores and loads on x86

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29042

[Bug c++/29039] [4.0/4.1 Regression] implicitly defined constructor for class with reference member

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29039

[Bug c++/29024] [4.0/4.1 Regression] storage class specifier accepted for typedef (clause 7.1.1 ; 1)

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29024

[Bug c++/30016] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in convert_move, at expr.c:362

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30016

[Bug c++/30016] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in convert_move, at expr.c:362

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:59 --- won't fix in GCC-4.0.x. Adjusting milestone -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29877] [4.0/4.1/4.2 Regression] out of SSA (TER) extends variable life of variable beyond original declared

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 20:57 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/29753] [4.0 Regression] Volatile semantics ignored in some cases

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2007-02-03 20:57 --- Fixed in GCC-4.1.2. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/29735] [4.0 regression] ICE on "main" returning vector

2007-02-03 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.4 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29735

[Bug c++/29734] [4.0 regression] ICE with vector in switch condition

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 20:55 --- Fixed in GCC-4.1.2. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug c++/28989] [4.0/4.1/4.2/4.3 Regression] post-increment of bool variable accepted as lvalue

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28989

[Bug c++/29735] [4.0 regression] ICE on "main" returning vector

2007-02-03 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2007-02-03 20:55 --- Won't be fixed o the 4.0 branch. Fixed in GCC 4.1.2. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/29732] [4.0 regression] ICE on invalid friend declaration

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:55 --- Fixed in GCC-4.1.2. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/29731] [4.0/4.1/4.2 regression] ICE with statement expression as template parameter

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2007-02-03 20:54 --- won't fix in GCC-4.0.x. Adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/28879] [4.0/4.1/4.2/4.3 regression] ICE with VLA in template function

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28879

[Bug c++/28985] [4.0/4.1/4.2/4.3 Regression] class member access using a qualified-id fails to check for match of classes

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28985

[Bug tree-optimization/28868] [4.0/4.1/4.2/4.3 Regression] Not elimintating the PHIs which have the same arguments

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28868

[Bug c++/28861] [4.0/4.1 regression] ICE on invalid in-class specialization

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28861

[Bug debug/28834] [4.0/4.1/4.2/4.3 Regression] -O3 -g crashes sometimes when using may_alias and structs

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28834

[Bug middle-end/28831] [4.0/4.1/4.2/4.3 Regression] Aggregate copy not elided when using a return value as a pass-by-value parameter

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831

[Bug middle-end/28755] [4.0/4.1/4.2/4.3 Regression] duplicate members of arrays

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28755

[Bug c/28712] [4.0/4.1 Regression] Compile failure with --combine and packed structures.

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28712

[Bug preprocessor/28709] [4.0/4.1 regression] Bad diagnostic pasting tokens with ##

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28709

[Bug c/29736] [4.0 regression] ICE on duplicate vector attribute

2007-02-03 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2007-02-03 20:53 --- Won't be fixed on the 4.0 branch. Fixed in GCC 4.1.2. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29886] [4.0 regression] Cast misinterpreted as variable declaration

2007-02-03 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-02-03 20:52 --- Won't be fixed on the 4.0 branch. Fixed in GCC 4.1.2. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29730] [4.0 regression] ICE on invalid declaration of template member

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:50 --- Fixed in GCC-4.1.2. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/29729] [4.0 regression] ICE with template class in template function

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #10 from gdr at gcc dot gnu dot org 2007-02-03 20:50 --- Fixed in GCC-4.1.2. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/29728] [4.0 regression] ICE on invalid initializer in template function

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:49 --- Fixed in GCC-4.1.2. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/28558] [4.0/4.1/4.2/4.3 regression] Trouble with __attribute__ and non-PODs

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28558

[Bug c/28504] [4.0/4.1 regression] ICE with variable sized array

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28504

[Bug c++/28505] [4.0/4.1 regression] ICE with invalid constructors

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28505

[Bug c++/28460] [4.0/4.1 Regression] g++ emits bogus namespace DIE

2007-02-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28460

  1   2   3   4   5   >