[Bug fortran/42353] [OOP] Bogus Error: Name 'vtype$...' at (1) is an ambiguous reference ...

2009-12-17 Thread anlauf at gmx dot de
--- Comment #6 from anlauf at gmx dot de 2009-12-17 21:09 --- Created an attachment (id=19340) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19340&action=view) Extended demo code. Here's a slightly extended sample of the code where the two submitted patches still fail with the "am

[Bug middle-end/42178] [4.5 Regression] gcc.dg/graphite/interchange-8.c causes ICE

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2009-12-17 21:57 --- Subject: Bug 42178 Author: spop Date: Thu Dec 17 21:57:29 2009 New Revision: 155326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155326 Log: Fix fall outs from Fix-PR42334. 2009-12-17 Sebastian Pop

[Bug tree-optimization/42334] segfault in graphite-poly.h for 200.sixtrack

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #5 from spop at gcc dot gnu dot org 2009-12-17 21:57 --- Subject: Bug 42334 Author: spop Date: Thu Dec 17 21:57:29 2009 New Revision: 155326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155326 Log: Fix fall outs from Fix-PR42334. 2009-12-17 Sebastian Pop

[Bug libfortran/33905] show_backtrace hangs on SIGSEGV in malloc/free

2009-12-17 Thread toon at moene dot org
--- Comment #5 from toon at moene dot org 2009-12-17 21:58 --- > (Even with a temporary file, other things can go wrong!) Paul, you are right - I agree with FX, but forgot to reply. Closing as WONTFIX is OK with me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33905

[Bug target/42416] New: ICE in rs6000_bulitin_vec_perm for 177.mesa with -mvsx

2009-12-17 Thread janis at gcc dot gnu dot org
GCC trunk gets a ICE when building SPEC CPU2000 test 177.mesa with "-O2 -mvsx -mno-altivec -ftree-vectorize", as demonstrated by this minimized testcase: void gl_xform_normals_3fv (unsigned int n, float v[][3], const float m[16], float u[][3], unsigned char normalize) {

[Bug target/42417] New: ICE in change_address_1 for 173.applu with -mvsx

2009-12-17 Thread janis at gcc dot gnu dot org
GCC trunk gets a ICE when building SPEC CPU2000 test 173.applu and several others with "-O2 -mvsx -mno-altivec -ftree-vectorize", as demonstrated by this minimized testcase: subroutine ssor implicit real*8 (a-h,o-z) parameter (iar = 60) common/cgcon/ nx, ny, nz common

[Bug fortran/35476] Accepts invalid: USE/host association of generics with same specifics

2009-12-17 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfir

[Bug fortran/42418] New: PROCEDURE: Rejects interfface which is both specific and generic procedure

2009-12-17 Thread burnus at gcc dot gnu dot org
(found when going through the link of PR gfortran rejects the following program where "gen" is both a generic and a specific procedure name as interface argument to PROCEDURE. I cannot find a reason why it should be invalid and thus I think it is valid. procedure(gen) :: f

[Bug target/40959] build fails - No rule to make target `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'. Stop.

2009-12-17 Thread mexas at bristol dot ac dot uk
--- Comment #16 from mexas at bristol dot ac dot uk 2009-12-17 23:00 --- I just checked that gcc4.2.5 installs fine on ia64 FreeBSD 9.0 current, but all newer versions fail to build. Is it possible/feasible to debug this by comparing gcc42 and gcc43? Unfortunately it's beyond my skills,

[Bug fortran/42418] PROCEDURE: Rejects interface which is both specific and generic procedure

2009-12-17 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-12-17 23:02 --- The following program is also rejected, unless the marked line is removed/comment out. At a glance, it looks OK - and ifort, NAG f95 and g95 accept it. The error message is: print *, fun(enisoc, [0.0])

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-12-17 Thread dfranke at gcc dot gnu dot org
--- Comment #11 from dfranke at gcc dot gnu dot org 2009-12-17 23:07 --- [Adding Paul as CC] (In reply to comment #10) > Would you be so kind as to follow this. It's been unconfirmed for 18 months. > Is it a bug or not and will we or won't we fix it? > > I vote for a WONTFIX to be h

[Bug fortran/35913] INTRINISIC vs. host-associated procedures (check conformance)

2009-12-17 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-12-17 23:07 --- I think that at the current result of gfortran is OK. However, I think a proper way would to send an interpretation request as we did before (PR39997, PR 40264). The question seems to be whether it is valid at all and

[Bug java/41991] gcj segfaults on i686-apple-darwin* and x86_64-apple-darwin*

2009-12-17 Thread howarth at nitro dot med dot uc dot edu
--- Comment #36 from howarth at nitro dot med dot uc dot edu 2009-12-17 23:30 --- (In reply to comment #31) > Interestingly gcc-4.4.2 with the proposed patch, > http://gcc.gnu.org/ml/java/2009-12/msg00027.html, shows gcj crashing the same > way as gcc trunk with the same patch > >

[Bug target/42419] New: ICE in reload_cse_simplify_operands for 254.gap with -mcpu=power7

2009-12-17 Thread janis at gcc dot gnu dot org
GCC trunk gets a ICE when building SPEC CPU2000 test 254.gap with "-m64 -O2 -mcpu=power7 -mno-altivec -ftree-vectorize", as demonstrated by a rather large minimized testcase that I'll attach to this PR. elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -c -m64 -O2 -mcpu=power7 -mno-altivec -ft

[Bug target/42419] ICE in reload_cse_simplify_operands for 254.gap with -mcpu=power7

2009-12-17 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2009-12-18 00:15 --- Created an attachment (id=19341) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19341&action=view) Minimized testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42419

[Bug libstdc++/40497] [C++0x] troubles with std::next / std::prev declarations

2009-12-17 Thread redi at gcc dot gnu dot org
--- Comment #29 from redi at gcc dot gnu dot org 2009-12-18 00:15 --- I think it might be worth opening an issue about these functions, it's far too easy for them to cause problems and make the names "next" and "prev" unusable for user functions: // simplified version of and namespace

[Bug libfortran/42420] New: libgfortran fails to open large files on MINGW32

2009-12-17 Thread jpr at csc dot fi
Program bigfile open( 1,file='bigfile',position='append') End program bigfile fails if size of the bigfile is > 2GB. This is due to the struct stat holding 32 bit st_size field in this platform. The following fix worked for me (libgfortran/io/...) Index: unix.c =

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread jpr at csc dot fi
--- Comment #1 from jpr at csc dot fi 2009-12-18 00:35 --- or rather this Index: unix.c === --- unix.c (revision 155325) +++ unix.c (working copy) @@ -781,7 +781,11 @@ static stream * fd_to_stream (int fd,

[Bug c++/42338] [c++0x] ICE on decltype usage with templates

2009-12-17 Thread redi at gcc dot gnu dot org
--- Comment #2 from redi at gcc dot gnu dot org 2009-12-18 00:42 --- I suspect this is the same issue, as it also passes a null argument to write_expression $ cat ice.cc template auto f(T t) -> decltype(++t, 0) { ++t; return 0; } int main() { f((int*)0); } $ ~/gcc/4.x/bin/g

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2009-12-18 00:57 --- This should have already been fixed by 2009-12-04 Janne Blomqvist PR libfortran/40812 * libgfortran.h: typedef gfc_offset differently for MinGW. * io/unix.h (struct stream): Change function

[Bug libstdc++/40497] [C++0x] troubles with std::next / std::prev declarations

2009-12-17 Thread paolo dot carlini at oracle dot com
--- Comment #30 from paolo dot carlini at oracle dot com 2009-12-18 00:58 --- I agree. In general, however, I'm not sure how general the issue is, now that concepts are gone. For example, consider the case of the various classification functions (from C99): you can still find a PR filed

[Bug c/42421] New: error: invalid suffix "-0x1" on integer constant when subtracting 0x1 from 0xE

2009-12-17 Thread bradley at dunn dot org
When subtracting 0x1 from 0xE, the -0x1 is incorrectly parsed as a suffix. Subtracting 0x1 from other hex constants works fine. $ cat bug.c int good = 0xD-0x1; int bad = 0xE-0x1; $ gcc -v -save-temps -c bug.c Using built-in specs. Target: i686-redhat-linux Configured with: ../configure --prefix=

[Bug c/3885] Incorrect "invalid suffix on integer constant" error

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-12-18 01:23 --- *** Bug 42421 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/42421] error: invalid suffix "-0x1" on integer constant when subtracting 0x1 from 0xE

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-12-18 01:23 --- *** This bug has been marked as a duplicate of 3885 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-12-18 01:23 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/42421] error: invalid suffix "-0x1" on integer constant when subtracting 0x1 from 0xE

2009-12-17 Thread bradley at dunn dot org
--- Comment #2 from bradley at dunn dot org 2009-12-18 01:23 --- Created an attachment (id=19342) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19342&action=view) Preprocessed source file triggering the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42421

[Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-12-18 01:24 --- Close as a dup of bug 3885. *** This bug has been marked as a duplicate of 3885 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/3885] Incorrect "invalid suffix on integer constant" error

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2009-12-18 01:24 --- *** Bug 11494 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/32805] strange error from winavr 20070525

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-12-18 01:24 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/32805] strange error from winavr 20070525

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-12-18 01:24 --- Close as a dup of bug 3885. *** This bug has been marked as a duplicate of 3885 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/3885] Incorrect "invalid suffix on integer constant" error

2009-12-17 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2009-12-18 01:24 --- *** Bug 32805 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/42422] New: Error in Fortran list directed input

2009-12-17 Thread palmtag5 at yahoo dot com
An error occurs when arrays are read from the input using list-directed input that uses a repeat(*) before a record terminator (/). The repeat is ignored. For example, reading an integer array dimensioned 10 integer :: imatrx(10) ... read (*,*) imatrx will give the wrong results wh

[Bug fortran/42422] Error in Fortran list directed input

2009-12-17 Thread palmtag5 at yahoo dot com
--- Comment #1 from palmtag5 at yahoo dot com 2009-12-18 02:54 --- Full example: program test2 implicit none integer :: imatr(20) imatr=0 write (*,*) 'Enter 20 integer values:' read (*,*) imatr write (*,*) 'results:' write (*,*) imatr

[Bug libffi/42423] New: Core dumps while executing ctypes test cases of python-2.5.1 in AIX 5.3

2009-12-17 Thread swamy dot sangamesh at gmail dot com
We are getting the core dumps while trying to execute python-2.5.1 ctypes test cases in 64-bit mode in AIX 5.3 using xlc compiler. First we applied this patch http://gcc.gnu.org/bugzilla/attachment.cgi?id=15274&action=diff to libffi-3.0.8 for the support of 64-bit libffi in AIX and we compiled the

[Bug other/42192] Regression: build with --enable-build-with-cxx failed

2009-12-17 Thread d dot g dot gorbachev at gmail dot com
--- Comment #2 from d dot g dot gorbachev at gmail dot com 2009-12-18 05:14 --- Committed revision 155211. -- d dot g dot gorbachev at gmail dot com changed: What|Removed |Added -

[Bug fortran/39994] Bounds checking (-fcheck=bounds): "A = [ constructor ]" does not work

2009-12-17 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2009-12-18 05:27 --- I bumped this up to "accepts-invalid" to make it a bit more prominent. It is even a correct designation because the "RHS too many items" is manifestly invalid. Cheers Paul -- pault at gcc dot gnu dot org change

[Bug tree-optimization/42221] [4.5 Regression] ICE from '-Os -fgraphite-identity'

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2009-12-18 05:31 --- Subject: Bug 42221 Author: spop Date: Fri Dec 18 05:30:56 2009 New Revision: 155333 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155333 Log: Fix PR42221. 2009-12-17 Sebastian Pop PR middle-end/42

[Bug tree-optimization/42221] [4.5 Regression] ICE from '-Os -fgraphite-identity'

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #5 from spop at gcc dot gnu dot org 2009-12-18 05:33 --- Fixed in the Graphite branch. I will commit this to trunk once it passes usual Graphite branch tests. -- spop at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/42205] [4.5 Regression] [graphite] internal compiler error: verify_ssa failed with -ffast-math -floop-interchange

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2009-12-18 05:42 --- Mine. -- spop at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gc

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread jpr at csc dot fi
--- Comment #3 from jpr at csc dot fi 2009-12-18 05:43 --- No, this was the trunk from yesterday. Some wrinkeles seem to remain... Juha -- jpr at csc dot fi changed: What|Removed |Added ---

[Bug tree-optimization/42205] [4.5 Regression] [graphite] internal compiler error: verify_ssa failed with -ffast-math -floop-interchange

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2009-12-18 06:10 --- Subject: Bug 42205 Author: spop Date: Fri Dec 18 06:10:06 2009 New Revision: 155334 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155334 Log: Fix PR42205. 2009-12-17 Sebastian Pop PR middle-end/42

[Bug tree-optimization/42205] [4.5 Regression] [graphite] internal compiler error: verify_ssa failed with -ffast-math -floop-interchange

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #8 from spop at gcc dot gnu dot org 2009-12-18 06:11 --- Fixed in the Graphite branch. Will be committed to trunk after test. -- spop at gcc dot gnu dot org changed: What|Removed |Added -

[Bug debug/42186] [4.5 Regression] [graphite] internal compiler error: verify_ssa failed

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2009-12-18 06:12 --- Mine. -- spop at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gc

[Bug debug/42186] [4.5 Regression] [graphite] internal compiler error: verify_ssa failed

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #5 from spop at gcc dot gnu dot org 2009-12-18 06:19 --- Subject: Bug 42186 Author: spop Date: Fri Dec 18 06:18:51 2009 New Revision: 155335 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155335 Log: Fix PR42186. 2009-12-17 Sebastian Pop PR middle-end/42

[Bug debug/42186] [4.5 Regression] [graphite] internal compiler error: verify_ssa failed

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2009-12-18 06:19 --- Fixed in the Graphite branch. -- spop at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42393] [4.5 Regression] [graphite] internal compiler error: in check_loop_closed_ssa_use

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #1 from spop at gcc dot gnu dot org 2009-12-18 06:25 --- Subject: Bug 42393 Author: spop Date: Fri Dec 18 06:25:32 2009 New Revision: 155336 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155336 Log: Fix PR42393. 2009-12-17 Sebastian Pop PR middle-end/42

[Bug middle-end/42393] [4.5 Regression] [graphite] internal compiler error: in check_loop_closed_ssa_use

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2009-12-18 06:26 --- Fixed in the Graphite branch. -- spop at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42180] compiling induct.f90 with -ffast-math -O2 -fgraphite-identity ICEs gfortran

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #1 from spop at gcc dot gnu dot org 2009-12-18 06:33 --- Mine. -- spop at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gc

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2009-12-18 06:43 --- (In reply to comment #3) > No, > > this was the trunk from yesterday. Some wrinkeles seem to remain... > You should have included this information in your original bug report. I won't have wasted my time looking u

[Bug fortran/40158] Misleading error message for passing a scalar to an array

2009-12-17 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2009-12-18 06:47 --- This fixes it and even bootstraps and regtests: Index: gcc/fortran/interface.c === --- gcc/fortran/interface.c (revision 155192) +++ gcc/fortran/inte

[Bug testsuite/42135] FAIL: libgomp.graphite/force-parallel-2.c execution test

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2009-12-18 07:38 --- Subject: Bug 42135 Author: spop Date: Fri Dec 18 07:38:06 2009 New Revision: 155337 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155337 Log: Fix PR42135. 2009-12-18 Jack Howarth PR testsuite/42135

[Bug testsuite/42135] FAIL: libgomp.graphite/force-parallel-2.c execution test

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2009-12-18 07:38 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/42180] compiling induct.f90 with -ffast-math -O2 -fgraphite-identity ICEs gfortran

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2009-12-18 07:43 --- Reduced testcase: module mcc_m integer, parameter, private :: longreal = selected_real_kind(15,90) contains subroutine mutual_ind_cir_cir_coils (r1, r2, x12, y12, z12, l1, l2, turns1, turns2, &

[Bug middle-end/42180] compiling induct.f90 with -ffast-math -O2 -fgraphite-identity ICEs gfortran

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2009-12-18 07:55 --- Subject: Bug 42180 Author: spop Date: Fri Dec 18 07:55:05 2009 New Revision: 155338 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155338 Log: Fix PR42180. 2009-12-18 Sebastian Pop PR middle-end/42

[Bug middle-end/42180] compiling induct.f90 with -ffast-math -O2 -fgraphite-identity ICEs gfortran

2009-12-17 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2009-12-18 07:56 --- Still not fully fixed, I'm reducing another testcase that fails a bit later in induct.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42180

<    1   2