[Bug libstdc++/24196] Using string instances to pass arguments to dlls fails

2005-10-06 Thread pcarlini at suse dot de
--- Comment #12 from pcarlini at suse dot de 2005-10-06 17:01 --- I'm attaching a first draft implementing what I have in mind. Assuming testing goes well, the issue of binary compatibility should be evaluated: whereas the library-ABI is preserved, in general object code build with the c

[Bug target/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #13 from cvs-commit at gcc dot gnu dot org 2005-10-06 17:06 --- Subject: Bug 23706 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 17:06:12 Modified files: gcc: ChangeLog mode-switching.c gcc/config/sh

No longer using this email address

2005-10-06 Thread FOOOD's Icons - Icon Use
I'm no longer using this email address due to the amount of spam, viruses & junk I'm receiving. If you'd like to contact me please go to my web site & click on contact from there.

[Bug target/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-10-06 Thread rth at gcc dot gnu dot org
--- Comment #14 from rth at gcc dot gnu dot org 2005-10-06 17:17 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING

[Bug target/24232] [4.1 Regression] ICE: segmentation fault in sched-ebb.c:220 add_missing_bbs

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-06 17:20 --- Confirmed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24232

[Bug target/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-10-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23706

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-06 Thread dje at gcc dot gnu dot org
--- Comment #16 from dje at gcc dot gnu dot org 2005-10-06 17:24 --- I do not know where the extra -B is entering, but GCC configure and build process does not insert it. You might look for it in other environment variables, if it still exists after you have deleted the build directory.

[Bug c/24241] undefined reference to main when linking an object file generated from multiple .c files

2005-10-06 Thread indan at nul dot nu
--- Comment #3 from indan at nul dot nu 2005-10-06 17:27 --- (In reply to comment #2) > Note if you want the compiling multiple .c into one .o files use -combine. > Thanks for the quick reply and the tip. Shouldn't gcc either give an error, or restore the old behaviour? Would a patch

[Bug java/24242] New: Redundant null pointer checks generated on refrerences returned by new operator.

2005-10-06 Thread daney at gcc dot gnu dot org
When examining the assembler output (compiled with -O2) from this class: public class T { Object f1() { Object o = new Object(); return o.getClass(); } } We see a check for a null return value from _Jv_AllocObjectNoFinalizer (i.e. the new operator). However _Jv_Alloc

[Bug target/24236] gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linux-gnu

2005-10-06 Thread rth at gcc dot gnu dot org
-- rth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org

[Bug java/24242] Redundant null pointer checks generated on refrerences returned by new operator.

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-06 17:35 --- Confirmed, just like the example in PR 19476 for the C++ case. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/24193] [4.1 Regression] ICE in extract_insn while compiling libgfortran

2005-10-06 Thread wilson at gcc dot gnu dot org
--- Comment #6 from wilson at gcc dot gnu dot org 2005-10-06 17:41 --- Loads can have post_increment addresses with an immediate or register increment. Stores can have post_increment address with only an immediate increment. We have a special predicate, destination_operand, that checks

Re: [Bug c/24241] undefined reference to main when linking an object file generated from multiple .c files

2005-10-06 Thread Andrew Pinski
> > > > --- Comment #3 from indan at nul dot nu 2005-10-06 17:27 --- > (In reply to comment #2) > > Note if you want the compiling multiple .c into one .o files use -combine. > > > > Thanks for the quick reply and the tip. > > Shouldn't gcc either give an error, or restore the old be

[Bug c/24241] undefined reference to main when linking an object file generated from multiple .c files

2005-10-06 Thread pinskia at physics dot uc dot edu
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-06 17:44 --- Subject: Re: undefined reference to main when linking an object file generated from multiple .c files > > > > --- Comment #3 from indan at nul dot nu 2005-10-06 17:27 --- > (In reply to comment #2) > >

[Bug target/24236] gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linux-gnu

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #2 from cvs-commit at gcc dot gnu dot org 2005-10-06 17:47 --- Subject: Bug 24236 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 17:46:56 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/gcc.dg: i386-sse-1

[Bug target/24236] gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linux-gnu

2005-10-06 Thread rth at gcc dot gnu dot org
--- Comment #3 from rth at gcc dot gnu dot org 2005-10-06 17:49 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/24217] filebuf.open call sets the error bits incorrectly

2005-10-06 Thread hemasai at yahoo dot com
--- Comment #2 from hemasai at yahoo dot com 2005-10-06 18:12 --- sample code: fn(const char* fname) { ifstream fstr; if (!fname) return; fstr.clear(); fstr.open(fname, ios::in | ios::nocreate); if (!(fstr.is_open())) { cout << "rdstate():" << fstr.r

[Bug bootstrap/17203] "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-06 18:17 --- Since this worked for someone else http://gcc.gnu.org/ml/gcc/2005-09/msg00077.html Closing as works for me. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/18216] Different results when an array is statically/dynamically allocated

2005-10-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18216

[Bug target/24236] gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linux-gnu

2005-10-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24236

[Bug libstdc++/24217] filebuf.open call sets the error bits incorrectly

2005-10-06 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2005-10-06 18:32 --- (In reply to comment #2) > sample code: Sorry, but this is not useful. We need a *self-contained* source file, which we can compile and run as-is, using your very same build options. We need to exactly reproduce the proble

[Bug target/23067] Incorrect struct layout on darwin

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #20 from pinskia at gcc dot gnu dot org 2005-10-06 18:37 --- I give up, 3 days no luck at getting this correct. The current patch follows: Index: src/powerpc/ffi_darwin.c === RCS file: /cvs/gcc/gcc/libffi/src/p

[Bug target/23067] Incorrect struct layout on darwin

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #21 from pinskia at gcc dot gnu dot org 2005-10-06 18:40 --- Libffi's failure info from Andreas T.: The chunk form ffi_darwin.c has to be applied three times. Attached. Although, with this modification I get a fail but it looks much better. andreast% ./nested_struct3.exe

[Bug ada/22533] [4.1 regression] ICE in get_base_var

2005-10-06 Thread ro at gcc dot gnu dot org
--- Comment #14 from ro at gcc dot gnu dot org 2005-10-06 19:06 --- Same problem on mips-sgi-irix5.3 as of 20051004: stage1/xgcc -Bstage1/ -B/vol/gcc/share/mips-sgi-irix5.3/bin/ -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I/vol/gnu/src/gcc/gcc-dist/gcc/ada /vol/gnu/src/gcc/gcc-dist/gcc

[Bug debug/24070] [4.0/4.1 Regression] Dwarf macro info has bad file numbers

2005-10-06 Thread rth at gcc dot gnu dot org
-- rth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org

[Bug c++/24243] New: [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread fang at csl dot cornell dot edu
command: g++-4 -v -save-temps -c lookup-bug.cc keywords: rejects-valid expecting: (success) program output: Using built-in specs. Target: powerpc-apple-darwin7 Configured with: ../configure --prefix=/sw --prefix=/sw/lib/gcc4 --enable-languages=c,c++,f95,objc,java --infodir=/share/info --with-gmp

[Bug c++/24243] [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread fang at csl dot cornell dot edu
--- Comment #1 from fang at csl dot cornell dot edu 2005-10-06 19:22 --- Created an attachment (id=9912) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9912&action=view) test case triggering bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24243

[Bug tree-optimization/24231] [4.1 Regression] ICE: SSA corruption

2005-10-06 Thread janis187 at us dot ibm dot com
--- Comment #7 from janis187 at us dot ibm dot com 2005-10-06 19:25 --- A regression hunt using the testcase from comment #4 identified this patch from pinskia: http://gcc.gnu.org/ml/gcc-cvs/2005-09/msg00277.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24231

[Bug debug/24070] [4.0/4.1 Regression] Dwarf macro info has bad file numbers

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-06 19:33 --- Subject: Bug 24070 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 19:33:02 Modified files: gcc: ChangeLog dwarf2out.c Log message: PR deb

[Bug tree-optimization/22488] [4.1 Regression] push_fields_onto_fieldstack calculates offset incorrectly

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #44 from cvs-commit at gcc dot gnu dot org 2005-10-06 19:38 --- Subject: Bug 22488 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 19:38:00 Modified files: gcc: ChangeLog tree-ssa-structalias.c Added files:

[Bug debug/24070] [4.0/4.1 Regression] Dwarf macro info has bad file numbers

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #9 from cvs-commit at gcc dot gnu dot org 2005-10-06 19:40 --- Subject: Bug 24070 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-06 19:40:15 Modified files: gcc: ChangeLog dwarf2out.

[Bug debug/24070] [4.0/4.1 Regression] Dwarf macro info has bad file numbers

2005-10-06 Thread rth at gcc dot gnu dot org
--- Comment #10 from rth at gcc dot gnu dot org 2005-10-06 19:42 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/24243] [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-06 19:48 --- Here is the reduced testcase: template class P, class T, class A> inline int mem_fun(R (T::*f)(A), const P& null) {} template class never_ptr {}; struct instance_collection_base { int& pair_dump(int&) const;

[Bug libstdc++/24244] New: Problem with tr1::shared_ptr and pthreads_mutex_lock

2005-10-06 Thread pcarlini at suse dot de
This is to track this problem: http://gcc.gnu.org/ml/libstdc++/2005-10/msg6.html -- Summary: Problem with tr1::shared_ptr and pthreads_mutex_lock Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P

[Bug tree-optimization/24231] [4.1 Regression] ICE: SSA corruption

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-06 19:58 --- (In reply to comment #7) > A regression hunt using the testcase from comment #4 identified this patch > from pinskia: And this is a latent bug because the dumps show that my patch just caused more constant prop of &t

[Bug target/24230] [4.1 Regression] [altivec] ICE in extract_insn, at recog.c:2084

2005-10-06 Thread janis187 at us dot ibm dot com
--- Comment #8 from janis187 at us dot ibm dot com 2005-10-06 20:17 --- A regression hunt on powerpc-linux using the testcase from comment #6 identified this patch from rth: http://gcc.gnu.org/ml/gcc-cvs/2005-08/msg01004.html -- janis187 at us dot ibm dot com changed:

[Bug c++/24243] [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread fang at csl dot cornell dot edu
--- Comment #3 from fang at csl dot cornell dot edu 2005-10-06 20:30 --- Subject: Re: [4.0 regression] lookup fails to match to function call, const-sensitive > --- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-06 19:48 > --- > Here is the reduced testcase: > templ

[Bug fortran/24245] New: -fdump-parse-tree gives ICE for CONTAINED functions

2005-10-06 Thread erik dot edelmann at iki dot fi
$ cat hum.f90 program hum contains function hu() end function hu end program hum $ gfortran -fdump-parse-tree hum.f90 Namespace: A-H: (REAL 4) I-N: (INTEGER 4) O-Z: (REAL 4) symtree: hu Ambig 0 symbol hu (REAL 4)(PROCEDURE UNKNOWN-INTENT UNKNOWN-ACCESS INTERNAL

[Bug libstdc++/24244] Problem with tr1::shared_ptr and pthreads_mutex_lock

2005-10-06 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2005-10-06 20:38 --- _M_mutex, in class _Sp_counted_base is not initialized, this is certainly not ok. I think we can use, to begin with at least, the simple scheme already used in the locale class and elsewhere. -- pcarlini at suse dot de

[Bug fortran/24245] -fdump-parse-tree gives ICE for CONTAINED functions

2005-10-06 Thread erik dot edelmann at iki dot fi
--- Comment #1 from erik dot edelmann at iki dot fi 2005-10-06 20:38 --- I think the ICE comes from dump-parse-tree.c/show_symtree() at the line gfc_status (" from namespace %s", st->n.sym->ns->proc_name->name); because st->n.sym->ns->proc_name is NULL for st->n.sym = 'hu'. -- ht

[Bug pch/19541] deprecation of -I- makes precompiled headers less usable

2005-10-06 Thread rodolfo at rodsoft dot org
--- Comment #3 from rodolfo at rodsoft dot org 2005-10-06 20:41 --- This also happens with 3.4.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19541

[Bug bootstrap/24246] New: [4.1 Regression] bootstrap fails in gcc/tree-ssa-structalias.c

2005-10-06 Thread bunk at stusta dot de
<-- snip --> ... stage1/xgcc -Bstage1/ -B/TMP/test/gcc/install/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -Wer

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-06 20:46 --- Subject: Bug 22237 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 20:46:54 Modified files: gcc: ChangeLog tree-inline.c Added files: gcc/t

[Bug c++/24222] The gimplifier shouldn't emit warnings or errors

2005-10-06 Thread gdr at integrable-solutions dot net
--- Comment #5 from gdr at integrable-solutions dot net 2005-10-06 20:56 --- Subject: Re: -fsyntax-only runs the gimplifier "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | right now if we don't gimplify with -fsyntax-only, we would not be able to | diagnostic the follo

[Bug c++/24222] The gimplifier shouldn't emit warnings or errors

2005-10-06 Thread gdr at integrable-solutions dot net
--- Comment #6 from gdr at integrable-solutions dot net 2005-10-06 20:57 --- Subject: Re: New: -fsyntax-only runs the gimplifier "sabre at nondot dot org" <[EMAIL PROTECTED]> writes: | Compiling a C++ file with -fsyntax-only -ftime-report includes time spent on | 'tree gimplify'. U

[Bug target/24193] [4.1 Regression] ICE in extract_insn while compiling libgfortran

2005-10-06 Thread sje at cup dot hp dot com
--- Comment #7 from sje at cup dot hp dot com 2005-10-06 21:02 --- I haven't done a full build/test but I did verify that changing operand 0 of movti_internal from general_operand to destination_operand fixed this failure. I was wondering if operand 1 should be changed from general_opera

[Bug target/24193] [4.1 Regression] ICE in extract_insn while compiling libgfortran

2005-10-06 Thread wilson at tuliptree dot org
--- Comment #8 from wilson at tuliptree dot org 2005-10-06 21:21 --- Subject: Re: [4.1 Regression] ICE in extract_insn while compiling libgfortran On Thu, 2005-10-06 at 14:02, sje at cup dot hp dot com wrote: > --- Comment #7 from sje at cup dot hp dot com 2005-10-06 21:02

[Bug middle-end/24227] [4.1 Regression] ICE in compare_values, at tree-vrp.c:415

2005-10-06 Thread janis187 at us dot ibm dot com
--- Comment #5 from janis187 at us dot ibm dot com 2005-10-06 21:23 --- This is probably not very useful, but a regression hunt using the testcase from comment #4 identified this patch from dnovillo: http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00069.html -- http://gcc.gnu.org/bugzil

[Bug c++/23799] [4.1 regression] ICE: no-op convert from 8 to 4 bytes in initializer

2005-10-06 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2005-10-06 21:26 --- For the testcase we get at output_constant time for the C++ frontend: (intD.2) (long intD.5) &42B->soundNameD.2065[-42] C frontend: (intD.0) (long intD.2) &42B->soundNameD.1608 - 42 the C++ front

[Bug c++/24243] [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread fang at csl dot cornell dot edu
--- Comment #4 from fang at csl dot cornell dot edu 2005-10-06 21:28 --- Subject: Re: [4.0 regression] lookup fails to match to function call, const-sensitive Something else puzzling to me, that I noticed from your reduction: Why is the compiler always matching the non-const version

[Bug bootstrap/24246] [4.1 Regression] bootstrap fails in gcc/tree-ssa-structalias.c

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-06 21:38 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug fortran/24245] -fdump-parse-tree gives ICE for CONTAINED functions

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-06 21:40 --- Confirmed, backtrace: #0 0x0805b853 in show_symtree (st=0x9d8cc10) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/dump-parse-tree.c:759 #1 0x0808f4e5 in gfc_traverse_symtree (st=0x9d8cc10, func=0x805b7d0 ) a

[Bug c++/24243] [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2005-10-06 21:41 --- I have seen this issue one time and the solution is to cast the argument to memfun to the appropriate type - f.i. the const member function, or to specify the template parameters to memfun. In case you have both con

[Bug c++/24243] [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread fang at csl dot cornell dot edu
--- Comment #6 from fang at csl dot cornell dot edu 2005-10-06 21:47 --- I now second your opinions that this is invalid. Upon closer examination, what I *should've* written to make this code valid is the following: template class P, class T, class A> inline const_mem_fun1_p_t mem_fun

[Bug target/22148] gcc.dg/vect/vect-reduc-1* fail

2005-10-06 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2005-10-06 21:52 --- This defect is now fixed with the patches: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00221.html http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00110.html -- sje at cup dot hp dot com changed: What|Re

[Bug target/23188] [4.1 Regression] vect-reduc-* fail

2005-10-06 Thread sje at cup dot hp dot com
--- Comment #5 from sje at cup dot hp dot com 2005-10-06 21:55 --- These failures are fixed now with the patches: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00221.html http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00110.html -- sje at cup dot hp dot com changed: What

[Bug target/24219] [4.1 Regression] gcc.dg/vect/fast-math-vect-reduc-5.c execution test fails

2005-10-06 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2005-10-06 22:01 --- This may have been an error that appeared during the time between when I checked in the following two patches: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00221.html http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00110.ht

[Bug c++/24247] New: recursive default arguments cause compiler out-of-memory

2005-10-06 Thread jens dot maurer at gmx dot net
I killed gcc after it used >100 MB of RAM for this example: template int foo (T t, int = foo(T())); int main() { foo(0); } -- Summary: recursive default arguments cause compiler out-of-memory Product: gcc Version: 4.0.2 Status: UNCONFIRMED

[Bug c++/24247] recursive default arguments cause compiler out-of-memory

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-06 22:07 --- *** This bug has been marked as a duplicate of 5247 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/5247] Memory eating infinite loop on default parameter in constructor which is reference to class

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2005-10-06 22:07 --- *** Bug 24247 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-06 22:13 --- Subject: Bug 22237 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-06 22:13:49 Modified files: gcc: tree-inline.c Added

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-10-06 Thread rth at gcc dot gnu dot org
--- Comment #8 from rth at gcc dot gnu dot org 2005-10-06 22:14 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/22216] [4.1 regression] ICE during GC

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #17 from cvs-commit at gcc dot gnu dot org 2005-10-06 22:14 --- Subject: Bug 22216 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 22:14:37 Modified files: gcc: ChangeLog cfgexpand.c Log message: 2

[Bug middle-end/23651] [4.1 Regression] ICE in GC

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #11 from cvs-commit at gcc dot gnu dot org 2005-10-06 22:14 --- Subject: Bug 23651 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 22:14:37 Modified files: gcc: ChangeLog cfgexpand.c Log message: 2

[Bug middle-end/23651] [4.1 Regression] ICE in GC

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-10-06 22:14 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug middle-end/22216] [4.1 regression] ICE during GC

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2005-10-06 22:14 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug preprocessor/24202] [4.1 Regression] Segfault with #pragma once

2005-10-06 Thread janis187 at us dot ibm dot com
--- Comment #3 from janis187 at us dot ibm dot com 2005-10-06 22:21 --- The list of work/fail versions is very odd for this bug; it seems to have worked on mainline until sometime between 20050828 and 20050904. 3.3.5 passes, but all 3.4.x versions I tried fail. 4.0.0 passes but 4.0.2 f

[Bug tree-optimization/24226] [4.1 Regression] ICE: Segmentation fault in operand_equal_p (complete loop unrolling)

2005-10-06 Thread janis187 at us dot ibm dot com
--- Comment #6 from janis187 at us dot ibm dot com 2005-10-06 22:27 --- A regression hunt on powerpc-linux using the testcase from comment #5 identified this patch from [EMAIL PROTECTED]: http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00210.html -- janis187 at us dot ibm dot com changed

[Bug target/24185] gcc.dg/vect/vect-shift-1.c execution test fails

2005-10-06 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2005-10-06 22:55 --- This test fails on Linux and HP-UX so it is not a big-endian/little-endian bug but a more general IA64 implementation failure. -- sje at cup dot hp dot com changed: What|Removed |Ad

[Bug c++/24243] [4.0 regression] lookup fails to match to function call, const-sensitive

2005-10-06 Thread fang at csl dot cornell dot edu
--- Comment #7 from fang at csl dot cornell dot edu 2005-10-06 23:38 --- Created an attachment (id=9913) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9913&action=view) corrected header file Just as a follow-up, here's what the new valid header file looks like, with all the vario

[Bug testsuite/23612] obj-c++.dg/encode-6.mm fail with the GNU runtime

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #2 from cvs-commit at gcc dot gnu dot org 2005-10-06 23:47 --- Subject: Bug 23612 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-06 23:47:09 Modified files: libobjc: ChangeLog libobjc/objc : objc-api.h

[Bug testsuite/23615] obj-c++.dg/method-19.mm fails with the GNU runtime on linux

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #2 from cvs-commit at gcc dot gnu dot org 2005-10-06 23:49 --- Subject: Bug 23615 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-06 23:49:31 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/obj-c++.dg: bit

[Bug testsuite/23611] obj-c++.dg/encode-[45].mm fails with the GNU runtime on linux

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-06 23:49 --- Subject: Bug 23611 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-06 23:49:31 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/obj-c++.dg: bit

[Bug testsuite/23611] obj-c++.dg/encode-[45].mm fails with the GNU runtime on linux

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-07 00:21 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug testsuite/23615] obj-c++.dg/method-19.mm fails with the GNU runtime on linux

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-07 00:21 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug testsuite/23612] obj-c++.dg/encode-6.mm fail with the GNU runtime

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-07 00:21 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug bootstrap/17203] "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4

2005-10-06 Thread rwcrocombe at raytheon dot com
--- Comment #6 from rwcrocombe at raytheon dot com 2005-10-07 00:57 --- Subject: Re: "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4 pinskia at gcc dot gnu dot org wrote: > --- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-06 18:17 > ---

[Bug c++/24248] New: Segmentation fault on valid code w/ -O2 -finline-functions

2005-10-06 Thread halcy0n at gentoo dot org
Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.0.2/configure --prefix=/root/bin/ --disable-multilib --enable-languages=c,c++ Thread model: posix gcc version 4.0.2 Output of compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -mtune=opteron -march=opt

[Bug c++/24248] Segmentation fault on valid code w/ -O2 -finline-functions

2005-10-06 Thread halcy0n at gentoo dot org
--- Comment #1 from halcy0n at gentoo dot org 2005-10-07 01:02 --- Created an attachment (id=9914) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9914&action=view) Preprocessed source that causes ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24248

[Bug c++/24248] Segmentation fault on valid code w/ -O2 -finline-functions

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-07 02:01 --- ../include/InternalInputSource.h:37: error: extra qualification ‘OpenSP::InternalInputSource::’ on member ‘asInternalInputSource’ ignored -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24248

[Bug middle-end/24248] [4.0 Regression] Segmentation fault on valid code w/ -O2 -finline-functions

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-07 02:08 --- After fixing that error, the mainline does not segfault, the 4.0 branch still does. Reducing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/24248] [4.0 Regression] Segmentation fault on valid code w/ -O2 -finline-functions

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-07 02:16 --- I am starting to think this is a front-end bug. Removing all lines begining with ^# "fixes" the ICE. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24248] [4.0 Regression] Segmentation fault on valid code w/ -O2 -finline-functions

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-07 02:19 --- This looks like another "pragma interface" bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24248

[Bug c++/24248] [4.0 Regression] Segmentation fault on valid code w/ -O2 -finline-functions

2005-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-07 02:21 --- I am starting to think this is a dup of bug 22252 because of the diagnostic we get. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

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

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11224

[Bug libobjc/11572] [3.4 regression]: GNU libobjc no longer compiled on Darwin

2005-10-06 Thread gdr at gcc dot gnu dot org
--- Comment #40 from gdr at gcc dot gnu dot org 2005-10-07 03:10 --- Fixed in 4.0.x. WONTFIX for 3.4.x -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/11707] [3.4 Regression] [new unroller] constants not propagated in unrolled loop iterations with a conditional

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11707

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

[Bug rtl-optimization/12863] [3.4 regression] basic block reordering fails for fallthru of casesi

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12863

[Bug tree-optimization/13000] [3.4 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13000

[Bug rtl-optimization/13987] [3.4 Regression] compile time regression while compile fold-const.i

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13987

[Bug c++/14500] most specialized function template vs. non-template function

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14500

[Bug rtl-optimization/14868] [3.4 only] ICE with -msse2 -mfpmath=sse -fnon-call-exceptions

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14868

[Bug gcov/profile/14944] [3.4 only] ICE when gcc reads *.gcda file of different version

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14944

[Bug c++/14950] [3.4 Regression] [non unit-at-a-time] always_inline does not mix with templates and -O0

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14950

[Bug rtl-optimization/15242] [3.4 regression] pessimization of "goto *"

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2005-09-10 05:59:30 |2005-10-07 03:18:56 date|| T

[Bug preprocessor/15307] [3.4 Regression] Preprocessor ICE on invalid input

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15307

[Bug target/15340] [3.4 Regression] GCC internal error in preprocessed C code

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15340

[Bug tree-optimization/15366] [3.4 only][unit-at-a-time] -fno-inline-functions is ignored for static functions

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15366

[Bug other/15378] [3.4 regression] -Werror should provide notification of why gcc is exiting

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15378

<    1   2   3   >