public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/31766]  New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
@ 2007-04-30 18:35 vermeire dot linux at dommel dot be
  2007-04-30 18:41 ` [Bug middle-end/31766] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: vermeire dot linux at dommel dot be @ 2007-04-30 18:35 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1506 bytes --]

Hi,

When I try to build gcc 3.4.6 for

johan@linux-C2D-2130:~/download/gcc-3.4.6> uname -a
Linux linux-C2D-2130 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006
x86_64 x86_64 x86_64 GNU/Linux

I got the following internal compiler error:

linux-C2D-2130:/home/johan/download/gcc-3.4.6 # make

...
gcc -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long  -Wno-error  -DHAVE_CONFIG_H   
-I. -I. -I. -I./. -I./../include  c-parse.c -o c-parse.o
c-parse.c: In function ‘yyparse’:
c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.opensuse.org> for instructions.
make[1]: *** [c-parse.o] Error 1
make[1]: Leaving directory `/home/johan/download/gcc-3.4.6/gcc'
make: *** [all-gcc] Error 2

Best Regards,

Johan Vermeire
vermeire.linux@dommel.be
Belgium


-- 
           Summary: Building gcc 3.4.6 - c-parse.c:5508: internal compiler
                    error: in disconnect_src, at cfg.c:235
           Product: gcc
           Version: 3.4.6
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vermeire dot linux at dommel dot be
 GCC build triplet: x86_64 GNU/Linux
  GCC host triplet: x86_64 GNU/Linux
GCC target triplet: x86_64 GNU/Linux


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
@ 2007-04-30 18:41 ` pinskia at gcc dot gnu dot org
  2007-04-30 18:47 ` vermeire dot linux at dommel dot be
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-30 18:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-04-30 19:41 -------
What is the originally compiler version and why did you report this to use when
it says to report it to opensuse?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Severity|blocker                     |normal
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |middle-end


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
  2007-04-30 18:41 ` [Bug middle-end/31766] " pinskia at gcc dot gnu dot org
@ 2007-04-30 18:47 ` vermeire dot linux at dommel dot be
  2007-04-30 18:48 ` [Bug c/31766] " vermeire dot linux at dommel dot be
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: vermeire dot linux at dommel dot be @ 2007-04-30 18:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from vermeire dot linux at dommel dot be  2007-04-30 19:47 -------
Subject: Re:  Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in
disconnect_src, at cfg.c:235

On Monday 30 April 2007 20:41, pinskia at gcc dot gnu dot org wrote:
> ------- Comment #1 from pinskia at gcc dot gnu dot org  2007-04-30 19:41
> ------- What is the originally compiler version and why did you report this
> to use when it says to report it to opensuse?

The original compiler version is:

johan@linux-C2D-2130:~/download/gcc-3.4.6> gcc -v
Using built-in specs.
Target: x86_64-suse-linux
Configured 
with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --program-suffix=-4.1
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)

I submitted this to here, because I think it has nothing to do with OpenSUSE.

Best Regards,
Johan Vermeire


-- 


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


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

* [Bug c/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
  2007-04-30 18:41 ` [Bug middle-end/31766] " pinskia at gcc dot gnu dot org
  2007-04-30 18:47 ` vermeire dot linux at dommel dot be
@ 2007-04-30 18:48 ` vermeire dot linux at dommel dot be
  2007-04-30 18:50 ` [Bug middle-end/31766] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: vermeire dot linux at dommel dot be @ 2007-04-30 18:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from vermeire dot linux at dommel dot be  2007-04-30 19:47 -------
The original compiler version is:

johan@linux-C2D-2130:~/download/gcc-3.4.6> gcc -v
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --program-suffix=-4.1
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)


-- 

vermeire dot linux at dommel dot be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
          Component|middle-end                  |c


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
                   ` (2 preceding siblings ...)
  2007-04-30 18:48 ` [Bug c/31766] " vermeire dot linux at dommel dot be
@ 2007-04-30 18:50 ` pinskia at gcc dot gnu dot org
  2007-04-30 19:05 ` vermeire dot linux at dommel dot be
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-30 18:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-04-30 19:50 -------
> I submitted this to here, because I think it has nothing to do with OpenSUSE.
It has everything to do with opensuse as they modified GCC is the one which is
crashing (ICEing).  Can you attach the preprocessed source like what is
mentioned on http://gcc.gnu.org/bugs.html ?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
          Component|c                           |middle-end
            Version|3.4.6                       |4.1.1


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
                   ` (3 preceding siblings ...)
  2007-04-30 18:50 ` [Bug middle-end/31766] " pinskia at gcc dot gnu dot org
@ 2007-04-30 19:05 ` vermeire dot linux at dommel dot be
  2007-04-30 19:12 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: vermeire dot linux at dommel dot be @ 2007-04-30 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from vermeire dot linux at dommel dot be  2007-04-30 20:05 -------
Subject: Re:  Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in
disconnect_src, at cfg.c:235

On Monday 30 April 2007 20:50, pinskia at gcc dot gnu dot org wrote:
> ------- Comment #4 from pinskia at gcc dot gnu dot org  2007-04-30 19:50
> -------
>
> > I submitted this to here, because I think it has nothing to do with
> > OpenSUSE.
>
> It has everything to do with opensuse as they modified GCC is the one which
> is crashing (ICEing).  Can you attach the preprocessed source like what is
> mentioned on http://gcc.gnu.org/bugs.html ?

Hi,

I did a manual compile of c-parse.c and that compiles fine now.
Then a did the make again, and now the compiler compiles with gcc 4.1.2 .

I've now another problem in the linking stage:

In file included from /usr/include/features.h:346,
                 from /usr/include/stdio.h:28,
                 from ./tsystem.h:79,
                 from ./libgcc2.c:41:
/usr/include/gnu/stubs.h:7:27: gnu/stubs-32.h: No such file or directory
make[1]: *** [libgcc/32/_muldi3.o] Error 1
make[1]: Leaving directory `/home/johan/download/gcc-3.4.6/gcc'
make: *** [stmp-multilib] Error 2

I'll investigate this first.

Thanks anyway for your quick response.

You can set the reported bug  31766 in a non-blocking state now.

Best Regards,

Johan Vermeire


-- 


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
                   ` (4 preceding siblings ...)
  2007-04-30 19:05 ` vermeire dot linux at dommel dot be
@ 2007-04-30 19:12 ` pinskia at gcc dot gnu dot org
  2007-04-30 19:43 ` bangerth at dealii dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-30 19:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2007-04-30 20:12 -------
> /usr/include/gnu/stubs.h:7:27: gnu/stubs-32.h: No such file or directory
That just means you don't have the 32bit glibc headers installed.

So everything will work fine, once you install that package (don't ask me what
it is called, I am not a SUSE guy).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
                   ` (5 preceding siblings ...)
  2007-04-30 19:12 ` pinskia at gcc dot gnu dot org
@ 2007-04-30 19:43 ` bangerth at dealii dot org
  2007-04-30 21:26 ` vermeire dot linux at dommel dot be
  2007-04-30 21:26 ` vermeire dot linux at dommel dot be
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2007-04-30 19:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bangerth at dealii dot org  2007-04-30 20:43 -------
Or configure with --disable-multilib.


-- 


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
                   ` (6 preceding siblings ...)
  2007-04-30 19:43 ` bangerth at dealii dot org
@ 2007-04-30 21:26 ` vermeire dot linux at dommel dot be
  2007-04-30 21:26 ` vermeire dot linux at dommel dot be
  8 siblings, 0 replies; 10+ messages in thread
From: vermeire dot linux at dommel dot be @ 2007-04-30 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from vermeire dot linux at dommel dot be  2007-04-30 22:25 -------
Subject: Re:  Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in
disconnect_src, at cfg.c:235

On Monday 30 April 2007 21:12, pinskia at gcc dot gnu dot org wrote:
> ------- Comment #6 from pinskia at gcc dot gnu dot org  2007-04-30 20:12
> -------
>
> > /usr/include/gnu/stubs.h:7:27: gnu/stubs-32.h: No such file or directory
>
> That just means you don't have the 32bit glibc headers installed.
>
> So everything will work fine, once you install that package (don't ask me
> what it is called, I am not a SUSE guy).

Hi,

I've installed the 32 glibc headers, and make a clean rebuild of the gcc 
compiler. I've now a gcc v3.4.6 compiler:

linux-C2D-2130:/home/johan/download/gcc-3.4.6/gcc # gcc -v
Reading specs from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/specs
Configured with: ./configure  : (reconfigured)  : (reconfigured)
Thread model: posix
gcc version 3.4.6

Thanks for your help

Best Regards,

Johan Vermeire


------- Comment #9 from vermeire dot linux at dommel dot be  2007-04-30 22:25 -------
Subject: Re:  Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in
disconnect_src, at cfg.c:235

On Monday 30 April 2007 21:12, pinskia at gcc dot gnu dot org wrote:
> ------- Comment #6 from pinskia at gcc dot gnu dot org  2007-04-30 20:12
> -------
>
> > /usr/include/gnu/stubs.h:7:27: gnu/stubs-32.h: No such file or directory
>
> That just means you don't have the 32bit glibc headers installed.
>
> So everything will work fine, once you install that package (don't ask me
> what it is called, I am not a SUSE guy).

Hi,

I've installed the 32 glibc headers, and make a clean rebuild of the gcc 
compiler. I've now a gcc v3.4.6 compiler:

linux-C2D-2130:/home/johan/download/gcc-3.4.6/gcc # gcc -v
Reading specs from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/specs
Configured with: ./configure  : (reconfigured)  : (reconfigured)
Thread model: posix
gcc version 3.4.6

Thanks for your help

Best Regards,

Johan Vermeire


-- 


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


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

* [Bug middle-end/31766] Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235
  2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
                   ` (7 preceding siblings ...)
  2007-04-30 21:26 ` vermeire dot linux at dommel dot be
@ 2007-04-30 21:26 ` vermeire dot linux at dommel dot be
  8 siblings, 0 replies; 10+ messages in thread
From: vermeire dot linux at dommel dot be @ 2007-04-30 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from vermeire dot linux at dommel dot be  2007-04-30 22:25 -------
Subject: Re:  Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in
disconnect_src, at cfg.c:235

On Monday 30 April 2007 21:12, pinskia at gcc dot gnu dot org wrote:
> ------- Comment #6 from pinskia at gcc dot gnu dot org  2007-04-30 20:12
> -------
>
> > /usr/include/gnu/stubs.h:7:27: gnu/stubs-32.h: No such file or directory
>
> That just means you don't have the 32bit glibc headers installed.
>
> So everything will work fine, once you install that package (don't ask me
> what it is called, I am not a SUSE guy).

Hi,

I've installed the 32 glibc headers, and make a clean rebuild of the gcc 
compiler. I've now a gcc v3.4.6 compiler:

linux-C2D-2130:/home/johan/download/gcc-3.4.6/gcc # gcc -v
Reading specs from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/specs
Configured with: ./configure  : (reconfigured)  : (reconfigured)
Thread model: posix
gcc version 3.4.6

Thanks for your help

Best Regards,

Johan Vermeire


------- Comment #9 from vermeire dot linux at dommel dot be  2007-04-30 22:25 -------
Subject: Re:  Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in
disconnect_src, at cfg.c:235

On Monday 30 April 2007 21:12, pinskia at gcc dot gnu dot org wrote:
> ------- Comment #6 from pinskia at gcc dot gnu dot org  2007-04-30 20:12
> -------
>
> > /usr/include/gnu/stubs.h:7:27: gnu/stubs-32.h: No such file or directory
>
> That just means you don't have the 32bit glibc headers installed.
>
> So everything will work fine, once you install that package (don't ask me
> what it is called, I am not a SUSE guy).

Hi,

I've installed the 32 glibc headers, and make a clean rebuild of the gcc 
compiler. I've now a gcc v3.4.6 compiler:

linux-C2D-2130:/home/johan/download/gcc-3.4.6/gcc # gcc -v
Reading specs from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.6/specs
Configured with: ./configure  : (reconfigured)  : (reconfigured)
Thread model: posix
gcc version 3.4.6

Thanks for your help

Best Regards,

Johan Vermeire


-- 


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


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

end of thread, other threads:[~2007-04-30 21:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-30 18:35 [Bug c/31766] New: Building gcc 3.4.6 - c-parse.c:5508: internal compiler error: in disconnect_src, at cfg.c:235 vermeire dot linux at dommel dot be
2007-04-30 18:41 ` [Bug middle-end/31766] " pinskia at gcc dot gnu dot org
2007-04-30 18:47 ` vermeire dot linux at dommel dot be
2007-04-30 18:48 ` [Bug c/31766] " vermeire dot linux at dommel dot be
2007-04-30 18:50 ` [Bug middle-end/31766] " pinskia at gcc dot gnu dot org
2007-04-30 19:05 ` vermeire dot linux at dommel dot be
2007-04-30 19:12 ` pinskia at gcc dot gnu dot org
2007-04-30 19:43 ` bangerth at dealii dot org
2007-04-30 21:26 ` vermeire dot linux at dommel dot be
2007-04-30 21:26 ` vermeire dot linux at dommel dot be

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).