[Bug bootstrap/24998] New: Build failure on sparc-sun-solaris2.9: undefined symbol __floatunsitf

2005-11-23 Thread fxcoudert at gcc dot gnu dot org
] Error 1 make[3]: Leaving directory `/tmp/gfortran-20051123/ibin/gcc' make[2]: *** [stmp-multilib] Error 2 make[2]: Leaving directory `/tmp/gfortran-20051123/ibin/gcc' This is with a ../gcc/configure --enable-languages=c,fortran --disable-libssp --disable-libmudflap --disable-nls gmake. It happened

[Bug bootstrap/24998] Build failure on sparc-sun-solaris2.9: undefined symbol __floatunsitf

2005-11-23 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2005-11-23 09:00 --- happens also on sparc-sun-solaris2.8. This patch is responsible for: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107345 -- andreast at gcc dot gnu dot org changed: What|Removed

[Bug ada/24946] [4.1/4.2 Regression] make[7]: rc: Command not found

2005-11-23 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2005-11-23 09:02 --- So closing as not a GCC bug (likely a GNU make bug). Arno -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2005-11-23 09:10 --- Created an attachment (id=10321) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10321action=view) gcc41-pr24991.patch Does the attached patch cure it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991

[Bug c++/24907] [3.4/4.0/4.1/4.2 Regression] int x, ; accepted

2005-11-23 Thread machata at post dot cz
--- Comment #4 from machata at post dot cz 2005-11-23 10:26 --- (In reply to comment #3) Testcase is in patch, make check-g++ passed on i686-pc-linux-gnu. I'll do bootstrap and more thorough test tomorrow, and send the patch to gcc-patches then. Ok, done today. --

[Bug target/19421] [4.0/4.1/4.2 regression] ICE with soft-float on m68k

2005-11-23 Thread corsepiu at gcc dot gnu dot org
--- Comment #17 from corsepiu at gcc dot gnu dot org 2005-11-23 10:30 --- Vanilla 4.0.2 with no further patches applied still fails for me: # m68k-rtems4.7-gcc -o tmp.o -c pr19421-1.c -O2 -msoft-float pr19421-1.c: In function 'paranoia': pr19421-1.c:2084: internal compiler error:

[Bug bootstrap/24998] Build failure on sparc-sun-solaris2.9: undefined symbol __floatunsitf

2005-11-23 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added CC||ebotcazou at gcc dot gnu dot |

[Bug ada/24994] raised STORAGE_ERROR : stack overflow or erroneous memory access

2005-11-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2005-11-23 11:10 --- On PowerPC, I get with tree checking: +===GNAT BUG DETECTED==+ | 4.1.0 20051123 (prerelease) (powerpc-apple-darwin8) GCC error: | | tree check

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #32 from ebotcazou at gcc dot gnu dot org 2005-11-23 11:11 --- with patch from http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01666.html Probably not the correct long-term fix. Might be good enough for 4.1 though. finally, ada is actually dead. Not very constructive,

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-11-23 Thread debian-gcc at lists dot debian dot org
--- Comment #29 from debian-gcc at lists dot debian dot org 2005-11-23 11:47 --- Created an attachment (id=10322) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10322action=view) preprocessed source The original file still fails on at least hppa-linux, both on 4.0 2005 and 4.1

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-11-23 Thread rguenth at gcc dot gnu dot org
--- Comment #30 from rguenth at gcc dot gnu dot org 2005-11-23 11:55 --- I also still see these problems: gcc-4.1.0_20051116-4 armv4l 10 ICEs 5 Segmentation fault 1 in insert_save, at caller-save.c:719 4 in cp_expr_size, at

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-11-23 Thread debian-gcc at lists dot debian dot org
--- Comment #31 from debian-gcc at lists dot debian dot org 2005-11-23 11:57 --- The original file still fails on at least hppa-linux, both on 4.0 2005 and 4.1 20051112, works with 3.4. no results for arm and m68k yet. Matthias g++ -c -fpreprocessed libmcop_la.all_cc.ii -g -O2

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-11-23 Thread amodra at gcc dot gnu dot org
--- Comment #9 from amodra at gcc dot gnu dot org 2005-11-23 12:05 --- Subject: Bug 24950 Author: amodra Date: Wed Nov 23 12:05:41 2005 New Revision: 107417 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107417 Log: PR middle-end/24950 * expmed.c

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-11-23 Thread amodra at gcc dot gnu dot org
--- Comment #10 from amodra at gcc dot gnu dot org 2005-11-23 12:07 --- Subject: Bug 24950 Author: amodra Date: Wed Nov 23 12:07:14 2005 New Revision: 107418 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107418 Log: PR middle-end/24950 Copy from trunk 2005-11-14

[Bug bootstrap/24998] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread rearnsha at gcc dot gnu dot org
--- Comment #2 from rearnsha at gcc dot gnu dot org 2005-11-23 12:12 --- Similar failures on arm: libbackend.a(timevar.o)(.text+0x1e4): In function `get_time': /work/rearnsha/gnusrc/gcc/trunk/gcc/timevar.c:203: undefined reference to `__floatunsidf'

[Bug java/24999] New: [4.0.2 regression] symbol lookup failure

2005-11-23 Thread bero at arklinux dot org
Running gcj -C org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java in the attached test code results in ./org/eclipse/jdt/internal/compiler/lookup/TagBits.java: In class 'org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding':

[Bug java/24999] [4.0.2 regression] symbol lookup failure

2005-11-23 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2005-11-23 12:17 --- Created an attachment (id=10323) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10323action=view) test code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24999

[Bug tree-optimization/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread amodra at bigpond dot net dot au
--- Comment #1 from amodra at bigpond dot net dot au 2005-11-23 12:20 --- Please attach preprocessed source. -- amodra at bigpond dot net dot au changed: What|Removed |Added

[Bug tree-optimization/25000] New: [4.1/4.2 Regression] ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:646

2005-11-23 Thread rguenth at gcc dot gnu dot org
We fail to compile OpenOffice at the moment due to g++ -S -O sbunoobj.min.ii sbunoobj.min.ii:119: internal compiler error: in coalesce_abnormal_edges, at tree-outof-ssa.c:646 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://gcc.gnu.org/bugs.html for

[Bug tree-optimization/25000] [4.1/4.2 Regression] ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:646

2005-11-23 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-11-23 12:27 --- Created an attachment (id=10324) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10324action=view) testcase reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25000

[Bug libfortran/24919] GFORTRAN input and carriage returns

2005-11-23 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2005-11-23 12:57 --- Created an attachment (id=10325) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10325action=view) Almost complete patch for handling CRLF correctly Attached patch corrects the problem reported here as well

[Bug libfortran/24919] CRLF support in libgfortran

2005-11-23 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Summary|GFORTRAN input and carriage |CRLF support in libgfortran |returns

[Bug middle-end/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-23 13:15 --- Hmm, r9, wtf. Any ways, we need the .i file :). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|blocker Component|bootstrap |middle-end

[Bug tree-optimization/25000] [4.1/4.2 Regression] ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:646

2005-11-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/25000] [4.1/4.2 Regression] ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:646

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-23 13:31 --- Conflict pRes_1(ab) and pRes_8(ab) across an abnormal edge from BB4-BB15 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25000

[Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics

2005-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-11-23 13:53 --- Subject: Bug 21983 Author: jakub Date: Wed Nov 23 13:53:15 2005 New Revision: 107420 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107420 Log: PR c++/21983 * class.c (find_final_overrider):

[Bug java/25001] New: dos equis

2005-11-23 Thread vadimn at redhat dot com
GCJ produces incorrect byte- and native code for a variation of 2-expressive-puzzlers/puzzle-8/DosEquis.java from http://www.javapuzzlers.com/java-puzzlers.zip Specifically, | $ cat DosEquis.java | public class DosEquis { | public static void main(String[] _) { | char x = 'X'; |

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2005-11-23 14:07 --- Subject: Re: New: Build failure on sparc-sun-solaris2.9: undefined symbol __floatunsitf On Wed, 23 Nov 2005, fxcoudert at gcc dot gnu dot org wrote: Undefined first referenced symbol

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #2 from dir at lanl dot gov 2005-11-23 14:09 --- I applied the patch to what I had yesterday and did a make and install. I build a program with it but the program would not run. I got - [dranta:~/sage/ibar/ibarOne] dir% rage2005GF.x ibarOne.input dyld: lazy symbol

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2005-11-23 14:09 --- Subject: Re: Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 23 Nov 2005, rearnsha at gcc dot gnu dot org wrote: /work/rearnsha/gnusrc/gcc/trunk/gcc/timevar.c:203: undefined

[Bug java/25001] dos equis

2005-11-23 Thread vadimn at redhat dot com
--- Comment #1 from vadimn at redhat dot com 2005-11-23 14:12 --- Since i is declared final in the above example, it is a constant expression of type int. Therefore, the above clause applies in this case. See also

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread rearnsha at gcc dot gnu dot org
--- Comment #5 from rearnsha at gcc dot gnu dot org 2005-11-23 14:22 --- Subject: Re: [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 2005-11-23 at 14:09, joseph at codesourcery dot com wrote: On Wed, 23 Nov 2005, rearnsha

[Bug fortran/15809] ICE Using Pointer Functions

2005-11-23 Thread paul dot richard dot thomas at cea dot fr
--- Comment #18 from paul dot richard dot thomas at cea dot fr 2005-11-23 14:26 --- (In reply to comment #15) I cannot tell why, but it seems to me that Paul Thomas' test case is no valid Hej Sven! You quite correctly picked up that it does not have an explicit interface and so will

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2005-11-23 14:28 --- Subject: Re: [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 23 Nov 2005, rearnsha at gcc dot gnu dot org wrote: ARM should be getting __floatunsidf from

[Bug tree-optimization/25000] [4.1/4.2 Regression] ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:646

2005-11-23 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

Re: [Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread Richard Earnshaw
On Wed, 2005-11-23 at 14:28, joseph at codesourcery dot com wrote: In that case the obvious solution is for the NetBSD configuration to start using that one function from ieee754-df.S. (I checked that the implementations in GCC of __float* already had corresponding implementations of

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread rearnsha at gcc dot gnu dot org
--- Comment #7 from rearnsha at gcc dot gnu dot org 2005-11-23 14:44 --- Subject: Re: [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 2005-11-23 at 14:28, joseph at codesourcery dot com wrote: In that case the obvious

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2005-11-23 14:54 --- Subject: Re: [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 23 Nov 2005, rearnsha at gcc dot gnu dot org wrote: Not that simple, because the implementation of

[Bug bootstrap/25002] New: build breaks if no `NAN'

2005-11-23 Thread gcc-bugzilla at gcc dot gnu dot org
This gcc version always requires that system have at least one floating value that is usable as `NAN' - in its own headers or specified in build configuration. In this system with this compiler it is not the case. Can not obtain `NAN' value at all. When trying to compute it dynamically, the

[Bug bootstrap/25002] build breaks if no `NAN'

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-23 15:04 --- This is a dup of bug 16787, the problem is that you need to supply -ieee to the compiler. *** This bug has been marked as a duplicate of 16787 *** -- pinskia at gcc dot gnu dot org changed: What

[Bug bootstrap/16787] NAN constant (0.0/0.0) cannot be compiled by Tru64 cc

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-11-23 15:04 --- *** Bug 25002 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25003] New: Non-standard-conforming behaviour on pointer association special case.

2005-11-23 Thread sfilippone at uniroma2 dot it
The following test case should print F as per the discussion on http://groups.google.com/group/comp.lang.fortran/browse_frm/thread/b77f60c2874b4e83/5fdaff5b1edaf688?hl=en#5fdaff5b1edaf688 gfortran -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1-20051112/configure

[Bug fortran/25003] Non-standard-conforming behaviour on pointer association special case.

2005-11-23 Thread sfilippone at uniroma2 dot it
--- Comment #1 from sfilippone at uniroma2 dot it 2005-11-23 15:25 --- Created an attachment (id=10326) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10326action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25003

[Bug tree-optimization/25000] [4.1/4.2 Regression] ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:646

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-23 15:41 --- Reduced testcase: int * f(void); void g(int*); bool h(void); void Find( ) { int * pRes = f(); if( !pRes ) { if( h()){ if( h()){ try {

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2005-11-23 15:45 --- Can you configure with objc as well to see if you see similar problem in libobjc? In any case, preprocessed source (with -E -dD in place of -c) for one of the files that include io.h (say environ.c) would be helpful.

[Bug bootstrap/25002] build breaks if no `NAN'

2005-11-23 Thread gin at mo dot msk dot ru
--- Comment #3 from gin at mo dot msk dot ru 2005-11-23 15:58 --- Subject: Re: build breaks if no `NAN' Did that. This particular translation unit compiles. With warning telling the same. For this particular system there is a workaround, but does it have to be on any system? If it

[Bug middle-end/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread phython at gcc dot gnu dot org
--- Comment #3 from phython at gcc dot gnu dot org 2005-11-23 16:05 --- Created an attachment (id=10327) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10327action=view) preprocessed source Here is the preprocessed source. Sorry, I haven't had a change to run delta on it yet, nor

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread bonzini at gcc dot gnu dot org
--- Comment #4 from bonzini at gcc dot gnu dot org 2005-11-23 16:05 --- This is actually not a cross build, but a build with srcdir == builddir. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991

[Bug middle-end/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread phython at gcc dot gnu dot org
-- phython at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last

[Bug other/25004] New: elfutils misscompilation (testuite failure).

2005-11-23 Thread pluto at agmk dot net
gcc-4.1.0-20051113 (rev 106863) misscompiles elfutils-0.116. elfutils testsuite fails on: (...) PASS: run-elflint-test.sh section [37] '.symtab': _GLOBAL_OFFSET_TABLE_ symbol value 0x10011998 does not match .got section address 0x10011990 with gcc-3.3.6 it works fine. i'll

[Bug middle-end/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-23 16:14 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24997

[Bug other/25004] elfutils misscompilation (testuite failure).

2005-11-23 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2005-11-23 16:16 --- PASS: run-elflint-test.sh ^^^ should be a FAIL: run-elflint-self.sh section [37] '.symtab': _GLOBAL_OFFSET_TABLE_ symbol value 0x10011998 does not match .got section address 0x10011990 --

[Bug other/25004] elfutils misscompilation (testuite failure).

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-23 16:27 --- Can you first try after revision 107117 because I think that might had fixed the problem by looking at the numbers which don't match? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25004

[Bug target/25005] New: [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-11-23 Thread bangerth at dealii dot org
With the code I'm going to attach in a second, I get this: deal.II/deal.II c++ -c -O3 -funroll-loops grid_generator.ii grid_generator.ii:6838: warning: '__malloc__' attribute ignored grid_generator.ii: In static member function 'static void GridGenerator::hyper_ball(Triangulation3, const Point3,

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-11-23 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2005-11-23 16:53 --- Created an attachment (id=10328) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10328action=view) Failing file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25005

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-11-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug libfortran/24919] CRLF support in libgfortran

2005-11-23 Thread fxcoudert at gcc dot gnu dot org
--- Comment #15 from fxcoudert at gcc dot gnu dot org 2005-11-23 16:58 --- Complete patch submitted for review. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-23 17:01 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25005

[Bug java/24999] [4.0.2 regression] symbol lookup failure

2005-11-23 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2005-11-23 17:12 --- I've just checked post-4.0.2 gcc-4_0-branch (svn 107418), works there -- bero at arklinux dot org changed: What|Removed |Added

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-11-23 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2005-11-23 17:12 --- Here's a much shorter testcase: - #include vector struct Point { Point (const Point ); Point (const double x); double values[3]; }; Point::Point (const double x) { this-values[0] = x;

long function name

2005-11-23 Thread Kornel
Hey, I know it's not that urgent and as a matter of fact only a theoretical problem, but still.. g++ crashes for a very long function name ;) consider this perl program to generate such a stupid-evil source file: a.pl: #v+ my $name = ax(1024*1024*8); open( FD, test.cpp ) or die ohmygawd;

[Bug c++/24996] [4.0/4.1/4.2 Regression] ICE on throw code

2005-11-23 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2005-11-23 17:37 --- Testcase with simpler class hierarchy: == struct A { ~A(); }; struct B { B(A); }; void foo(bool b) { throw b ? B(A()) : B(A()); }

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #5 from dir at lanl dot gov 2005-11-23 17:47 --- Nothing called gthrw_pthread_mutex_lock (Darwin only has pthread_mutex_lock)is in any of the libraries as a terminator. If I run gcc directly, I do not know how to get all the flags set correctly to get a meaningful

[Bug fortran/25003] Non-standard-conforming behaviour on pointer association special case.

2005-11-23 Thread eedelman at gcc dot gnu dot org
--- Comment #2 from eedelman at gcc dot gnu dot org 2005-11-23 17:48 --- Confirmed. -- eedelman at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-23 17:53 --- Can you build from a clean directory? It sounds like you are building in a non clean one which might cause these issues. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991

[Bug bootstrap/25002] build breaks if no `NAN'

2005-11-23 Thread gin at mo dot msk dot ru
--- Comment #4 from gin at mo dot msk dot ru 2005-11-23 18:08 --- Subject: Re: build breaks if no `NAN' Know at least one more system that has no `NAN' and which native `cc' normally generates code that causes program to terminate abnormally: Arithmetic Exception (core dumped) The

[Bug other/25004] elfutils misscompilation (testuite failure).

2005-11-23 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2005-11-23 18:31 --- i'm currently bootstraping rev107414... btw. i'm observing several warnings for some time... (...) build/genrecog ../../gcc/config/rs6000/rs6000.md tmp-recog.c ../../gcc/config/rs6000/rs6000.md:13543: warning: operand 0

[Bug c++/25006] New: failure using a name contained in a class

2005-11-23 Thread fp at mc dot com
The following code fails to compile: namespace Foo { struct Bar { struct FooBar {}; }; } using ::Foo::Bar::FooBar; // line 7 The error message being: using.cpp:7: error: `Foo::Bar' is not a namespace In the ISO C++ grammar [7.3.3], the using-declaration references a

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-23 18:48 --- Reduced (maybe too much as there is an uninitialized variable now): typedef long unsigned int size_t; namespace std { templatetypename _Tp struct vector { vector(){ size_t __n;

[Bug c++/25006] failure using a name contained in a class

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-23 18:51 --- ICC rejects it as invalid too: t.cc(7): error: a class-qualified name is not allowed using ::Foo::Bar::FooBar; // line 7 So does Comeau with the same error message. --

[Bug other/25004] elfutils misscompilation (testuite failure).

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-23 18:53 --- (In reply to comment #3) build/genrecog ../../gcc/config/rs6000/rs6000.md tmp-recog.c ../../gcc/config/rs6000/rs6000.md:13543: warning: operand 0 missing mode? ../../gcc/config/rs6000/altivec.md:1706: warning:

[Bug middle-end/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-23 18:54 --- I will finish reducing this after class (I stopped and started reducing a different testcase anyways). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread pluto at agmk dot net
--- Comment #33 from pluto at agmk dot net 2005-11-23 19:16 --- (In reply to comment #32) with patch from http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01666.html Probably not the correct long-term fix. Might be good enough for 4.1 though. this fix doesn't help for current 4.1.

[Bug c++/25006] failure using a name contained in a class

2005-11-23 Thread gdr at integrable-solutions dot net
--- Comment #2 from gdr at integrable-solutions dot net 2005-11-23 19:36 --- Subject: Re: failure using a name contained in a class pinskia at gcc dot gnu dot org [EMAIL PROTECTED] writes: | ICC rejects it as invalid too: | t.cc(7): error: a class-qualified name is not allowed |

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #34 from ebotcazou at gcc dot gnu dot org 2005-11-23 19:36 --- this fix doesn't help for current 4.1. It works (or worked) on s390 at least and fix the first problem on PPC though. Did you try to compile make.adb at -O1 or -O0? --

[Bug other/22313] [4.1/4.2 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap without -g

2005-11-23 Thread papadako at csd dot uoc dot gr
--- Comment #19 from papadako at csd dot uoc dot gr 2005-11-23 19:37 --- I don't know if this is related, but I can't compile make profiledbootstrap on a x86 Linux. Stops in attribs.c. I don't know if it is related to this bug but you can find more info in

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #7 from dir at lanl dot gov 2005-11-23 19:45 --- I did a complete rebuild with the same results - mkdir gfortran cd gfortran svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc cd gcc patch -p0 /Users/dir/Desktop/gcc41-pr24991.patch configure --prefix=/Users/dir/gfortran

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread pluto at agmk dot net
--- Comment #35 from pluto at agmk dot net 2005-11-23 19:47 --- (In reply to comment #34) Did you try to compile make.adb at -O1 or -O0? i always do a full bootstrap with different flags for stage1 and 2+. make bootstrap \ BOOT_CFLAGS=%{rpmcflags} \

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2005-11-23 20:24 --- touch libgfortran/runtime/environ.c make all-target-libgfortran LOG then either cut'n'paste the line that compiled environ.c and replace -c with -E -dD and -o /environ.o with -o /tmp/environ.i and run that

[Bug target/21098] .note.GNU-stack emitted

2005-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-11-23 20:47 --- Subject: Bug 21098 Author: jakub Date: Wed Nov 23 20:47:12 2005 New Revision: 107432 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107432 Log: 2005-05-04 Jakub Jelinek [EMAIL PROTECTED] Revert:

[Bug libfortran/24794] problem with namelist input of character array

2005-11-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2005-11-23 20:57 --- Fixed in 4.1 and 4.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24794

[Bug libgcj/24798] classmap.db should reside in /var/lib/gcj/

2005-11-23 Thread fitzsim at redhat dot com
-- fitzsim at redhat dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fitzsim at redhat dot com |dot org

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #9 from dir at lanl dot gov 2005-11-23 21:18 --- Created an attachment (id=10329) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10329action=view) The preprocessed output for environ.c The preprocessed output for environ.c --

[Bug middle-end/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-23 21:38 --- Actually this bug is too funny to reduce, reload is too funny for the life of me. Compiling with -da with a semi reduced testcases makes it pass. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24997

[Bug target/25008] New: problems with S constraint in asms

2005-11-23 Thread wilson at gcc dot gnu dot org
The following testcase compiles with gcc-4.0, but generates an error with optimization with gcc-4.1. int * sub (int *i, int k) { int j; for (j = 0; j 16; j++) { asm volatile (foo %0 : =S (*i)); i += k; } return i; } aretha$ ./xgcc -B./ -O2 -S -da tmp.c tmp.c: In

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2005-11-23 21:57 --- That looks sane, using __weakref__ attribute and on powerpc64-linux - powerpc-apple-darwin8.3.0 cross I verified it creates also reasonable assembly. So, can you look through all object files that are linked into

[Bug target/24961] No constraint letter for destination_operand

2005-11-23 Thread wilson at gcc dot gnu dot org
--- Comment #1 from wilson at gcc dot gnu dot org 2005-11-23 22:05 --- Confirmed. I believe 25008 will have to be fixed before we can add a working constraint letter for this. It should be possible to generate a testcase for this by taking the example from 25008, changing the S to an

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread dir at lanl dot gov
--- Comment #11 from dir at lanl dot gov 2005-11-23 22:09 --- Created an attachment (id=10330) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10330action=view) nm of the gfortran libraries References to the gthrw routines seem to be everywhere. (I am out of here till next Monday)

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2005-11-23 22:12 --- Before you leave, can you still preprocess say unit.c or unix.c the same way you did it for environ.c? Or, if it is too late, can anyone else with access to ppc darwin reproduce it? --

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-11-23 Thread amodra at gcc dot gnu dot org
--- Comment #11 from amodra at gcc dot gnu dot org 2005-11-23 22:15 --- Subject: Bug 24950 Author: amodra Date: Wed Nov 23 22:15:16 2005 New Revision: 107433 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107433 Log: PR middle-end/24950 * expmed.c

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-11-23 Thread amodra at bigpond dot net dot au
--- Comment #12 from amodra at bigpond dot net dot au 2005-11-23 22:16 --- Fixed -- amodra at bigpond dot net dot au changed: What|Removed |Added

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-11-23 Thread amodra at gcc dot gnu dot org
--- Comment #13 from amodra at gcc dot gnu dot org 2005-11-23 22:31 --- Subject: Bug 24950 Author: amodra Date: Wed Nov 23 22:31:26 2005 New Revision: 107434 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107434 Log: PR middle-end/24950 Copy from trunk 2005-11-14

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-23 Thread bonzini at gcc dot gnu dot org
--- Comment #13 from bonzini at gcc dot gnu dot org 2005-11-23 22:34 --- I can try tomorrow. To trigger this it's enough to do a in-srcdir c,fortran,objc build, right? Paolo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991

[Bug fortran/23912] MOD function requires same kind arguments

2005-11-23 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-11-23 22:51 --- Patch submitted for that bug. Waiting for approval. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #36 from ebotcazou at gcc dot gnu dot org 2005-11-23 23:28 --- i always do a full bootstrap with different flags for stage1 and 2+. That doesn't cover the Ada tools. They build for me at -O0 on PowerPC so with Andrew's FE patch + a possible tweak in the Makefile, you

[Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms

2005-11-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #37 from ebotcazou at gcc dot gnu dot org 2005-11-23 23:29 --- Created an attachment (id=10331) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10331action=view) Andrew's FE patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533

[Bug c++/21123] [4.0/4.1 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-11-23 Thread jason at gcc dot gnu dot org
--- Comment #32 from jason at gcc dot gnu dot org 2005-11-23 23:56 --- My earlier patch fixed all the reduced testcases, but not the unreduced one. Here's a reduced testcase that still fails (adding a by-value parm to the virtual function): struct A { A(const A a); const A

[Bug bootstrap/24873] gcc 4.0.2 bootstrap report compare fail

2005-11-23 Thread gaojianbin at 263 dot net
--- Comment #3 from gaojianbin at 263 dot net 2005-11-24 00:22 --- ../gcc-4.0.2/configure --prefix=/swtdata/emv_emu/emu1/jbgao/gccbin --enable-threads=aix --enable-languages=c ,c++ --with-included-gettext --enable-shared --disable-multilib make bootstrap use the cc compiler;ibm

[Bug libfortran/24794] problem with namelist input of character array

2005-11-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2005-11-24 00:49 --- Fixed in 4.1 and 4.2, if someone has a dieing need for this in 4.0 let me know and I will commit the fix there as well. -- jvdelisle at gcc dot gnu dot org changed: What|Removed

  1   2   >