[Bug middle-end/30704] [4.2/4.3 Regression] Incorrect constant generation for long long

2007-03-12 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-03-12 23:21 --- I proved to my self at least with a cross from x86 to ppc64, I get the correct output: change t: long long t = 0x1234567890123456ULL; and we get: .tc FD_12345678_90123456[TC],0x1234567890123456 -- h

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-03-12 Thread steven at gcc dot gnu dot org
--- Comment #76 from steven at gcc dot gnu dot org 2007-03-12 23:24 --- Joost, You wrote in comment #75: "One issue with OpenMP is that it is very easy to break an OpenMP code (it is just comments)," This is a complaint I've heard before. I wonder if you have any suggestions to make i

[Bug libstdc++/30915] [4.3 regression] bootstrap fails while building libstdc++-v3 on x86_64-pc-linux-gnu

2007-03-12 Thread pcarlini at suse dot de
--- Comment #21 from pcarlini at suse dot de 2007-03-12 23:32 --- (In reply to comment #15) > ./build/gcc/include-fixed/stdio.h ... > ./build/stage1-gcc/include-fixed/stdio.h > ./build/prev-gcc/include-fixed/stdio.h Interestingly, these stdio.h do not exist on my x86_64 builds... --

[Bug libstdc++/30915] [4.3 regression] bootstrap fails while building libstdc++-v3 on x86_64-pc-linux-gnu

2007-03-12 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2007-03-12 23:33 --- This is a bug in the gentoo distro ask them to fix how they do multilib. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/30984] [4.1/4.2/4.3 Regression] ICE with computed goto and constants

2007-03-12 Thread spark at gcc dot gnu dot org
--- Comment #4 from spark at gcc dot gnu dot org 2007-03-12 23:46 --- This little patch below seems to get around the problem, though I'm not really sure this is sufficient or not. Index: tree-cfg.c === --- tree-cfg.c (rev

[Bug middle-end/30984] [4.1/4.2/4.3 Regression] ICE with computed goto and constants

2007-03-12 Thread law at redhat dot com
--- Comment #5 from law at redhat dot com 2007-03-13 00:06 --- Subject: Re: [4.1/4.2/4.3 Regression] ICE with computed goto and constants On Mon, 2007-03-12 at 23:46 +, spark at gcc dot gnu dot org wrote: > > --- Comment #4 from spark at gcc dot gnu dot org 2007-03-12

[Bug middle-end/30704] [4.2/4.3 Regression] Incorrect constant generation for long long

2007-03-12 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2007-03-13 00:10 --- Mine, my patch is correct, just need to test it now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/31158] New: wrong line number in warning: overflow in implicit constant conversion

2007-03-12 Thread sebor at roguewave dot com
The line number in the warning below points to the closing brace of the initializer expression making it difficult to find the offending line if the initializer is many lines long. I would like to suggest that the line number be that of the problem line (and perhaps include the column number as wel

[Bug middle-end/31159] New: [4.3 regression] ICE in gcc.c-torture/execute/20030323-1.c

2007-03-12 Thread hp at gcc dot gnu dot org
This test passed with 122852, started failing with 122864: Running /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... FAIL: gcc.c-torture/execute/20030323-1.c compilation, -O2 (internal compiler error) FAIL: gcc.c-torture/execute/20030323-1.c compilation, -O3 -fomit-fra

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

2007-03-12 Thread manu at gcc dot gnu dot org
--- Comment #26 from manu at gcc dot gnu dot org 2007-03-13 00:29 --- There are some tests that are using the wrong directive (or the test is silently failing). Should I submit these as patches to gcc-patches? Index: gcc/testsuite/gcc.dg/20050121-1.c

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

2007-03-12 Thread janis at gcc dot gnu dot org
--- Comment #27 from janis at gcc dot gnu dot org 2007-03-13 00:34 --- Manuel, please submit a patch to fix those tests. If they are using the correct directives then perhaps someone will notice. I still plan to find some time to dive into this issue, sorry it's taken so long. --

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

2007-03-12 Thread manu at gcc dot gnu dot org
--- Comment #28 from manu at gcc dot gnu dot org 2007-03-13 00:44 --- (In reply to comment #27) > I still plan to find some time to dive into this issue, sorry it's taken so > long. > My current show-stopper is the one described in comment #23. I think we should be able to match that o

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

2007-03-12 Thread manu at gcc dot gnu dot org
--- Comment #29 from manu at gcc dot gnu dot org 2007-03-13 00:49 --- Created an attachment (id=13198) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13198&action=view) janis patch (try 2) This is an updated version of Janis patch that fixes the issues described in comment #21. -

[Bug rtl-optimization/30643] [4.1/4.2/4.3 regression] CSE pessimization

2007-03-12 Thread patchapp at dberlin dot org
--- Comment #16 from patchapp at dberlin dot org 2007-03-13 07:30 --- Subject: Bug number PR30643 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-03/msg00815.html -- http://gcc.gnu.org/bugzilla/s

[Bug debug/29906] [4.0/4.1/4.2/4.3 Regression] -g option creates internal compiler error

2007-03-12 Thread aoliva at gcc dot gnu dot org
--- Comment #6 from aoliva at gcc dot gnu dot org 2007-03-13 07:56 --- On it. -- aoliva at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

<    1   2