[Bug tree-optimization/19333] [4.0 Regression] Compilation SEGFAULTs with -O1 -finline-functions on the x86_64 architecture.

2005-01-10 Thread rakdver at gcc dot gnu dot org
--- Additional Comments From rakdver at gcc dot gnu dot org 2005-01-10 08:51 --- http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00512.html -- What|Removed |Added Key

[Bug middle-end/18089] [4.0 regression] Valgrind errors in real.c

2005-01-10 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-01-10 09:33 --- Just another data point: Reverting the patch on current mainline makes the problem disappear. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18089

[Bug translation/19355] New: ICE: tree check at c-common.c:2332

2005-01-10 Thread micis at gmx dot de
When I compile ACE 5.4.2 with the actual snapshot I get an ICE: g++ -O2 -march=opteron -c -fPIC -o .shobj/POA.o POA.ii /home/cie019/ace542-gcc40/ACE_wrappers/TAO/tao/Valuetype/ValueBase.inl: In function 'CORBA::Boolean TAO_OBV_GIOP_Flags::is_end_tag(CORBA::ULong)': /home/cie019/ace542-gcc40/ACE_w

[Bug translation/19355] ICE: tree check at c-common.c:2332

2005-01-10 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2005-01-10 09:47 --- Created an attachment (id=7917) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7917&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19355

[Bug target/378] [AIX] gcc cannot compile huge c file

2005-01-10 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-01-10 09:53 --- Currently, the main problem with building for AIX5.1 is that TOC for cc1 and f951 are too big for the linker to handle. Extra flags must be used: -Wl,-bbigtoc and -mminimal-toc, that the configure mechani

[Bug target/19356] New: [4.0 regression] ICE with SSE intrinsics

2005-01-10 Thread reichelt at gcc dot gnu dot org
Richard, your patch http://gcc.gnu.org/ml/gcc-cvs/2005-01/msg00288.html causes the following testcase to ICE on mainline (i686-pc-linux-gnu): == typedef char v16qi __attribute__((vector_size(16))); void foo() { v16qi v=(v16qi)__builtin_ia32_

[Bug ada/18820] ACATS c953003 and c980002 fail at runtime on x86, c953002 hangs everywhere (tasking/protected

2005-01-10 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-10 10:06 --- Testing a fix. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebo

[Bug java/19277] allows array.length++ although it is final

2005-01-10 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-01-10 11:02 --- Proposed patch here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00050.html -- What|Removed |Added ---

[Bug java/5537] Error compiling simple bytecode with jsr

2005-01-10 Thread rmathew at gcc dot gnu dot org
ved signal SIGSEGV, Segmentation fault. verify_jvm_instructions (jcf=0xb75f5500, byte_ops=0x87adcb4 "ยจ", length=13) at /home/ranmath/src/gcc/gcc-20050110/gcc/java/verify.c:712 712 if (TREE_CODE (tmp) != TREE_LIST) (gdb) bt #0 verify_jvm_instructions (jcf=0xb75f5500

[Bug c/19342] [4.0 regression] ICE in common_type, at c-typeck.c:490

2005-01-10 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-01-10 11:28 --- Yes, my patch clearly triggers this (changing silent miscompilation of the code into an ICE). The problem is that common_type doesn't handle ENUMERAL_TYPEs, so probably shorten_compare should made sure it does

[Bug java/5537] Error compiling simple bytecode with jsr

2005-01-10 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-01-10 11:33 --- It's extremely unlikely that anyone will fix bugs in the old verifier. However, it is still used for the non- indirect dispatch case. I don't know if it's possible to use the new verifier for that: probably no

[Bug target/19357] New: ICE when long double argument arrives in general register

2005-01-10 Thread jbeulich at novell dot com
struct f { float f[8]; }; void ftest(struct f arg1, long double arg2) { } causes movxf.c: In function `ftest': movxf.c:5: error: insn does not satisfy its constraints: (insn 46 34 66 0 (set (reg:XF 134 f6) (reg:XF 116 r36 [ arg2 ])) 26 {*movxf_internal} (nil) (expr_list:REG_D

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-10 Thread jbeulich at novell dot com
-- What|Removed |Added Known to fail||3.3.3 3.4.3 4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19357

[Bug java/5537] Error compiling simple bytecode with jsr

2005-01-10 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-01-10 11:59 --- In that case, we should either make -findirect-dispatch the default or try to fix this bug. Users will otherwise unnecessarily be bitten by such old verifier bugs. I'm willing to try hunting this particular

[Bug fortran/19358] New: [gfortran] Segfault with missing upper bound

2005-01-10 Thread steven at gcc dot gnu dot org
This triggers an ICE in a SPEC candidate benchmark: 1 MODULE foo 2 CONTAINS 3 SUBROUTINE bar(d, i, j) 4 IMPLICIT NONE 5 INTEGER, INTENT(IN) :: i, j 6 REAL, DIMENSION(i:), INTENT(IN) :: d 7 REAL p 8 p = d(j) 9 END

[Bug target/14436] [3.3/3.4 regression] ICE building libgcc.a

2005-01-10 Thread joel at gcc dot gnu dot org
--- Additional Comments From joel at gcc dot gnu dot org 2005-01-10 12:28 --- (In reply to comment #10) > (In reply to comment #9) > > Fixed on the mainline. > > Could this fix be applied to the 3.4 branch? Are you sure it is even fixed? with gcc-4.0-20050109, the build fails with th

[Bug fortran/19359] New: [gfortran] MODULE PROCEDURE interface improperly resolved

2005-01-10 Thread steven at gcc dot gnu dot org
The following valid code from a SPEC benchmark candidate results in an error because bar_ is not resolved to bar: 1 MODULE fubar 2 IMPLICIT NONE 3 PRIVATE bar_ 4 INTERFACE bar_ 5MODULE PROCEDURE bar 6 END INTERFACE 7 CONTAINS

[Bug ada/19337] [4.0 Regression] ada does not compile

2005-01-10 Thread heitkamp at ameritech dot net
--- Additional Comments From heitkamp at ameritech dot net 2005-01-10 13:18 --- Subject: Re: [4.0 Regression] ada does not compile On Sun, 9 Jan 2005, laurent at guerby dot net wrote: > > --- Additional Comments From laurent at guerby dot net 2005-01-09 18:22 > --- > Could y

[Bug fortran/17917] gfortran ICE on "equivalence"

2005-01-10 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-10 13:40 --- This bug occurs also in a SPEC2004 candidate benchmark. -- What|Removed |Added C

[Bug tree-optimization/19360] New: ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
Happen with gcc40 snapshots 4.0.0 20050109 (experimental) and the snapshots in past months. gcc configured with --disable-nls --with-system-zlib --program-suffix=40 --disable-shared --prefix=/usr/local x86_64-portbld-freebsd6.0 ICE with -O2,-O3, or -O1 -funit-at-a-time It works well with -O0 -funi

[Bug tree-optimization/19360] ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
--- Additional Comments From kcwu at csie dot org 2005-01-10 14:03 --- Created an attachment (id=7918) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7918&action=view) source code exhibiting the ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19360

[Bug ada/19337] [4.0 Regression] ada does not compile

2005-01-10 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-01-10 14:07 --- BOOT_CFLAGS='-mtune=athlon-mp -O3 -pipe' Okay, that's the issue, I believe the default one is "-O2", I suggested retrying without BOOT_CLFAGS, you should be able to build. We're currently running the Ada testsu

[Bug c++/19355] ICE: tree check at c-common.c:2332

2005-01-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|translation |c++ Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug c++/19311] [3.4/4.0 Regression] ICE in resolve_overloaded_unification

2005-01-10 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-01-10 14:11 --- Will look at it. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ler

[Bug tree-optimization/19360] ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
--- Additional Comments From kcwu at csie dot org 2005-01-10 14:16 --- (In reply to comment #0) > ICE with -O2,-O3, or -O1 -funit-at-a-time > It works well with -O0 -funit-at-a-time or -O3 -fno-unit-at-a-time sorry, it works well with -O2 -fno-unit-at-a-time, but ICE with -O3 -fno-unit-at

[Bug preprocessor/19361] New: -MT option does not escape funny characters

2005-01-10 Thread abbott at dima dot unige dot it
The -MT option really does use precisely the specified string as the target. It would be better if spaces (and other funny characters) were escaped (using backslash) in the output. Note: for my purposes it would be enough to follow the proposal in bug #15185 that there be an option to force t

[Bug fortran/19362] New: ICE in fold_convert, at fold-const.c:1998

2005-01-10 Thread coudert at clipper dot ens dot fr
to compile with ICE on i686-linux, with gfortran version 4.0.0 20050110 (experimental). -- Summary: ICE in fold_convert, at fold-const.c:1998 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Compon

[Bug fortran/19358] [gfortran] Segfault with missing upper bound

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 14:33 --- Confirmed, here is the backtrace: #0 gfc_conv_expr_val (se=0xb8c0, expr=0x0) at /Users/pinskia/src/local/gcc/gcc/fortran/trans- expr.c:1825 #1 0x00060c48 in gfc_conv_expr_type (se=0xb8c0, expr=0x0

[Bug tree-optimization/19360] [4.0 Regression] ICE with -O1 -funit-at-a-time

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 14:35 --- Confirmed, here is the reduced testcase: int bad[100]; int level; int count; static inline int g(int *idx) { int m; int i; do { m=0; i=*idx; switch(i) { cas

[Bug c++/19355] [4.0 Regression] ICE: tree check at c-common.c:2332

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 14:44 --- Reducing right now. -- What|Removed |Added GCC build triplet|x86_64-unknown-linux-gnu|

[Bug tree-optimization/19360] [4.0 Regression] ICE with -O1 -funit-at-a-time

2005-01-10 Thread kcwu at csie dot org
--- Additional Comments From kcwu at csie dot org 2005-01-10 14:50 --- (In reply to comment #2) the complete list: ICE with: -O2 -O1 -funit-at-a-time -O3 -fno-unit-at-a-time -O1 -finline-functions works well with: -O0 -O1 -O2 -fno-unit-at-a-time -O0 -finline-functions -O3 -fno-unit-at-a

Re: [Bug preprocessor/19361] New: -MT option does not escape funny characters

2005-01-10 Thread Neil Booth
abbott at dima dot unige dot it wrote:- > The -MT option really does use precisely the specified string as the target. > It would be better if spaces (and other funny characters) were > escaped (using backslash) in the output. > > Note: for my purposes it would be enough to follow the proposa

[Bug preprocessor/19361] -MT option does not escape funny characters

2005-01-10 Thread neil at daikokuya dot co dot uk
--- Additional Comments From neil at daikokuya dot co dot uk 2005-01-10 15:01 --- Subject: Re: New: -MT option does not escape funny characters abbott at dima dot unige dot it wrote:- > The -MT option really does use precisely the specified string as the target. > It would be better

[Bug c++/19355] [4.0 Regression] ICE: tree check at c-common.c:2332

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:04 --- Confirmed, reduced testcase: typedef bool Boolean; extern Boolean is_nil (); void f(void) { unsigned int ilen; if(!((ilen > 0 ? !is_nil () : 1))) {} } Note if we remove the typedef it works. It also w

[Bug libfortran/19363] New: List directed write of Infinity and NaN has regressed

2005-01-10 Thread paulthomas2 at wanadoo dot fr
program test_list real x , y x = 0.0 y = 0.0 write(*,*,iostat=ier) x /y x = 1.0 write(*,*,iostat=ier) x /y end program test_list correctly gave with gfortran 20041010 $ ./a NaN +Infinity but now gives, for either NaN or Infinity, with gfortran 20050108 $ ./a At lin

[Bug fortran/19359] [gfortran] MODULE PROCEDURE interface improperly resolved

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:09 --- Confirmed but I think this is a dup of bug 18108 though. -- What|Removed |Added OtherBugsDepe

[Bug libfortran/19363] List directed write of Infinity and NaN has regressed

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:11 --- This works for me on powerpc-darwin with a compiler built yesterday. What target is this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19363

[Bug bootstrap/19364] New: embedded sparc does not bootstrap

2005-01-10 Thread joel at gcc dot gnu dot org
The embedded SPARC targets have developed a dependency on a Solaris specific file. This is a regression from the 3.3 and 3.4 series. gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fno-common -DHAVE_CONFIG_H

[Bug fortran/19362] ICE in fold_convert, at fold-const.c:1998

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:16 --- Confirmed, might be related to PR 18157. -- What|Removed |Added Status|UNCONFIRM

[Bug bootstrap/19364] [4.0 Regression] embedded sparc does not bootstrap

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:20 --- Confirmed, caused by: 2004-07-25 Daniel Jacobowitz <[EMAIL PROTECTED]> * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*) (sparc-*-solaris2*): Include sol2.o and sol2-prot

[Bug target/19356] [4.0 regression] ICE with SSE intrinsics

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

[Bug other/18720] collect2 uses wrong search order if -brtl specified

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 15:25 --- Subject: Bug 18720 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-01-10 15:25:25 Modified files: gcc: Change

[Bug other/18720] collect2 uses wrong search order if -brtl specified

2005-01-10 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-10 15:27 --- Patch applied to mainline and GCC 3.4 branch. -- What|Removed |Added Status|ASSIGNED

[Bug target/19357] ICE when long double argument arrives in general register

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

[Bug bootstrap/19364] [4.0 Regression] embedded sparc does not bootstrap

2005-01-10 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-10 15:31 --- > The embedded SPARC targets have developed a dependency on a Solaris specific > file. This is a regression from the 3.3 and 3.4 series. The embedded SPARC targets are too lazy. ;-) -- What

[Bug target/18742] small struct not passed correctly as vararg

2005-01-10 Thread chli002 at rz dot uni-saarland dot de
--- Additional Comments From chli002 at rz dot uni-saarland dot de 2005-01-10 15:32 --- I have found similar cases; it appears that the crucial part is a {short;char} struct or union which is passed as a var arg. Here is a similar program, somewhat smaller and with easier to understan

[Bug libfortran/19363] List directed write of Infinity and NaN has regressed

2005-01-10 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-01-10 15:32 --- (In reply to comment #1) > This works for me on powerpc-darwin with a compiler built yesterday. > What target is this? Bother! Sorry, It's on Cygwin/Athlon -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug c++/19349] Valgrind errors compiling libjava c++ sources

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:35 --- I think this is a regression. -- What|Removed |Added Target Milestone|---

[Bug c++/19349] [4.0 Regression] Valgrind errors compiling libjava c++ sources

2005-01-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|Valgrind errors compiling |[4.0 Regression] Valgrind |libjava c++ sources |errors compiling libjava c++

[Bug ada/19337] [4.0 Regression] ada does not compile at -O3

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:36 --- So marking as invalid to mark as -- What|Removed |Added Status|WAITING

[Bug ada/19337] [4.0 Regression] ada does not compile at -O3

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:36 --- Unconfirmed. -- What|Removed |Added Status|RESOLVED|UNCONFIR

[Bug preprocessor/19361] -MT option does not escape funny characters

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:41 --- Invalid as explained to use -MQ. -- What|Removed |Added Status|UNCONFIRMED

[Bug fortran/19365] New: Internal compiler error in gfortran

2005-01-10 Thread pawsa-gpa at theochem dot kth dot se
$ gfortran -march=pentium4 -mfpmath=sse -msse2 -O -ftree-vectorize -c a.f :0: internal compiler error: Segmentation fault a.f will be attached -- Summary: Internal compiler error in gfortran Product: gcc Version: 4.0.0 Status: UNCONFIRMED S

[Bug fortran/19365] Internal compiler error in gfortran

2005-01-10 Thread pawsa-gpa at theochem dot kth dot se
--- Additional Comments From pawsa-gpa at theochem dot kth dot se 2005-01-10 15:43 --- Created an attachment (id=7919) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7919&action=view) a.f The file that triggers the segmentation fault. The compiler is as distributed in gcc4-gfortran

[Bug target/14436] [3.3/3.4 regression] ICE building libgcc.a

2005-01-10 Thread corsepiu at gcc dot gnu dot org
--- Additional Comments From corsepiu at gcc dot gnu dot org 2005-01-10 15:45 --- (In reply to comment #11) > Are you sure it is even fixed? with gcc-4.0-20050109, the build fails with > this > message at what appears to be the same location in the compilation. > > ../../gcc-4.0.200

[Bug preprocessor/19361] -MT option does not escape funny characters

2005-01-10 Thread abbott at bigatti dot dima dot unige dot it
--- Additional Comments From abbott at bigatti dot dima dot unige dot it 2005-01-10 15:40 --- Subject: Re: -MT option does not escape funny characters > What's wrong with -MQ? Thank you. I'm at a loss for words: I must be suffering from selective blindness John. PS now I wonder w

[Bug target/18742] small struct not passed correctly as vararg

2005-01-10 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-10 15:47 --- The testcases work correctly on AIX and powerpc64-linux, so this likely is due to Darwin not implementing consistent aggregate padding rules in GCC for backward compatibility. -- http://gcc.gnu.org/bugzilla/

[Bug fortran/19365] Internal compiler error in gfortran

2005-01-10 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-10 15:52 --- This is a problem with # lines. Reduced testcase: $ cat headerlines.f # 557 "eri2odb.F" 2 # 1 "../include/maxorb.h" 1 end $ gfortran headerlines.f :0: internal compiler error: Segmentation fault

[Bug fortran/19365] Internal compiler error in gfortran

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:47 --- Confirmed with a couple days old compiler with the following back-trace: #0 0x000401c8 in load_file (filename=0x423022b0 "t3.f", initial=1 '\001') at /Users/pinskia/src/ local/gcc/gcc/fortran/scanner.c:918

[Bug libfortran/19280] Inconsistent licensing of libgfortran

2005-01-10 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-10 16:10 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00527.html -- What|Removed |Added

[Bug c++/19366] New: [4.0 Regression] Excessive duplicate error messages trying to treat '>>' as '> >'

2005-01-10 Thread lerdsuwa at gcc dot gnu dot org
Compiling the testcase g++.dg/template/error10.C produces too many duplicate error messages about missing '>'. The error location contains invalid token '>>' that should be replaced with '> >'. error10.C:12: error: '>>' should be '> >' within a nested template argument list error10.C:13: error: sp

[Bug c++/19366] [4.0 Regression] Excessive duplicate error messages trying to treat '>>' as '> >'

2005-01-10 Thread lerdsuwa at gcc dot gnu dot org
-- What|Removed |Added Known to fail||4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19366

[Bug bootstrap/19364] [4.0 Regression] embedded sparc does not bootstrap

2005-01-10 Thread joel at gcc dot gnu dot org
--- Additional Comments From joel at gcc dot gnu dot org 2005-01-10 16:29 --- (In reply to comment #2) > > The embedded SPARC targets have developed a dependency on a Solaris specific > > file. This is a regression from the 3.3 and 3.4 series. > > The embedded SPARC targets are too laz

[Bug debug/19124] [4.0 regression] gcc generates incorrect dwarf2 debug info

2005-01-10 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-01-10 16:45 --- Subject: Re: [4.0 regression] gcc generates incorrect dwarf2 debug info On Mon, 2005-01-10 at 16:39 +, hjl at lucon dot org wrote: > There are still: > > 29df 2cbe 2ccc (DW_O

[Bug bootstrap/19364] [4.0 Regression] embedded sparc does not bootstrap

2005-01-10 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-10 16:54 --- > Any guesses/suggestions on what might fix it. :) For the specific bug, I guess Daniel is the right guy to ask. For the general problem, I think someone who is really interested in sparc-elf or sparc-rt

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-01-10 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-01-10 17:04 --- This patch appears to fix the problem: testing and getting approvals --- gimplify.c 1 Jan 2005 01:43:08 - 2.101 +++ gimplify.c 10 Jan 2005 17:03:54 - @@ -2949,6 +2949,15 @@ gimplify_modify_expr (tre

[Bug c++/19366] [4.0 Regression] Excessive duplicate error messages trying to treat '>>' as '> >'

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 17:14 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug java/19277] allows array.length++ although it is final

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 18:01 --- Subject: Bug 19277 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-10 18:01:05 Modified files: gcc/java : ChangeLog check-init.c Log message:

[Bug java/19277] allows array.length++ although it is final

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 18:07 --- Subject: Bug 19277 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-10 18:07:22 Modified files: libjava: ChangeLog Added files: libja

[Bug libgcj/18014] java.util.Locale changes variant to upper case

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 18:27 --- Subject: Bug 18014 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-10 18:27:00 Modified files: libjava: ChangeLog libjava/java/util:

[Bug debug/19124] [4.0 regression] gcc generates incorrect dwarf2 debug info

2005-01-10 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-01-10 18:32 --- The patch is correct, the code printing "without DW_AT_frame_base" is wrong. Note that while the immediate container of the variable, the DW_TAG_inlined_subroutine, does not have a frame_base attribute, *it

[Bug c++/19281] file format not recognized; treating as linker script

2005-01-10 Thread jeff at connectrf dot com
--- Additional Comments From jeff at connectrf dot com 2005-01-10 18:45 --- Andrew, A view from the ld folks. They believe that the ld is failing due to the -fpreprocessed switch not producing the .o file.. --- Additional Comments From nickc at redhat dot com 2005-01-10 17:57 --

[Bug c++/19355] [4.0 Regression] ICE: tree check at c-common.c:2332

2005-01-10 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2005-01-10 18:47 --- Mine. I'm a dumb-ass. Obvious patch being bootstrapped and regression tested. -- What|Removed |Added ---

[Bug debug/19124] [4.0 regression] gcc generates incorrect dwarf2 debug info

2005-01-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-01-10 18:55 --- "[without DW_AT_frame_base]" is very much informational and it may not be correct. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19124

[Bug c++/11224] [3.3/3.4 regression] warning "value computed is not used" no longer emitted

2005-01-10 Thread jgrimm2 at us dot ibm dot com
--- Additional Comments From jgrimm2 at us dot ibm dot com 2005-01-10 19:01 --- FWIW, the xfail on Wunused-9.C : ... +f(); // { dg-warning "not used" "" { xfail *-*-* } } ... is no longer failing, per: http://gcc.gnu.org/ml/gcc-testresults/2004-12/msg01344.html http://gcc.gnu.org/

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |driver http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19281

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 19:09 --- Invalid, -M -o t, ouputs the depenciences in t. So again this is not a bug in the compiler but in the makefile. -- What|Removed |Added

[Bug java/19277] allows array.length++ although it is final

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 19:10 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/19344] Java verification error: types could not be merged

2005-01-10 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-01-10 19:16 --- Thanks for the test case. A workaround for this, using GCC HEAD, is to use the --indirect-dispatch compile option. This will use the "new verifier" code which does not have this bug. -- What|Re

[Bug target/18742] small struct not passed correctly as vararg

2005-01-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18742

[Bug libgcj/18868] Interface containing anonymous class breaks gij

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 19:21 --- Subject: Bug 18868 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-10 19:21:46 Modified files: libjava: ChangeLog link.cc libjava/in

[Bug libgcj/18868] Interface containing anonymous class breaks gij

2005-01-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-01-10 19:23 --- I've checked in a fix for this. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/18868] Interface containing anonymous class breaks gij

2005-01-10 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=18868

[Bug libgcj/15560] SimpleTimeZone doesn't handle on-or-before/after at ends of month

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 19:35 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libgcj/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2005-01-10 Thread pinskia at gcc dot gnu dot org
-- Bug 16990 depends on bug 15560, which changed state. Bug 15560 Summary: SimpleTimeZone doesn't handle on-or-before/after at ends of month http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15560 What|Old Value |New Value ---

[Bug libgcj/18014] java.util.Locale changes variant to upper case

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 19:35 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libgcj/18405] implement java.lang.Package#isCompatibleWith(String)

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 19:39 --- Subject: Bug 18405 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-10 19:39:26 Modified files: libjava: ChangeLog defineclass.cc prims.cc

[Bug libgcj/17738] Binary Compatibility: _Jv_FindClassInCache

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 19:39 --- Subject: Bug 17738 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-10 19:39:26 Modified files: libjava: ChangeLog defineclass.cc prims.cc

[Bug libgcj/12016] set Package for compiled classes

2005-01-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-01-10 19:39 --- I've checked in the fix -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/12016] set Package for compiled classes

2005-01-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 19:39 --- Subject: Bug 12016 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-10 19:39:26 Modified files: libjava: ChangeLog defineclass.cc prims.cc

[Bug libgcj/18405] implement java.lang.Package#isCompatibleWith(String)

2005-01-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-01-10 19:40 --- I've checked in the fix -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/17738] Binary Compatibility: _Jv_FindClassInCache

2005-01-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-01-10 19:40 --- I've checked in the fix -- What|Removed |Added Status|ASSIGNED

[Bug java/12725] [meta-bug] gcj does not conform to Binary Compatibility specification

2005-01-10 Thread tromey at gcc dot gnu dot org
-- Bug 12725 depends on bug 17738, which changed state. Bug 17738 Summary: Binary Compatibility: _Jv_FindClassInCache http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17738 What|Old Value |New Value ---

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-01-10 19:43 --- Ok, I was wrong. :-) The bug described herein is unrelated to the const encoding issue. What is more, I'm dumbfounded as to how the anomaly comes to be. Stepping through objc_start_function() and friends, on

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|zlaski at apple dot com |pinskia at gcc dot gnu dot ||org Severity|critical

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|pinskia at gcc dot gnu dot |unassigned at gcc dot gnu |org |dot org Status|ASSIGNED

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 19:58 --- (In reply to comment #3) And this is why I wrote comment #1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19321

[Bug tree-optimization/19038] [4.0 Regression] out-of ssa causing loops to have more than one BB

2005-01-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Priority|P1 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19038

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-01-10 20:23 --- Alas, comment #1 is a non-starter for ObjC++ reasons, plus it is factually wrong (since we _do_ preserve the volatile on the function argument, which is why this is mysterious). -- http://gcc.gnu.org/bugzill

[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 20:30 --- (In reply to comment #6) Well consider the following code (which is basically PR 14050 which is suspended as we don't know if it is valid code or not): @interface Foo -(void) quux: (int [__restrict])a; @en

  1   2   >