[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread belyshev at lubercy dot com
--- Additional Comments From belyshev at lubercy dot com 2004-11-29 08:03 --- Introduced by this patch: 2004-11-23 Diego Novillo <[EMAIL PROTECTED]> PR tree-optimization/18618 * tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare. (insert_phi_nodes_for):

[Bug other/17334] GCC core dump in solaris 8 'Core' install

2004-11-29 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-29 08:12 --- No feedback in (roughly) 3 months. -- What|Removed |Added Status|WAITING

[Bug target/18580] Vectorizer failures (max, unaligned)

2004-11-29 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-29 08:14 --- > gcc.dg/vect/pr18425.c also fails on ppc64 IIRC, see PR 18403. This test is not run anymore on SPARC 64-bit. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18580

[Bug c++/18713] New: Large program size due to uninitialised global data (SCO)

2004-11-29 Thread bygoh at genting dot com dot my
Configured with: ../sco/gcc-3.2.3/configure --prefix=/usr/local/gcc-3.2.3 -- enable-languages=c++ --with-gnu-as Thread model: single gcc version 3.2.3 System: SCO Unix 5.0.5 Compilation of source programs with declared but unitialised global data on the SCO system seems to cause the program to g

[Bug c++/57] [DR 325] GCC can't parse a non-parenthesized comma in a template-id within a default argument

2004-11-29 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-11-29 09:26 --- (In reply to comment #22) > (In reply to comment #21) > > *** Bug 18688 has been marked as a duplicate of this bug. *** > > Is it really a dupe? yes. > The bug I raised only involved a templated argument,

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-29 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2004-11-29 09:42 --- Reverting those two patches makes TT work on darwin. 2004-11-27 Bryce McKinlay <[EMAIL PROTECTED]> * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC. 2004-11-26 Bryce McKin

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2004-11-29 09:58 --- The same error occurs for me on Linux/ia64 and Linux/x86-64. Diego, this seems to have been introduced by one of your patches. Could you look at it, please? -- What|Removed

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-11-29 10:21 --- Try this. Index: tree-into-ssa.c === RCS file: /cvs/gcc/gcc/gcc/tree-into-ssa.c,v retrieving revision 2.33 diff -u -3 -p -r2.33 tree-into

[Bug target/9571] [PPC] problems with 'const', -msdata=eabi and sections.

2004-11-29 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2004-11-29 10:36 --- Breaks libgfortran on ia64. ../../../libgfortran/generated/product_c4.c: In function '__product_c4': ../../../libgfortran/generated/product_c4.c:143: internal compiler error: in named_section, at varasm.c:451 Pl

[Bug target/18118] bad code gen for -mcpu=G5 and unsigned long long to double

2004-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-29 10:41 --- On powerpc-linux, I get pr181180.c: In function 'main': pr181180.c:14: internal compiler error: in int_mode_for_mode, at stor-layout.c:251 emit_group_load_1 gets in a twist over orig_src = (const_int -90

[Bug tree-optimization/17454] [4.0 Regression] ICE with --enable-checking=fold

2004-11-29 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2004-11-29 10:46 --- I have checked it again on ppc and x86_64, it still fails on both systems. On ppc I get: stage1/xgcc -Bstage1/ -B/usr/local/gcc40b/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-pro

[Bug fortran/18714] New: Runtime hang in LAPACK routine SLAMC1 - in Quetzal benchmark suite

2004-11-29 Thread paul dot richard dot thomas at cea dot fr
The full source is available by anonymous ftp from: ftp://ftp.cs.unm.edu/pub/smith-quetzal/codes.tar.Z Directory lu (or I can provide directory lu, with gfc makefile) The programme hangs in this routine, unless the print * , "" indicated below is included. SUBROUTINE SLAMC1( BETA, T, RND,

[Bug tree-optimization/18704] [4.0 Regression] Inlining limits cause 340% performance regression

2004-11-29 Thread rguenth at tat dot physik dot uni-tuebingen dot de
--- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de 2004-11-29 11:04 --- Looking at the 3.4 branch the defaults for the relevant inlining parameters are the same. So the difference in performance has to be accounted to different tree-node counting (or to diff

[Bug tree-optimization/18707] [4.0 Regression] Performance regression at -O2 with gzip

2004-11-29 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-29 11:06 --- The problem comes from t27.ch, at least in 32-bit mode. -- What|Removed |Added As

[Bug c++/18635] use of uninitialised reference accepted in C++ front end

2004-11-29 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-29 11:26 --- OK, reponening after the thread on comp.std.c++ -- What|Removed |Added Status|RES

[Bug c++/18681] template friend declaration not recognized

2004-11-29 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-29 11:34 --- adding Kriang to CC so that he does not miss the comment. -- What|Removed |Added

[Bug tree-optimization/18704] [4.0 Regression] Inlining limits cause 340% performance regression

2004-11-29 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-29 11:36 --- Honza is the one that plays with inlining, I'm CC:ing him on this bug. -- What|Removed |Added

[Bug c++/18635] use of uninitialised reference accepted in C++ front end

2004-11-29 Thread giovannibajo at libero dot it
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Known to fail||2.95 3.0

[Bug c++/17431] [3.4/4.0 regression] Internal error: Segmentation fault (program cc1plus)

2004-11-29 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-11-29 11:48 --- (In reply to comment #12) > Nathan, even if there is not an official committee position on the correct > semantic of this program, is there way to get a patch in to stop cc1plus from > segfaulting? TC1 fix

[Bug tree-optimization/18658] [4.0 Regression] ACATS ICE c330001 simplify-rtx.c:3780 (propagating a constant across a VIEW_CONVERT_EXPR)

2004-11-29 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2004-11-29 11:51 --- Seems to be fixed as of "Mon Nov 29 08:13:01 UTC 2004" on x86 at least. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18658

[Bug c/18715] New: warning: "enumeration value not handled in switch" for '...' ranges

2004-11-29 Thread fork0 at users dot sf dot net
gcc (GCC) 4.0.0 20041121 (experimental) -Wswitch-enum generates the warning even if the range in case expression covers all possible values of a enum. The first value of the range (a0 in the example below) is not listed as missing (but all others, including the last). The generated code works prop

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

2004-11-29 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|nathan at gcc dot gnu dot |unassigned at gcc dot gnu |org |dot org Status|ASSIGNED

[Bug tree-optimization/18704] [4.0 Regression] Inlining limits cause 340% performance regression

2004-11-29 Thread rguenth at tat dot physik dot uni-tuebingen dot de
--- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de 2004-11-29 12:10 --- Documentation patches for 3.4 and mainline are here: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02457.html http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02551.html -- http://gcc.gnu

[Bug c/18715] [4.0 Regression] warning: "enumeration value not handled in switch" for '...' ranges

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 12:52 --- : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455). : Search converges between 2003-10-30-ssa (#120) and 2003-10-31-ssa (#121). Confirmed, a regression. -- What|

[Bug middle-end/18164] [4.0 Regression] ICE on trivial invalid asm

2004-11-29 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-29 12:58 --- The test-case is flawed; at least not robust enough for all bison. I get: Excess errors: /gcc/testsuite/gcc.dg/pr18164.c:6: error: syntax error before ':' token FC2, bison-1.875c-1. -- http://gcc.gnu.org/bu

[Bug libstdc++/18654] Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 13:00 --- Subject: Bug 18654 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 12:59:53 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/inclu

[Bug libstdc++/18654] Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily

2004-11-29 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-11-29 13:01 --- Fixed for 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/18164] [4.0 Regression] ICE on trivial invalid asm

2004-11-29 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-29 13:19 --- ...no, not a bison issue. It's the testsuite integration that's wrong. (How did you test it?) You need to adjust for the automatically added "-ansi". A dg-options "" should do it. Oh, and I'll have to fix the

[Bug middle-end/18164] [4.0 Regression] ICE on trivial invalid asm

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 13:28 --- Subject: Bug 18164 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 13:27:11 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/gcc.

[Bug target/9571] [PPC] problems with 'const', -msdata=eabi and sections.

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 13:35 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 13:37 --- Steven's patch should work ... -- What|Removed |Added CC|

[Bug target/18713] Large program size due to uninitialised global data (SCO)

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |target Keywords||missed-optimization http://gcc.gnu.org/bugzilla/show_b

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2004-11-29 13:42 --- Subject: Re: [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049 On Mon, 2004-11-29 at 13:37 +, pinskia at gcc dot gnu dot org w

[Bug tree-optimization/18658] [4.0 Regression] ACATS ICE c330001 simplify-rtx.c:3780 (propagating a constant across a VIEW_CONVERT_EXPR)

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 13:42 --- Fixed for me also on ppc-darwin. -- What|Removed |Added Status|NEW

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread dnovillo at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dnovillo at gcc dot gnu dot |dot org |org Status|NEW

[Bug tree-optimization/18659] [4.0 Regression] ACATS ICE in bug in tree-sra.c:1507 on x86 and ppc-darwin (6 FAIL)

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Last reconfirmed|2004-11-24 2

[Bug c++/18681] template friend declaration not recognized

2004-11-29 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-29 14:00 --- OK, sorry for the mistake. I'll look at it again. -- What|Removed |Added Statu

[Bug tree-optimization/18716] New: [ICE] verify_flow_info failed (loop)

2004-11-29 Thread coudert at clipper dot ens dot fr
The following simple fortran code: - subroutine test(n, v) implicit none integer :: n, i real(8) :: v(n) do i = 1, n v(i) = 0 end do return end - fails to compile with the following messages: (using latest gfortran binaries, from 2

[Bug c++/18681] template friend declaration not recognized

2004-11-29 Thread lerdsuwa at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lerdsuwa at gcc dot gnu dot |dot org |org Status|REOPENED

[Bug tree-optimization/18716] [ICE] verify_flow_info failed (loop)

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:03 --- Here is an example which fails on ppc-darwin with altivec turned on: subroutine test(n, v) implicit none integer :: n, i real(4) :: v(n) do i = 1, n v(i) = 0 end do return end --

[Bug tree-optimization/18704] [4.0 Regression] Inlining limits cause 340% performance regression

2004-11-29 Thread hubicka at ucw dot cz
--- Additional Comments From hubicka at ucw dot cz 2004-11-29 14:06 --- Subject: Re: [4.0 Regression] Inlining limits cause 340% performance regression > > --- Additional Comments From giovannibajo at libero dot it 2004-11-29 > 11:36 --- > Honza is the one that plays with inl

[Bug c++/18681] [3.3/3.4/4.0 Regression] template friend declaration not recognized

2004-11-29 Thread lerdsuwa at gcc dot gnu dot org
-- What|Removed |Added Summary|template friend declaration |[3.3/3.4/4.0 Regression] |not recognized |template friend declaration

[Bug target/18566] Can vary constants (undefined fortran)

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:13 --- This is a target problem, most likely what is happening is that the memory where the variable is being stored is not being marked as read only for the processor. So is this is either an OS problem or jus

[Bug java/18697] [4.0 Regression] Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:16 --- *** Bug 18695 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18697

[Bug c++/18652] [4.0 regression] ICE on invalid redeclaration

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 14:18 --- Subject: Bug 18652 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 14:17:35 Modified files: gcc/cp : cp-tree.h decl.c name-lookup.c pt.c C

[Bug target/18118] bad code gen for -mcpu=G5 and unsigned long long to double

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18118

[Bug c++/18652] [4.0 regression] ICE on invalid redeclaration

2004-11-29 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-29 14:19 --- Fixed in the mainline. -- What|Removed |Added Status|ASSIGNED

[Bug other/14708] description of -ffloat-store in gcc man page incorrect/inaccurate

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:24 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug target/18668] use prescott's fisttp

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:27 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug target/18671] Structure with bit-field offset is wrong.

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:29 --- This seems like an alignment issue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18671

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17203

[Bug libgcj/17288] build failure, undefined reference to `gnu::gcj::convert::Convert::class$'

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:33 --- Does this work with 3.4.3? -- What|Removed |Added Component|bootstrap

[Bug target/16152] perl-5.8.4 fails to build using gcc-3.3.4 on {ia64,arm,m68k}-linux

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:34 --- No feedback in over 3 months. -- What|Removed |Added Status|WAITING

[Bug libstdc++/18054] Undefined reference to ~basic_iostream(), with -O[12]

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 14:36 --- Not a gcc bug so closing. -- What|Removed |Added Status|WAITING

[Bug libstdc++/18633] resource allocation problem with __gnu_cxx::hash_map

2004-11-29 Thread work at paul dot dubuc dot org
--- Additional Comments From work at paul dot dubuc dot org 2004-11-29 14:41 --- OK. I wondered if the change was really as easy as it looked. Thanks for looking into this, Paolo. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18633

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-11-29 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-29 14:56 --- After apply patch from http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02459.html and patch from "Additional Comment #3" bootstrap with --enable-bootstrap successfully compile gcc/libcpp/macro.c but later terminated

[Bug c++/11187] signed/unsigned conversion behaves differently

2004-11-29 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-11-29 15:00 --- we miss the signed errors because we keep conversion the short and int functions on different slots in the member function vector. I don't think we should be doing that. Conversion functions do not have a c

[Bug c++/18672] [4.0 Regression] Segfault with simple template code

2004-11-29 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug middle-end/18667] ice with --parm integer-share-limit=0

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 15:10 --- Patch here: . -- What|Removed |Added

[Bug c++/18717] New: ODR and option -fmerge-templates

2004-11-29 Thread wolfgang dot roehrl at de dot gi-de dot com
Dear all, I would like to propose a modification of the code generation of the GNU C/C++ compiler when ELF object files are generated. Consider the following two C++ modules: // = module A.CPP class XXX { public: XXX () { i = 1; } virtual ~XXX () { i = -1; } vir

[Bug other/14708] description of -ffloat-store in gcc man page incorrect/inaccurate

2004-11-29 Thread vincent at vinc17 dot org
--- Additional Comments From vincent at vinc17 dot org 2004-11-29 15:35 --- In Comment 5, I wrote: > The real problem is that intermediate results in extended precision are not converted back to double after a cast or an assignment; this is required by the C standard, whether __STDC_IEC_

[Bug c++/18717] ODR and option -fmerge-templates

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 15:37 --- The compiler is not required to give any diagnostic for an ODR. -- What|Removed |Added

[Bug c++/18717] ODR and option -fmerge-templates

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 15:39 --- Thinking about this again, this since we are not required to give any, this is hard to fix. -- What|Removed |Added --

[Bug middle-end/18718] New: ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread micis at gmx dot de
I compiled ACE 5.4.2 with the actual snapshot and got a segfault. GCC was compiled with CFLAGS="-pipe -g -O3 -mcpu=G5 -maltivec -mabi=altivec - fmessage-length=0 -falign-loops=16 -falign-jumps=16 -falign-functions=32 - fstrict-aliasing -fsched-interblock -ffast-math -funroll-all-loops -funit-at-a-

[Bug middle-end/18718] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2004-11-29 15:48 --- Created an attachment (id=7632) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7632&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18718

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-29 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2004-11-29 15:48 --- I'm investigating... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18699

[Bug tree-optimization/18594] PHI insertion is slow

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 15:50 --- 40% of the whole time is spent in compute_global_livein. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18594

[Bug c++/17154] [4.0 Regression] Using declaration of function name ignored inside partial specialization of template class

2004-11-29 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug middle-end/18718] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 16:14 --- Reduced to: typedef long unsigned int size_t; struct ACEXML_SAXPrint_Handler { void print_indent (); size_t indent_; }; int f(); void ACEXML_SAXPrint_Handler::print_indent (void) { for (size_t i = 0; i

[Bug tree-optimization/18719] New: ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread micis at gmx dot de
I compiled ACE 5.4.2 with the actual snapshot and got an ICE. It does not occure with last week's snapshot. I occures at -O1 and above. GCC was compiled with CFLAGS="-pipe -g -O3 -mcpu=G5 -maltivec -mabi=altivec - fmessage-length=0 -falign-loops=16 -falign-jumps=16 -falign-functions=32 - fstrict-a

[Bug tree-optimization/18719] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2004-11-29 16:19 --- Created an attachment (id=7633) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7633&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18719

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 16:20 --- g++ pr18718.cc -O3 -funroll-all-loops -ftracer Confirmed. -- What|Removed |Added

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

2004-11-29 Thread nathan at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org |org Status|NEW

[Bug tree-optimization/18719] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

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

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

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

[Bug c++/18717] ODR and option -fmerge-templates

2004-11-29 Thread wolfgang dot roehrl at de dot gi-de dot com
--- Additional Comments From wolfgang dot roehrl at de dot gi-de dot com 2004-11-29 16:29 --- Subject: Antwort: ODR and option -fmerge-templates Hi all, I'm responding to "Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 15:39": It is clear that the compiler can

[Bug middle-end/17982] [4.0 regression] asm declaration ignored due to conflict with previous rename

2004-11-29 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-11-29 16:38 --- Subject: Re: [4.0 regression] asm declaration ignored due to conflict with previous rename ... so this has always been broken, is that what you're saying? zw -- http://gcc.gnu.org/bugzilla/show_bug.c

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

2004-11-29 Thread bugzilla-gcc at thewrittenword dot com
I tried building libsigc++-2.0.6 (http://libsigc.sourceforge.net/) on AIX 5.2 with GCC 3.3.2 and 3.4.2. GCC 3.4.2 worked fine. However, with GCC 3.3.2, I ran into the following problem: .. /bin/sh ../libtool --mode=link g++ -O2 -mcpu=common -Wl,-blibpath:/opt/TWWfsw/gcc332r/lib -Wl,-brtl -Wl

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

2004-11-29 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-11-29 16:53 --- Created an attachment (id=7634) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7634&action=view) Patch for gcc-3.3.2 to make collect2 honor -brtl Patch reorders the library search path if -brtl

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

2004-11-29 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-11-29 16:54 --- Created an attachment (id=7635) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7635&action=view) Forward-ported patch for gcc-3.4.3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18720

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 16:55 --- hmm, the loop looks right: for (note = REG_NOTES (head); note; note = XEXP (note, 1)) if (REG_NOTE_KIND (note) == REG_SAVE_NOTE) Maybe we are miscompiling sched-regn.c. -- http://g

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 16:59 --- Even though we are in regression mode only for the mainline and all open release branches, could you try 4.0.0 and then submit a patch for 4.0.0? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18720

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

2004-11-29 Thread bugzilla-gcc at thewrittenword dot com
--- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-11-29 17:01 --- I'll try and get to it soonish. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18720

[Bug middle-end/17982] [4.0 regression] asm declaration ignored due to conflict with previous rename

2004-11-29 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2004-11-29 17:07 --- Before your change it hasn't been a problem, apparently. But if you think it was wrong to begin with then please try to fix it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17982

[Bug c++/18721] New: template conversion function regression

2004-11-29 Thread belz at kolumbus dot fi
able-languages=c++,c --enable- threads=posix Thread model: posix gcc version 4.0.0 20041129 (experimental) Mikael -- Summary: template conversion function regression Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal

[Bug c++/18721] [4.0 Regression] template conversion function regression

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 17:12 --- : Search converges between 2004-07-14-trunk (#486) and 2004-07-16-trunk (#487). Confirmed. -- What|Removed |Added ---

[Bug middle-end/17982] [4.0 regression] asm declaration ignored due to conflict with previous rename

2004-11-29 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2004-11-29 17:15 --- Subject: Re: [4.0 regression] asm declaration ignored due to conflict with previous rename I'm hoping to have some time to work on this this week, but no promises. zw -- http://gcc.gnu.org/bugzilla/s

[Bug target/18118] bad code gen for -mcpu=G5 and unsigned long long to double

2004-11-29 Thread fjahanian at apple dot com
--- Additional Comments From fjahanian at apple dot com 2004-11-29 17:15 --- This patch doesn't fix the problem I reported on apple-ppc-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18118

[Bug c++/18722] New: template conversion function regression

2004-11-29 Thread belz at kolumbus dot fi
able-languages=c++,c --enable- threads=posix Thread model: posix gcc version 4.0.0 20041129 (experimental) Mikael -- Summary: template conversion function regression Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal

[Bug c/18723] New: [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
This appears to be an issue with gcc 3.4.4 optimization on pentium4 architecture. I am building a modified version of xv ("qxv") and am seeing qxv crash due to a segfault in handleButtonEvent (the bzip2'd preprocessed file of xvevent.c is attached, where this function is defined). Simply runnin

[Bug c++/18722] template conversion function regression

2004-11-29 Thread belz at kolumbus dot fi
--- Additional Comments From belz at kolumbus dot fi 2004-11-29 17:37 --- Sorry about this, should not have pushed reload.. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18722

[Bug c/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
--- Additional Comments From thrall at vss dot fsi dot com 2004-11-29 17:38 --- Created an attachment (id=7636) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7636&action=view) Bzip2'd preprocessed xvevent.c Bzip2'd preprocessed file containing the definition of handleButtonEvent,

[Bug c/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
--- Additional Comments From thrall at vss dot fsi dot com 2004-11-29 17:39 --- Created an attachment (id=7637) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7637&action=view) Output from make while compiling xvevent.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18723

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

2004-11-29 Thread rwcrocombe at raytheon dot com
--- Additional Comments From rwcrocombe at raytheon dot com 2004-11-29 17:43 --- 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: > --- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-2

[Bug c++/18721] [4.0 Regression] template conversion function regression

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 17:51 --- *** Bug 18722 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18721

[Bug c++/18722] template conversion function regression

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

[Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target Keywords||wrong-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 18:08 --- Can you try something? try with -fno-strict-aliasing -O2 -march=pentium4. Then if that works try changing the following line: but_event = (XButtonEvent *) event; to but_even = &event->xbutton. And if t

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 18:11 --- No we get this even when the compiler is compiled with -O0. There is only one reg note which is causing this seg fault: (expr_list:REG_SAVE_NOTE (const_int -94 [0xffa2]) (nil)) -- htt

[Bug c++/18724] New: missleading error message with undeclared template name

2004-11-29 Thread belz at kolumbus dot fi
std::list foo(); $ g++ error.cpp error.cpp:2: error: expected constructor, destructor, or type conversion before '<' token This is missleading as mostly the case is that 'list' is just not declared. I guess the issue should be handled similar to the case that the declaration would be in a funct

  1   2   3   >