[Bug target/20503] openssl compiled with -mcpu=i686 triggers `__i686.get_pc_thunk.bx' referenced in section `.text' of /usr/lib/libc_nonshared.a(elf-init.oS): defined in discarded section `.gnu.linkonce.t.__i686.get_pc_thunk.bx' of /usr/lib/libc_nonshared.a(elf-init.oS)

2005-03-17 Thread laurivan at eircom dot net
--- Additional Comments From laurivan at eircom dot net 2005-03-17 08:20 --- How can it be transferred to binutils? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20503

[Bug tree-optimization/20514] New: hoisting of label out of jumptable would take place at cse, should happen at trees

2005-03-17 Thread aoliva at gcc dot gnu dot org
The following testcase from bug 18628 exposes a case in which cse would have folded a load from a jump table into a label. Jeff suspects this should have happened earlier, in the tree level, so he asked me to file this bug. Here's the testcase: int i; int main() { for (;;) { switch (i)

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2005-03-17 Thread aoliva at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||20514 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19721

[Bug pch/20315] pch problems on solaris

2005-03-17 Thread cmarco at indra dot es
--- Additional Comments From cmarco at indra dot es 2005-03-17 08:55 --- (In reply to comment #2) Confirmed, but the question is why do you need to generate the PCH twice? Header files never produce object files, unlike in Ada. Also removing the PCH file is enough to solve the

[Bug ada/20515] New: stdcall imports are not handled correctly

2005-03-17 Thread sbellon at sbellon dot de
When using a GCC cross-compiler from GNU/Linux to Windows with Ada support, the link names of pragma Import with Convention stdcall are not mangled correctly and thus linking to the Windows API does not work. A small example is: [EMAIL PROTECTED] cat time.adb with Ada.Calendar; procedure Time is

[Bug ada/20515] stdcall imports are not handled correctly

2005-03-17 Thread charlet at adacore dot com
--- Additional Comments From charlet at adacore dot com 2005-03-17 09:58 --- Subject: Re: New: stdcall imports are not handled correctly Patch looks correct (certainly better) to me, investigating. Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20515

[Bug ada/19526] Windows errorcodes wrong in Ada when tasking

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:27 --- I do not see any GNAT bug here. Potentially a problem in your code, or in the Win32 API you used, but that's all. Note that GNAT.Sockets.Thin as shown in your build output is an internal unit that should

[Bug pch/20315] pch problems on solaris

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 10:28 --- Perhahs, I have a concept problem. If you have a c++ template in a .h file without a .c file and you compile it you should obtain a .o object. No, you're forcing the compilation with -x c++.

[Bug libgcj/20508] gij prints too much information if an incorrect class is given

2005-03-17 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-03-17 10:30 --- Note that I made it more verbose then it was in the past on purpose. But not for this case. See an example of a stacktrace were (most) of this extra information is useful:

[Bug ada/15102] Building shared libgnat may fail linking non-PIC object files

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:32 --- AFAIK, this should be fixed by recent libada changes, since a stamp-libada is now used that should address this issue. Could someone verify this ? Arno --

[Bug c++/20103] [4.0/4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2005-03-17 Thread aoliva at redhat dot com
--- Additional Comments From aoliva at gcc dot gnu dot org 2005-03-17 10:36 --- Subject: Re: [PR c++/20103] failure to gimplify constructors for addressable types On Mar 11, 2005, Alexandre Oliva [EMAIL PROTECTED] wrote: gimplify_and_add calls gimplify_stmt for the stmt list, that

[Bug ada/15819] support for alternate exec-prefix

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:38 --- Changing summary line. Arno -- What|Removed |Added Summary|ada compiler not

[Bug ada/19380] ACATS c3a0004 SEGV at runtime on s390-linux, probably access to subprogram problem

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:46 --- Is this test still failing ? Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19380

[Bug ada/19381] ACATS c954a03 raises storage error at runtime on s390-linux

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:46 --- Is this test still failing ? If so, could you run the test under the debugger and give a backtrace ? Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19381

[Bug ada/19382] ACATS cxb5002 simple To_Fortran test fails at runtime on s390-linux

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:47 --- Is this test still failing ? Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19382

[Bug ada/19383] ACATS c954020 (1,2,3,4,6) do not terminate on ppc-linux, s390-linux

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:48 --- Are these tests still failing on mainline ? Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19383

[Bug ada/19384] ACATS c940005 fail (no ZCX) or timeout (ZCX) at runtime on ppc-darwin/linux

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:49 --- Is this test still failing on mainline ? Arno -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19384

[Bug ada/19412] ACATS c761007 - valgrind detects wrong code (Conditional jump or move depends on uninitialised value)

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 10:51 --- Valgrind is confused by the use of trampolines, so this is not a GCC bug. Arno -- What|Removed |Added

[Bug ada/19413] ACATS c761010 - valgrind detects wrong code (Conditional jump or move depends on uninitialised value)

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 11:12 --- Confirmed, looks like a real error. Arno -- What|Removed |Added

[Bug c++/20103] [4.0/4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2005-03-17 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-17 11:49 --- Subject: Re: [PR c++/20103] failure to gimplify constructors for addressable types On Thu, Mar 17, 2005 at 05:11:08AM -0300, Alexandre Oliva wrote: * gimplify.c (gimplify_decl_expr): Add temp variable

[Bug middle-end/20177] ICE in schedule-insns for -O2 -fmodulo-sched

2005-03-17 Thread mustafa at il dot ibm dot com
--- Additional Comments From mustafa at il dot ibm dot com 2005-03-17 11:53 --- The following patch should fix the Segmentation fault in gap (from SPEC2000) mentioned in a href=#c14comment 14/a. This patch is combined with the patch from a href=#c13comment 13/a. Janis can you try it

[Bug libfortran/19678] DOS files don't work for list directed input

2005-03-17 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org |org

[Bug libfortran/19679] DOS files don't work for formatted input if line length is exceeded

2005-03-17 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-17 12:16 --- Patch proposed: http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01510.html -- What|Removed |Added

[Bug c++/20516] New: Function names affect template compilation

2005-03-17 Thread topiolli at ee dot oulu dot fi
The following code compiles if (and only if) the global function name and A's member function name are identical. It shouldn't, because a.template should be used inside the test() function in the global scope. template class T class A { public: template class U void test(T value) {} };

[Bug middle-end/20517] New: bit shift/mask optimization potential

2005-03-17 Thread Thomas dot Koenig at online dot de
$ cat shift.c #include stdio.h #define OFFSET 4 #define MASK 0xf0 int main() { unsigned int f,g; scanf(%u,f); if ((f MASK) OFFSET == 1) { printf(success\n); } return 0; } $ gcc -S -O2 -fdump-tree-optimized shift.c $ tail -20 shift.c.t66.optimized unsigned int g;

[Bug c++/20186] [4.0/4.1 regression] ICE with static_cast and type dependent variable (templates)

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 13:26 --- Subject: Bug 20186 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-17 13:26:42 Modified files: gcc/cp : ChangeLog pt.c Log message:

[Bug c++/20186] [4.0/4.1 regression] ICE with static_cast and type dependent variable (templates)

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 13:31 --- Subject: Bug 20186 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 13:30:57 Modified files: gcc/cp :

[Bug c++/20186] [4.0/4.1 regression] ICE with static_cast and type dependent variable (templates)

2005-03-17 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-03-17 13:31 --- 4.0 2005-03-17 Nathan Sidwell [EMAIL PROTECTED] PR c++/20186 * pt.c (contains_dependent_cast_p): Remove. (fold_non_dependent_expr): Don't use it.

[Bug middle-end/20517] bit shift/mask optimization potential

2005-03-17 Thread Thomas dot Koenig at online dot de
-- What|Removed |Added Keywords||missed-optimization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20517

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-17 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug middle-end/20432] complex reciprocal has too many operations

2005-03-17 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-03-17 13:41 --- (In reply to comment #3) I cannot remember the rules but -0.0 * 0.0 could be -0.0 (and not 0.0), someone needs to help me here. I'm trying to see what input could apply to, but I can't think of one.

[Bug c++/20516] Function names affect template compilation

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 13:58 --- *** This bug has been marked as a duplicate of 11814 *** -- What|Removed |Added

[Bug c++/11814] Code with missing template keyword wrongly accepted

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 13:58 --- *** Bug 20516 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug inline-asm/20518] New: Clobber registers,in inline asm. Problem when using rcall

2005-03-17 Thread bl at rosetechnology dot dk
When register are listet as clobbert, they are used anyway for local variables if the inline assembly code uses rcall. The r1 (zeroreg) is not restored even if it is clobbert. None of these problems genrates error or warnings. -- Summary: Clobber registers,in inline asm. Problem

[Bug c/20519] New: [4.0/4.1 regression] completed type not selected properly with typeof

2005-03-17 Thread rth at gcc dot gnu dot org
const char foo[] = libc; extern __typeof (foo) bar __attribute__((alias (foo))); int s1 = sizeof foo; int s2 = sizeof bar; yields z.c:4: error: invalid application of ‘sizeof’ to incomplete type ‘const char[]’ with 4.0 and HEAD. Compiles successfully with 3.2.3 and 3.4.4. Also compiles

[Bug c++/19966] Misleading message must take exactly one argument

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 14:38 --- Subject: Bug 19966 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-17 14:37:10 Modified files: gcc/cp : ChangeLog cp-tree.h decl.c Log

[Bug c++/19966] Misleading message must take exactly one argument

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 14:40 --- Subject: Bug 19966 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-17 14:39:16 Modified files: gcc/testsuite : ChangeLog Added files:

[Bug libfortran/20471] Segmentation fault on read after backspace and rewind

2005-03-17 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-03-17 14:40 --- (In reply to comment #2) The patches suggested in comment #2 under bug 20156 fixes bugs 20156, 20125 and 20471 on the macintosh and does not seem to cause any new problems. Can you submit this as a

[Bug inline-asm/20518] Clobber registers,in inline asm. Problem when using rcall

2005-03-17 Thread bl at rosetechnology dot dk
--- Additional Comments From bl at rosetechnology dot dk 2005-03-17 14:41 --- Created an attachment (id=8410) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8410action=view) Testcase with listfile This show the wrong generated code. --

[Bug c++/19966] Misleading message must take exactly one argument

2005-03-17 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-17 14:42 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/20519] [4.0/4.1 regression] completed type not selected properly with typeof

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 14:49 --- Confirmed. This started to happen after 2004-12-11 but before 20050225. -- What|Removed |Added

[Bug inline-asm/20518] Clobber registers,in inline asm. Problem when using rcall

2005-03-17 Thread bl at rosetechnology dot dk
-- What|Removed |Added Keywords||wrong-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20518

[Bug c/20519] [4.0/4.1 regression] completed type not selected properly with typeof

2005-03-17 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-17 14:53 --- Smaller test case with const char foo[] = libc; __typeof (foo) bar; though this gives a different diagnostic: z.c:2: warning: array ‘bar’ assumed to have one element --

[Bug c++/20453] [4.0/4.1 Regression] GCC fails to treat a valid constant expression as a template argument

2005-03-17 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug ada/20344] [4.0/4.1 regression] gnat1: error: unrecognized command line option -fRTS=/tmp/rts

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 15:08 --- Subject: Bug 20344 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 15:06:49 Modified files: gcc/ada:

[Bug ada/20344] [4.0/4.1 regression] gnat1: error: unrecognized command line option -fRTS=/tmp/rts

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 15:10 --- Fixed in 4.0.0. -- What|Removed |Added Target Milestone|4.1.0

[Bug ada/19140] ACATS c37402a segfaults at runtime

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 15:21 --- Subject: Bug 19140 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 15:19:38 Modified files: gcc/ada:

[Bug ada/19140] ACATS c37402a segfaults at runtime

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 15:36 --- Subject: Bug 19140 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 15:35:05 Modified files: gcc/ada:

[Bug c++/20453] [4.1 Regression] GCC fails to treat a valid constant expression as a template argument

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 15:36 --- (In reply to comment #6) Confirmed, this worked with 4.0.0 20050225 which means it started to fail after the branch. Also it worked with the mainline with 20050306. And also on the 4.0 branch, but it is

[Bug ada/19140] ACATS c37402a segfaults at runtime

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 15:39 --- Fixed in 4.0.0. -- What|Removed |Added Target Milestone|4.1.0

[Bug java/20502] gcj failure if .jar contains same .class twice

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 15:54 --- Subject: Bug 20502 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-17 15:54:24 Modified files: gcc/java : ChangeLog jcf-parse.c Log message:

[Bug ada/19037] constant renaming creates new constant

2005-03-17 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-03-17 16:05 --- There is no bug here, the addresses can be different, so you should not rely on this. Refiling as a possible enhancement. Arno -- What|Removed |Added

[Bug c++/20453] [4.1 Regression] GCC fails to treat a valid constant expression as a template argument

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 16:09 --- This is also fixed on the mainline. It was fixed by: 2005-03-17 Nathan Sidwell [EMAIL PROTECTED] PR c++/20186 * pt.c (contains_dependent_cast_p): Remove.

[Bug c/20519] [4.0/4.1 regression] completed type not selected properly with typeof

2005-03-17 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-17 16:14 --- Array dimension data gets stripped here: c-decl.c:grokdeclarator 3863 if (!flag_gen_aux_info (TYPE_QUALS (element_type))) 3864type = TYPE_MAIN_VARIANT (type); --

[Bug c/20519] [4.0/4.1 regression] completed type not selected properly with typeof

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 16:20 --- I think this was caused by: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg02180.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20519

[Bug c/20519] [4.0/4.1 regression] completed type not selected properly with typeof

2005-03-17 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-03-17 16:25 --- Subject: Re: [4.0/4.1 regression] completed type not selected properly with typeof On Thu, 17 Mar 2005, rth at gcc dot gnu dot org wrote: Array dimension data gets stripped here:

[Bug rtl-optimization/20211] autoincrement generation is poor

2005-03-17 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-17 16:37 --- (In reply to comment #4) There are both primary and secondary platforms among the AUTO_INC_DEC targets. So it is probably good to gain some wider test coverage about the compile- time/run-time impact

[Bug target/18380] [3.4 regression]: _Unwind_FindTableEntry shouldn't be exported from libunwind.so.7

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 16:56 --- Subject: Bug 18380 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-17 16:52:48 Modified files: gcc: ChangeLog gcc/config/ia64:

[Bug target/20511] [4.0 Regression] Bootstrap failure because of aliased symbols

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:06 --- Fixed at least on the mainline. -- What|Removed |Added Summary|[4.0/4.1

[Bug tree-optimization/20517] bit shift/mask optimization potential

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:21 --- Confirmed, but this is already done on the RTL level. So the assembler looks same for what you recomend and what is produced already. -- What|Removed |Added

[Bug tree-optimization/20514] hoisting of label out of jumptable would take place at cse, should happen at trees

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:23 --- Confirmed. -- What|Removed |Added Severity|normal

[Bug fortran/20520] New: allocatable arrays may be used without being allocated

2005-03-17 Thread ebertakis at gmail dot com
The compiler does not display an error message when in a source file allocatable arrays are being used without having been allocated beforehand. For example, the following code is erroneous, but nevertheless the compiler will compile (and build) it silently: real,allocatable:: a(:),b(:)

[Bug c++/19317] [4.0/4.1 Regression] removing a temporary return value when we cannot

2005-03-17 Thread mueller at kde dot org
--- Additional Comments From mueller at kde dot org 2005-03-17 17:33 --- thats the same issue like the konqueror crash which I couldn't find a workaround for in gcc either. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19317

[Bug c++/20505] [4.0/4.1 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-17 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug fortran/20520] allocatable arrays used without being allocated without a warning

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:37 --- Confirmed, but this is valid code (yes undefined). Even ICC 8.1 accepts the code without warnings or errors. -- What|Removed |Added

[Bug tree-optimization/20386] Missing computed goto to normal goto optimization

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:45 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/20407] Rejects valid C99 for the C++ front-end

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:46 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger

2005-03-17 Thread fca at mail dot cern dot ch
--- Additional Comments From fca at mail dot cern dot ch 2005-03-17 17:49 --- Subject: Re: f95 build fails on MacOSX 10.4 Tiger Hello, it is now failing with the following error. Any hint? Regards, Fed mkdir .libs /usr/local/gcc-4_0/build/gcc/xgcc -B/usr/local/gcc-4_0/build/gcc/

[Bug preprocessor/20285] [3.3/3.4/4.0/4.1 Regression] gcc -E - . gives a misleading error message

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:49 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/19816] C++ front-end produces a cast instead of just a.b (empty base class)

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 17:50 --- Confirmed -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/18380] [3.4 regression]: _Unwind_FindTableEntry shouldn't be exported from libunwind.so.7

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 18:07 --- Subject: Bug 18380 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 18:07:31 Modified files: gcc:

[Bug target/20511] [4.0 Regression] Bootstrap failure because of aliased symbols

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 18:11 --- Fixed on thee 4.0 branch also. -- What|Removed |Added Status|NEW

[Bug tree-optimization/19893] gcc.dg/vect/vect-76.c execution test fails on ia64-hpux

2005-03-17 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-03-17 18:21 --- See the GCC email thread starting at http://gcc.gnu.org/ml/gcc/2005-03/msg00483.html for more information. GCC generates bad code but the test is bogus and fixing it leads to a number of complications. --

[Bug c++/19317] [4.0/4.1 Regression] removing a temporary return value when we cannot

2005-03-17 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-03-17 18:22 --- so, we have an unaccaptable g++ at this moment :/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19317

[Bug c++/20147] [3.4/4.0/4.1 regression] ICE on undefined variable in statement expression

2005-03-17 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-17 18:32 --- Seems simple. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pcarlini at

[Bug ada/19900] [4.0/4.1 Regression] ACATS c391002 c432002 ICE categorize_ctor_elements_1

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 18:46 --- Subject: Bug 19900 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 18:46:44 Modified files: gcc/ada:

[Bug ada/19408] [4.0/4.1 Regression] ACATS c391002 failure on powerpc-darwin, wrong .space

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 18:46 --- Subject: Bug 19408 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 18:46:44 Modified files: gcc/ada:

[Bug ada/19900] [4.0/4.1 Regression] ACATS c391002 c432002 ICE categorize_ctor_elements_1

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 18:50 --- Fixed in 4.0.0. -- What|Removed |Added Target Milestone|4.1.0

[Bug ada/19408] [4.0/4.1 Regression] ACATS c391002 failure on powerpc-darwin, wrong .space

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 18:50 --- Fixed in 4.0.0. -- What|Removed |Added Target Milestone|4.1.0

[Bug fortran/20520] allocatable arrays used without being allocated without a warning

2005-03-17 Thread ebertakis at gmail dot com
--- Additional Comments From ebertakis at gmail dot com 2005-03-17 19:07 --- (In reply to comment #1) I tried it in Compaq Visual Fortran Professional Edition 6.5 and indeed the compiler accepts the code. The debugger though will display an error message indicating the line a(1)=2*b(1)

[Bug c++/19769] [4.0/4.1 Regression] GCC produces wrong dwarf2 output that breaks gdb

2005-03-17 Thread bothner at gcc dot gnu dot org
--- Additional Comments From bothner at gcc dot gnu dot org 2005-03-17 19:17 --- (In reply to comment #18) I tried Jim's patch, and it seems to work. (I haven't done a full-boostrap, but I compiled jc1, cc1plus, and libjava, and re-installed them.) I then re-compiled Kawa, and I seem to

[Bug fortran/20520] allocatable arrays used without being allocated without a warning

2005-03-17 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-03-17 19:46 --- www.lahey.com also compiles the code. It does issues 2 warnings about using an unitialized variable and a variable set bu never used. As Andrew said, you are in the area of undefined behavior, which means a

[Bug tree-optimization/18727] [4.0/4.1 Regression] ACATS c43214c fails at runtime (aliasing pb)

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 19:53 --- Subject: Bug 18727 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 19:53:07 Modified files: gcc/ada:

[Bug ada/20255] GNAT Bug Box While Compiling florist-3.15p-src

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 19:56 --- Subject: Bug 20255 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-17 19:56:22 Modified files: gcc/ada:

[Bug tree-optimization/18727] [4.0/4.1 Regression] ACATS c43214c fails at runtime (aliasing pb)

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 19:57 --- Fixed in 4.0.0. -- What|Removed |Added Target Milestone|4.1.0

[Bug ada/20255] GNAT Bug Box While Compiling florist-3.15p-src

2005-03-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-17 19:59 --- Fixed in 4.0.0. -- What|Removed |Added Target Milestone|4.1.0

[Bug middle-end/20521] New: ICE in cgraph.C with C++

2005-03-17 Thread bredelin at ucla dot edu
While compiling a source file, I get the following error: smodel.C:1164:1: internal compiler error: in cgraph_mark_reachable_node, at cgraph.c:475 This is with today's (Mar 17, 2005) CVS, with Richard's Guenther's patch to modify inlining heuristics. These options trigger the ICE: % g++-cvs -O

[Bug middle-end/20521] ICE in cgraph.C with C++

2005-03-17 Thread bredelin at ucla dot edu
--- Additional Comments From bredelin at ucla dot edu 2005-03-17 20:28 --- Created an attachment (id=8411) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8411action=view) This testcase is preprocessed source from the file that causes the ICE. Here is the testcase. --

[Bug java/20522] New: ICE in update_aliases, at java/decl.c:163

2005-03-17 Thread green at redhat dot com
Found while building rhino's js.jar. Grab js.jar from http://spindazzle.org/js.jar (sources from JPackage.org). Try $ gcj -O1 -shared -o js.jar.so js.jar I get an ICE in update_aliases, at java/decl.c:163 -- Summary: ICE in update_aliases, at java/decl.c:163

[Bug c/20523] New: gcc 3.4.3 optimizes volatile vars away (gcc 3.4.3 = -O2)

2005-03-17 Thread ltg at zes dot uni-bremen dot de
Hi, the following input compiles OK with -O: 8--8-8- # 1 jidctint.c # 1 built-in # 1 command line # 1 jidctint.c volatile static unsigned long long fix_029_n089n196 = 0x098ea46e098ea46e; __inline void domidct8x8llmW(); void jpeg_idct_islow () {

[Bug tree-optimization/20474] ICE while compiling openmotif-2.2.3 with -ftree-vectorize

2005-03-17 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-03-17 20:51 --- patch: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01675.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20474

[Bug middle-end/20524] New: [4.0, 4.1 regression] cris-axis-elf testsuite failures: gcc.c-torture/compile/20011119-1.c and -2

2005-03-17 Thread hp at gcc dot gnu dot org
With LAST_UPDATED Wed Mar 16 14:54:19 UTC 2005 the tests passed. With LAST_UPDATED Wed Mar 16 21:10:54 UTC 2005 (plus patch at URL:http://sourceware.org/ml/newlib/2005/msg00179.html) the tests fail on trunk. Similarly for 4.0, LAST_UPDATED Wed Mar 16 03:34:07 UTC 2005 (passes) Thu Mar 17 06:05:21

[Bug tree-optimization/20501] gcc.dg/vect/vect-93.c fails on ia64-hpux

2005-03-17 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-03-17 20:57 --- can you please send the output of compiling with -fdump-tree-vect-details? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20501

[Bug c/20523] gcc 3.4.3 optimizes volatile vars away (gcc 3.4.3 = -O2)

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 20:58 --- You need to mark the variable as used. -- What|Removed |Added

[Bug middle-end/20524] [4.0/4.1 regression] cris-axis-elf testsuite failures: gcc.c-torture/compile/20011119-1.c and -2

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 21:00 --- At least one of these are the testcase being wrong. -- What|Removed |Added GCC target

[Bug middle-end/20524] [4.0/4.1 regression] cris-axis-elf testsuite failures: gcc.c-torture/compile/20011119-1.c and -2

2005-03-17 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-03-17 21:02 --- In response to comment #1, the ICE indicates there's at least one bug in GCC... -- What|Removed |Added

[Bug tree-optimization/20474] ICE while compiling openmotif-2.2.3 with -ftree-vectorize

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 21:08 --- Subject: Bug 20474 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-17 21:08:06 Modified files: gcc: ChangeLog tree-vect-analyze.c Log

[Bug c/20525] New: 4.1 make install fails trying to install ungenerated fixproto fix-header dirs.

2005-03-17 Thread schlie at comcast dot net
(for reference no such files were generated during build, likely because of no target os/headers etc.) if [ xstmp-fixproto != x ] ; then \ /usr/bin/install -c /bin/sh /Applications/avr/avr-src/gcc/../mkinstalldirs \ /usr/local/libexec/gcc/avr/4.1.0/install-tools/mkinstalldirs ; \

[Bug rtl-optimization/19683] MIPS wrong-code for 64-bit multiply.

2005-03-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 21:12 --- Subject: Bug 19683 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-17 21:11:49 Modified files: gcc:

[Bug rtl-optimization/19683] MIPS wrong-code for 64-bit multiply.

2005-03-17 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-03-17 21:13 --- Committed to 3.4 as promised, after bootstrapping regression testing on mips-sgi-irix6.5. -- What|Removed |Added

  1   2   >