--- Comment #4 from george at gcc dot gnu dot org 2009-09-16 05:00 ---
Created an attachment (id=18592)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18592&action=view)
Simplified test case that elicits the ICE
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41344
--- Comment #3 from george at gcc dot gnu dot org 2009-09-16 04:49 ---
Additional investigation reveals that the ICE is triggered by OpenMP
conformance violation. There is a go to out of the body of an OMP parallel
region. Commenting out line 1105 of xrotate.f suppresses the ICE and
--- Comment #1 from george at gcc dot gnu dot org 2009-09-12 17:34 ---
Created an attachment (id=18573)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18573&action=view)
Code that elicits the ICE.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41344
th preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: ICE / Bus error on OpenMP compile
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
--- Comment #24 from george at gcc dot gnu dot org 2008-04-26 10:18 ---
ICE/segfault on test case eliminated by rev. 134696.
Memory leaks unrelated to original patch still unresolved.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35892
--- Comment #4 from george at gcc dot gnu dot org 2008-04-26 10:14 ---
Reworked patch committed as rev. 134696.
--
george at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #23 from george at gcc dot gnu dot org 2008-04-26 09:46 ---
Subject: Bug 35892
Author: george
Date: Sat Apr 26 09:46:01 2008
New Revision: 134696
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134696
Log:
2008-04-26 George Helffrich <[EMAIL PROTECTED]&g
--- Comment #3 from george at gcc dot gnu dot org 2008-04-26 09:46 ---
Subject: Bug 35154
Author: george
Date: Sat Apr 26 09:46:01 2008
New Revision: 134696
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134696
Log:
2008-04-26 George Helffrich <[EMAIL PROTECTED]&g
--- Comment #18 from george at gcc dot gnu dot org 2008-04-24 08:29 ---
I've investigated the PR code further. The relevant parts of the code are
structured like so:
module mod
integer aa, bb
common /oof/ aa,bb
contains
subroutine sub
i = max(0,aa-1)
print *, i, aa, bb
--- Comment #16 from george at gcc dot gnu dot org 2008-04-19 12:08 ---
Thanks for the report. For the record, here is the approval for this patch:
http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01011.html
--
george at gcc dot gnu dot org changed:
What|Removed
--- Comment #11 from george at gcc dot gnu dot org 2008-04-05 21:49 ---
rpm -q binutils
binutils-2.9.5.0.22-6
BUT ... the configure output seems to indicate that the build as and ld used
here are NOT the system's (unless something devious that I am missing is going
on) ... AND th
--- Comment #9 from george at gcc dot gnu dot org 2008-04-05 08:19 ---
Relevant info for libgfortran build prior to blizzard of duplicate symbol
warnings. This was from a pristine build:
../gcc/configure MAKE=gmake --enable-languages=fortran LDFLAGS=-L/usr/local/lib
...
Checking
--- Comment #6 from george at gcc dot gnu dot org 2008-04-02 08:08 ---
Fixed in rev 133800, 1 April 2008
--
george at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from george at gcc dot gnu dot org 2008-04-02 08:01 ---
Fixed in rev 133800 1 April 2008
--
george at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from george at gcc dot gnu dot org 2008-04-01 08:24 ---
Can't verify that the patch provided works. After three attempts at a build
(one just by patching libgfortran.h followed by a "make", one by "make
clean-target-libgfortran" followed by
--- Comment #5 from george at gcc dot gnu dot org 2008-03-22 10:37 ---
glibc version used in build:
#rpm -q glibc
glibc-2.1.3-15
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35471
--- Comment #3 from george at gcc dot gnu dot org 2008-03-21 21:49 ---
Here is the relevant info for the build system:
#gcc -v -o /tmp/test /tmp/test.c
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release
ibgfortran.h:657: error: 'internal_unpack_c10'
undeclared here (not in a function)
../../../gcc/libgfortran/libgfortran.h:657: warning: type defaults to 'int' in
declaration of 'internal_unpack_c10'
gmake[3]: *** [fmain.lo] Error 1
gmake[3]: Leaving directory
`/usr2/local/src/gcc-4.3-20080204/gcc-linux/i686-pc-linux-gnu/libgfortran'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr2/local/src/gcc-4.3-20080204/gcc-linux/i686-pc-linux-gnu/libgfortran'
gmake[1]: *** [all-target-libgfortran] Error 2
gmake[1]: Leaving directory `/usr2/local/src/gcc-4.3-20080204/gcc-linux'
gmake: *** [all] Error 2
--
Summary: gfortran build fails in libgfortran
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: george at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35471
--
george at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |george at gcc dot gnu dot
|dot org
19 matches
Mail list logo