[Bug target/29114] [4.1 Regression] ICE when cross-compiling glibc for hppa on a 64bit host

2006-09-16 Thread vapier at gentoo dot org
--- Comment #1 from vapier at gentoo dot org 2006-09-17 05:12 --- Created an attachment (id=12285) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12285&action=view) seed48_r.i reduced test case taken from glibc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29114

[Bug target/29114] New: [4.1 Regression] ICE when cross-compiling glibc for hppa on a 64bit host

2006-09-16 Thread vapier at gentoo dot org
attempting to cross-compile glibc-2.3.6 for the hppa2.0 target fails with an ICE when the host system is 64bit: $ hppa2.0-unknown-linux-gnu-gcc -c seed48_r.i seed48_r.i: In function 'main': seed48_r.i:1: error: unrecognizable insn: (insn 9 8 10 1 (set (reg:DI 95) (plus:DI (reg:DI 96)

[Bug c/29091] [4.0/4.1/4.2 Regression] vector constant not fully outputed

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-17 01:23 --- This was caused by: 2003-04-01 Aldy Hernandez <[EMAIL PROTECTED]> * testsuite/gcc.c-torture/execute/simd-3.c: New. * expr.c (expand_expr): Handle VECTOR_CST. (const_vector_from_tree): New.

[Bug c++/29106] [4.0/4.1 Regression] sizeof(*var) in expression drops entire line of code out of compile

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-16 23:45 --- It also worked in "4.1.0 20051026". -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29106] sizeof(*var) in expression drops entire line of code out of compile

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-16 23:42 --- The front-end was produce an error_mark_node when no error had been produced. This works on the today's mainline but failed with "4.1.2 20060814". -- pinskia at gcc dot gnu dot org changed: What|R

[Bug tree-optimization/29059] [4.2 regression] ICE: verify_stmts failed (invalid operand to unary operator ""[0];)

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-09-16 22:52 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/29059] [4.2 regression] ICE: verify_stmts failed (invalid operand to unary operator ""[0];)

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-09-16 22:52 --- Subject: Bug 29059 Author: pinskia Date: Sat Sep 16 22:52:11 2006 New Revision: 116997 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116997 Log: 2006-09-16 Andrew Pinski <[EMAIL PROTECTED]> PR tr

[Bug testsuite/29055] gcc.target/powerpc/darwin-bool-1.c fails on powerpc-apple-darwin8 at -m64

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-16 22:50 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug target/29030] gcc.dg/array-9.c produces internal compiler error on Darwin at -m64

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-09-16 22:47 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFI

[Bug c++/26698] [4.0/4.1/4.2 Regression] g++ accepts const-incorrect code due to conversion function

2006-09-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added BugsThisDependsOn||10915 Known to work||2.95.3

[Bug c++/26698] g++ accepts const-incorrect code due to conversion function

2006-09-16 Thread lopezibanez at gmail dot com
--- Comment #5 from lopezibanez at gmail dot com 2006-09-16 21:34 --- Actually, it seems that the conditional on Wconversion was added before, at revision 100541 by mmitchel (Notice the warn_conversion flag below). @@ -8755,32 +8755,38 @@ if (operator_code == CALL_EXPR)

[Bug middle-end/29109] bad code produced when compiling qt-3.3.6

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-09-16 21:20 --- Waiting for a real testcase then. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/29109] bad code produced when compiling qt-3.3.6

2006-09-16 Thread kalium at gmx dot de
--- Comment #6 from kalium at gmx dot de 2006-09-16 21:17 --- Like I already said, this has nothing to do with hardened extensions. Look at my patch. It is a problem related to the parser: bad code gets produced when "XWindowAttributes a;" is not at the beginning. -- kalium at gmx do

[Bug c++/26698] g++ accepts const-incorrect code due to conversion function

2006-09-16 Thread lopezibanez at gmail dot com
--- Comment #4 from lopezibanez at gmail dot com 2006-09-16 21:14 --- The change was made on revision 110567 on gcc/cp/decl.c @@ -9012,7 +9011,7 @@ } if (what) - warning (0, "conversion to %s%s will never use a type " + warning (OPT_Wconversion

[Bug middle-end/29109] bad code produced when compiling qt-3.3.6

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-16 21:13 --- (In reply to comment #3) > I will not give an isolated test case, but the information on > http://bugs.gentoo.org/show_bug.cgi?id=133301 may even help more. SSP is not part of GCC until 4.x so we really cannot suppo

[Bug middle-end/29111] [4.2 Regression] FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-09-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|target |middle-end Known to work||3.4.0

[Bug c/25993] [4.0/4.1/4.2 Regression] -std= produces incorrect preprocessor output for .S

2006-09-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Summary|[3.3/3.4/4.0/4.1/4.2|[4.0/4.1/4.2 R

[Bug testsuite/29093] gcc.dg/debug/dwarf2/dwarf-file1.c fails on targets that have .loc

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-16 20:57 --- Confirmed via the dup and the testresults that I pointed to. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/29093] gcc.dg/debug/dwarf2/dwarf-file1.c fails on targets that have .loc

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-16 20:56 --- *** Bug 29110 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug debug/29110] FAIL: gcc.dg/debug/dwarf2/dwarf-file1.c scan-assembler File Entry:

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-16 20:56 --- *** This bug has been marked as a duplicate of 29093 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2006-09-16 Thread howarth at nitro dot med dot uc dot edu
--- Comment #16 from howarth at nitro dot med dot uc dot edu 2006-09-16 20:39 --- Is this what we are waiting for? I came up with that by just placing wrappers around the changes submitted on... http://gcc.gnu.org/viewcvs/trunk/libjava/stacktrace.cc?r1=115069&r2=115235&pathrev=115235

[Bug tree-optimization/27742] [4.2 regression] ICE with -ftree-vectorizer-verbose

2006-09-16 Thread steven at gcc dot gnu dot org
--- Comment #14 from steven at gcc dot gnu dot org 2006-09-16 20:07 --- . -- steven at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-09-16 Thread aldot at gcc dot gnu dot org
--- Comment #4 from aldot at gcc dot gnu dot org 2006-09-16 20:07 --- Note that there are other (wrong) occurances of the non gfc_*() warnings in trans-decl.c. These other "warning()" calls too should be converted to the respective gfc_warning*() calls. -- http://gcc.gnu.org/bugzil

[Bug fortran/25252] ICE on invalid code

2006-09-16 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-09-16 20:06 --- GNU F95 version 4.2.0 20060916 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 4.2.0 20060916 (experimental). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 In file

[Bug tree-optimization/28778] [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered

2006-09-16 Thread dberlin at dberlin dot org
--- Comment #32 from dberlin at gcc dot gnu dot org 2006-09-16 20:03 --- Subject: Re: [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered > --- Comment #31 from steven at gcc dot gnu dot org 2006-09-16 18:09 > --- > sec has passed. > ping! > I'm down to two test

[Bug fortran/28817] [gfortran] problems with -Wunused

2006-09-16 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-09-16 19:58 --- I propose to submit Tobi's patch Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-09-16 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-09-16 19:57 --- See list for choice of fixes. I will submit my favourite tomorrow. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/25993] [3.3/3.4/4.0/4.1/4.2 Regression] -std= produces incorrect preprocessor output for .S

2006-09-16 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-09-16 19:45 --- Subject: Bug number PR25993 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/2006-09/msg00645.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/26298] -Wconversion fails to detect signedness change during widening conversion

2006-09-16 Thread lopezibanez at gmail dot com
--- Comment #4 from lopezibanez at gmail dot com 2006-09-16 19:45 --- Richard, and what is your opinion about the rest of my comment? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26298

[Bug tree-optimization/27742] [4.2 regression] ICE with -ftree-vectorizer-verbose

2006-09-16 Thread patchapp at dberlin dot org
--- Comment #13 from patchapp at dberlin dot org 2006-09-16 19:45 --- Subject: Bug number PR27742 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/2006-09/msg00644.html -- http://gcc.gnu.org/bugzilla/s

[Bug ada/29112] New: misleading error message for declarations in the wrong place

2006-09-16 Thread bauhaus at futureapps dot de
When a user tries to declare items e.g. at the start of the handled_sequence_of_statements of an accept_statment, the compiler issues an error message. But it seems to be the default Junk_Declaration message, which seems kind of wrong in the following situations: procedure errmsg is task T is

[Bug target/29111] FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-09-16 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2006-09-16 19:18 --- (gdb) step get_pointer_alignment (exp=0x40013108, max_align=64) at ../../gcc/gcc/builtins.c:236 236 if (! POINTER_TYPE_P (TREE_TYPE (exp))) (gdb) p debug_tree (exp) unit size alig

[Bug tree-optimization/27742] [4.2 regression] ICE with -ftree-vectorizer-verbose

2006-09-16 Thread steven at gcc dot gnu dot org
--- Comment #12 from steven at gcc dot gnu dot org 2006-09-16 19:13 --- Dorit, your comments please. If I don't hear from you I'll commit this as obvious. Index: tree-vectorizer.c === --- tree-vectorizer.c (revision 116

[Bug tree-optimization/27742] [4.2 regression] ICE with -ftree-vectorizer-verbose

2006-09-16 Thread steven at gcc dot gnu dot org
--- Comment #11 from steven at gcc dot gnu dot org 2006-09-16 19:02 --- (gdb) run Starting program: /home/steven/devel/build-trunk/gcc/cc1plus -O -ftree-vectorize -ftree-vectorizer-verbose=1 --param ggc-min-expand=0 --param ggc-min-heapsize=0 t.cc void foo() {GC 2466k -> 2190k} void bar

[Bug c/25993] [3.3/3.4/4.0/4.1/4.2 Regression] -std= produces incorrect preprocessor output for .S

2006-09-16 Thread aldot at gcc dot gnu dot org
-- aldot at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25993

[Bug tree-optimization/28778] [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered

2006-09-16 Thread steven at gcc dot gnu dot org
--- Comment #31 from steven at gcc dot gnu dot org 2006-09-16 18:09 --- sec has passed. ping! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28778

[Bug target/29111] FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-09-16 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2006-09-16 18:03 --- The code is wrong in the initial RTL expansion: (insn 10 9 0 (set (reg:SI 94 [ D.1473 ]) (plus:SI (reg/f:SI 95) (const_int 5 [0x5]))) -1 (nil) (nil)) ;; memcpy (D.1473, tp, 4) (insn 11 10 12

[Bug c/24371] -fno-unit-at-a-time ignored in IMA mode

2006-09-16 Thread aldot at gcc dot gnu dot org
--- Comment #4 from aldot at gcc dot gnu dot org 2006-09-16 18:02 --- Not worth fixing. -- aldot at gcc dot gnu dot org changed: What|Removed |Added Status|NE

[Bug target/29111] New: FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-09-16 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gcc-4.2/objdir/gcc/xgcc -B/home/dave/gcc-4.2/objdi r/gcc/ /home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/torture/pr26565.c -O0 -fn o-show-column -lm -o ./pr26565.exe(timeout = 300) PASS: gcc.dg/torture/pr26565.c -O0 (test for excess errors) Setting LD_LIBRARY

[Bug c/24371] -fno-unit-at-a-time ignored in IMA mode

2006-09-16 Thread aldot at gcc dot gnu dot org
--- Comment #3 from aldot at gcc dot gnu dot org 2006-09-16 17:47 --- Created an attachment (id=12284) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12284&action=view) Add diagnostic message Attaching a copy of the patch from the initial bugreport. -- http://gcc.gnu.org/bugzi

[Bug c++/29087] [4.1/4.2 Regression] More than 35000 switch cases crash cc1plus

2006-09-16 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-09-16 17:40 --- Subject: Bug number PR 29087 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/2006-09/msg00637.html -- http://gcc.gnu.org/bugzilla/s

[Bug c/25993] -std= produces incorrect preprocessor output for .S

2006-09-16 Thread aldot at gcc dot gnu dot org
--- Comment #2 from aldot at gcc dot gnu dot org 2006-09-16 17:13 --- This regression is a really severe defect in daily use. Note that this works with gcc-2.95.4 but fails with any 3.x and 4.x i have. $ gcc-2.95 -o pr.o -std=c99 -x assembler-with-cpp -c pr25993.S && objdump -D pr.o

[Bug debug/29110] New: FAIL: gcc.dg/debug/dwarf2/dwarf-file1.c scan-assembler File Entry:

2006-09-16 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.2/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4 .2/objdir/gcc/ /home/dave/gnu/gcc-4.2/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwar f-file1.c -O2 -gdwarf-2 -dA -fno-show-column -S -o dwarf-file1.s(timeout = 300) PASS: gcc.dg/debug/dwarf2/dwarf-file1.c (test for

[Bug c++/26298] -Wconversion fails to detect signedness change during widening conversion

2006-09-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-09-16 17:08 --- 26167, the one I added in the dependencies -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26298

[Bug testsuite/29108] objc testsuite at -m64 on Darwin PPC doesn't get path to ppc64 libraries

2006-09-16 Thread howarth at nitro dot med dot uc dot edu
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2006-09-16 17:00 --- On reflection, I'm still confused by this problem. If the ppc64 runtime doesn't exist earlier than Darwin 9, then shouldn't we have the entire the -m64 testsuite for objc on Darwin <=8 bail out if you even

[Bug middle-end/29109] bad code produced when compiling qt-3.3.6

2006-09-16 Thread kalium at gmx dot de
--- Comment #4 from kalium at gmx dot de 2006-09-16 16:54 --- Note: the words "under hardened" in the title of the Gentoo Linux bug report are wrong -- the problem also occurs with a plain vanilla/non-hardened gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29109

[Bug middle-end/29109] bad code produced when compiling qt-3.3.6

2006-09-16 Thread kalium at gmx dot de
--- Comment #3 from kalium at gmx dot de 2006-09-16 16:52 --- So you have a long-developed and relatively stable and good compiler and you don't develop it any more? Not good. The 4+ branch is pretty unstable. I had to downgrade the gcc 4.1.1 compiler on my Athlon XP and on my VIA C3 sy

[Bug middle-end/29109] bad code produced when compiling qt-3.3.6

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-16 16:43 --- We need a self contained testcase for this issue. Really reporting 3.4.x bugs means you will not see this fixed as 3.4.x is no longer supported. -- pinskia at gcc dot gnu dot org changed: What|Rem

[Bug c++/29109] bad code produced when compiling qt-3.3.6

2006-09-16 Thread kalium at gmx dot de
--- Comment #1 from kalium at gmx dot de 2006-09-16 16:42 --- Created an attachment (id=12283) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12283&action=view) qt-3.3.6-gcc3.patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29109

[Bug c++/29109] New: bad code produced when compiling qt-3.3.6

2006-09-16 Thread kalium at gmx dot de
The problem becomes visible when one tries to execute kdesktop_lock in KDE 3.5.2. No problem with gcc 4.1.1. The attached patch for qt-3.3.6 fixes the problem. I'm running Gentoo Linux with CFLAGS="-march=athlon-xp -O2 -pipe". The corresponding Gentoo ebuild is qt-3.3.6-r1. -- Summa

[Bug testsuite/29108] objc testsuite at -m64 on Darwin PPC doesn't get path to ppc64 libraries

2006-09-16 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2006-09-16 16:33 --- It appears this will be resolved with Leopard according to Apple's web site. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29108

[Bug middle-end/25120] builtin *printf handlers are confused by -fexec-charset

2006-09-16 Thread kalium at gmx dot de
--- Comment #15 from kalium at gmx dot de 2006-09-16 16:32 --- (In reply to comment #14) > Fixed. > Where can I get fixes to gcc 3.4.6? (the branch is closed...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25120

[Bug testsuite/29108] objc testsuite at -m64 on Darwin PPC doesn't get path to ppc64 libraries

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-16 16:10 --- the NeXT runtime for Objective-C does not exist at all for PPC64. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/29107] wrong libobjc linked when objc testsuite is run on Darwin PPC (should be -lobjc-gnu)

2006-09-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-16 16:07 --- You are wrong. There are two Objective-C runtimes. One is the GNU runtime and one is the NeXt^wApple runtime. Darwin defaults to the NeXt runtime. Just PPC64 Darwin does not include a 64bit version of the NeXT Runti

[Bug testsuite/29108] New: objc testsuite at -m64 on Darwin PPC doesn't get path to ppc64 libraries

2006-09-16 Thread howarth at nitro dot med dot uc dot edu
When make check is run on objc built under Darwin PPC, the -m64 tests suffer massive failures due to the absence of the proper path to the ppc64 libraries built for gcc. This is described at... http://gcc.gnu.org/ml/gcc/2006-09/msg00285.html -- Summary: objc testsuite at -m64 on Darw

[Bug testsuite/29107] New: wrong libobjc linked when objc testsuite is run on Darwin PPC (should be -lobjc-gnu)

2006-09-16 Thread howarth at nitro dot med dot uc dot edu
Currently when the objc testsuite is run on Darwin PPC, the wrong (system) libobjc is linked in rather than the correct libobjc-gnu shared library. This problem is described on the gcc mailing list at... http://gcc.gnu.org/ml/gcc/2006-09/msg00286.html and makes any test results for objc on Darwin

[Bug c++/29105] [4.2 Regression] segfault in add_candidates

2006-09-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29105

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-09-16 Thread bdavis at gcc dot gnu dot org
--- Comment #3 from bdavis at gcc dot gnu dot org 2006-09-16 15:00 --- more mailing list traffic on this topic: http://gcc.gnu.org/ml/fortran/2006-09/msg00210.html --bud -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974

[Bug c++/29106] sizeof(*var) in expression drops entire line of code out of compile

2006-09-16 Thread deb at pixar dot com
--- Comment #1 from deb at pixar dot com 2006-09-16 14:18 --- /* Using built-in specs. Target: x86_64-redhat-linux-gnu Configured with: ../gcc-4.0.3/configure x86_64-redhat-linux-gnu --prefix=/pixar/d2/sets/t\ ools-03 --exec-prefix=/pixar/d2/sets/tools-03 --bindir=/pixar/d2/sets/tools-03

[Bug c++/29106] New: sizeof(*var) in expression drops entire line of code out of compile

2006-09-16 Thread deb at pixar dot com
#include int main() { int* const savepos = sizeof(*savepos) ? 0 : 0; // code for the next line is left out! printf("size of thingy is %d\n", sizeof(*savepos)); } Any line of code containing sizeof(*savepos) gets stripped. If you compile and run this, nothing is printed. --

[Bug c++/29105] [4.2 Regression] segfault in add_candidates

2006-09-16 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-09-16 11:55 --- Program received signal SIGSEGV, Segmentation fault. add_candidates (fns=0x2dd4ba20, args=0x0, explicit_targs=0x2fad4b70, template_only=1 '\001', conversion_path=0x0, access_path=0x0, flags=3, candidates=0x7fc

[Bug c++/29105] New: [4.2 Regression] segfault in add_candidates

2006-09-16 Thread tbm at cyrius dot com
I get the following segfault with current mainline that I didn't get with 20060823: (sid)312:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/g++ -c adept-tagfilter.cc adept-tagfilter.cc: In constructor 'aptFront::TagFilter::TagFilter()': adept-tagfilter.cc:45: internal compiler error: Segmentatio

[Bug c/29091] [4.0/4.1/4.2 Regression] vector constant not fully outputed

2006-09-16 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug target/29030] gcc.dg/array-9.c produces internal compiler error on Darwin at -m64

2006-09-16 Thread echristo at gcc dot gnu dot org
--- Comment #12 from echristo at gcc dot gnu dot org 2006-09-16 09:01 --- Subject: Bug 29030 Author: echristo Date: Sat Sep 16 09:01:16 2006 New Revision: 116994 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116994 Log: 2006-09-16 Andrew Pinski <[EMAIL PROTECTED]>

[Bug testsuite/29055] gcc.target/powerpc/darwin-bool-1.c fails on powerpc-apple-darwin8 at -m64

2006-09-16 Thread echristo at gcc dot gnu dot org
--- Comment #3 from echristo at gcc dot gnu dot org 2006-09-16 08:56 --- Subject: Bug 29055 Author: echristo Date: Sat Sep 16 08:55:54 2006 New Revision: 116993 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116993 Log: 2006-09-16 Jack Howarth <[EMAIL PROTECTED]> PR

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-16 Thread bonzini at gnu dot org
-- bonzini at gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gnu dot org |dot org |

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-16 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-09-16 08:19 --- I can see what's going wrong. I'll look at it on monday. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29092