public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14867] New: internal compiler error: in remove_edge, at callgraph.c:189
@ 2004-04-06 14:33 olivier dot lahaye at motorola dot com
  2004-04-06 14:37 ` [Bug c/14867] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: olivier dot lahaye at motorola dot com @ 2004-04-06 14:33 UTC (permalink / raw)
  To: gcc-bugs

Internal compiler error when trying to compile the pari library on Mandrake 
9.2 with GCC 3.3.1. 
Here are the details: 
- gcc version 
- crash output 
- spec file 
- *.i* 
============> GCC Version and compilation options 
$ gcc -v 
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs 
Configured with: ../configure --prefix=/usr --libdir=/usr/lib 
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-shared --enable-threads=posix --disable-checking --enable-long-long 
--enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal 
--host=i586-mandrake-linux-gnu --with-system-zlib 
Thread model: posix 
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk) 
 
============> Crash output 
/usr/bin/gcc -c -O3 -DGCC_INLINE -Wall -Wno-implicit -fomit-frame-pointer   
-I. -I../src/headers  -o buch2.o ../src/basemath/buch2.c 
../src/basemath/buch2.c:1782: internal compiler error: in remove_edge, at 
callgraph.c:189 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:https://qa.mandrakesoft.com/> for instructions. 
make[1]: *** [buch2.o] Error 1 
 
============> spec file to reproduce bug. 
Summary:        PARI/GP is a algebra system designed for fast computations in 
nu 
mber theory 
Name:           pari 
Version:        2.1.5 
Release:        1crm 
Epoch:          0 
License:        GPL 
Group:          Sciences/Mathematics 
Source0:        http://pari.math.u-bordeaux.fr/download/pari-2.1.5.tgz 
URL:            http://pari.math.u-bordeaux.fr/ 
Requires:       libreadline4 
BuildRequires:  libreadline4-devel 
BuildRoot:      %{_tmppath}/%{name}-%{version}-root 
 
%define flavor emacs 
 
%description 
PARI/GP is a widely used computer algebra system designed for fast 
computations 
in number theory (factorizations, algebraic number theory, elliptic 
curves...), 
but also contains a large number of other useful functions to compute with 
mathe 
matical entities such as matrices, polynomials, power series, algebraic 
numbers, 
 etc., and a lot of transcendental functions. PARI is also available as a C 
libr 
ary to allow for faster computations. 
 
%prep 
rm -rf $RPM_BUILD_ROOT 
 
%setup 
 
%build 
./Configure --prefix=/usr 
%make 
 
%install 
rm -rf $RPM_BUILD_ROOT 
%makeinstall 
 
%clean 
rm -rf $RPM_BUILD_ROOT 
 
%files 
%defattr(-,root,root) 
%doc COPYING NEWS README ChangeLog AUTHORS INSTALL TODO 
 
%{_bindir}/* 
 
%changelog 
* Tue Apr 06 2004 Olivier Lahaye <aol002@motorola.com> 2.1.5-1crm 
- 1st package. 
 
============> gcc -v -save-temps ... output 
[root@zfr01-2042 Olinux-i686]# gcc -v -save-temps  -c -O3 -DGCC_INLINE -Wall 
-Wno-implicit -fomit-frame-pointer -save-temps  -I. -I../src/headers  -o 
buch2.o ../src/basemath/buch2.c 
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs 
Configured with: ../configure --prefix=/usr --libdir=/usr/lib 
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-shared --enable-threads=posix --disable-checking --enable-long-long 
--enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal 
--host=i586-mandrake-linux-gnu --with-system-zlib 
Thread model: posix 
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk) 
 /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/cc1 -E -quiet -v -I. 
-I../src/headers -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=1 
-DGCC_INLINE ../src/basemath/buch2.c -Wall -Wno-implicit -fomit-frame-pointer 
-O3 buch2.i 
ignoring nonexistent directory "/usr/i586-mandrake-linux-gnu/include" 
#include "..." search starts here: 
#include <...> search starts here: 
 . 
 ../src/headers 
 /usr/local/include 
 /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include 
 /usr/include 
End of search list. 
 /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/cc1 -fpreprocessed buch2.i 
-quiet -dumpbase buch2.c -auxbase-strip buch2.o -O3 -Wall -Wno-implicit 
-version -fomit-frame-pointer -o buch2.s 
GNU C version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk) (i586-mandrake-linux-gnu) 
        compiled by GNU C version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk). 
GGC heuristics: --param ggc-min-expand=90 --param ggc-min-heapsize=113022 
../src/basemath/buch2.c:1782: internal compiler error: in remove_edge, at 
callgraph.c:189 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:https://qa.mandrakesoft.com/> for instructions. 
 
============> bunch2.i file (gcc -c bunch2.i generates a .o file... but gcc -c 
-O3 bunch2.i crashes. So it is related to -O3 
 
File will be attached.

-- 
           Summary: internal compiler error: in remove_edge, at
                    callgraph.c:189
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: olivier dot lahaye at motorola dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c/14867] internal compiler error: in remove_edge, at callgraph.c:189
  2004-04-06 14:33 [Bug c/14867] New: internal compiler error: in remove_edge, at callgraph.c:189 olivier dot lahaye at motorola dot com
@ 2004-04-06 14:37 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-06 14:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-06 14:36 -------
Invalid as GCC 3.3 never included a file called callgraph.c, please report it to the bug address given in 
the ICE message.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-06 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06 14:33 [Bug c/14867] New: internal compiler error: in remove_edge, at callgraph.c:189 olivier dot lahaye at motorola dot com
2004-04-06 14:37 ` [Bug c/14867] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).