[Bug rtl-optimization/20600] New: failure for pass.c on x86_64-pc-linux-gnu

2005-03-23 Thread bonzini at gcc dot gnu dot org
This is caused by subregs not being allowed in addresses. The splitter generates something that is not recognized as a *lea_1_rex64 pattern. More on this at http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02072.html Paolo -- Summary: failure for pass.c on x86_64-pc-linux-gnu

about 4.0 swing modulo schedule

2005-03-23 Thread zouq
the application swim from the spec2000 can`t be scheduled, function calc1 can`t be scheduled, while i tries larger sms-max-ii-factor, it still can`t.

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-23 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-23 10:51 --- The first non-trivial issue is that, in order to print "std::vector" instead of "std::vector >", we need to do the template substitution at error printing time, and check if the resulting substitution matc

[Bug c++/20513] [4.0/4.1 Regression] ICE when compiling with debug info and embedded using

2005-03-23 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++/14912] Do not print default template arguments in error messages

2005-03-23 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-23 11:01 --- or maybe: test.cc: In member function `void A::foo() [with T = int, int N = , int X = ]': -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14912

[Bug fortran/17123] Assertion fail in trans-const.c

2005-03-23 Thread refson dot temp at ntlworld dot com
--- Additional Comments From refson dot temp at ntlworld dot com 2005-03-23 11:16 --- This bug is a complete showstopper, but has been sitting unresolved for 6 months. Is there any way to increase the priority and actually have it assigned to anyone? There is no way to even test that t

[Bug tree-optimization/20601] New: [4.0 Regression] PRE related miscompilation

2005-03-23 Thread jakub at gcc dot gnu dot org
extern void abort (void); extern void exit (int); struct T { char *t1; char t2[4096]; char **t3; }; int a[5]; int b; char **c; int d; char **e; struct T t; char *f[16]; char *g[] = { "a", "-u", "b", "c" }; __attribute__ ((__noreturn__)) void foo (void) { while (1); } __attribute__ ((noi

[Bug tree-optimization/20601] [4.0 Regression] PRE related miscompilation

2005-03-23 Thread gnu-bugzilla at linuxnetz dot de
-- What|Removed |Added CC||gnu-bugzilla at linuxnetz ||dot de http://gcc.gnu.org/bugzilla/

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-23 Thread caolanm at redhat dot com
--- Additional Comments From caolanm at redhat dot com 2005-03-23 11:53 --- The workaround is trivial. But I'm still confused as to what exactly causes gcc to treat unnamed enums so much differently that named ones. It would be great if I could get some clarity on this. I have a handful

[Bug ada/20596] Bug Box, combination of Ada 2005, dotted notation, Hash_Maps, and Unbounded_String

2005-03-23 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-03-23 11:55 --- Could you try the patch from PR ada/20593 and report? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20593 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20596

[Bug ada/20593] [4.0/4.1 Regression] Simple array of string access miscompiled on x86 and x86_64 and PPC

2005-03-23 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-03-23 11:54 --- I confirm the patch solves the problem, thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20593

[Bug rtl-optimization/20532] [4.0/4.1 Regression] Bad code for DImode left shifts by 31 and then 1

2005-03-23 Thread macro at linux-mips dot org
--- Additional Comments From macro at linux-mips dot org 2005-03-23 12:15 --- > + (v * (((HOST_WIDE_ITN)1 << 31) + ((HOST_WIDE_INT)1 << 31))) ^^^ There is a typo above. Thanks for your fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20532

[Bug c++/20602] New: gcc crashes and asks to submit a bug.

2005-03-23 Thread nivelle at mpi-sb dot mpg dot de
Hi, g++ crashes and asks me to submit a bug on the following program fragment: The command is: g++-3.2 -c -Wreturn-type -pedantic -pedantic-errors -Wundef testing.cpp -o testing.o The OS: Linux 2.4.26.1.p4 #1 i686 (and also on 2.4.21.4) The code (file testing.cpp) is: #include

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-23 Thread dave at boost-consulting dot com
--- Additional Comments From dave at boost-consulting dot com 2005-03-23 12:55 --- Doesn't sound right to me. I think you should either show vector or include A in the "with" clause of vector. I'm sort of inclined to the former; Don't forget that parameter names are not always so sho

[Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3

2005-03-23 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-03-23 13:29 --- Also happens on hppa-unknown-linux-gnu. -- What|Removed |Added CC|

[Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 13:59 --- On powerpc-darwin, so I am going to assume now this is target independent. -- What|Removed |Added

[Bug tree-optimization/20601] [4.0/4.1 Regression] PRE related miscompilation

2005-03-23 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-23 14:02 --- Confirmed, i have a patch coming. I missed an early exit condition in constification during PRE. This also occurs in 4.1. -- What|Removed |Added ---

[Bug tree-optimization/20601] [4.0/4.1 Regression] PRE related miscompilation

2005-03-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Keywords|

[Bug target/20603] New: SPEC ICE's on powerpc-darwin compiling with "-fprofile-arcs -O2 -mpowerpc64"

2005-03-23 Thread dorit at il dot ibm dot com
I've been seeing the following SPEC ICEs on powerpc-darwin when compiling with "-fprofile-arcs -O2 -mpowerpc64": ==> SPEC's gap: gcc -c -o system.o -DSYS_IS_BSD -DSYS_HAS_IOCTL_PROTO -DSYS_HAS_TIME_PROTO - DSYS_HAS_SIGNAL_PROTO -DSYS_HAS_ANSI -DSYS_HAS_CALLOC_PROTO - DSYS_HAS_STDIO_PROTO -fprofil

[Bug target/20603] SPEC ICE's on powerpc-darwin compiling with "-fprofile-arcs -O2 -mpowerpc64"

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 14:24 --- >This might be a duplicate of PR20203? no but it is a dup of PR 20249 which has a patch (which was approved but not applied yet). *** This bug has been marked as a duplicate of 20249 *** -- Wh

[Bug rtl-optimization/20249] [4.0/4.1 Regression] ICE with -fprofile-arcs on ppc

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 14:25 --- *** Bug 20603 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20602] gcc crashes and asks to submit a bug.

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 14:33 --- Fixed already in 3.2.3. Confirmed in 3.2.2. Also this is invalid code but only rejected in 3.4.0 and above. -- What|Removed |Added -

[Bug treelang/20604] New: treelang does not get passed -fPIC by default on *-darwin

2005-03-23 Thread pinskia at gcc dot gnu dot org
You can tell that it does not get passed -fPIC by the following failure in the testsuite: Executing on host: /Users/pinskia/src/new-fold/gcc/objdir/gcc/xgcc -B/Users/pinskia/src/new-fold/ gcc/objdir/gcc/ /Users/pinskia/src/new-fold/gcc/gcc/testsuite/treelang/execute/funccall.tree -lm -o

[Bug fortran/20587] gcc-4_0 from head does not build on Panther

2005-03-23 Thread fca at mail dot cern dot ch
--- Additional Comments From fca at mail dot cern dot ch 2005-03-23 15:08 --- Subject: Re: gcc-4_0 from head does not build on Panther Hello, this bug should be closed, it was my error and I apologise for that. I had the gnu intl lib in /usr/local/lib. Apparently configure was prob

[Bug c++/20595] compilation gives garbage file instead of valid .o

2005-03-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||gcc-bugs at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/s

[Bug c++/20595] compilation gives garbage file instead of valid .o

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 15:12 --- (In reply to comment #1) > it's related to the system i'm working with, > > gcc -S and then running as on it produced working files > > sorry for bothering you with this... This means it is your machine i

[Bug c++/20599] variadic template support

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 15:13 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug target/8972] [arc-7-elf] the c code ' x << i' causes infinite loop when i = 0

2005-03-23 Thread saurabh dot verma at codito dot com
--- Additional Comments From saurabh dot verma at codito dot com 2005-03-23 15:24 --- Filed a patch on gcc-patches to fix this. When optimizations are enabled, the arc backend generates a single instruction loop for such code. The loop count register is checked only at the end of the

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

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 15:53 --- Subject: Bug 20501 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 15:53:05 Modified files: gcc: ChangeLog tree-vect-analyze.c Log m

[Bug c++/20133] [4.0/4.1 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-03-23 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 tree-optimization/20605] New: gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times iter 0 fails

2005-03-23 Thread jsm28 at gcc dot gnu dot org
gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times iter 0 has started failing on mainline between 20050321 and 20030323, on hppa64-hpux and ia64-hpux (-mlp64 only) but not on hppa2.0w-hpux or ia64-hpux -lilp32. Results on gcc-testresults also show it failing on ia64-linux. -- Summary: gcc.

[Bug tree-optimization/20605] gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times iter 0 fails

2005-03-23 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-23 16:36 --- That should of course be 20050323 (not 20030323). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20605

[Bug c++/20513] [4.0/4.1 Regression] ICE when compiling with debug info and embedded using

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 16:46 --- Woops this is a dup of bug 19406. I had some how missed that for some reason. *** This bug has been marked as a duplicate of 19406 *** -- What|Removed |Added --

[Bug debug/19406] [4.0/4.1 Regression] ICE: in force_decl_die, at dwarf2out.c:12442

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 16:46 --- *** Bug 20513 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 16:57 --- (In reply to comment #4) > The workaround is trivial. But I'm still confused as to what exactly causes > gcc > to treat unnamed enums so much differently that named ones. It would be great > if > I could g

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-23 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-03-23 17:06 --- That's the same one I mentioned in http://gcc.gnu.org/ml/gcc/2005-03/msg00991.html I was going to report it, but you beat me to it, and you did a better job of minimizing the test case thank I did. Thanks! What does

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-23 Thread dank at kegel dot com
-- What|Removed |Added CC||dank at kegel dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug tree-optimization/20601] [4.0/4.1 Regression] PRE related miscompilation

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 18:14 --- Subject: Bug 20601 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 18:14:13 Modified files: gcc: Change

[Bug tree-optimization/20601] [4.0/4.1 Regression] PRE related miscompilation

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 18:15 --- Subject: Bug 20601 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 18:14:52 Modified files: gcc: ChangeLog tree-ssa-pre.c Added files

[Bug tree-optimization/20601] [4.0/4.1 Regression] PRE related miscompilation

2005-03-23 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-23 18:17 --- El fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug java/20606] New: ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread overholt at redhat dot com
Toggling line 17 of the (soon to be) attached source file allows the compilation to proceed. Bryce can duplicate this error with his build from head. $ gcj --version gcj (GCC) 4.0.0 20050320 (Red Hat 4.0.0-0.35) $ wget http://people.redhat.com/~overholt/Main.java $ javac Main.java $ gcj -fPIC -fj

[Bug java/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-03-23 18:25 --- Created an attachment (id=8435) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8435&action=view) Test case Toggling the comment on line 17 affects things. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Component|java

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

2005-03-23 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-03-23 18:46 --- . -- What|Removed |Added Status|ASSIGNED|RESOLVED Resol

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Attachment #8435|application/octet-stream|text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20606

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-23 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-03-23 18:53 --- Intuitively, C++ treats unnamed enums differently than named ones, because in templates the function/class name has to be mangled, and will contain the name of the template arguments. If the template argument

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet||x86_64-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20606

[Bug c++/20607] New: -fstrict-aliasing causes incorrect scheduling on Sparc Solaris

2005-03-23 Thread Ganesh dot Sittampalam at arm dot com
On Sparc Solaris, the attached code leads to the following assembly sequence being produced at the beginning of a function. Stack slot %fp-32 is read before it is written. Turning off either -fstrict-aliasing or -fsched-insns causes the problem to go away. I'm relying on the GCC extension that all

[Bug c++/20607] -fstrict-aliasing causes incorrect scheduling on Sparc Solaris

2005-03-23 Thread Ganesh dot Sittampalam at arm dot com
--- Additional Comments From Ganesh dot Sittampalam at arm dot com 2005-03-23 19:04 --- Created an attachment (id=8436) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8436&action=view) Source code for bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20607

[Bug c++/20607] -fstrict-aliasing causes incorrect scheduling on Sparc Solaris

2005-03-23 Thread Ganesh dot Sittampalam at arm dot com
--- Additional Comments From Ganesh dot Sittampalam at arm dot com 2005-03-23 19:05 --- Created an attachment (id=8437) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8437&action=view) gcc -v -save-temps output for bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20607

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-23 Thread caolanm at redhat dot com
--- Additional Comments From caolanm at redhat dot com 2005-03-23 19:12 --- Sounds reasonable, but it's not the case that the compiler should just silently not consider anonymous enums as candidates for template argument matching ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2058

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-23 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-03-23 19:24 --- That has been subject to discussion (i.e. whether the attempt to use an unnamed enum as a template argument should just silently fail as a substitution failure). However, it has been decided that this is a ha

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-23 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-03-23 19:28 --- Subject: Re: error: '' is/uses anonymous type' bangerth at dealii dot org wrote: > --- Additional Comments From bangerth at dealii dot org 2005-03-23 19:24 > --- > That has been subject to discussi

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 19:29 --- Hmm, we are dying because of the following instruction: (jump_insn 169 168 170 19 (set (pc) (reg/f:DI 66 [ #ref#6#19 ])) 515 {*indirect_jump_rtx64} (nil) (expr_list:REG_DEAD (reg/f:DI 66 [ #ref#6#19 ])

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 19:38 --- (In reply to comment #2) > Why is computed_jump_p (insn) not returning true? Actually it is the following insn: (jump_insn 169 222 170 19 (set (pc) (reg:DI 0 ax)) 515 {*indirect_jump_rtx64} (nil)

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 19:46 --- Hmm, I think this is a reload or a recognizing problem. inside reload (when adding the LABEL_REG), we have the following instruction: (jump_insn 169 222 170 19 (set (pc) (label_ref:DI 172)) 515 {*ind

[Bug tree-optimization/19659] GCC does not remove an "if" statement that never triggers.

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 19:59 --- Hmm, the example in comment #3 is fixed on the mainline but the orginal one is just as bad when removing const now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19659

[Bug tree-optimization/17141] *&a->b is not folded

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 20:10 --- And here is a testcase for a missed optimization on the TREE level: void abort (void); struct a { int i; } *a; int f(void) { int *ii = &a->i; void *l; a->i = 1; if (*ii) l = &&l1; else l =

[Bug regression/20608] New: regression - Bus Error - union of structures

2005-03-23 Thread kminola at eng dot umd dot edu
/* % gcc-3.4.3 -m64 -o foo foo.c % foo 0 here 0 % % gcc-4.0 -m64 -o foo foo.c % foo 0 here Bus Error (core dumped) % % uname -a SunOS portia 5.8 Generic_117350-18 sun4u sparc SUNW,Sun-Blade-100 % % gcc-4.0 -v Using built-in specs. Target: sparc-sun-solaris2.8 Configured with: /home/kate/gcc-4.0-20

[Bug target/20608] regression - Bus Error - union of structures

2005-03-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|regression |target Keywords||wrong-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 20:30 --- We are missing some jump threading opertinutes on the tree level: prephitmp.107 = 0B; goto (*.LJpc=79); . *.LJpc=79:; if (prephitmp.107 == 0B) goto *.LJpc=99; else goto ; -- http://gcc.gnu

[Bug c/20609] New: install-sh not found

2005-03-23 Thread hip at cs dot okstate dot edu
I keep getting a "install-sh not found" when trying to install gcc on a Solaris 9 box. The problem is when there is no compatible BSD install program in the current path, configure defaults to using install-sh supplied in the top level dir of the src. However either configure or the Makefile it g

[Bug c/20609] install-sh not found

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 20:35 --- or configure with an relative path. Anyways this is fixed in 3.4.4. This is a dup of bug 13993. *** This bug has been marked as a duplicate of 13993 *** -- What|Removed

[Bug bootstrap/13993] [3.4 Regression] Relative path as srcdir causes problem

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 20:35 --- *** Bug 20609 has been marked as a duplicate of this bug. *** -- What|Removed |Added

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

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 20:51 --- FWIW, we do support "-ms" and "-mx", but not "-Xms" and "-Xmx". Those are just ignored. However, we ought to recognize those. I'm leaving the PR open for now, for that reason. -- http://gcc.gnu.org/bug

[Bug middle-end/20610] New: Real by complex multiplications perform unnecessary operations

2005-03-23 Thread fredrik dot huss at home dot se
When doing real by complex multiplications in C++ using std::complex, the multiplication is transformed to a complex by complex multiplication, even though the imaginary part is zero for one of the arguments. This is similar to TR 19953, however there is still a problem even though it is su

[Bug middle-end/20610] Real by complex multiplications perform unnecessary operations

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 21:11 --- Because C99 is different from C++. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20610

[Bug libgcj/18083] Calendar returns incorrect values for DAY_OF_YEAR and DAY_OF_WEEK after calling add().

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:26 --- Subject: Bug 18083 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 21:26:00 Modified files: libjava: ChangeLog libjava/java/text:

[Bug libgcj/14892] Issues with TimerTask/Calendar

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:26 --- Subject: Bug 14892 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 21:26:00 Modified files: libjava: ChangeLog libjava/java/text:

[Bug libgcj/9854] GregorianCalendar does not validate months correctly

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:26 --- Subject: Bug 9854 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 21:26:00 Modified files: libjava: ChangeLog libjava/java/text:

[Bug libgcj/2641] Calendar and GregorianCalendar have serious problems

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:26 --- Subject: Bug 2641 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 21:26:00 Modified files: libjava: ChangeLog libjava/java/text:

[Bug libgcj/11085] SimpleDateFormat fails to parse valid dates

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:26 --- Subject: Bug 11085 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 21:26:00 Modified files: libjava: ChangeLog libjava/java/text:

[Bug libgcj/9854] GregorianCalendar does not validate months correctly

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:36 --- Subject: Bug 9854 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 21:36:25 Modified files: libjava: ChangeL

[Bug libgcj/2641] Calendar and GregorianCalendar have serious problems

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:36 --- Subject: Bug 2641 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 21:36:25 Modified files: libjava: ChangeL

[Bug libgcj/18083] Calendar returns incorrect values for DAY_OF_YEAR and DAY_OF_WEEK after calling add().

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:36 --- Subject: Bug 18083 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 21:36:25 Modified files: libjava: Change

[Bug libgcj/11085] SimpleDateFormat fails to parse valid dates

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:36 --- Subject: Bug 11085 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 21:36:25 Modified files: libjava: Change

[Bug libgcj/14892] Issues with TimerTask/Calendar

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:36 --- Subject: Bug 14892 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 21:36:25 Modified files: libjava: Change

[Bug libgcj/2641] Calendar and GregorianCalendar have serious problems

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:37 --- Fix checked in. -- What|Removed |Added Status|NEW |RESOL

[Bug libgcj/14892] Issues with TimerTask/Calendar

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:37 --- Fix checked in. -- What|Removed |Added Status|UNCONFIRMED |RESOL

[Bug libgcj/18083] Calendar returns incorrect values for DAY_OF_YEAR and DAY_OF_WEEK after calling add().

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:38 --- Fix checked in. -- What|Removed |Added Status|NEW |RESOL

[Bug libgcj/11085] SimpleDateFormat fails to parse valid dates

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:38 --- Fix checked in. -- What|Removed |Added Status|NEW |RESOL

[Bug libgcj/9854] GregorianCalendar does not validate months correctly

2005-03-23 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-23 21:39 --- Fix checked in. -- What|Removed |Added Status|NEW |RESOL

[Bug libfortran/18025] libgfortran: format, incompatible "minimum width" edit descriptor

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:42 --- Subject: Bug 18025 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-23 21:42:11 Modified files: gcc/testsuite : ChangeLog libgfortran: C

[Bug libfortran/18025] libgfortran: format, incompatible "minimum width" edit descriptor

2005-03-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 21:46 --- Subject: Bug 18025 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 21:46:01 Modified files: gcc/testsuite : Change

[Bug c++/20607] -fstrict-aliasing causes incorrect scheduling on Sparc Solaris

2005-03-23 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added CC||ebotcazou at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/

[Bug target/20608] Bus Error - union of structures

2005-03-23 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added CC||ebotcazou at gcc dot gnu dot ||org Summary|regression

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-23 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-03-23 21:56 --- Related PRs are: PR 19404, and in particular PR 17413. The latter is the one I was thinking of. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20589

gcc and as bug

2005-03-23 Thread RAZ
I have encountered what seems to be an error of unforgiving nature when attempting to compile a device driver for the parallel port. I also attempted to compile the example given in Riku Saikkonen's HOW TO on I/O port programming using options 0-6 with the same result. The error is centered on

[Bug libfortran/18025] libgfortran: format, incompatible "minimum width" edit descriptor

2005-03-23 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-23 22:18 --- Fixed on both 4.0 and mainline. -- What|Removed |Added Status|NEW

[Bug libfortran/18025] libgfortran: format, incompatible "minimum width" edit descriptor

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

[Bug libfortran/20236] runtime error reading float

2005-03-23 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-23 22:58 --- Using testcase from comment #2, I don't get a runtime error but the program hangs out forever: Program received signal SIGINT, Interrupt. 0x0806b971 in memset () Current language: auto; currently asm (gd

[Bug target/20611] New: duplicate label for inlined function referencing TLS

2005-03-23 Thread janis at gcc dot gnu dot org
PAPI fails to build on powerpc-linux with "-O3 -fPIC" due to multiple symbols of the same name in assembler output. The minimized test case demonstrates the problem. The failure occurs on the 3.4 branch (the FSF versi

[Bug target/20611] duplicate label for inlined function referencing TLS

2005-03-23 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-03-23 23:08 --- Created an attachment (id=8438) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8438&action=view) minimized test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20611

[Bug target/20611] duplicate label for inlined function referencing TLS

2005-03-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Keywords|

[Bug rtl-optimization/20600] [4.1 regression] failure for pass.c on x86_64-pc-linux-gnu

2005-03-23 Thread belyshev at depni dot sinp dot msu dot ru
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-03-

[Bug target/20611] duplicate label for inlined function referencing TLS

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 23:44 --- .LTLS0: Confirmed, I really doubt it was fixed by the tree-ssa merge. -- What|Removed |Added

[Bug target/20611] duplicate label for inlined function referencing TLS

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 23:46 --- Though the code which generates the label is the same so it might be the tree-ssa merge after all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20611

[Bug target/20286] [3.3 only] gcc panic with __thread attribute

2005-03-23 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-24 00:09 --- That patch that fixed this in gcc-3.4 is too large to backport, particularly when considering that it depends on other stuff (such as default_encode_section_info) which is not already present in gcc-3.3. How

[Bug middle-end/20610] Real by complex multiplications perform unnecessary operations

2005-03-23 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-24 00:19 --- But, isn't 19953 about -ffast-math? Or you really want the same code *without* that switch?!? We are talking about completely different issues, IMHO. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20610

[Bug target/20611] duplicate label for inlined function referencing TLS

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-24 00:23 --- Ok, what is happening here is we are committing too early to a label name. There should be an easy way of fixing this. Note the problem shows up in .31.bbro which duplicates the BBs. This must likely

  1   2   >