[Bug c++/18370] New: cp_parser_initializer_list uninit variable problems

2004-11-08 Thread dcb314 at hotmail dot com
I just tried to compile this code on a i686 Linux box with valgrind 2.2 int p1[ 10 ] = { 0, 0, 0, 0, 2, 0, 2, 0, 2, 3, }; The compiler said [EMAIL PROTECTED] src]$ ~/valgrind/results.220/bin/valgrind --tool=memcheck --trace-children=yes -q ~/gnu/gcc343/results/bin/g++ -Wno-deprecated -c

[Bug bootstrap/18371] New: array subscript out of range

2004-11-08 Thread dcb314 at hotmail dot com
Hello there, I just tried to compile gcc 343 with the Intel C 8.1 compiler. The Intel compiler said ../../src/gcc-3.4.3/gcc/config/i386/i386.c(10626): warning #175: subscript out of range ../../src/gcc-3.4.3/gcc/config/i386/i386.c(10629): warning #175: subscript out of range The source code is

Re: libstdc++/8610: std::streamoff type is 32-bit in GCC 3.2 whereas it was 64-bit in GCC 2.96

2004-11-08 Thread Jason Elbaum
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8610 Regarding PR 8610: I've recently built gcc-3.2.1 in large file mode under Solaris 7. To do so, I made the following changes. Since I'm not familiar with the internals of libstdc++ or g++, I don't know whether this

[Bug ada/18302] ACATS test c94002f hangs on Solaris 10/x86

2004-11-08 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-08 09:08 --- > Same problem on i586-redhat-linux-gnu with c953002. And amd64-mandrake-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18302

[Bug fortran/18372] New: internal compiler error: in gfc_conv_descriptor_dtype, at fortran/trans-array.c:216

2004-11-08 Thread sgg at ipp dot mpg dot de
I will report TWO bugs #gcc -v Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java

[Bug c++/18369] [4.0 regression] Segfault on braced new

2004-11-08 Thread reichelt at gcc dot gnu dot org
-- What|Removed |Added CC||reichelt at gcc dot gnu dot ||org Status|UNCONFIRMED

[Bug c++/18369] [4.0 regression] Segfault on braced new

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 12:33 --- : Search converges between 2004-06-22-trunk (#470) and 2004-06-24-trunk (#471). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18369

[Bug c++/18370] cp_parser_initializer_list uninit variable problems

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 12:37 --- Hmm, we always set it: static tree cp_parser_initializer_list (cp_parser* parser, bool* non_constant_p) { tree initializers = NULL_TREE; /* Assume all of the expressions are constant. */ *non_cons

[Bug target/18371] array subscript out of range

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 12:40 --- Confirmed, if I have time I will apply the obvious patch to fix this. -- What|Removed |Added

[Bug fortran/18372] internal compiler error: in gfc_conv_descriptor_dtype, at fortran/trans-array.c:216

2004-11-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Version|3.0.3 |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18372

[Bug fortran/18372] internal compiler error: in gfc_conv_descriptor_dtype, at fortran/trans-array.c:216

2004-11-08 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-08 13:18 --- The first problem can be reduced to subroutine FOO(P) character, pointer :: P(:) allocate (P(1)) end subroutine wh

[Bug fortran/18372] internal compiler error: in gfc_conv_descriptor_dtype, at fortran/trans-array.c:216

2004-11-08 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-08 13:30 --- The second bug is a duplicate of PR 17584. Please open seperate bug reports for each bug next time. This makes it easier to keep track of the bugs. *** This bug has been marked as a duplicate of 17584 **

[Bug fortran/17584] gfortran: ICE with segfault on valid code w/ allocate within derived type

2004-11-08 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-08 13:30 --- *** Bug 18372 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/18369] [4.0 regression] Segfault on braced new

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 13:46 --- Almost certained it is caused by: 2004-06-21 Mark Mitchell <[EMAIL PROTECTED]> * cp-tree.def (NEW_EXPR): Add a fourth slot. * cp-tree.h (PARMLIST_ELLIPSIS_P): Remove. (TREE_PARMLIS

[Bug tree-optimization/18318] [4.0 Regression] ICE: error: Multiple inline callers

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 13:49 --- Almost certain it was caused by: 2004-06-30 Richard Henderson <[EMAIL PROTECTED]> * init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and TYPE_SIZE_UNIT of full_type. -- Wh

[Bug tree-optimization/18373] New: VRP Value Range Propagation

2004-11-08 Thread nathan at gcc dot gnu dot org
This is a catch-all report documenting that we need a proper VRP pass. Specific PRs can be made dependent on this one, so they can be revisited once VRP goes in. -- Summary: VRP Value Range Propagation Product: gcc Version: 4.0.0 Status: UNCONFIRMED

[Bug middle-end/18299] [4.0 Regression] ICE in gimple-lower

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 13:53 --- : Search converges between 2003-07-29-trunk (#308) and 2003-07-30-trunk (#309). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18299

[Bug tree-optimization/18373] [meta-bug] VRP Value Range Propagation

2004-11-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement Status|UNCONFIRMED |NEW Ever Confirmed|

[Bug tree-optimization/18374] New: Argument and return value marshalling at tree level

2004-11-08 Thread nathan at gcc dot gnu dot org
This is a catch-all report to mention that we should really be doing ABI mandated argument and return value marshalling at the tree level. These operations can involve sign/zero extension (at the very least) and should be exposed to the tree optimizers. -- Summary: Argument and return

[Bug tree-optimization/18374] Argument and return value marshalling at tree level

2004-11-08 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||16797 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18374

[Bug tree-optimization/18374] Argument and return value marshalling at tree level

2004-11-08 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||16802 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18374

[Bug tree-optimization/18374] [meta-bug] Argument and return value marshalling at tree level

2004-11-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement Keywords||meta-bug, missed- |

[Bug tree-optimization/16797] Opportunity to remove unnecessary load instructions

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 14:07 --- What really should happening is that we do a combine after we copy the BB for returning (this will help more than just this case). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16797

[Bug ada/18302] ACATS test c94002f hangs on Solaris 10/x86

2004-11-08 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2004-11-08 14:07 --- Subject: Re: ACATS test c94002f hangs on Solaris 10/x86 Rerunning the bootstrap on 20041105 with s10_70 (i.e. the first build supporting AMD64, but still running in 32-bit mode for the moment), the

[Bug middle-end/16802] PowerPC - Unnecessary extsw

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 14:09 --- This is a bug in expand, there is no reason why the ABI issue be fixed up in expand where we know about the ABI. -- What|Removed |Added

[Bug rtl-optimization/18224] [4.0 Regression] Bootstrap failure on Solaris 10/SPARC: ICE in reload_cse_simplify_operands, at postreload.c:391

2004-11-08 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2004-11-08 14:14 --- Subject: Re: [4.0 Regression] Bootstrap failure on Solaris 10/SPARC: ICE in reload_cse_simplify_operands, at postreload.c:391 ebotcazou at gcc dot gnu dot org writes: > Rainer, any news on this?

[Bug tree-optimization/16797] Opportunity to remove unnecessary load instructions

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 14:15 --- Here is a PPC32 example: short b,d; short logic_func1() { if (d< b) return b; else return d; } We get: lis r2,ha16(_b) lis r9,ha16(_d) lha r0,lo16(_b)(r2) lha r2,lo16(_d)(

[Bug fortran/18375] New: ICE when compiling spec benchmark fma3d

2004-11-08 Thread lei at il dot ibm dot com
% gfortran --version GNU Fortran 95 (GCC 4.0.0 20041031 (experimental)) [later versions fail too] % gfortran -c fma1.f90 *** malloc[29746]: Deallocation of a pointer not malloced: 0x42532c00; This could be a double free(), or free() called with the middle of an all ocated block; Try setting envi

[Bug fortran/18375] ICE when compiling spec benchmark fma3d

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 14:21 --- I see the same problem with the testcase: gfortran.dg/der_array_1.f90. *** malloc[11328]: Deallocation of a pointer not malloced: 0x421088c0; This could be a double free(), or free() called with the middl

[Bug rtl-optimization/18224] [4.0 Regression] Bootstrap failure on Solaris 10/SPARC: ICE in reload_cse_simplify_operands, at postreload.c:391

2004-11-08 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-08 14:34 --- > I've used the following patch to successfully bootstrap on > sparc-sun-solaris2.10 with Sun Studio 8 cc: > > Fri Oct 29 19:44:19 2004 Rainer Orth <[EMAIL PROTECTED]> > > PR rtl-optimization/182

[Bug rtl-optimization/18224] [4.0 Regression] Bootstrap failure on Solaris 10/SPARC: ICE in reload_cse_simplify_operands, at postreload.c:391

2004-11-08 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2004-11-08 14:39 --- Subject: Re: [4.0 Regression] Bootstrap failure on Solaris 10/SPARC: ICE in reload_cse_simplify_operands, at postreload.c:391 ebotcazou at gcc dot gnu dot org writes: > Great! But it's the wrong

[Bug middle-end/18299] [4.0 Regression] ICE in gimple-lower

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 14:48 --- (stupid thing was failing for a while before 3.4): : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455). And we have been failing on the tree-ssa for a long time (since at least 2

[Bug fortran/18218] Miscompare in sixtrack benchmark caused by loss of precision

2004-11-08 Thread lei at il dot ibm dot com
--- Additional Comments From lei at il dot ibm dot com 2004-11-08 14:52 --- (In reply to comment #0) > I could reproduce this problem only on power4 hardware, > running SUSE linux. Reproduced on powerpc-apple-darwin, with mainline snapshot 2004-10-31. -- http://gcc.gnu.org/bugzilla/

[Bug fortran/18218] Miscompare in sixtrack benchmark caused by loss of precision

2004-11-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 GCC build triplet|powerpc64-unknown-linux-gnu | GCC

[Bug java/18376] New: java.io.BufferedWriter outputing extraneous characters?

2004-11-08 Thread wayne dot gray at coynetextileservices dot com
Version: gcj 3.4.0 20040316 on Windows 2000 (mingw) The below copy file function works in Sun's 1.4.1_01 JVM but with GCJ the output has tons of whitespace added. I have a complete test set up but am unsure how to attach files to this report. If you need more info then please give me instructio

[Bug libgcj/18376] java.io.BufferedWriter outputing extraneous characters?

2004-11-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|java|libgcj Summary| java.io.BufferedWriter |java.io.BufferedWriter |outputing ex

[Bug libgcj/18376] java.io.BufferedWriter outputing extraneous characters?

2004-11-08 Thread wayne dot gray at coynetextileservices dot com
--- Additional Comments From wayne dot gray at coynetextileservices dot com 2004-11-08 15:02 --- Created an attachment (id=7492) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7492&action=view) Java class, build script, and example output in demo directory This is a demo of the fun

[Bug middle-end/18191] [4.0 Regression] Struct member is not getting default-initialized

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 15:06 --- Note expand used to do this for us: /* If the constructor has fewer fields than the structure or if we are initializing the structure to mostly zeros, clear the whole structure

[Bug tree-optimization/18250] [4.0 regression] ICE in var_ann, at tree-flow-inline.h:34

2004-11-08 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2004-11-08 15:50 --- Invalid, a bad local change caused this. -- What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/16194] [3.4/4.0 Regression] In case of H8/300 target, internal compiler error (ICE): asm clobber conflict with output operand

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 16:01 --- I think this is invalid code though. An example for PPC: void bug(char* dst) { register char* _dst __asm ("r6"); __asm__ ("%0":"=g"(*_dst): :"r4","r5","r6"); } Note you saying that you clob

[Bug bootstrap/18058] [4.0 Regression] Sun CC cannot bootstrap GCC (static inline)

2004-11-08 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2004-11-08 16:02 --- Subject: Re: [4.0 Regression] Sun CC cannot bootstrap GCC (static inline) The following patch allowed me to successfully bootstrap on sparc-sun-solaris2.10 with Sun Studio 8 cc. I'm not completely

[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598

2004-11-08 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2004-11-08 16:18 --- Subject: Re: internal compiler error: in size_binop, at fold-const.c:1598 Problems exists still with GCC 3.4.3. for 1) like with GCJ 3.4.2 for 2) very similar /var/tmp//ccl50gLh.s:117:FATAL:Symbol __ZN3com

[Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error

2004-11-08 Thread bojan at antonovic dot com
--- Additional Comments From bojan at antonovic dot com 2004-11-08 16:29 --- Subject: Re: nativ compilation with multiple jars fails / gives internal compiler error Problems exists still with GCJ 3.4.3. Bojan -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18212

[Bug java/18377] New: BC: Source compiler doesn't generate type assertions

2004-11-08 Thread mckinlay at redhat dot com
GCJ now generate type assertions when compiling from bytecode, but not when compiling from source code. The source front-end needs to be updated to call add_type_assertion() when implicit type conversions occur. -- Summary: BC: Source compiler doesn't generate type assertions

[Bug java/18377] BC: Source compiler doesn't generate type assertions

2004-11-08 Thread mckinlay at redhat dot com
-- What|Removed |Added OtherBugsDependingO||12725 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18377

[Bug java/18377] BC: Source compiler doesn't generate type assertions

2004-11-08 Thread mckinlay at redhat dot com
-- What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18377

[Bug c++/18378] New: ICE when returning a copy of a packed member

2004-11-08 Thread jdboyer at mediatrix dot com
Defining a class method which returns a copy of one of its members, and this member is declared "packed", and this member is from another class type, causes an internal compiler error when this method is called. The bug was verified on both gcc 3.4.2 and 3.4.3, on i686-linux and powerpc- linux.

[Bug rtl-optimization/18224] [4.0 Regression] Bootstrap failure on Solaris 10/SPARC: ICE in reload_cse_simplify_operands, at postreload.c:391

2004-11-08 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-08 17:30 --- Not reproducible anymore. -- What|Removed |Added Status|WAITING

[Bug fortran/18379] New: gfortran : array assignation gives internal compiler error

2004-11-08 Thread mimo2 at free dot fr
while the code PROGRAM TEST IMPLICIT NONE INTEGER :: I(3) REAL(8) :: XTEST(5) I = (/ 1, 3, 5 /) XTEST(I) = 5. WRITE(*,*) XTEST END works, the slightly modified one PROGRAM TEST IMPLICIT NONE REAL(8) :: XTEST(5) XTEST((/ 1, 3,

[Bug c++/18370] cp_parser_initializer_list uninit variable problems

2004-11-08 Thread dcb314 at hotmail dot com
--- Additional Comments From dcb314 at hotmail dot com 2004-11-08 17:41 --- >Must be a different variable/line which you quoted that is giving the problem. You might be correct, but valgrind always reports accurate line numbers. The bug still seems to be file parser.c, line 11646. Mig

[Bug libstdc++/18185] [3.4 only] Unhandled exceptions leak

2004-11-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-08 17:41 --- Subject: Bug 18185 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-11-08 17:41:20 Modified files: libstdc++-v3 : Change

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

2004-11-08 Thread hjl at lucon dot org
_Unwind_FindTableEntry was exported by accident. -- Summary: _Unwind_FindTableEntry shouldn't be exported from libunwind.so.7 Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P2

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

2004-11-08 Thread hjl at lucon dot org
-- What|Removed |Added Summary|_Unwind_FindTableEntry |[3.4 regression]: |shouldn't be exported from |_Unwind_FindTableEntry |li

[Bug libstdc++/17922] [3.3/3.4 regression] Spurious warnings about std::ios_base::seekdir

2004-11-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-08 18:02 --- Subject: Bug 17922 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-11-08 18:02:04 Modified files: libstdc++-v3 : Change

[Bug java/16843] gcjh generated headers don't define final constants

2004-11-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-08 18:03 --- Subject: Bug 16843 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-08 18:03:02 Modified files: gcc/java : ChangeLog gjavah.c Log message:

[Bug c++/18378] [3.4/4.0 Regression] ICE when returning a copy of a packed member

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:04 --- : Search converges between 2003-10-14-trunk (#376) and 2003-10-15-trunk (#377). -- What|Removed |Added ---

[Bug libstdc++/18185] [3.4 only] Unhandled exceptions leak

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:04 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/17922] [3.3/3.4 regression] Spurious warnings about std::ios_base::seekdir

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:05 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug java/18377] BC: Source compiler doesn't generate type assertions

2004-11-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2004-11-

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

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:09 --- http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00614.html -- What|Removed |Added S

[Bug fortran/18379] gfortran : array assignation gives internal compiler error

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:11 --- *** This bug has been marked as a duplicate of 12366 *** -- What|Removed |Added

[Bug fortran/12366] array assignment fails

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:11 --- *** Bug 18379 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/18378] [3.4/4.0 Regression] ICE when returning a copy of a packed member

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:14 --- Related to PR 13744. -- What|Removed |Added BugsThisDependsOn||

[Bug c++/18370] [3.4/4.0 Regression] cp_parser_initializer_list uninit variable problems

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:23 --- Confirmed, I was looking at the wrong variable. -- What|Removed |Added Status|UN

[Bug rtl-optimization/16194] [3.3/3.4/4.0 Regression] In case of H8/300 target, internal compiler error (ICE): asm clobber conflict with output operand

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:26 --- And here is the x86 example: void bug(char* dst) { register char* _dst __asm ("eax"); __asm__ ("%0":"=g"(*_dst): :"eax"); } : Search converges between 2002-09-22-trunk (#90) and 2002-09-29-t

[Bug libgcj/18376] java.io.BufferedWriter outputing extraneous characters?

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:34 --- Confirmed on the mainline, I don't know what is going on but we are writting out zeros. -- What|Removed |Added --

[Bug c++/18318] [4.0 Regression] ICE: error: Multiple inline callers

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:39 --- This is C++ front-end. Without a template we get a SAVE_EXPR: D.1586 = (struct B[SAVE_EXPR - 1] *) D.1591; But with we don't. -- What|Removed |Added -

strange error

2004-11-08 Thread MM
When I try to compile this code (witch has one ')' missing) I get a strange error... Is it a bug? I use gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) 29: for(i=1; i cbarre.c: In function `argomenti': cbarre.c:29: warning: too many arguments for format cbarre.c:30: parse error before "if" cbarre.c

[Bug middle-end/18299] [4.0 Regression] ICE in gimple-lower

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 19:19 --- Created an attachment (id=7493) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7493&action=view) patch which I am testing This patch fixes the bug in the tree-inliner but I want to make sure that we on

[Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS

2004-11-08 Thread James dot W dot Mckelvey at jpl dot nasa dot gov
$ uname -a CYGWIN_NT-5.1 jmckelvey-xp 1.5.11(0.116/4/2) 2004-09-04 23:17 i686 unknown unkno wn Cygwin $ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefi x=/usr --sysconfdir=/etc --libdir=/usr/lib

[Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS

2004-11-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||geoffk at gcc dot gnu dot ||org Keywords|

[Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS

2004-11-08 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2004-11-08 19:26 --- Everyone else who has had this problem has not properly checked out their CVS tree. -- What|Removed |Added ---

[Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 19:28 --- No it is not cygwin is marked as not to build fixincludes at all: *-*-cygwin*) target_configdirs="$target_configdirs target-libtermcap target-winsup" noconfigdirs="$noconfigdirs target-gperf target

[Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS

2004-11-08 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2004-11-08 19:31 --- Try removing 'build-fixincludes' from that line, tell me if it works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18381

[Bug middle-end/18299] [4.0 Regression] ICE in gimple-lower

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 19:47 --- Patch here: . -- What|Removed |Added

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2004-11-08 Thread Hans dot Boehm at hp dot com
--- Additional Comments From Hans dot Boehm at hp dot com 2004-11-08 19:55 --- I think this could be explained by the same problem. This time the collector is in the Java-specific finalization pass which marks objects reachable from objects that are about to be finalized, so that the fi

[Bug middle-end/18299] [4.0 Regression] ICE in gimple-lower

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 20:11 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/18299] [4.0 Regression] ICE in gimple-lower

2004-11-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 20:11 --- Fixed. --- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-08 20:11 --- Subject: Bug 18299 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2004-11-08 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-08 20:27 --- Unforunately many variables seem not to be available: GNU gdb 6.1 (gdb) p descr Variable "descr" is not available. (gdb) p current_p $1 = (word *) 0x9acf618 (gdb) p type_descr No symbol "type_descr"

[Bug target/6123] __pic__/__PIC__ not defined when -fpic/-fPIC is specified

2004-11-08 Thread zack at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||18382 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6123

[Bug c/18382] New: define __pic__ and/or __PIC__ in c-cppbuiltins.c instead of scattershot in target config

2004-11-08 Thread zack at gcc dot gnu dot org
The __pic__ and __PIC__ macros are currently defined scattershot in target configuration files, some using specs %{pic:-D...} notation and some using builtin_define() from TARGET_*_CPP_BUILTINS. It would be better to define them in a consistent fashion (__pic__ only if -fpic, both if -fPIC) in c-c

[Bug c/18382] define __pic__ and/or __PIC__ in c-cppbuiltins.c instead of scattershot in target config

2004-11-08 Thread zack at gcc dot gnu dot org
--- Additional Comments From zack at gcc dot gnu dot org 2004-11-08 20:36 --- accept, set milestone. Just to be clear, I'm not doing this until 4.1 because global changes to target configury would be too destabilizing right now. We can live with scattershot for one more release. --

[Bug target/6123] __pic__/__PIC__ not defined when -fpic/-fPIC is specified

2004-11-08 Thread zack at gcc dot gnu dot org
--- Additional Comments From zack at gcc dot gnu dot org 2004-11-08 20:37 --- I've filed bug 18382 for the general solution to this problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6123

[Bug target/6123] __pic__/__PIC__ not defined when -fpic/-fPIC is specified

2004-11-08 Thread kghazi at verizon dot net
--- Additional Comments From kghazi at verizon dot net 2004-11-08 20:45 --- Subject: Re: __pic__/__PIC__ not defined when -fpic/-fPIC is specified I submitted a patch to fix this back in April: http://gcc.gnu.org/ml/gcc-patches/2004-04.argh/msg00168.html -- http://gcc.gnu.org/bu

[Bug libstdc++/17664] [3.4 only] Crash in std::map when using _GLIBCXX_DEBUG with multithreading

2004-11-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-08 20:47 --- Subject: Bug 17664 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-08 20:47:25 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/src:

[Bug libstdc++/17664] [3.4 only] Crash in std::map when using _GLIBCXX_DEBUG with multithreading

2004-11-08 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2004-11-08 20:50 --- Fixed mainline, 3.4.branch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17664

[Bug libstdc++/17664] [3.4 only] Crash in std::map when using _GLIBCXX_DEBUG with multithreading

2004-11-08 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2004-11-08 20:50 --- Fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/18383] New: [4.0 Regression] Cannot use assert in a dynamic library

2004-11-08 Thread pinskia at gcc dot gnu dot org
% cat t.c #include int f1(int a) { assert(a); return a; } % cat t.cc #include extern "C" int f(int); int f(int a) { assert(a); return a; } % cat main.cc extern"C" int f(int); extern"C" int f1(int); int main(void) { f(0); f1(0); } % g++ -dynamiclib t.cc -o libt1.dylib % gcc -dyna

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 21:06 --- Patch here: , I have a new assert.h which corrects the problem with not outputting the function name (this was also broken in darwin's headers any

[Bug libstdc++/17664] [3.4 only] Crash in std::map when using _GLIBCXX_DEBUG with multithreading

2004-11-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-08 21:10 --- Subject: Bug 17664 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-11-08 21:10:17 Modified files: libstdc++-v3 : Change

[Bug target/13754] [3.4/4.0 regression] ip2k-elf ICE on multiple gotos

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 21:17 --- Note the example in the comment #0 cannot be used to reproduce the problem as the switch statement is optimized out (as it is a nop). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13754

[Bug target/6123] __pic__/__PIC__ not defined when -fpic/-fPIC is specified

2004-11-08 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-11-08 21:23 --- Subject: Re: __pic__/__PIC__ not defined when -fpic/-fPIC is specified Ah. This is why I thought it had already been done. Maybe you want to poke Alan Modra about the research he said he would do? zw -

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 21:32 --- New patch here: . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18383

[Bug c++/18384] New: ICE on zero-length array with empty initializer...

2004-11-08 Thread apl at alum dot mit dot edu
Compilers before 3.4.3 (including 2.95.3, gcc-3.3.x) accept const int table[0] = {}; With 3.4.3, we see [apl]aluminum$ /tools/linux/gcc-3.4.3/bin/g++ -c bug.cxx bug.cxx:1: internal compiler error: in tree_low_cst, at tree.c:3313 Please submit a full bug report, with preprocessed source if appr

[Bug objc/16546] [4.0 Regression] [unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: invalid assembler code

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 21:34 --- Fixed finnally. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug objc/16546] [4.0 Regression] [unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: invalid assembler code

2004-11-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 21:34 --- Fixed finnally. --- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-08 21:34 --- Subject: Bug 16546 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED

[Bug debug/18280] [3.4 regression] ICE in output_die, at dwarf2out.c:6702

2004-11-08 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-08 21:47 --- *** This bug has been marked as a duplicate of 16261 *** -- What|Removed |Added

[Bug c++/16261] [3.4 regression] ICE: output_die, at dwarf2out.c:6628

2004-11-08 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-08 21:47 --- *** Bug 18280 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/16261] [3.4 regression] ICE: output_die, at dwarf2out.c:6628

2004-11-08 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-08 21:49 --- Here's a testcase without templates: namespace N { struct A {}; typedef A B; } void foo() { struct C { C(N::B) {} }; N::B b; C c(b); } ===

[Bug c++/18384] ICE on zero-length array with empty initializer...

2004-11-08 Thread apl at alum dot mit dot edu
-- What|Removed |Added Known to work||3.3.3 3.4.2 2.95.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18384

  1   2   >