[Bug ada/30027] New: Crash in get_memory_rtx, at builtins.c:1086

2006-11-30 Thread oliver dot kellogg at eads dot com
gcc -c p_aae_ts_control.adb +===GNAT BUG DETECTED==+ | 4.1.0 (i686-pc-linux-gnu) in get_memory_rtx, at builtins.c:1086 | | Error detected at p_aae_ts_control.adb:44:5 | | Please submit a bug report; see

[Bug ada/30027] Crash in get_memory_rtx, at builtins.c:1086

2006-11-30 Thread oliver dot kellogg at eads dot com
--- Comment #1 from oliver dot kellogg at eads dot com 2006-11-30 08:13 --- Created an attachment (id=12713) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12713action=view) Please include these source files with error report [...] --

[Bug ada/30027] Crash in get_memory_rtx, at builtins.c:1086

2006-11-30 Thread oliver dot kellogg at eads dot com
--- Comment #2 from oliver dot kellogg at eads dot com 2006-11-30 08:14 --- Does not happen with GNAT Pro 5.04a. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30027

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2006-11-30 Thread pluto at agmk dot net
--- Comment #24 from pluto at agmk dot net 2006-11-30 10:47 --- currently i'm trying to build the kdelibs with gcc42-svn. my qt and gcc are patched with: http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/gcc-pr20218.patch?rev=HEAD

[Bug ada/30027] Crash in get_memory_rtx, at builtins.c:1086

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-30 10:57 --- Works at least on the 4.2 branch and the mainline. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30022] [4.0/4.1/4.2/4.3 regression] ICE on vector operand in division

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-30 11:02 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added URL|

[Bug c/30020] missing limited range warning for a switch statement

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-30 11:04 --- I think it is harder in this case as the char is promoted to int and then we don't demote it until after the front-end is doing its parsing ... -- pinskia at gcc dot gnu dot org changed: What

[Bug bootstrap/30018] [4.3 Regression] gcc trunk fails as make install when bootstrapping with GCC before 4.2

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-30 11:06 --- This was fixed by: 2006-11-29 Daniel Berlin [EMAIL PROTECTED] Steven Bosscher [EMAIL PROTECTED] * Makefile.in (tree-ssanames.o): Remove gt-tree-ssanames.h, since it no longer exists.

[Bug tree-optimization/23744] VRP does not merge discontinuous ranges of PHIs

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-11-30 11:07 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/30016] internal compiler error: in convert_move, at expr.c:362

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-30 11:24 --- With checking we get a different ICE: t1.cc: In function ‘void f()’: t1.cc:3: error: statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS VIEW_CONVERT_EXPRunion __v4F(b_1).a[1] = 1.0e+0; t1.cc:3:

[Bug tree-optimization/30016] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in convert_move, at expr.c:362

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-30 11:54 --- I think there are two issues, first this code should be rejected which it was in 3.2.3: t.cc:38: invalid reinterpret_cast from type `vector float' to type `__v4F' Second the VIEW_CONVERT_EXPR issue which an

[Bug c++/30021] [4.3 regression] ICE on invalid parameter for main

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-30 11:56 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added URL|

[Bug fortran/30025] Standard F77 entry point failed

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-30 11:58 --- *** This bug has been marked as a duplicate of 25818 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25818] Problem with handling optional and entry master arguments

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-11-30 11:58 --- *** Bug 30025 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30028] New: [4.3 Regression] bcopy is wrongly converted to memcpy

2006-11-30 Thread kkojima at gcc dot gnu dot org
gcc.c-torture/execute/builtins/memops-asm.c fails on sh-elf with -O1 and higher. It seems that bcopy is converted to memcpy even when source and destination area are overlapped. It looks same tests start to fail also on ia64 and s390 testresults. They don't fail on i686, but a similar testcase

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2006-11-30 Thread hubicka at gcc dot gnu dot org
--- Comment #8 from hubicka at gcc dot gnu dot org 2006-11-30 13:06 --- Probably my bug, I guess the same as shown in dlv nightly tester. I am looking into it. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2006-11-30 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2006-11-30 13:42 --- Yes, it's a reduced testcase from the DVL failure. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30017

[Bug middle-end/30028] [4.3 Regression] bcopy is wrongly converted to memcpy

2006-11-30 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-11-30 13:52 --- This is honza again. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2006-11-30 Thread hubicka at ucw dot cz
--- Comment #10 from hubicka at ucw dot cz 2006-11-30 14:04 --- Subject: Re: [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101 Hi, the problem is conversion of: __builtin_memcpy(this,f,sizeof(FIND_RESULT)); to assignment. It triggers sanity check in

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2006-11-30 Thread hubicka at ucw dot cz
--- Comment #11 from hubicka at ucw dot cz 2006-11-30 14:06 --- Subject: Re: [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101 --- Comment #10 from hubicka at ucw dot cz 2006-11-30 14:04 --- Subject: Re: [4.3 Regression] ICE in cp_expr_size, at

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2006-11-30 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2006-11-30 14:08 --- The code has not undefined behavior, but I think removing the check is ok (it's certainly not supposed to trigger _inside_ the assignment operator or the copy constructor). --

[Bug middle-end/30028] [4.3 Regression] bcopy is wrongly converted to memcpy

2006-11-30 Thread hubicka at ucw dot cz
--- Comment #2 from hubicka at ucw dot cz 2006-11-30 14:11 --- Subject: Re: [4.3 Regression] bcopy is wrongly converted to memcpy Hi, there is nice typo on the check validating the transformation. I am testing the patch and will commit it as obvious if it passes. Honza Index:

[Bug fortran/30029] New: variable not initialed shows non zero value

2006-11-30 Thread zig at fi dot infn dot it
The following program gives a wrong number for bb as shown in the output. This error doesn't come with the g77 (and ifort). It is enough to change something in the (small) program to have the correct result (bb=0.) c program test real*4 ap(300,150),at(300,150),ap_x(300),at_x(300) c

[Bug fortran/25818] Problem with handling optional and entry master arguments

2006-11-30 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-11-30 14:25 --- (In reply to comment #2) I'm an absolute beginner in programming gfortran, but the following patch I am coming to the conclusion that your patch is one of three possible solutions to this and pr30025: (i) Do as

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2006-11-30 Thread hjl at lucon dot org
--- Comment #25 from hjl at lucon dot org 2006-11-30 14:44 --- The problem is with .libs/main_skel.o. Why don't you show us the relocation and definition in .libs/main_skel.o? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2006-11-30 Thread pluto at agmk dot net
--- Comment #26 from pluto at agmk dot net 2006-11-30 15:16 --- Created an attachment (id=12714) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12714action=view) main_skel.o -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-11-30 Thread wouter dot vermaelen at pi dot be
--- Comment #8 from wouter dot vermaelen at pi dot be 2006-11-30 15:40 --- I'm not sure this is the same problem, but on todays build even an empty file in c++ mode triggers an ICE: touch empty.c gcc -fipa-pta empty.c [this works as expected] touch empty.cpp gcc -fipa-pta

[Bug fortran/25818] Problem with handling optional and entry master arguments

2006-11-30 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2006-11-30 15:52 --- Created an attachment (id=12715) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12715action=view) A development of Alexander Taeschner's patch It is regtesting as I write; if all is well, I will submit tonight

[Bug fortran/25818] Problem with handling optional and entry master arguments

2006-11-30 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2006-11-30 15:52 --- Created an attachment (id=12715) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12715action=view) A development of Alexander Taeschner's patch It is regtesting as I write; if all is well, I will submit tonight

[Bug other/29878] Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error

2006-11-30 Thread jg at jguk dot org
--- Comment #2 from jg at jguk dot org 2006-11-30 15:52 --- Hi, What the issue is that distros split up GCC into different packages which means it is an installation issue but not a GCC issue. Good point. I still think the text can be improved; how about like this: gcc:

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2006-11-30 Thread hjl at lucon dot org
--- Comment #27 from hjl at lucon dot org 2006-11-30 15:53 --- (In reply to comment #26) Created an attachment (id=12714) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12714action=view) [edit] main_skel.o It looks OK. Please provide a complete testcase. It could be a gcc bug,

[Bug tree-optimization/30016] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in convert_move, at expr.c:362

2006-11-30 Thread dimock at csail dot mit dot edu
--- Comment #3 from dimock at csail dot mit dot edu 2006-11-30 15:55 --- (In reply to comment #2) ... first this code should be rejected which it was in 3.2.3: t.cc:38: invalid reinterpret_cast from type `vector float' to type `__v4F' (0) I don't have 3.2.3 handy, but have 3.4.3

[Bug c++/29433] using boost::MPL requires lots of memory

2006-11-30 Thread patchapp at dberlin dot org
--- Comment #20 from patchapp at dberlin dot org 2006-11-30 16:15 --- Subject: Bug number PR29433 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-11/msg02053.html --

[Bug other/30030] New: -Wall -pedantic should be default

2006-11-30 Thread gcc at nefthy dot de
-Wall -pendatic options warn about a lot of issues that are often programming errors. I would like to sugest reversing the warning policy so that warnings should be explicitly turned off instead of on. The rational behind this is that, the programmer should be warned about possible issues with his

[Bug other/30030] -Wall -pedantic should be default

2006-11-30 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-11-30 16:52 --- As a bug this will be very likely ignore (I'm even tempted to close it as WONTFIX or WORKSFORME). Please raise policy issues on the appropriate mailinglist (gcc@gcc.gnu.org). --

[Bug driver/29931] following argv[0] symlink in process_command breaks symlinked-together toolchain

2006-11-30 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2006-11-30 17:06 --- Subject: Bug 29931 Author: amylaar Date: Thu Nov 30 17:05:45 2006 New Revision: 119366 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119366 Log: include: 2006-05-03 Andrew Stubbs [EMAIL PROTECTED]

[Bug fortran/30029] [4.1 only] variable not initialed shows non zero value

2006-11-30 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2006-11-30 17:23 --- Confirm. The error is fixed in 4.3 and 4.2 (today's builds). It is present in 4.1 20061115 (SUSE) and -- see original report -- 4.1 20061011 (Red Hat). (I haven't check the svn 4.1 version.) -- burnus at gcc dot

[Bug other/30030] -Wall -pedantic should be default

2006-11-30 Thread gcc at nefthy dot de
--- Comment #2 from gcc at nefthy dot de 2006-11-30 17:33 --- Please close. Will report to mailing list. Thx for the comment. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30030

[Bug tree-optimization/30016] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in convert_move, at expr.c:362

2006-11-30 Thread pinskia at gmail dot com
--- Comment #4 from pinskia at gmail dot com 2006-11-30 18:10 --- Subject: Re: [4.0/4.1/4.2/4.3 Regression] internal compiler error: in convert_move, at expr.c:362 On Thu, 2006-11-30 at 15:55 +, dimock at csail dot mit dot edu wrote: (2a) [portability and performance]

[Bug middle-end/30028] [4.3 Regression] bcopy is wrongly converted to memcpy

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-30 18:14 --- This also fails for spu-elf. Confirmed. http://gcc.gnu.org/ml/gcc-testresults/2006-11/msg01291.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/29878] Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-30 18:20 --- (In reply to comment #2) Hi, What the issue is that distros split up GCC into different packages which means it is an installation issue but not a GCC issue. Good point. I still think the text can be

[Bug tree-optimization/30032] New: sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler

2006-11-30 Thread burnus at gcc dot gnu dot org
The following program is based on the gaz_dyn.f90 test of Polyhedron; there gfortran -march=opteron -ffast-math -funroll-loops -ftree-vectorize -msse3 -O3 -g needs 0m13.999s whereas ifort 9.1 -O3 -xW -ipo -no-prec-div -static -V -g needs 0m7.638s. See

[Bug other/30030] -Wall -pedantic should be default

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-30 18:29 --- Closing as requested -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-11-30 18:31 --- (In reply to comment #12) The code has not undefined behavior, but I think removing the check is ok (it's certainly not supposed to trigger _inside_ the assignment operator or the copy constructor). Actually

[Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-30 18:38 --- Here is the loop that is generated: .L4: flds(%ebx,%edx,4) leal1(%edx), %eax fmul%st(1), %st fdivs (%ecx,%edx,4) fsqrt fstps (%esi,%edx,4) flds

[Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler

2006-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-30 18:44 --- Also you are using VLAs so maybe ICC also converts those VLAs to normal arrays. You might also want to add -mfpmath=sse,387. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30032

[Bug rtl-optimization/29840] [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md tmp-condmd.c: /bin/sh: 13354 Memory fault(coredump)

2006-11-30 Thread bonzini at gnu dot org
--- Comment #21 from bonzini at gnu dot org 2006-11-30 18:48 --- Dave, is the compiler being miscompiled here? Can you reproduce the failure with ../configure --disable-bootstrap make? If so, what is the backtrace? Thanks, Paolo --

[Bug middle-end/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2006-11-30 Thread jh at suse dot cz
--- Comment #14 from jh at suse dot cz 2006-11-30 18:54 --- Subject: Re: [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101 The code has not undefined behavior, but I think removing the check is ok (it's certainly not supposed to trigger _inside_ the assignment

[Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler

2006-11-30 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2006-11-30 18:54 --- Created an attachment (id=12717) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12717action=view) icc -O3 -xW -S of only the function eos() but I think what ICC does is only calculates CS[1] instead of all of

[Bug rtl-optimization/29840] [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md tmp-condmd.c: /bin/sh: 13354 Memory fault(coredump)

2006-11-30 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #22 from dave at hiauly1 dot hia dot nrc dot ca 2006-11-30 19:10 --- Subject: Re: [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md tmp-condmd.c: /bin/sh: 13354 M --- Comment #21 from bonzini at gnu dot org 2006-11-30 18:48 --- Dave, is the

[Bug rtl-optimization/29840] [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md tmp-condmd.c: /bin/sh: 13354 Memory fault(coredump)

2006-11-30 Thread paolo dot bonzini at lu dot unisi dot ch
--- Comment #23 from paolo dot bonzini at lu dot unisi dot ch 2006-11-30 19:18 --- Subject: Re: [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md tmp-condmd.c: /bin/sh: 13354 Memory fault(coredump) I had an unexpected eye operation Tuesday and the vision in my

[Bug libgomp/28209] None of the GOMP_* environment variables are documented

2006-11-30 Thread dfranke at gcc dot gnu dot org
-- dfranke at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dfranke at gcc dot gnu dot |dot org

[Bug middle-end/23470] a*a (for floats) is not considered always postive (-ffast-math only)

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #5 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 23470 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug target/15834] NO_IMPLICIT_EXTERN_C should be gotten rid of

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #11 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 15834 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug c/11377] fault or warn modifiable static in extern inline definition

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #8 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 11377 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug fortran/29067] gfc_resolve_expr(): Bad expression type

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #22 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 29067 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug libfortran/29627] [4.1 only] partial unformatted reads shouldn't succeed

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #12 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 29627 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug fortran/29537] ICE in gfc_match_common for blank common in BLOCK DATA unit

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #15 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 29537 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug target/23067] Incorrect struct layout on darwin

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #29 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 23067 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug c/16622] [C99] extern inline is handled wrong in C99 mode

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #18 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:25 --- Subject: Bug 16622 Author: chaoyingfu Date: Thu Nov 30 19:24:37 2006 New Revision: 119373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119373 Log: Merged revisions 118337-118377 via svnmerge from

[Bug middle-end/30028] [4.3 Regression] bcopy is wrongly converted to memcpy

2006-11-30 Thread hubicka at gcc dot gnu dot org
--- Comment #4 from hubicka at gcc dot gnu dot org 2006-11-30 19:36 --- Subject: Bug 30028 Author: hubicka Date: Thu Nov 30 19:36:02 2006 New Revision: 119375 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119375 Log: PR middle-end/30028 * builtins.c

[Bug target/27405] [4.2/4.3 Regression] gcc.c-torture/execute/960209-1.c ICEs on sh64-* with -O3

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #5 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:44 --- Subject: Bug 27405 Author: chaoyingfu Date: Thu Nov 30 19:43:57 2006 New Revision: 119376 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119376 Log: Merged revisions 118384-118452 via svnmerge from

[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #11 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:44 --- Subject: Bug 28400 Author: chaoyingfu Date: Thu Nov 30 19:43:57 2006 New Revision: 119376 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119376 Log: Merged revisions 118384-118452 via svnmerge from

[Bug middle-end/29335] transcendental functions with constant arguments should be resolved at compile-time

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #35 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:44 --- Subject: Bug 29335 Author: chaoyingfu Date: Thu Nov 30 19:43:57 2006 New Revision: 119376 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119376 Log: Merged revisions 118384-118452 via svnmerge from

[Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #51 from chaoyingfu at gcc dot gnu dot org 2006-11-30 19:44 --- Subject: Bug 29639 Author: chaoyingfu Date: Thu Nov 30 19:43:57 2006 New Revision: 119376 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119376 Log: Merged revisions 118384-118452 via svnmerge from

[Bug rtl-optimization/20211] autoincrement generation is poor

2006-11-30 Thread amylaar at gcc dot gnu dot org
--- Comment #34 from amylaar at gcc dot gnu dot org 2006-11-30 20:04 --- Created an attachment (id=12718) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12718action=view) add-on patch I've found that this patch is also necessary to avoid invalid transformations. --

[Bug libfortran/29568] implement unformatted files with subrecords (Intel style)

2006-11-30 Thread patchapp at dberlin dot org
--- Comment #31 from patchapp at dberlin dot org 2006-11-30 20:10 --- Subject: Bug number PR libfortran/29568 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-11/msg02060.html --

[Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler

2006-11-30 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2006-11-30 21:14 --- Also you are using VLAs so maybe ICC also converts those VLAs to normal arrays. Some tests with void eos(const int NODES, const float CGAMMA, float CS[NODES], const float PRES[NODES], const float DENS[NODES])

Re: [Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler

2006-11-30 Thread Andrew Pinski
--- Comment #4 from burnus at gcc dot gnu dot org 2006-11-30 21:14 --- Also you are using VLAs so maybe ICC also converts those VLAs to normal arrays. You misunderstood me. const int NODES = 2500; float f[NODES]; causes a VLA to happen because in C, NODES is not a constant

[Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler

2006-11-30 Thread pinskia at physics dot uc dot edu
--- Comment #5 from pinskia at physics dot uc dot edu 2006-11-30 21:23 --- Subject: Re: sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler --- Comment #4 from burnus at gcc dot gnu dot org 2006-11-30 21:14 --- Also you are using VLAs so maybe ICC

[Bug gcov-profile/17040] GCOV not working properly on Windows platforms

2006-11-30 Thread p dot obry at wanadoo dot fr
--- Comment #4 from p dot obry at wanadoo dot fr 2006-11-30 21:38 --- (In reply to comment #3) *** Bug 25560 has been marked as a duplicate of this bug. *** Not a duplicate as the patch sent for 25560 does not fix my problem. Tested with GCC 4.1.2. So this still needs to be fixed.

[Bug fortran/24784] Warning about unused routine argument should not read unused variable

2006-11-30 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2006-11-30 22:34 --- In addition to comment #2, it is to note, that -W alone does not give any diagnostic at all. Also, the FE emits different messages, if different flags are specified: # -Wall Warning: Unused variable x declared at

[Bug fortran/30029] [4.1 only] variable not initialed shows non zero value

2006-11-30 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-11-30 22:57 --- bb is used uninitialized in this program, so the program can do anything (including starting world war III). Assuming that non-initialized variables are set to zero was part of a lot of legacy codes. g77 supported

[Bug fortran/20441] -finit-local-zero is missing from gfortran

2006-11-30 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2006-11-30 22:57 --- *** Bug 30029 has been marked as a duplicate of this bug. *** -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/18313] Missing warning for superfluous const's in return types

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2006-11-30 23:08 --- Subject: Bug 18313 Author: mueller Date: Thu Nov 30 23:08:27 2006 New Revision: 119382 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119382 Log: 2006-12-01 Dirk Mueller [EMAIL PROTECTED] PR

[Bug c++/18313] Missing warning for superfluous const's in return types

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-11-30 23:11 --- Implemented for 4.3. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/19564] -Wparentheses does not work with the C++ front-end

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-11-30 23:15 --- what is the status of these patches? I just started to look into this.. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2006-11-30 Thread mueller at gcc dot gnu dot org
--- Comment #7 from mueller at gcc dot gnu dot org 2006-11-30 23:16 --- not entirely related. -- mueller at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/29878] Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error

2006-11-30 Thread jg at jguk dot org
--- Comment #4 from jg at jguk dot org 2006-12-01 00:00 --- Hi, Thanks for your reply. We look into acouple of directories to find jc1, so it is not hardcoded directly. The --prefix directory is hardcoded into gcc but that is just one directory where we look into, we also search

[Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than competing compiler

2006-11-30 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2006-12-01 00:04 --- You misunderstood me. const int NODES = 2500; float f[NODES]; causes a VLA to happen because in C, NODES is not a constant expression. You can do instead: #define NODES 2500 to get the non VLA. I should

Re: [Bug other/29878] Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error

2006-11-30 Thread Andrew Pinski
--- Comment #4 from jg at jguk dot org 2006-12-01 00:00 --- Hi, Thanks for your reply. Again if the distros did not split up the compiler, you would not have an installation problem but a notice that the Java compiler is not installed so I don't think this should be fixed or

[Bug other/29878] Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error

2006-11-30 Thread pinskia at physics dot uc dot edu
--- Comment #5 from pinskia at physics dot uc dot edu 2006-12-01 00:05 --- Subject: Re: Clarify gcc jc1 cc1 cc1plus installation problem No such file or directory error --- Comment #4 from jg at jguk dot org 2006-12-01 00:00 --- Hi, Thanks for your reply. Again if the

[Bug fortran/29713] [4.1 Regression] ICE in gfc_set_constant_character_len decl.c:762

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #9 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 29713 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug ada/29707] s-osinte.adb:86:13: warning: function To_Target_Priority is not referenced

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #6 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 29707 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug fortran/21061] gfortran ignores -Werror

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #6 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 21061 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug fortran/29630] Unclassifiable statement with vector subscripts in initialization

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #5 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 29630 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug fortran/29565] [4.1/4.2/4.3 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.c

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #12 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 29565 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug libfortran/27895] problem with RESHAPE and zero-sized arrays

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #17 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 27895 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug target/26915] missed sized opt returning -1.0

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #8 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 26915 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug tree-optimization/29439] [4.2 regression] ICE in fold-const.c:1385 with -O1 -fwrapv -ftree-vrp

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #20 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 29439 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug fortran/24518] Intrinsic MOD incorrect for large arg1/arg2 and slow.

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #23 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 24518 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug libfortran/25545] internal file and dollar edit descriptor

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #9 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 25545 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug middle-end/29695] [4.1/4.2/4.3 Regression] Folding breaks (a 0x80) ? 0x80 : 0 for unsigned char or unsigned short a

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #6 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 29695 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug fortran/29679] Inability to get shapes correct in initializations

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #5 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:07 --- Subject: Bug 29679 Author: chaoyingfu Date: Fri Dec 1 00:05:26 2006 New Revision: 119383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119383 Log: Merged revisions 118455-118543 via svnmerge from

[Bug c++/30033] New: ICE on valid with --std=c++0x (static_assert)

2006-11-30 Thread pedro dot lamarao at mndfck dot org
/mainline-bin --enable-languages=c,c++ --with-mpfr=../prerequisites --disable-bootstrap Thread model: posix gcc version 4.3.0 20061130 (experimental) /home/pedro/Projetos/gcc/mainline-bin/libexec/gcc/i686-pc-linux-gnu/4.3.0/cc1plus -quiet -v -D_GNU_SOURCE testcase7.cpp -quiet -dumpbase testcase7.cpp

[Bug c++/30033] ICE on valid with --std=c++0x (static_assert)

2006-11-30 Thread pedro dot lamarao at mndfck dot org
--- Comment #1 from pedro dot lamarao at mndfck dot org 2006-12-01 00:17 --- Created an attachment (id=12719) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12719action=view) Reduced test case that provokes ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30033

[Bug c++/30033] ICE on valid with --std=c++0x (static_assert)

2006-11-30 Thread pedro dot lamarao at mndfck dot org
--- Comment #2 from pedro dot lamarao at mndfck dot org 2006-12-01 00:17 --- Created an attachment (id=12720) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12720action=view) Stack trace taken at breakpoint in tree.c:2171 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30033

[Bug c/18063] Gcc doesn't check overflowed size of structure

2006-11-30 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2006-12-01 00:31 --- (In reply to comment #5) (In reply to comment #2) Subject: Re: Gcc doesn't check overflowed size of structure If you rewrite it to That is because there is no constant overflow. Just an overflow at the

[Bug fortran/29601] VOLATILE attribute and statement

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #5 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:35 --- Subject: Bug 29601 Author: chaoyingfu Date: Fri Dec 1 00:32:38 2006 New Revision: 119391 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119391 Log: Merged revisions 118545-118650 via svnmerge from

[Bug fortran/29699] ICE in trans-decl.c

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #8 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:35 --- Subject: Bug 29699 Author: chaoyingfu Date: Fri Dec 1 00:32:38 2006 New Revision: 119391 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119391 Log: Merged revisions 118545-118650 via svnmerge from

  1   2   >