[Bug fortran/29629] ICE on OpenMP-enabled program (gfc_conv_variable, at fortran/trans-expr.c:404)

2006-10-29 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug target/27891] [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-10-29 Thread falk at debian dot org
--- Comment #5 from falk at debian dot org 2006-10-29 09:57 --- Zdenek, do you think this patch (or another fix) can be backported to 4.1? http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01259.html -- falk at debian dot org changed: What|Removed |Ad

[Bug target/27891] [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-10-29 Thread rakdver at gcc dot gnu dot org
--- Comment #6 from rakdver at gcc dot gnu dot org 2006-10-29 10:00 --- > do you think this patch (or another fix) can be backported to 4.1? > > http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01259.html Given the nature of the patch, I do not think this is the right approach to fixing th

[Bug fortran/29629] ICE on OpenMP-enabled program (gfc_conv_variable, at fortran/trans-expr.c:404)

2006-10-29 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-10-29 10:27 --- Subject: Bug 29629 Author: jakub Date: Sun Oct 29 10:27:39 2006 New Revision: 118134 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118134 Log: PR fortran/29629 * trans-openmp.c (gfc_trans_omp_

gcc 3.2.3 for mvs

2006-10-29 Thread Paul Edwards
Hello. A group of developers, including myself, have done a lot of work to get gcc 3.2.3 working on MVS. That is the i370 target which has unfortunately been removed from gcc 4. You can see the result here: http://www.softlib.org/GCCMVS/gccmvs.html It is all working fine, but there are some in

[Bug fortran/29634] New: ICE in variable_decl, for function returning a derived type

2006-10-29 Thread fxcoudert at gcc dot gnu dot org
The following gives an ICE: type foo integer :: i end type foo interface fun_interface type(foo) function fun() end function fun end interface contains type(foo) function fun() end function ieee_class_r4 end If the return type of the function, type(foo), is replaced by

[Bug fortran/29634] ICE in variable_decl, for function returning a derived type

2006-10-29 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/29539] ICE in variable_decl

2006-10-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-10-29 10:45 --- An ICE at the same line of code was reported as PR 29634. Maybe your patch fixes both? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29539

[Bug libstdc++/29520] tr1: discrete_distributions vs large floating point values

2006-10-29 Thread paolo at gcc dot gnu dot org
--- Comment #2 from paolo at gcc dot gnu dot org 2006-10-29 10:49 --- Subject: Bug 29520 Author: paolo Date: Sun Oct 29 10:49:07 2006 New Revision: 118135 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118135 Log: 2006-10-29 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/29520] tr1: discrete_distributions vs large floating point values

2006-10-29 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2006-10-29 10:49 --- Subject: Bug 29520 Author: paolo Date: Sun Oct 29 10:49:30 2006 New Revision: 118136 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118136 Log: 2006-10-29 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/29520] tr1: discrete_distributions vs large floating point values

2006-10-29 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-10-29 10:52 --- Fixed for 4.2.0. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/29629] ICE on OpenMP-enabled program (gfc_conv_variable, at fortran/trans-expr.c:404)

2006-10-29 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-10-29 11:21 --- Subject: Bug 29629 Author: jakub Date: Sun Oct 29 11:20:53 2006 New Revision: 118139 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118139 Log: PR fortran/29629 * trans-openmp.c (gfc_trans_omp_

[Bug rtl-optimization/29631] [4.1 regression] Incorrect zero extension of signed short IV

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-10-29 11:35 --- > So this is another loop.c bug. Confirmed. > This is why it was removed, it was full of bugs :). With this criterion VRP wouldn't have survived either. :-) -- ebotcazou at gcc dot gnu dot org changed:

[Bug rtl-optimization/29631] [4.1 regression] Incorrect zero extension of signed short IV

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-10-29 11:35 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Assigne

[Bug fortran/29629] ICE on OpenMP-enabled program (gfc_conv_variable, at fortran/trans-expr.c:404)

2006-10-29 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-10-29 11:38 --- Fixed on the trunk, gcc-4_2-branch and redhat/gcc-4_1-branch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added ---

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

2006-10-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-10-29 11:49 --- Created an attachment (id=12506) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12506&action=view) updated patch In the previous patch, I had ommitted one test too many (the one for EOF). Here's an updated ver

[Bug fortran/29629] ICE on OpenMP-enabled program (gfc_conv_variable, at fortran/trans-expr.c:404)

2006-10-29 Thread franke dot daniel at gmail dot com
--- Comment #5 from franke dot daniel at gmail dot com 2006-10-29 11:52 --- Great. Jakub, thank you very much! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29629

[Bug libfortran/24313] complex sqrt function does not return principal value

2006-10-29 Thread burnus at gcc dot gnu dot org
--- Comment #13 from burnus at gcc dot gnu dot org 2006-10-29 11:57 --- Subject: Bug 24313 Author: burnus Date: Sun Oct 29 11:56:56 2006 New Revision: 118142 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118142 Log: 2006-10-28 Tobias Burnus <[EMAIL PROTECTED]> PR libg

[Bug libfortran/24313] complex sqrt function does not return principal value

2006-10-29 Thread burnus at gcc dot gnu dot org
--- Comment #14 from burnus at gcc dot gnu dot org 2006-10-29 11:58 --- For completeness, the two problems are in the meanwhile fixed in glibc: - csqrt bug, fixed 2005-10-13, http://sources.redhat.com/bugzilla/show_bug.cgi?id=1466 - cacosh bug, fixed 2006-08-03, http://sources.redhat.c

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

2006-10-29 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-10-29 11:59 --- (In reply to comment #3) Hi Jerry, > Now > that we are in 4.3 this is a good time to do some cleanup. Overall, the > prelminary patch approach looks good, but I have not tested yet. There's another reason why I w

[Bug fortran/29635] New: debug info of modules

2006-10-29 Thread fxcoudert at gcc dot gnu dot org
$ cat a.f90 module foo integer i end module foo use foo print *, i end $ ifort -g -c a.f90 $ readelf -wi a.o The section .debug_info contains: Compilation Unit @ offset 0x0: Length:167 Version: 2 Abbrev Offset: 0 Pointer Size: 4 <0>: Abbrev Number: 1 (DW_TAG_co

[Bug fortran/29635] debug info of modules

2006-10-29 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |steven at gcc dot gnu dot |dot org

[Bug libfortran/27740] libgfortran should use versioned symbols

2006-10-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-10-29 14:19 --- Hi Janne, As we've discussed on IRC, the inclusion of the ISO_C_BINDING patch is still uncertain. For other work (implementation of the IEEE intrinsic modules), I've felt the need to add an option to gfortran tha

[Bug libfortran/27740] libgfortran should use versioned symbols

2006-10-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-10-29 14:20 --- Created an attachment (id=12507) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12507&action=view) Patch implementing namespace separation, to go with symbol versioning -- http://gcc.gnu.org/bugzilla/sho

[Bug c++/29636] New: Undefined symbols: ___emutls_get_address

2006-10-29 Thread mail at nicetoeatyou dot de
/usr/bin/ld: Undefined symbols: ___emutls_get_address when compiling c++ sources with open mp -- Summary: Undefined symbols: ___emutls_get_address Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/29636] Undefined symbols: ___emutls_get_address

2006-10-29 Thread mail at nicetoeatyou dot de
--- Comment #1 from mail at nicetoeatyou dot de 2006-10-29 14:26 --- Created an attachment (id=12508) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12508&action=view) log from the build -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29636

[Bug c++/29636] Undefined symbols: ___emutls_get_address

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-29 16:34 --- The patch which caused this was reverted already. You might as well try a newer GCC. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/17741] ICE in gfc_free_namespace, at fortran/symbol.c:2208

2006-10-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-10-29 16:43 --- Subject: Bug 17741 Author: jvdelisle Date: Sun Oct 29 16:43:48 2006 New Revision: 118149 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118149 Log: 2006-10-29 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/17741] ICE in gfc_free_namespace, at fortran/symbol.c:2208

2006-10-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2006-10-29 16:45 --- Fixed on 4.3, no need to backport -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/29599] [4.1/4.2/4.3 Regression] ICE when building the kernel on SH4

2006-10-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.1/4.2 Regression] ICE|[4.1/4.2/4.3 Regression] ICE |when building the ker

[Bug fortran/24978] ICE in gfc_assign_data_value_range

2006-10-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-10-29 16:47 --- I have started looking into this one -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/15458] Combine ~ and ^.

2006-10-29 Thread sayle at gcc dot gnu dot org
--- Comment #7 from sayle at gcc dot gnu dot org 2006-10-29 17:51 --- Subject: Bug 15458 Author: sayle Date: Sun Oct 29 17:51:07 2006 New Revision: 118152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118152 Log: PR tree-optimization/15458 * fold-const.c (fold_

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2006-10-29 18:38 --- Subject: Bug 16307 Author: mueller Date: Sun Oct 29 18:38:26 2006 New Revision: 118154 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118154 Log: 2006-10-29 Dirk Mueller <[EMAIL PROTECTED]> PR c++

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #6 from mueller at gcc dot gnu dot org 2006-10-29 19:13 --- Fixed in 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug libfortran/27740] libgfortran should use versioned symbols

2006-10-29 Thread jb at gcc dot gnu dot org
--- Comment #7 from jb at gcc dot gnu dot org 2006-10-29 19:32 --- Yes, this approach is fine by me. Thanks for doing the work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27740

[Bug c++/29089] Words substituted for %s in a sentence can not be translated

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #2 from mueller at gcc dot gnu dot org 2006-10-29 19:53 --- Subject: Bug 29089 Author: mueller Date: Sun Oct 29 19:52:52 2006 New Revision: 118156 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118156 Log: PR c++/29089 * typeck.c (build_unary_op): Dupli

[Bug c++/29089] Words substituted for %s in a sentence can not be translated

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #3 from mueller at gcc dot gnu dot org 2006-10-29 19:58 --- Fixed for 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|NE

[Bug fortran/24978] ICE in gfc_assign_data_value_range

2006-10-29 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #7 from sgk at troutmask dot apl dot washington dot edu 2006-10-29 20:02 --- Subject: Re: ICE in gfc_assign_data_value_range > Should we simply avoid the ice, perhaps accepting the invalid code or do we > want to search for duplicates in the DATA statements and generate an

[Bug tree-optimization/15458] Combine ~ and ^.

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-10-29 20:27 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/26510] [4.1/4.2/4.3 Regression] --disable-shared broken for darwin platform

2006-10-29 Thread geoffk at gcc dot gnu dot org
--- Comment #7 from geoffk at gcc dot gnu dot org 2006-10-29 20:29 --- I think I'll just declare that GCC requires a shared libgcc on Darwin. -- geoffk at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29582] Parameter pushed to stack too soon

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-29 20:40 --- Do you have a testcase that actually compiles? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/29637] New: [4.0/4.1/4.2/4.3 Regression] Endless recursion in make_vector_type

2006-10-29 Thread jakub at gcc dot gnu dot org
PR29092 fix causes a regression: /* { dg-do compile } */ /* { dg-options "-O2 -ftree-vectorize" } */ typedef struct __attribute__ ((aligned (8))) { short a, b, c, d; } A; typedef struct { A a[24]; } B; static const A b = { 0, 0, 1, -1 }; void foo (B *x) { int i; for (i = 0; i <= 20; i

[Bug tree-optimization/29637] [4.0/4.1/4.2/4.3 Regression] Endless recursion in make_vector_type

2006-10-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/29638] New: [4.0/4.1/4.2/4.3 Regression] Endless recursion in make_vector_type

2006-10-29 Thread jakub at gcc dot gnu dot org
PR29092 fix causes a regression: /* { dg-do compile } */ /* { dg-options "-O2 -ftree-vectorize" } */ typedef struct __attribute__ ((aligned (8))) { short a, b, c, d; } A; typedef struct { A a[24]; } B; static const A b = { 0, 0, 1, -1 }; void foo (B *x) { int i; for (i = 0; i <= 20; i

[Bug tree-optimization/29638] [4.0/4.1/4.2/4.3 Regression] Endless recursion in make_vector_type

2006-10-29 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug tree-optimization/29637] [4.0/4.1/4.2/4.3 Regression] Endless recursion in make_vector_type

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-29 20:53 --- *** This bug has been marked as a duplicate of 29638 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/29638] [4.0/4.1/4.2/4.3 Regression] Endless recursion in make_vector_type

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-29 20:53 --- *** Bug 29637 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29638

[Bug tree-optimization/29638] [4.0/4.1/4.2/4.3 Regression] Endless recursion in make_vector_type

2006-10-29 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug ada/29623] Assert_Failure sinfo.adb:649 in task allocator

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-29 21:03 --- Confirmed, reduced testcase:procedure rv is task serveur is entry rendez_vous; entry photo; end serveur ; task body serveur is begin accept photo do null; end p

[Bug target/28197] longjmp and alloca cause bus error at -O0

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-29 21:29 --- This is not a bug in GCC but rather longjump/setjmp on Darwin, report this bug to Apple. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/29631] [4.1 regression] Incorrect zero extension of signed short IV

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-10-29 21:40 --- It's another fallout of PR middle-end/25125. In final_cleanup: short unsigned int pretmp.53; short int p0; : pretmp.53 = (short unsigned int) delta; p0 = 2; ivtmp.59 = 0; :; p0 = (short int) (pretm

[Bug fortran/29550] Optimize -fexternal-blas calls for conjg()

2006-10-29 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|fxcoudert at gcc dot gnu dot|unassigned at gcc dot gnu |org

[Bug fortran/29410] [Optimization] bug with TRANSFER() and -O2

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-29 22:15 --- The problem is that gfc_conv_intrinsic_transfer does *(int*)&float_var which causes a violation of aliasing rules. -- pinskia at gcc dot gnu dot org changed: What|Removed |Adde

[Bug fortran/29410] [Optimization] bug with TRANSFER() and -O2

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-29 22:36 --- Here is the fix which I am testing right now: Index: trans-intrinsic.c === --- trans-intrinsic.c (revision 118159) +++ trans-intrinsic.c (working co

[Bug rtl-optimization/28970] [4.1 Regression] Wrong code for simple loop test case

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-10-29 23:06 --- As per comment #3. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Co

[Bug rtl-optimization/28970] [4.1 Regression] Wrong code for simple loop test case

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-10-29 23:06 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Assigne

[Bug middle-end/26635] [4.1 regression] Bogus Storage_Error warning

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-10-29 23:10 --- Probably a lost cause at this point... -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/20548] [4.2/4.3 Regression] ACATS c52103x c52104x c52104y segfault

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED|SUSPENDED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20548

[Bug ada/26797] [4.2/4.3 regression] ACATS c35507m cd2a23e cxh1001 fail

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #21 from ebotcazou at gcc dot gnu dot org 2006-10-29 23:17 --- After the latest changes to VRP, only cxh1001 still fails on mainline. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/18819] [4.2/4.3 regression] ACATS cdd2a02 fail at runtime

2006-10-29 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Summary|[4.2/4.3 Regression] ACATS |[4.2/4.3 reg

[Bug fortran/24978] ICE in gfc_assign_data_value_range

2006-10-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-10-29 23:51 --- Here is a case that makes it through gfortran and into middle-end or back-end. real :: a(5,5) DATA a /25*-5.0/ !(1,1), a(3,1), a(1,2), a(3,3) /2*1.0, 2*2.0/ DATA a(2,1) /2.5/ print '(5f5.2)', a end test2.f90: In

[Bug target/29639] New: FAIL: ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-10-29 Thread pcarlini at suse dot de
Between 2006-10-28 and 2006-10-29 a regression appeared on at least some targets: http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01448.html http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01450.html On i686-pc-linux-gnu, I'm seeing it only at -O1 or above, and goes like this: #0 parse_

[Bug target/29639] FAIL: ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-30 00:02 --- http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01768.html Hmm, I bet this is really a binutils bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29639

[Bug target/29639] FAIL: ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-10-29 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-10-30 00:08 --- (In reply to comment #1) > http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01768.html Are you sure this *2004* patch is relevant? > Hmm, I bet this is really a binutils bug. I'm seeing the problem with a stock 2.17, if nobo

[Bug target/29639] FAIL: ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-30 00:21 --- (In reply to comment #2) > (In reply to comment #1) > > http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01768.html > > Are you sure this *2004* patch is relevant? > Yes since it just went in during the time frame you

[Bug target/29639] FAIL: ext/bitmap_allocator/check_allocate_max_size.cc execution test

2006-10-29 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-10-30 00:27 --- (In reply to comment #3) > > Are you sure this *2004* patch is relevant? > > > > Yes since it just went in during the time frame you mentioned: > 2006-10-28 Eric Botcazou <[EMAIL PROTECTED]> Crazy. Ok, thanks, let's ad

[Bug tree-optimization/27441] VAR - 1 not identified as the same as VAR + -1

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-30 02:14 --- Fixed in 4.3.0 by the patch which fixed PR 27132. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/29042] [4.0/4.1/4.2/4.3 Regression] Useless floating-point stores and loads on x86

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-30 02:17 --- Confirmed, this regression was caused by the removal of ADDRESSOF. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/25881] unsigned int loop indices don't optimize as good as int or __SIZE_TYPE__ for 64bit targets

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-30 02:46 --- Fixed in 4.2.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug objc/29640] New: C99 VLA size rejected in an objc method definition

2006-10-29 Thread pinskia at gcc dot gnu dot org
testcase: int f(int m, int n[m]); @ implementation NGActiveSocket + (void) socketPair:(int)m :(int [m]) _pair { _pair[0] = 0; } @end --- Seems like method arguments should be parsed the same as function arguments. -- Summary: C99 VLA size rejected in an objc method def

[Bug objc/29197] [4.0/4.1/4.2/4.3 Regression] ICE after error with array type with undefined variable

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-30 06:21 --- I am testing the fix for this right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29197

[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2006-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-30 06:21 --- Note I xfailed these testcases. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25359

[Bug debug/26881] [4.1 Regression] internal compiler error in dwarf2out_finish

2006-10-29 Thread sur at compart dot net
--- Comment #24 from sur at compart dot net 2006-10-30 07:32 --- I get this very same issue also on sparc-solaris 2.10 with the mentioned source and gcc v 4.1.1. So I hope 4.1.2 will fix this there too, but I get it there only with option -ggdb, in case this helps anyway. Alternatively I