[Bug ada/25612] New: Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread laurent at guerby dot net
>From Andreas Jaeger, confirmed by toon on IRC.

http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01955.html

make[3]: Entering directory `/builds/gcc/misc/stage3-gcc/ada/tools'
../../gnatmake -c -I../rts -I. -I/cvs/gcc-svn/trunk/gcc/ada gnatchop
--GCC="../../xgcc -B../../ -O2 -g -O2   -gnatpg -gnata"
../../xgcc -c -I./ -I../rts -I. -I/cvs/gcc-svn/trunk/gcc/ada -B../../ -O2 -g
-O2 -gnatpg -gnata -I- /cvs/gcc-svn/trunk/gcc/ada/gnatchop.adb
+===GNAT BUG DETECTED==+
| 4.2.0 20051231 (experimental) (x86_64-suse-linux-gnu) GCC error: |
| in find_or_generate_expression, at tree-ssa-pre.c:2028   |
| Error detected at gnatchop.adb:1810:5|
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.|
| Use a subject line meaningful to you and us to track the bug.|
| Include the entire contents of this bug box in the report.   |
| Include the exact gcc or gnatmake command that you entered.  |
| Also include sources listed below in gnatchop format |
| (concatenated together with no headers between files).   |
+==+


-- 
   Summary: Ada bootstrap failure on x86_64
find_or_generate_expression, at tree-ssa-pre.c:2028
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Keywords: ice-on-valid-code, build
  Severity: normal
  Priority: P3
 Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: laurent at guerby dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25612




[Bug target/25213] [3.4 only] -fpic/-fPIC testsuite failures in gcc.dg/i386-387-3.c and i386-387-4.c

2005-12-31 Thread ghazi at gcc dot gnu dot org


--- Comment #4 from ghazi at gcc dot gnu dot org  2005-12-31 13:42 ---
Fixed:
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01629.html


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Known to fail|3.4.5   |
  Known to work|4.0.3   |3.4.6 4.0.3
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25213




[Bug c/25613] New: sh compiler hangs when compiling some inline asm

2005-12-31 Thread vapier at gentoo dot org
attempting to build a package which tests a bunch of inline assembly snippets
to see if the host supports it ... in this case, this snippet caused a hang:

lantank # cat conftest.c
int main() {
unsigned long foo;
asm("pklb %1, %0" : "=r" (foo) : "rI" (foo));
return 0;   
}
lantank # gcc -v -c conftest.c
Reading specs from /usr/lib/gcc/sh4-gentoo-linux-uclibc/3.4.5/specs
Configured with: /var/tmp/portage/gcc-3.4.5/work/gcc-3.4.5/configure
--prefix=/usr --bindir=/usr/sh4-gentoo-linux-uclibc/gcc-bin/3.4.5
--includedir=/usr/lib/gcc/sh4-gentoo-linux-uclibc/3.4.5/include
--datadir=/usr/share/gcc-data/sh4-gentoo-linux-uclibc/3.4.5
--mandir=/usr/share/gcc-data/sh4-gentoo-linux-uclibc/3.4.5/man
--infodir=/usr/share/gcc-data/sh4-gentoo-linux-uclibc/3.4.5/info
--with-gxx-include-dir=/usr/lib/gcc/sh4-gentoo-linux-uclibc/3.4.5/include/g++-v3
--host=sh4-gentoo-linux-uclibc --build=sh4-gentoo-linux-uclibc
--disable-altivec --disable-nls --with-system-zlib --disable-checking
--disable-werror --disable-libunwind-exceptions --disable-multilib
--disable-libmudflap --disable-libgcj --enable-languages=c,c++ --enable-shared
--enable-threads=posix --disable-__cxa_atexit --enable-target-optspace
--enable-clocale=uclibc
Thread model: posix
gcc version 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)
 /usr/libexec/gcc/sh4-gentoo-linux-uclibc/3.4.5/cc1 -quiet -v conftest.c -quiet
-dumpbase conftest.c -auxbase conftest -version -o /tmp/cctiJvYX.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/sh4-gentoo-linux-uclibc/3.4.5/../../../../sh4-gentoo-linux-uclibc/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/sh4-gentoo-linux-uclibc/3.4.5/include
 /usr/include
End of search list.
GNU C version 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)
(sh4-gentoo-linux-uclibc)
compiled by GNU C version 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0,
pie-8.7.9).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096


attaching with strace shows that it's just spinning in an infinite loop
somewhere

tested Gentoo/gcc-3.4.5 native/cross sh4, FC4/gcc-4.0.0 cross


-- 
   Summary: sh compiler hangs when compiling some inline asm
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: vapier at gentoo dot org
GCC target triplet: sh4-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25613




[Bug testsuite/25214] -fpic/-fPIC failures in gcc.dg/i386-local2.c

2005-12-31 Thread ghazi at gcc dot gnu dot org


--- Comment #7 from ghazi at gcc dot gnu dot org  2005-12-31 13:44 ---
Fixed:
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01629.html


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Known to fail|3.4.5 4.0.3 4.1.0 4.2.0 |
  Known to work||3.4.6
 Resolution||FIXED
   Target Milestone|--- |3.4.6


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25214




[Bug target/19750] [3.4] RTL checking failure in gcc.dg/titype-1.c

2005-12-31 Thread ghazi at gcc dot gnu dot org


--- Comment #2 from ghazi at gcc dot gnu dot org  2005-12-31 14:14 ---
still fails with checking here:
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01585.html


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to fail||3.4.6


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19750




[Bug target/19750] [3.4] RTL checking failure in gcc.dg/titype-1.c

2005-12-31 Thread ghazi at gcc dot gnu dot org


--- Comment #3 from ghazi at gcc dot gnu dot org  2005-12-31 14:21 ---
Apparently fails without checking too:

http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01501.html


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

   Keywords||ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19750




[Bug target/19750] [3.4] failure in gcc.dg/titype-1.c

2005-12-31 Thread ghazi at gcc dot gnu dot org


--- Comment #4 from ghazi at gcc dot gnu dot org  2005-12-31 14:44 ---
Confirmed, checking merely gives us a more informative answer.  The compile
dies on the same line without checking too.  Without checking I get:

Program received signal SIGSEGV, Segmentation fault.
0x0073aeef in ix86_va_arg (valist=0x2ac4b900, type=0x2ac47820)
at ../../egcc-3.4-SVN20051230/gcc/config/i386/i386.c:3331
3331  for (i = 0; i < XVECLEN (container, 0); i++)
(gdb) p *container
$7 = {code = REG, mode = TImode, jump = 0, call = 0, unchanging = 0,
  volatil = 0, in_struct = 0, used = 0, integrated = 0, frame_related = 0,
  u = {fld = {{rtint = 0, rtuint = 0, rtstr = 0x0, rtx = 0x0, rtvec = 0x0,
rttype = VOIDmode, rt_addr_diff_vec_flags = {min_align = 0,
  base_after_vec = 0, min_after_vec = 0, max_after_vec = 0,
  min_after_base = 0, max_after_base = 0, offset_unsigned = 0,
  scale = 0}, rt_cselib = 0x0, rtbit = 0x0, rttree = 0x0, bb = 0x0,
rtmem = 0x0, rtreg = 0x0}}, hwint = {0}}}


With checking, I get:

titype-1.c: In function `foo':
titype-1.c:21: internal compiler error: RTL check: expected elt 0 type 'E' or
'V', have 'i' (rtx reg) in ix86_va_arg, at config/i386/i386.c:3331
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
[...]
#4  0x008f18dc in ix86_va_arg (valist=0x1, type=0x2d1fd820)
at ../../egcc-3.4-SVN20051230/gcc/config/i386/i386.c:3331
3331  for (i = 0; i < XVECLEN (container, 0); i++)
(gdb) p *container
$1 = {code = REG, mode = TImode, jump = 0, call = 0, unchanging = 0, volatil =
0, in_struct = 0, used = 0, integrated = 0,
  frame_related = 0, u = {fld = {{rtint = 0, rtuint = 0,
rtstr = 0xafafafaf ,
rtx = 0xafafafaf,
rtvec = 0xafafafaf, rttype = VOIDmode, rt_addr_diff_vec_flags =
{min_align = 0, base_after_vec = 0,
  min_after_vec = 0, max_after_vec = 0, min_after_base = 0,
max_after_base = 0, offset_unsigned = 0, scale = 0},
rt_cselib = 0xafafafaf, rtbit = 0xafafafaf, rttree =
0xafafafaf, bb = 0xafafafaf,
rtmem = 0xafafafaf, rtreg = 0xafafafaf}}, hwint =
{-5787213829993660416}}}
(gdb)


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

Summary|[3.4] RTL checking failure  |[3.4] failure in
   |in gcc.dg/titype-1.c|gcc.dg/titype-1.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19750




[Bug c/25613] sh compiler hangs when compiling some inline asm

2005-12-31 Thread kkojima at gcc dot gnu dot org


--- Comment #1 from kkojima at gcc dot gnu dot org  2005-12-31 14:46 ---
FYI, current trunk and 4.1.0 (20051127 prerelease) exit with
"error: impossible constraint in 'asm'" messages for the given
test case.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25613




[Bug testsuite/20772] x86 tests should run on both i?86 and x86_64

2005-12-31 Thread ghazi at gcc dot gnu dot org


--- Comment #26 from ghazi at gcc dot gnu dot org  2005-12-31 14:51 ---
I can't find any more problems, there shouldn't be much of anything left to do
here.  If any straggler testcases remain, they can be fixed on a one-off basis.


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|ghazi at gcc dot gnu dot org|unassigned at gcc dot gnu
   ||dot org
 Status|ASSIGNED|NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20772




[Bug testsuite/20772] x86 tests should run on both i?86 and x86_64

2005-12-31 Thread ghazi at gcc dot gnu dot org


--- Comment #27 from ghazi at gcc dot gnu dot org  2005-12-31 14:52 ---
Fixed as far as I can tell.


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20772




[Bug target/25607] wrong code at -O2 -ffast-math on opteron ?

2005-12-31 Thread jv244 at cam dot ac dot uk


--- Comment #3 from jv244 at cam dot ac dot uk  2005-12-31 14:56 ---
Ok, is indeed a bug in valgrind. So I'm closing this report. Thanks.


-- 

jv244 at cam dot ac dot uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25607




[Bug fortran/25615] New: Internal compiler error in compiling a module which have the same name procedure.

2005-12-31 Thread iguchi at coral dot t dot u-tokyo dot ac dot jp
In cygwin platform, I got the following internal compiler error.

$ gfortran --version
GNU Fortran 95 (GCC) 4.2.0 20051126 (experimental)
Copyright (C) 2005 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

$ cat ice.f90
module m
  implicit none
contains

  subroutine p(i)
integer :: i
  end subroutine

  subroutine p(i)
   integer :: i
  end subroutine
end module

$ gfortran -c ice.f90
ice.f90:5: internal compiler error: in build_function_decl, at
fortran/trans-dec
l.c:1113
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.


-- 
   Summary: Internal compiler error in compiling a module which have
the same name procedure.
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: iguchi at coral dot t dot u-tokyo dot ac dot jp


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25615




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

2005-12-31 Thread tobi at gcc dot gnu dot org


--- Comment #7 from tobi at gcc dot gnu dot org  2005-12-31 16:39 ---
Fixed. BTW, Erik, you can use svn merge to backport patches to the older
branches.  That would save you "svn add"ing them on all branches.


-- 

tobi at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||tobi at gcc dot gnu dot org
 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25396




[Bug tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-31 17:19 ---
the ICE is on the SSA_NAME for the PARM_DECL for the chain variable for nested
function

I might have a fix, I think the normal issue as not treating this PARM_DECL
live at the beginging of the first BB is the issue.

Here is the patch which I am testing right now:
Index: tree-ssa-pre.c
===
--- tree-ssa-pre.c  (revision 109198)
+++ tree-ssa-pre.c  (working copy)
@@ -3086,6 +3086,18 @@ compute_avail (void)
}
 }

+  if (cfun->static_chain_decl)
+{
+  param = cfun->static_chain_decl;
+  if (default_def (param) != NULL)
+{
+  tree def = default_def (param);
+  vn_lookup_or_add (def, NULL);
+  bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR), def);
+  bitmap_value_insert_into_set (AVAIL_OUT (ENTRY_BLOCK_PTR), def);
+}
+}
+
   /* Allocate the worklist.  */
   worklist = XNEWVEC (basic_block, n_basic_blocks);


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||pinskia at gcc dot gnu dot
   ||org
 AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
   |dot org |org
 Status|UNCONFIRMED |ASSIGNED
  Component|ada |tree-optimization
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2005-12-31 17:19:54
   date||
Summary|Ada bootstrap failure on|[4.2 Regression] Ada
   |x86_64  |bootstrap failure on x86_64
   |find_or_generate_expression,|find_or_generate_expression,
   |at tree-ssa-pre.c:2028  |at tree-ssa-pre.c:2028
   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25612




[Bug inline-asm/25613] [4.0 Regression] sh compiler hangs when compiling some inline asm

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25613




[Bug fortran/25538] internal compiler error: in build_function_decl, at fortran/trans-decl.c:1130

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-31 18:12 ---
(In reply to comment #2)
> Confirmed, I almost think this is a dup of bug 25024.

It is at least related.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25538




[Bug fortran/25615] Internal compiler error in compiling a module which have the same name procedure.

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-31 18:12 ---
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Keywords||ice-on-invalid-code
   Last reconfirmed|-00-00 00:00:00 |2005-12-31 18:12:39
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25615




[Bug fortran/25615] Internal compiler error in compiling a module which have the same name procedure.

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-31 18:13 ---
Related to PR 24327, bug 25024, and PR 25538.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  BugsThisDependsOn||24327, 25024, 25538


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25615




[Bug fortran/25055] [4.1] numeric STOP code should be limited to five digits

2005-12-31 Thread kargl at gcc dot gnu dot org


--- Comment #5 from kargl at gcc dot gnu dot org  2005-12-31 18:55 ---
Subject: Bug 25055

Author: kargl
Date: Sat Dec 31 18:55:30 2005
New Revision: 109199

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109199
Log:
2005-12-31  Steven G. Kargl <[EMAIL PROTECTED]>

PR fortran/25106
PR fortran/25055
* io.c (match_dt_format): Remove second arg in gfc_match_st_label.
* match.c (gfc_match_small_literal_int): Add cnt argument;
(gfc_match_st_label,gfc_match_stopcode): Account for cnt argument.
(gfc_match_st_label): Remove allow_zero (second argument), and use 
cnt for errors. 
(gfc_match_do,gfc_match_goto):  Remove second arg in gfc_match_st_label
* match.h (gfc_match_small_literal_int,gfc_match_st_label):
Update prototypes.
* decl.c (match_char_length,gfc_match_old_kind_spec): Account for cnt.
* parse.c (next_free): Account for cnt; Remove second arg in 
gfc_match_st_label
* primary.c (match_kind_param): Ditto.


PR fortran/25106
PR fortran/25055
* gfortran.dg/label_1.f90: New test.


Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/label_1.f90
Modified:
branches/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/gcc-4_1-branch/gcc/fortran/decl.c
branches/gcc-4_1-branch/gcc/fortran/io.c
branches/gcc-4_1-branch/gcc/fortran/match.c
branches/gcc-4_1-branch/gcc/fortran/match.h
branches/gcc-4_1-branch/gcc/fortran/parse.c
branches/gcc-4_1-branch/gcc/fortran/primary.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25055




[Bug fortran/25106] [4.0/4.1] statement label is zero

2005-12-31 Thread kargl at gcc dot gnu dot org


--- Comment #8 from kargl at gcc dot gnu dot org  2005-12-31 18:55 ---
Subject: Bug 25106

Author: kargl
Date: Sat Dec 31 18:55:30 2005
New Revision: 109199

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109199
Log:
2005-12-31  Steven G. Kargl <[EMAIL PROTECTED]>

PR fortran/25106
PR fortran/25055
* io.c (match_dt_format): Remove second arg in gfc_match_st_label.
* match.c (gfc_match_small_literal_int): Add cnt argument;
(gfc_match_st_label,gfc_match_stopcode): Account for cnt argument.
(gfc_match_st_label): Remove allow_zero (second argument), and use 
cnt for errors. 
(gfc_match_do,gfc_match_goto):  Remove second arg in gfc_match_st_label
* match.h (gfc_match_small_literal_int,gfc_match_st_label):
Update prototypes.
* decl.c (match_char_length,gfc_match_old_kind_spec): Account for cnt.
* parse.c (next_free): Account for cnt; Remove second arg in 
gfc_match_st_label
* primary.c (match_kind_param): Ditto.


PR fortran/25106
PR fortran/25055
* gfortran.dg/label_1.f90: New test.


Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/label_1.f90
Modified:
branches/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/gcc-4_1-branch/gcc/fortran/decl.c
branches/gcc-4_1-branch/gcc/fortran/io.c
branches/gcc-4_1-branch/gcc/fortran/match.c
branches/gcc-4_1-branch/gcc/fortran/match.h
branches/gcc-4_1-branch/gcc/fortran/parse.c
branches/gcc-4_1-branch/gcc/fortran/primary.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25106




[Bug fortran/25055] [4.1] numeric STOP code should be limited to five digits

2005-12-31 Thread kargl at gcc dot gnu dot org


--- Comment #6 from kargl at gcc dot gnu dot org  2005-12-31 19:04 ---
fixed.


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25055




[Bug fortran/25106] [4.0/4.1] statement label is zero

2005-12-31 Thread kargl at gcc dot gnu dot org


--- Comment #9 from kargl at gcc dot gnu dot org  2005-12-31 19:05 ---
Fixed in 4.1 and trunk.  This will not be fixed (by me)
in 4.0.


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25106




[Bug tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-31 19:21 ---
Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01966.html


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2005-
   ||12/msg01966.html
   Keywords||patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25612




[Bug fortran/25324] Wrong DW_TAG_compile_unit generated when compiling preprocessed fortran code

2005-12-31 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 |
URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2005-
   ||12/msg01957.html
 Status|NEW |ASSIGNED
   Last reconfirmed|2005-12-09 14:17:28 |2005-12-31 19:34:30
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25324




[Bug tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-31 19:38 ---
Subject: Bug 25612

Author: pinskia
Date: Sat Dec 31 19:38:05 2005
New Revision: 109200

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109200
Log:
2005-12-31  Andrew Pinski  <[EMAIL PROTECTED]>

PR tree-opt/25612
* tree-ssa-pre.c (compute_avail): Treat the static chain decl as a
parameter and pretend that it is defined in the entry basic block.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-ssa-pre.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25612




[Bug tree-optimization/25612] [4.2 Regression] Ada bootstrap failure on x86_64 find_or_generate_expression, at tree-ssa-pre.c:2028

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #4 from pinskia at gcc dot gnu dot org  2005-12-31 19:38 ---
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25612




[Bug fortran/20892] dummy procedure can't be generic

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-31 19:59 ---
And now just accepts the code without an ICE.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Keywords|ice-on-invalid-code |
   Last reconfirmed|2005-09-30 20:49:19 |2005-12-31 19:59:59
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20892




[Bug fortran/20884] subroutine accepted in operator interface

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-31 20:01 ---
This no longer ICEs but it is still accepted.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Keywords|ice-on-invalid-code |
   Last reconfirmed|2005-09-30 20:44:48 |2005-12-31 20:01:46
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20884




[Bug fortran/20860] equivalencing derived type var with default initialization

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-31 20:07 ---
Fixed in 4.1.0:
 In file t.f90:8

EQUIVALENCE(dd,J)
 1
Error: Derived type variable 'dd' at (1) with default initializer cannot be an
EQUIVALENCE object


And this is a dup of bug 20902.

*** This bug has been marked as a duplicate of 20902 ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20860




[Bug fortran/20902] can't equivalence derived types with default initialization

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #7 from pinskia at gcc dot gnu dot org  2005-12-31 20:07 ---
*** Bug 20860 has been marked as a duplicate of this bug. ***


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20902




[Bug fortran/20854] dummy argument of public procedure may not be of private type

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-31 20:11 ---
Error: 'a' is a PRIVATE type and cannot be a dummy argument of 'try', which is
PUBLIC at (1)


Fixed in 4.1.0.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20854




[Bug fortran/24144] segmentation fault in gfortran with character functions.

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-31 20:14 ---
Fixed in 4.1.0 and above.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Keywords||ice-on-valid-code
 Resolution||FIXED
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24144




gcc-bugs@gcc.gnu.org

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2005-12-31 20:36:53
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25530




gcc-bugs@gcc.gnu.org

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2005-12-31 20:37:01
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25529




[Bug target/23067] Incorrect struct layout on darwin

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #24 from pinskia at gcc dot gnu dot org  2005-12-31 22:21 
---
/* { dg-require-effective-target ilp32 } */

That is required for the testcases by the way to make sure that they are only
run on the 32bit powerpc-darwin.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23067




[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org


--- Comment #7 from jakub at gcc dot gnu dot org  2005-12-31 23:46 ---
Subject: Bug 25294

Author: jakub
Date: Sat Dec 31 23:45:58 2005
New Revision: 109201

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109201
Log:
PR c++/25294
* directives.c (do_pragma): If pragma line ends with multi-line
block comment, end the saved deferred pragma string before that
comment.  Handle embedded '\0' chars on the pragma line.

* gcc.dg/pragma-pack-3.c: New test.
* g++.dg/parse/pragma3.C: New test.

Added:
trunk/gcc/testsuite/g++.dg/parse/pragma3.C
trunk/gcc/testsuite/gcc.dg/pragma-pack-3.c
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/libcpp/ChangeLog
trunk/libcpp/directives.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25294




[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org


--- Comment #8 from jakub at gcc dot gnu dot org  2006-01-01 00:00 ---
Subject: Bug 25294

Author: jakub
Date: Sun Jan  1 00:00:56 2006
New Revision: 109202

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109202
Log:
PR c++/25294
* directives.c (do_pragma): If pragma line ends with multi-line
block comment, end the saved deferred pragma string before that
comment.  Handle embedded '\0' chars on the pragma line.

* gcc.dg/pragma-pack-3.c: New test.
* g++.dg/parse/pragma3.C: New test.

Added:
branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/pragma3.C
branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pragma-pack-3.c
Modified:
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
branches/gcc-4_1-branch/libcpp/ChangeLog
branches/gcc-4_1-branch/libcpp/directives.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25294




[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org


--- Comment #9 from jakub at gcc dot gnu dot org  2006-01-01 00:10 ---
Fixed with ugly hack in 4.1 and on the trunk, will be hopefully soon replaced
with pragma handling merge from gomp-20050608-branch.


-- 

jakub at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25294




[Bug tree-optimization/24169] Address (full struct) escapes even though the called function does not cause it to escape

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-01 00:41 ---
Just a clarification here, I just want the SFT for k.j to be considered call
clobbered for this testcase.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24169




[Bug tree-optimization/23969] no flow-sensitive alias info for pretmp.28_145 in D.1305_17 = *pretmp.28_145;

2005-12-31 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-01 01:10 ---
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23969




[Bug libfortran/25594] LAPACK regression in schkbl.f

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #4 from jvdelisle at gcc dot gnu dot org  2006-01-01 02:45 
---
Subject: Bug 25594

Author: jvdelisle
Date: Sun Jan  1 02:45:22 2006
New Revision: 109211

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109211
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25594
PR libgfortran/25419
* io/list_read.c (list_formatted_read_scalar): Test for comma to return
a null value (default). Revert patch of 25419 on 2005-12-28.  

Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/list_read.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25594




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

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #5 from jvdelisle at gcc dot gnu dot org  2006-01-01 02:45 
---
Subject: Bug 25419

Author: jvdelisle
Date: Sun Jan  1 02:45:22 2006
New Revision: 109211

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109211
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25594
PR libgfortran/25419
* io/list_read.c (list_formatted_read_scalar): Test for comma to return
a null value (default). Revert patch of 25419 on 2005-12-28.  

Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/list_read.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25419




[Bug fortran/5900] [g77 & gfortran] Lapack regressions since g77 2.95.2

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #55 from jvdelisle at gcc dot gnu dot org  2006-01-01 02:50 
---
$ gfc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../main/configure --prefix=/home/jerry/gcc/usr
--enable-languages=c,fortran --disable-libmudflap
Thread model: posix
gcc version 4.2.0 20051228 (experimental)

Results with no optimizations:

csep.out: CST drivers:  1 out of  11664 tests failed to pass the threshold
csep.out: CST:2 out of  4662 tests failed to pass the threshold
csep.out: CST:2 out of  4662 tests failed to pass the threshold
csep.out: CST drivers:  1 out of  11664 tests failed to pass the threshold
ded.out: DES:1 out of  3270 tests failed to pass the threshold
ded.out: DSX:1 out of  3500 tests failed to pass the threshold
dgd.out: DXV drivers:200 out of   5000 tests failed to pass the threshold
sgd.out: SXV drivers: 37 out of   5000 tests failed to pass the threshold
ssep.out: SST:2 out of  4662 tests failed to pass the threshold
ssep.out: SST drivers:  1 out of  14256 tests failed to pass the threshold
zgd.out: ZXV drivers: 24 out of   5000 tests failed to pass the threshold


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5900




[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #35 from jvdelisle at gcc dot gnu dot org  2006-01-01 03:49 
---
Subject: Bug 25139

Author: jvdelisle
Date: Sun Jan  1 03:49:00 2006
New Revision: 109212

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109212
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25139
* io/unix.c (fd_truncate): Set s->active to zero.
PR libgfortran/25510
* libgfortran.h: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT.
* runtime/error.c (translate_error): Add messages for new errors.
* io/list_read.c (next_char): Use new errors.
* io/transfer.c (next_record_r) (next_record_w): Use new errors.

Modified:
branches/gcc-4_1-branch/libgfortran/ChangeLog
branches/gcc-4_1-branch/libgfortran/io/list_read.c
branches/gcc-4_1-branch/libgfortran/io/transfer.c
branches/gcc-4_1-branch/libgfortran/io/unix.c
branches/gcc-4_1-branch/libgfortran/libgfortran.h
branches/gcc-4_1-branch/libgfortran/runtime/error.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25139




[Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #4 from jvdelisle at gcc dot gnu dot org  2006-01-01 03:49 
---
Subject: Bug 25510

Author: jvdelisle
Date: Sun Jan  1 03:49:00 2006
New Revision: 109212

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109212
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25139
* io/unix.c (fd_truncate): Set s->active to zero.
PR libgfortran/25510
* libgfortran.h: Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT.
* runtime/error.c (translate_error): Add messages for new errors.
* io/list_read.c (next_char): Use new errors.
* io/transfer.c (next_record_r) (next_record_w): Use new errors.

Modified:
branches/gcc-4_1-branch/libgfortran/ChangeLog
branches/gcc-4_1-branch/libgfortran/io/list_read.c
branches/gcc-4_1-branch/libgfortran/io/transfer.c
branches/gcc-4_1-branch/libgfortran/io/unix.c
branches/gcc-4_1-branch/libgfortran/libgfortran.h
branches/gcc-4_1-branch/libgfortran/runtime/error.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25510




[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #36 from jvdelisle at gcc dot gnu dot org  2006-01-01 03:53 
---
Subject: Bug 25139

Author: jvdelisle
Date: Sun Jan  1 03:53:12 2006
New Revision: 109213

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109213
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25139
* gfortran.dg/backspace_2.f: New test.

Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/backspace_2.f
Modified:
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25139




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

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #4 from jvdelisle at gcc dot gnu dot org  2006-01-01 04:16 
---
Subject: Bug 25550

Author: jvdelisle
Date: Sun Jan  1 04:16:39 2006
New Revision: 109214

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109214
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25550
* io/file_pos.c (st_rewind): Reset bytes left so no error occurs in
next_record_r.

Modified:
branches/gcc-4_1-branch/libgfortran/ChangeLog
branches/gcc-4_1-branch/libgfortran/io/file_pos.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25550




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

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #5 from jvdelisle at gcc dot gnu dot org  2006-01-01 04:20 
---
Subject: Bug 25550

Author: jvdelisle
Date: Sun Jan  1 04:20:41 2006
New Revision: 109215

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109215
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25550
* gfortran.dg/endfile.f: New test.

Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/endfile.f
Modified:
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25550




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

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #6 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:04 
---
Subject: Bug 25419

Author: jvdelisle
Date: Sun Jan  1 05:04:06 2006
New Revision: 109216

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109216
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25594
PR libgfortran/25419
* io/list_read.c (list_formatted_read_scalar): Test for comma to return
a null value (default). Revert patch of 25419 on 2005-12-28.

Modified:
branches/gcc-4_1-branch/libgfortran/ChangeLog
branches/gcc-4_1-branch/libgfortran/io/list_read.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25419




[Bug libfortran/25594] LAPACK regression in schkbl.f

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #5 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:04 
---
Subject: Bug 25594

Author: jvdelisle
Date: Sun Jan  1 05:04:06 2006
New Revision: 109216

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109216
Log:
2005-12-31  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25594
PR libgfortran/25419
* io/list_read.c (list_formatted_read_scalar): Test for comma to return
a null value (default). Revert patch of 25419 on 2005-12-28.

Modified:
branches/gcc-4_1-branch/libgfortran/ChangeLog
branches/gcc-4_1-branch/libgfortran/io/list_read.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25594




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

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #7 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:06 
---
Subject: Bug 25419

Author: jvdelisle
Date: Sun Jan  1 05:06:05 2006
New Revision: 109217

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109217
Log:
2005-12-28  Jerry DeLisle  <[EMAIL PROTECTED]>

PR libgfortran/25419
* gfortran.dg/comma.f: New test.

Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/comma.f
Modified:
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25419




[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #37 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:14 
---
Fixed on 4.1 and 4.2


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25139




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

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #8 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:16 
---
Fixed on 4.1 and 4.2


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25419




[Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #5 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:16 
---
Completed on 4.1 and 4.2


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25510




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

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #6 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:19 
---
Fixed on 4.1 and 4.2


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25550




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

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25419




[Bug libfortran/25510] Add ERROR_INTERNAL and ERROR_INTERNAL_UNIT

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25510




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

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25550




[Bug libfortran/25594] LAPACK regression in schkbl.f

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #6 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:21 
---
Fixed on 4.2 and avoided on 4.1


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25594




[Bug java/24572] [4.0 regression] ICE in gimplify_expr, at gimplify.c:3983

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24572




[Bug target/25254] ICE with -mcmodel=medium -mlarge-data-threshold=1

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25254




[Bug libfortran/25594] [4.2 Regression] LAPACK regression in schkbl.f

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to fail||4.2.0
  Known to work||4.1.0 4.0.2
Summary|LAPACK regression in|[4.2 Regression] LAPACK
   |schkbl.f|regression in schkbl.f
   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25594




[Bug driver/20425] -print-search-dirs doesn't honor mutil-os/multilib settings

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20425




[Bug c++/25411] Optimization with -O2 -finline-functions gives wrong code

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25411




[Bug middle-end/25457] [4.2 Regression] reorg.c:966: warning: unused variable 'insn'

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Keywords||build
Summary|reorg.c:966: warning: unused|[4.2 Regression]
   |variable 'insn' |reorg.c:966: warning: unused
   ||variable 'insn'
   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25457




[Bug fortran/18197] bus error on returning from a function

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197




[Bug c++/25331] FAIL: tmpdir-g++.dg-struct-layout-1/t028 cp_compat_[xy]_tst.o compile

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25331




[Bug libfortran/25039] [4.1 only] comma short-circuit field width

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25039




[Bug fortran/25264] write to internal unit from the string itself gives wrong result ?

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25264




[Bug libfortran/25349] T edit descriptor broken for output on files

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25349




[Bug fortran/20836] Public derived type with private derived type component

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20836




[Bug libfortran/25305] [4.0 regression]: libfortran failed fma3d in SPEC CPU 2K

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25305




[Bug fortran/25423] Error with nested where statements

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25423




[Bug libfortran/25307] internal read with end=label aborts

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25307




[Bug libfortran/25463] T edit descriptor and ADVANCE="no"

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25463




[Bug fortran/25458] [4.1] Kind of constants in generic intrinsics

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25458




[Bug fortran/20889] type in a structure-constructor differs from type in derived-type-def

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20889




[Bug fortran/25018] Segfault with simple expression

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25018




[Bug fortran/19362] ICE in fold_convert, at fold-const.c:1998

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19362




[Bug fortran/20244] internal compiler error: in fold_convert, at fold-const.c:2003

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20244




[Bug fortran/20864] different types not diagnosed correctly

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20864




[Bug fortran/25391] Module derived type issue

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25391




[Bug fortran/20862] format statement outside procedure

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20862




[Bug fortran/25069] namelist group name already used

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25069




[Bug fortran/25053] FORMAT and NML keywords conflict

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25053




[Bug fortran/25063] EOR cannot appear in WRITE statement

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25063




[Bug fortran/25064] namelist I/O statement shouldn't have an I/O list

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25064




[Bug fortran/25066] SIZE tag not allowed in WRITE statement

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25066




[Bug fortran/25067] segfault on READ statement with FMT=* and REC

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25067




[Bug fortran/23152] namelist can't contain an assumed size array

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23152




[Bug fortran/18883] ICE in gfc_finish_var_decl

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18883




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

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25584




[Bug tree-optimization/25394] [4.2 Regression] libgcc2.c:2033: ICE: tree check: expected tree that contains 'decl common' structure, have 'name_memory_tag'

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25394




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

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to fail|3.3.3 4.0.0 3.4.0 4.1.0 |3.3.3 4.0.0 3.4.0
   |4.2.0   |
  Known to work||4.0.3 3.4.6 4.1.0 4.2.0
   Target Milestone|--- |3.4.6


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25572




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

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25441




[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-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25442




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

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25444




[Bug libfortran/24541] libgfortran.so in 4.1 is incompatible with 4.0

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24541




[Bug libfortran/25598] gfortran - Fortran runtime error: Invalid argument

2005-12-31 Thread jvdelisle at gcc dot gnu dot org


--- Comment #3 from jvdelisle at gcc dot gnu dot org  2006-01-01 05:36 
---
I have started looking into this one.


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2005-12-30 04:39:26 |2006-01-01 05:36:21
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25598




[Bug libfortran/25598] [4.1/4.2 Regression] gfortran - Fortran runtime error: Invalid argument

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

Summary|gfortran - Fortran runtime  |[4.1/4.2 Regression]
   |error: Invalid argument |gfortran - Fortran runtime
   ||error: Invalid argument
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25598




  1   2   >