[Bug libfortran/20257] Fortran runtime error: End of record occurs when writing large arrays

2005-03-17 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added CC|coudert at clipper dot ens |fxcoudert at gcc dot gnu dot |dot fr |org Last reconfirmed|2005-03-01

[Bug target/20529] m6811-elf-g++ ICE

2005-03-17 Thread goweol at gmail dot com
--- Additional Comments From goweol at gmail dot com 2005-03-18 06:27 --- I tried to remove the default optmization options for "-O2". And finally, if I added '-fno-peephole2', no ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20529

[Bug target/20529] m6811-elf-g++ ICE

2005-03-17 Thread goweol at gmail dot com
--- Additional Comments From goweol at gmail dot com 2005-03-18 06:20 --- Created an attachment (id=8416) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8416&action=view) m20050318.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20529

[Bug target/20529] New: m6811-elf-g++ ICE

2005-03-17 Thread goweol at gmail dot com
The gcc version is: m6811-elf-g++ (GCC) 4.0.0 20050318 (prerelease) The error messages are: m6811-elf-g++ -Os -msoft-reg-count=32 -m68hcs12 -save-temps -c m20050318.cpp m20050318.cpp: In static member function 'static void C::foo(void*)': m20050318.cpp:23: error: insn does not satisfy its con

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

2005-03-17 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-18 06:05 --- I got four additional gdb testsuite failures with the patch. I will have to figure out what went wrong, and then rebuild and retest. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19769

[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-18 05:38 --- Subject: Re: [PR c++/20103] failure to gimplify constructors for addressable types On Mar 17, 2005, Richard Henderson <[EMAIL PROTECTED]> wrote: > On Thu, Mar 17, 2005 at 05:11:08AM -0300, Alexandre Oliva

[Bug target/20528] ICE on compiling vfprintf.c

2005-03-17 Thread namsh at kldp dot org
--- Additional Comments From namsh at kldp dot org 2005-03-18 05:16 --- Created an attachment (id=8415) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8415&action=view) vfprintf.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20528

[Bug target/20528] New: ICE on compiling vfprintf.c

2005-03-17 Thread namsh at kldp dot org
I tried to build the gcc/binutils using the current CVS. (gcc = 4.0 branch, binutils = trunk). m6811-elf-gcc generates ICE when it compiles newlib/libc/stdio/vfprintf.c $ /home2/namsh/c/gnu/build/dist/gcc/xgcc -B/home2/namsh/c/gnu/build/dist/gcc/ -nostdinc -B/home2/namsh/c/gnu/build/dist/m6811-elf

[Bug debug/20268] With optimization, generating incomplete debug information

2005-03-17 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-18 05:11 --- Created an attachment (id=8414) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8414&action=view) use DW_AT_ranges in DW_AT_inlined_subroutine Using -dA will add comments to the debug info in the .s file

[Bug rtl-optimization/20527] [4.1/4.0 regression] Mishandling of postincrement causes bzip2 miscompilation.

2005-03-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20527

[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
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Target Milestone|---

[Bug rtl-optimization/20527] [4.1, 4.0 regression] Mishandling of postincrement causes bzip2 miscompilation.

2005-03-17 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-03-18 04:29 --- The rtl dump for combine shows the first unmistakable sign of miscompilation: (insn 35 34 36 2 (set (reg:SI 40) (mem:SI (post_inc:SI (reg:SI 31 [ ivtmp.5 ])) [3 S4 A8])) 32 {*movsi_internal} (nil) (e

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

2005-03-17 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-03-18 04:23 --- The IS_TARGET_PE_COFF hack works on 3.4.x bit won't on trunk. Here is a cleaner patch against trunk that replaces the preprocessor tests with runtime tests. I have tested with nativr mingw bo

[Bug rtl-optimization/20527] [4.1, 4.0 regression] Mishandling of postincrement causes bzip2 miscompilation.

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

[Bug rtl-optimization/20527] [4.1, 4.0 regression] Mishandling of postincrement causes bzip2 miscompilation.

2005-03-17 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-03-18 03:35 --- Created an attachment (id=8413) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8413&action=view) Test-case Test-case, derived from bzip2-1.0.2/huffman.c:BZ2_hbCreateDecodeTables which also examplifies the e

[Bug rtl-optimization/20527] New: [4.1, 4.0 regression] Mishandling of postincrement causes bzip2 miscompilation.

2005-03-17 Thread hp at gcc dot gnu dot org
Seen on 4.0 "Thu Mar 17 06:05:21 UTC 2005" and trunk of "Thu Mar 17 15:06:06 UTC 2005" at -O2. The test-case in the first attachment has this code snippet: vec += (base[i+1] - base[i]); The expression at the right hand of that line is compiled at -O2 into: move.d [$r11+],$r9 s

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

2005-03-17 Thread dannysmith at users dot sourceforge dot net
-- What|Removed |Added CC||dannysmith at users dot ||sourceforge dot net http://gcc.gnu.or

[Bug middle-end/20493] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols

2005-03-17 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-03-18 03:26 --- Subject: Re: [4.0/4.1 Regression] Bootstrap failure because of aliased symbols > The bootstrap still fails with your suggestion. fold_widened_comparison > returns here: > > if (arg0_unw == arg0

[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-18 03:12 --- I see the ICE on 4.0 for arm-elf as well, so that makes it a Primary Target Regression. Dunno what PR priority and milestone change to adjust as a result. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2052

[Bug middle-end/20493] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols

2005-03-17 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-03-18 02:33 --- Subject: Re: [4.0/4.1 Regression] Bootstrap failure because of aliased symbols > Hmm, yep, probably caused by my change. Confirmed. > It looks like with my change fold_widened_comparison is now c

[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-18 01:46 --- Also worth noting is that mmix-knuth-mmixware shares the ICE for 2009-2.c and has an other alias-related set of failures: Running /home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/compile.exp ..

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

2005-03-17 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-18 01:32 --- Created an attachment (id=8412) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8412&action=view) output of compiling with -fdump-tree-vect-details Here is the output requested, compiled with the options

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

2005-03-17 Thread jason at redhat dot com
--- Additional Comments From jason at redhat dot com 2005-03-18 00:34 --- Subject: Re: [4.0/4.1 Regression] removing a temporary return value when we cannot This hack should work around the bug, pending a better fix. *** calls.c.~1~ 2005-02-01 10:53:24.0 -0500 --- calls.c

[Bug java/20526] New: gij -X reports no options are recognized, while -Xmx and -Xms seem to be

2005-03-17 Thread vektor at dumbterm dot net
gij (GNU libgcj) version 4.0.0 20050314 (Red Hat 4.0.0-0.34) When I run 'gij --help' it lists that -X will tell me supported -X options. It also lists the --ms= and --mx= parameters. gij -X says: gij: currently no -X options are recognized I have seen others on IRC use -Xmx512M and -Xms96M or w

[Bug c++/20461] [4.0/4.1 Regression] ICE at "class 'C' does not have any field named 'f'" error

2005-03-17 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-03-17 22:21 --- I found time of regression. GCC CVS mainline at 2004-07-12 16:00 GMT compile testcase without problem. GCC CVS mainline at 2004-07-12 16:20 CMT ICE at testcase CVS changes from http://gcc.gnu.org/ml/gcc-cvs/2004-07

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

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 22:10 --- Patch here: . -- What|Removed |Added

[Bug libfortran/16436] gfortran TL edit descriptor failure - test f77-edit-t-in.f

2005-03-17 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-17 22:07 --- Still present. Minimal testcase is: integer i character*32 in in = '1234 8' read(in,'(5X,TL4,I2)') i I'll work on that one. -- What|Removed

[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
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW

[Bug c/20523] 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
--- Additional Comments From ltg at zes dot uni-bremen dot de 2005-03-17 21:37 --- Subject: RE: gcc 3.4.3 optimizes volatile vars away (gcc 3.4.3 >= -O2) On 17-Mar-2005 pinskia at gcc dot gnu dot org wrote: > > --- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-

[Bug target/20497] Building Code on AMD 64bits c

2005-03-17 Thread ajve at chevrontexaco dot com
--- Additional Comments From ajve at chevrontexaco dot com 2005-03-17 21:34 --- I tried with GCC 3.3.4 but still its giving me the same error.I downloaded the GCC 3.3.4 from GNU site... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20497

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

2005-03-17 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-03-17 21:21 --- GCC from the 4.0-branch on 20050316 plus the patch from comment 16 successfully builds all of the SPEC CPU2000 tests and those tests run successfully with small test input. -- http://gcc.gnu.org/bugzilla/s

[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 -

[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: Change

[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 ; \ /usr

[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 m

[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 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 triple

[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 Status|UNCONFIRMED

[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 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 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

[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 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 "" # 1 "" # 1 "jidctint.c" volatile static unsigned long long fix_029_n089n196 = 0x098ea46e098ea46e; __inline void domidct8x8llmW(); void jpeg_idct_islow () { domidct8x8ll

[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 Product:

[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=8411&action=view) This testcase is preprocessed source from the file that causes the ICE. Here is the testcase. -- http://gc

[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 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 |4.

[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 |4.

[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: Change

[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: Change

[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

[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 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 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 |4.

[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 |4.

[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: Change

[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: Change

[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 su

[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 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 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 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: Change

[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 Ev

[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 E

[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/ -B

[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 E

[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 E

[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 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 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 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(:) a(1)=2

[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 |enhancemen

[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 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 Regressio

[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: u

[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 impa

[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: > > c-decl.c:grokdecl

[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 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); -- http://gcc.gnu.org/bugzilla

[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. (fold_non_dependent_expr

[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 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/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 |4.

[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 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: Change

[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: Change

[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 |4.

[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: Change

[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 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 -- http://gcc.gnu.org/bugzilla/sho

[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 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 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 Res

[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=8410&action=view) Testcase with listfile This show the wrong generated code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[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

[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: gcc/t

[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 mess

[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 suc

[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 when

[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 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

  1   2   >