[Bug fortran/25587] New: Garbage in output of -fdump-tree-original

2005-12-27 Thread jvdelisle at gcc dot gnu dot org
Given this input as an example: cat enderr.f90 program test character(len=10) :: str str = '123' read( str, *, end=10 ) i,x 10 continue print*,i, x end program test gfortran -fdump-tree-original gives the following with two garbage characters right after the __st_parameter_dtquire as

[Bug libfortran/25550] file data corrupted after reading end of file

2005-12-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2005-12-28 07:21 --- Subject: Bug 25550 Author: jvdelisle Date: Wed Dec 28 07:21:20 2005 New Revision: 109102 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109102 Log: 2005-12-28 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25550] file data corrupted after reading end of file

2005-12-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2005-12-28 07:20 --- Subject: Bug 25550 Author: jvdelisle Date: Wed Dec 28 07:20:19 2005 New Revision: 109101 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109101 Log: 2005-12-28 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25419] gfortran read does not take comma for default on one entry

2005-12-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2005-12-28 07:00 --- Subject: Bug 25419 Author: jvdelisle Date: Wed Dec 28 07:00:47 2005 New Revision: 109100 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109100 Log: 2005-12-28 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25419] gfortran read does not take comma for default on one entry

2005-12-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2005-12-28 06:59 --- Subject: Bug 25419 Author: jvdelisle Date: Wed Dec 28 06:59:35 2005 New Revision: 109099 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109099 Log: 2005-12-28 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug other/1634] Request for gcc-cvs-patches list

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-28 06:27 --- Do we need this any more after svn as svn automatically does patch sets and doing a diff for a patch set ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1634

[Bug debug/5271] Wrong line number information with optimization

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-28 06:18 --- Fixed in 4.0.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug debug/7580] incorrect/unfortunate DWARF-2 info for static const int class members

2005-12-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7580

[Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow

2005-12-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8108

[Bug c/23872] .t02.original dump weirdness

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-28 06:04 --- The STATEMENT_LIST printing out instead of what it really should be is because GCC uses print_generic_expr instead of print_generic_stmt. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23872

[Bug target/25572] ppc64 -mminimal-toc trashes r30

2005-12-27 Thread amodra at bigpond dot net dot au
-- amodra at bigpond dot net dot au changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org

[Bug target/25572] ppc64 -mminimal-toc trashes r30

2005-12-27 Thread amodra at bigpond dot net dot au
--- Comment #3 from amodra at bigpond dot net dot au 2005-12-28 04:52 --- Adding if (no_new_pseudos) regs_ever_live[TOC_REGISTER] = 1; to rs6000.c:create_TOC_reference fixes this problem. There seems to be precedent for such chicanery: eg. rs6000_got_register and a number of plac

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-28 04:18 --- Subject: Re: FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above > (In reply to comment #6) > > It I'm reading this correctly, we appear to have the sum of two > > real4* pointers in the MEM. > > You

[Bug target/25572] ppc64 -mminimal-toc trashes r30

2005-12-27 Thread amodra at bigpond dot net dot au
--- Comment #2 from amodra at bigpond dot net dot au 2005-12-28 03:03 --- Happens at -O0 too. At -O0, r30 is used for the first time when reload decides that the asm_operands in the following needs reloading. regs_ever_live[30] isn't set. (insn 8 6 10 3 (set (mem/c/i:DI (plus:DI (reg

[Bug middle-end/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-28 00:37 --- (In reply to comment #6) > It I'm reading this correctly, we appear to have the sum of two > real4* pointers in the MEM. You are reading this correctly. PRE is only run at -O2 but I don't think this is a PRE bug.

[Bug fortran/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-28 00:25 --- Subject: Re: FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above > Can you attach the dump from -fdump-tree-vars? I suspect that cray_pointers > are a bit weird on targets like HPPA since we might not

[Bug fortran/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-28 00:16 --- Subject: Re: FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above Here's the dump. Dave --- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-28 00:16 --- Created an attachment

[Bug fortran/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-28 00:13 --- Subject: Re: FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above > Can you attach the dump from -fdump-tree-vars? I suspect that cray_pointers > are a bit weird on targets like HPPA since we might not

[Bug fortran/25584] gfortran: internal compiler error: Segmentation fault

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-28 00:00 --- This is not a dup of bug 25041. This has been fixed since at least 4.1.0 20051112. So closing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/25585] [4.2 regression]: unaligned access in SPEC CPU 2K

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-27 23:50 --- There is not enough information to figure out what is going wrong here. Can you attach the preprocesed source (if you can since this is SPEC) or at least find the simplified example. -- pinskia at gcc dot gnu dot

[Bug target/25242] [3.4 only] failure in i386-sse-2.c on x86_64-unknown-linux-gnu

2005-12-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[3.4] failure in i386-sse- |[3.4 only] failure in i386- |2.c on x86_64-unknown-

[Bug fortran/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-27 23:47 --- Can you attach the dump from -fdump-tree-vars? I suspect that cray_pointers are a bit weird on targets like HPPA since we might not record if it is a pointer or not in the integer. -- http://gcc.gnu.org/bugzill

[Bug target/25583] [3.4 Regression] ICE in instantiate_virtual_regs_lossage on x86-64 EM64T system

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-27 23:44 --- Confirmed, only a 3.4 regression, related to PR 25242. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/25586] FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2005-12-27 23:40 --- These fails don't occur on 4.2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25586

[Bug c/25582] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-27 23:32 --- *** This bug has been marked as a duplicate of 25579 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/25579] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-27 23:32 --- *** Bug 25582 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25579

[Bug fortran/25586] New: FAIL: gfortran.dg/cray_pointers_2.f90 at -O2 and above

2005-12-27 Thread danglin at gcc dot gnu dot org
Executing on host: /test/gnu/gcc-4.1/objdir/gcc/testsuite/../gfortran -B/test/gn u/gcc-4.1/objdir/gcc/testsuite/../ /test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran. dg/cray_pointers_2.f90 -O2 -fcray-pointer -L/test/gnu/gcc-4.1/objdir/hppa64- hp-hpux11.11/./libgfortran/.libs -L/test/gnu/gcc-4.1/

[Bug target/25585] New: [4.2 regression]: unaligned access in SPEC CPU 2K

2005-12-27 Thread hjl at lucon dot org
I got apsi_base.o2(3621): unaligned access to 0x6fffb03c, ip=0x4002b0a0 apsi_base.o2(3621): unaligned access to 0x6fffb03c, ip=0x4002b361 apsi_base.o2(3621): unaligned access to 0x6fffb03c, ip=0x4001bbe1 apsi_base.o2(3621): unaligned access to 0x6000

[Bug fortran/25584] New: gfortran: internal compiler error: Segmentation fault

2005-12-27 Thread edoardo dot apra at pnl dot gov
This internal compiler error seems to occur when a mixture of double precision and integer variables are present in a statement function $cat abc123.F subroutine abcd1234 integer x double precision funcxi funcxi(x) = $ (x-1)*2d0 end $ gfortran -c -v abc123

[Bug c/25579] Corrupt memory stack

2005-12-27 Thread javadi82 at yahoo dot com
--- Comment #6 from javadi82 at yahoo dot com 2005-12-27 23:22 --- I'll post this bug at the bugzilla database for glibc. Meanwhile, am changing this bug status to WontFix. Thanks and sorry for the waste of time. -- javadi82 at yahoo dot com changed: What|Removed

[Bug c/25583] ICE in instantiate_virtual_regs_lossage on x86-64 EM64T system

2005-12-27 Thread rstancha at cse dot wustl dot edu
--- Comment #1 from rstancha at cse dot wustl dot edu 2005-12-27 23:20 --- Created an attachment (id=10558) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10558&action=view) test case Minimal test case exhibiting bug on my system. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug c/25583] New: ICE in instantiate_virtual_regs_lossage on x86-64 EM64T system

2005-12-27 Thread rstancha at cse dot wustl dot edu
I get an internal compiler error when compiling without optimizations on the following code: / #include int buggy(double val1, double val2){ __m128d t1 = _mm_load_sd( &val1 ); __m128d t2 = _mm_load_sd( &val2 ); __m128d r = _mm_c

[Bug c/25582] New: Corrupt memory stack

2005-12-27 Thread javadi82 at yahoo dot com
I get a corrupt memory stack error with reference to glibc - with one of my program that uses pointers. This is my first bug report. So kindly excuse(the lack of clarity). -- Summary: Corrupt memory stack Product: gcc Version: unknown Status: UNCONF

[Bug c/25579] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-27 23:01 --- If you supply the source to your program, we might be able to help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25579

[Bug c/25579] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-27 22:59 --- *** Bug 25581 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25579

[Bug c/25581] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-27 22:59 --- *** This bug has been marked as a duplicate of 25579 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/25581] New: Corrupt memory stack

2005-12-27 Thread javadi82 at yahoo dot com
I get a corrupt memory stack error with reference to glibc - with one of my program that uses pointers. This is my first bug report. So kindly excuse(the lack of clarity). -- Summary: Corrupt memory stack Product: gcc Version: unknown Status: UNCONF

[Bug middle-end/25125] [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #21 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-27 22:35 --- Subject: Re: [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type > However, I'm getting different tree code with the x86 cross. I can't reproduce this problem. Maybe I for

[Bug c/25579] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-27 22:28 --- Oh, one more thing, glibc is not part of the GCC project. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25579

[Bug c/25580] Corrupt memory stack

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

[Bug c/25579] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-27 22:27 --- *** Bug 25580 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25579

[Bug c/25580] New: Corrupt memory stack

2005-12-27 Thread javadi82 at yahoo dot com
I get a corrupt memory stack error with reference to glibc - with one of my program that uses pointers. This is my first bug report. So kindly excuse(the lack of clarity). -- Summary: Corrupt memory stack Product: gcc Version: unknown Status: UNCONF

[Bug fortran/18883] ICE in gfc_finish_var_decl

2005-12-27 Thread eedelman at gcc dot gnu dot org
--- Comment #10 from eedelman at gcc dot gnu dot org 2005-12-27 22:09 --- (In reply to comment #9) > Fixed on 4.1. Not yet fixed on 4.0, because it depends on PR 15326 which > hasn't been fixed for 4.0. PR 15326 will not be fixed for 4.0, I presume, so neither will this. Thus I consid

[Bug fortran/25385] ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1235

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-27 21:58 --- This was fixed by the patch which fixed PR 19239 so closing as fixed for 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/25579] Corrupt memory stack

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-27 21:54 --- And why do you think this is a bug in GCC and not your code? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25385] ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1235

2005-12-27 Thread eedelman at gcc dot gnu dot org
--- Comment #6 from eedelman at gcc dot gnu dot org 2005-12-27 21:53 --- (In reply to comment #5) > Never mind. I managed to reduce it to something that doesn't depend on any > modules. The reduced testcase is here: SUBROUTINE MATIERE() REAL :: XSNAK(2) XSNAK((/ 1, 2 /)) = 0

[Bug c/25579] New: Corrupt memory stack

2005-12-27 Thread javadi82 at yahoo dot com
I get a corrupt memory stack error with reference to glibc - with one of my program that uses pointers. This is my first bug report. So kindly excuse(the lack of clarity). -- Summary: Corrupt memory stack Product: gcc Version: unknown Status: UNCONF

[Bug rtl-optimization/25578] [4.2 Regression] gfortran version 4.2.0 20051227 - 144 new testsuite failures since 2005121

2005-12-27 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2005-12-27 21:46 --- This was after a complete new download and rebuild. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25578

[Bug fortran/25385] ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1235

2005-12-27 Thread eedelman at gcc dot gnu dot org
-- eedelman at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last reconf

[Bug fortran/25385] ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1235

2005-12-27 Thread eedelman at gcc dot gnu dot org
--- Comment #5 from eedelman at gcc dot gnu dot org 2005-12-27 21:31 --- (In reply to comment #4) > > It seems to me that the .mod-file is corrupted. Could you send the source > code > of the module too, instead of just the .mod file? > Never mind. I managed to reduce it to someth

[Bug rtl-optimization/25578] [4.2 Regression] gfortran version 4.2.0 20051227 - 144 new testsuite failures since 2005121

2005-12-27 Thread pinskia at gcc dot gnu dot org
-*-* Keywords||wrong-code Last reconfirmed|-00-00 00:00:00 |2005-12-27 21:13:33 date|| Summary|gfortran version 4.2.0 |[4.2 Regression] gfortran |20051227 - 144 new testsuite

[Bug fortran/25578] gfortran version 4.2.0 20051227 - 144 new testsuite failures since 2005121

2005-12-27 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #1 from sgk at troutmask dot apl dot washington dot edu 2005-12-27 20:58 --- If you've only updated the source in gcc/fortran and libgfortran, then you need to do cd gcc/testsuite svn update -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25578

[Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2005-12-27 20:08 --- Subject: Bug 25444 Author: ghazi Date: Tue Dec 27 20:08:39 2005 New Revision: 109084 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109084 Log: * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

[Bug testsuite/25442] -fpic/-fPIC failures in gcc.dg/ipa/ipa-1.c ipa-2.c ipa-3.c ipa-4.c ipa-5.c

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2005-12-27 20:08 --- Subject: Bug 25442 Author: ghazi Date: Tue Dec 27 20:08:39 2005 New Revision: 109084 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109084 Log: * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

[Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2005-12-27 20:08 --- Subject: Bug 25441 Author: ghazi Date: Tue Dec 27 20:08:39 2005 New Revision: 109084 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109084 Log: * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

[Bug testsuite/25442] -fpic/-fPIC failures in gcc.dg/ipa/ipa-1.c ipa-2.c ipa-3.c ipa-4.c ipa-5.c

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #2 from ghazi at gcc dot gnu dot org 2005-12-27 19:58 --- Subject: Bug 25442 Author: ghazi Date: Tue Dec 27 19:58:28 2005 New Revision: 109083 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109083 Log: * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

[Bug testsuite/25444] -fpic/-fPIC failure in gcc.dg/tree-ssa/pr14841.c

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2005-12-27 19:58 --- Subject: Bug 25444 Author: ghazi Date: Tue Dec 27 19:58:28 2005 New Revision: 109083 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109083 Log: * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

[Bug testsuite/25441] -fpic/-fPIC failure in gcc.dg/pr23911.c

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2005-12-27 19:58 --- Subject: Bug 25441 Author: ghazi Date: Tue Dec 27 19:58:28 2005 New Revision: 109083 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109083 Log: * g++.dg/rtti/tinfo1.C: Scan for ".global" also.

[Bug fortran/25385] ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1235

2005-12-27 Thread eedelman at gcc dot gnu dot org
--- Comment #4 from eedelman at gcc dot gnu dot org 2005-12-27 19:41 --- (In reply to comment #2) > Created an attachment (id=10467) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10467&action=view) [edit] > m_mb_control.mod > > Fortran module needed by matiere.f When I try to co

[Bug fortran/25578] New: gfortran version 4.2.0 20051227 - 144 new testsuite failures since 2005121

2005-12-27 Thread dir at lanl dot gov
The 20051227 version of gfortran has 144 new testsuite failures as compared to the 2005121 version - Test Run By dir on Tue Dec 27 11:07:49 2005 Native configuration is powerpc-apple-darwin8.3.0 === gfortran tests === Schedule of variations: unix Running target unix Using

[Bug middle-end/25125] [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #20 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-27 19:27 --- Subject: Re: [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type > > I am having tough time building the compiler for hppa2.0w-hp-hpux11.11. > > These days gcc won't even al

[Bug fortran/25396] Operator overloading for array-valued functions gets shape incorrectly

2005-12-27 Thread eedelman at gcc dot gnu dot org
--- Comment #1 from eedelman at gcc dot gnu dot org 2005-12-27 19:26 --- Confirmed. -- eedelman at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-12-27 17:42 --- *** Bug 25134 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101

[Bug bootstrap/25134] AIX 5.3 64bit - xgcc error: 1252-191 Only .llong should be used for relocatable expressions

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-27 17:42 --- (In reply to comment #3) > /home/fmr/MYLIB # libtool --mode compile g++ -maix64 $CXXFLAGS -I./ -c > libshl.c That is a libtool bug and not a GCC bug. Anyways this is still a dup of bug 23101 since it is the same f

[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-12-27 17:19 --- Fixed in 4.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/23172] [4.1/4.2 Regression] ICE on integer initialization, GNU extension

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2005-12-27 17:19 --- Fixed in 4.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/23171] [4.1/4.2 Regression] ICE on pointer initialization with C99 initializer

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #19 from mmitchel at gcc dot gnu dot org 2005-12-27 17:18 --- Fixed in 4.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2005-12-27 17:18 --- Subject: Bug 25417 Author: mmitchel Date: Tue Dec 27 17:18:05 2005 New Revision: 109081 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109081 Log: PR c++/23171, c++/23172, c++/25417. * c-de

[Bug c++/23172] [4.1/4.2 Regression] ICE on integer initialization, GNU extension

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2005-12-27 17:18 --- Subject: Bug 23172 Author: mmitchel Date: Tue Dec 27 17:18:05 2005 New Revision: 109081 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109081 Log: PR c++/23171, c++/23172, c++/25417. * c-d

[Bug c++/23171] [4.1/4.2 Regression] ICE on pointer initialization with C99 initializer

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #18 from mmitchel at gcc dot gnu dot org 2005-12-27 17:18 --- Subject: Bug 23171 Author: mmitchel Date: Tue Dec 27 17:18:05 2005 New Revision: 109081 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109081 Log: PR c++/23171, c++/23172, c++/25417. * c-d

[Bug middle-end/25125] [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #19 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-27 17:06 --- Subject: Re: [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type > I am having tough time building the compiler for hppa2.0w-hp-hpux11.11. > These days gcc won't even allow

[Bug middle-end/25125] [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2005-12-27 Thread kazu at gcc dot gnu dot org
--- Comment #18 from kazu at gcc dot gnu dot org 2005-12-27 16:59 --- Dave, I am having tough time building the compiler for hppa2.0w-hp-hpux11.11. These days gcc won't even allow you to build cc1 without an assembler and such. How do you build your compiler? Using the native assembler

[Bug libfortran/25577] New: gfortran routine mvbits returns wrong answer.

2005-12-27 Thread dir at lanl dot gov
gfortran routine mvbits returns wrong answer (Absoft shows the correct answer) - [dranta:~/tests/gfortran-D] dir% gfortran -o sage02 sage02.f90 [dranta:~/tests/gfortran-D] dir% sage02 0 1F 0 [dranta:~/tests/gfortran-D] dir%

[Bug fortran/25576] [4.0 only] checking failure in execute/intrinsic_eoshift.f90

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #2 from ghazi at gcc dot gnu dot org 2005-12-27 15:37 --- The particular checking type exposing the failure is "gc" checking. That forces the garbage collection parameters to be: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 Using those parameters to compile the t

[Bug fortran/25576] [4.0 only] checking failure in execute/intrinsic_eoshift.f90

2005-12-27 Thread ghazi at gcc dot gnu dot org
--- Comment #1 from ghazi at gcc dot gnu dot org 2005-12-27 15:22 --- Running f951 under gdb, I get: (gdb) run /tmp/kg/40/egcc-4.0-SVN20051226/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_eoshift.f90 -quiet -dumpbase intrinsic_eoshift.f90 -mtune=k8 -auxbase intrinsic_eoshif

[Bug middle-end/25125] [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2005-12-27 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #17 from dave at hiauly1 dot hia dot nrc dot ca 2005-12-27 15:00 --- Subject: Re: [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type > Re. comments #14 and #15 -- Dave you really should also say what compiler you > used, or people will just

[Bug fortran/25576] New: [4.0 only] checking failure in execute/intrinsic_eoshift.f90

2005-12-27 Thread ghazi at gcc dot gnu dot org
I'm getting a gfortran failure which only appears with checking turned on the gcc-4.0.x branch: http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00417.html It does not happen in 4.1/mainline. It does not happen if I target i686. To repeat configure with --target=x86_64-unknown-linux-gnu --enable

[Bug fortran/25486] [4.1/4.2 Regression] fortran fixed-form literal character constant not padded.

2005-12-27 Thread aldot at gcc dot gnu dot org
--- Comment #6 from aldot at gcc dot gnu dot org 2005-12-27 14:54 --- The patch does fix it, the behaviour of line-length-none is documented and expected. trunk with the patch gives: $ gfortran-4.2-HEAD -o pr25486 gfortran.pr25486.f $ ./pr25486 1234567

[Bug ada/25573] Incorrect result returning constrained subtype (slice) with non-trivial return expression

2005-12-27 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2005-12-27 14:43 --- Confirmed the bug on 4.0.2 on x86-linux. This is fixed on 4.1 and trunk. -- laurent at guerby dot net changed: What|Removed |Added --

[Bug fortran/25486] [4.1/4.2 Regression] fortran fixed-form literal character constant not padded.

2005-12-27 Thread aldot at gcc dot gnu dot org
--- Comment #5 from aldot at gcc dot gnu dot org 2005-12-27 13:15 --- I'm bootstrapping and will test the patch below (gcc.gfortran.pr25486.0.diff). I'm uncertain on the expected results of the testcase above for -ffixed-line-length-none, so i'm not changing the behaviour for this case (

[Bug middle-end/18913] [3.4 Regression] seg. fault with -finit-local-zero option on complex array of dimension 1

2005-12-27 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #5 from toon at moene dot indiv dot nluug dot nl 2005-12-27 12:24 --- This is not a g77 error. The following C routine's compilation fails in the same way - deep down in the middle world: main() { __complex c[1] = { 0.0 }; } -- toon at moene dot indiv dot nluug dot

[Bug c/25575] some uninitialized warning disappear when compile without -O

2005-12-27 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2005-12-27 12:22 --- That happens because data flow information is used to find uninitialized variables. Some folks argue that this by itself is a bug, and that it should be entirely up to the front end to diagnose uninitialized variable

[Bug c/25575] New: some uninitialized warning disappear when compile without -O

2005-12-27 Thread lidaobing at gmail dot com
Hello, see example: > $ cat warning.c int main() { int i; return i; } $ gcc -Wall warning.c $ gcc -Wall -O0 warning.c $ gcc -Wall -O warning.c warning.c: In function ‘main’: warning.c:4: warning: ‘i’ is used uninitialized in this function warning.c $ gcc -Wall -O1 warning.c warnin

[Bug fortran/25494] [g77 only] error in g77 documentation (all versions)

2005-12-27 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #1 from toon at moene dot indiv dot nluug dot nl 2005-12-27 12:11 --- Fixed in 3.4.6. -- toon at moene dot indiv dot nluug dot nl changed: What|Removed |Added

[Bug middle-end/25125] [4.1 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2005-12-27 Thread steven at gcc dot gnu dot org
--- Comment #16 from steven at gcc dot gnu dot org 2005-12-27 11:16 --- Re. comments #14 and #15 -- Dave you really should also say what compiler you used, or people will just have to make a guess. They'd probably conclude you are testing GCC 3.3 in this case ;-) Anyway, if the initial

[Bug debug/24824] [4.1/4.2 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-12-27 Thread steven at gcc dot gnu dot org
--- Comment #9 from steven at gcc dot gnu dot org 2005-12-27 11:11 --- The patch that Janis identified in comment #5 fixed bug 19497, which is only an "accepts-invalid". Bug 19497 was not fixed on the GCC 4.0 branch. Perhaps that patch to fix it for GCC 4.1 should just be reverted if a

[Bug debug/24824] [4.1/4.2 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-12-27 Thread steven at gcc dot gnu dot org
--- Comment #8 from steven at gcc dot gnu dot org 2005-12-27 11:08 --- Nathan, tomorrow is more than a month ago. Ping! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24824

[Bug bootstrap/25134] AIX 5.3 64bit - xgcc error: 1252-191 Only .llong should be used for relocatable expressions

2005-12-27 Thread michele_mazza at hotmail dot com
--- Comment #3 from michele_mazza at hotmail dot com 2005-12-27 11:05 --- We need to build a C++ library on AIX and we would like to use gcc compiler to keep the library multiplatform (we can run on Linux also). The C interface of our library is used by SAS (that will soon be 64bit). Th

[Bug c++/25439] [4.0/4.1/4.2 regression] "template<> int A<0>" accepted

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-12-27 09:05 --- Fixed in 4.0.3. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/25439] [4.0/4.1/4.2 regression] "template<> int A<0>" accepted

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2005-12-27 09:05 --- Subject: Bug 25439 Author: mmitchel Date: Tue Dec 27 09:05:17 2005 New Revision: 109079 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109079 Log: PR c++/25439 * decl.c (grokdeclarator): Re