public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/53496] New: gcc segfaults when compiling glic
@ 2012-05-26 17:20 justas.poderys at gmail dot com
  2012-05-26 17:21 ` [Bug middle-end/53496] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: justas.poderys at gmail dot com @ 2012-05-26 17:20 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53496
           Summary: gcc segfaults when compiling glic
    Classification: Unclassified
           Product: gcc
           Version: 4.4.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: justas.poderys@gmail.com


gcc segfaults when compiling glib-2.32.3 code:


make[5]: Entering directory `/home/justas/Downloads/glib-2.32.3/gobject/tests'
  CC     param.o
param.c: In function ‘my_destroy’:
param.c:38: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[5]: *** [param.o] Error 1
make[5]: Leaving directory `/home/justas/Downloads/glib-2.32.3/gobject/tests'

gcc version:

justas@zaibukas:~/Downloads/glib-2.32.3$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.4 --enable-shared --enable-multiarch
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-targets=all --with-arch-32=i586 --with-tune=generic
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu
Thread model: posix
gcc version 4.4.5 (Debian 4.4.5-8)


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

* [Bug middle-end/53496] gcc segfaults when compiling glic
  2012-05-26 17:20 [Bug c/53496] New: gcc segfaults when compiling glic justas.poderys at gmail dot com
@ 2012-05-26 17:21 ` pinskia at gcc dot gnu.org
  2012-05-26 17:30 ` justas.poderys at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-05-26 17:21 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
          Component|c                           |middle-end

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-26 17:19:45 UTC ---
Can you provide the preprocessed source?


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

* [Bug middle-end/53496] gcc segfaults when compiling glic
  2012-05-26 17:20 [Bug c/53496] New: gcc segfaults when compiling glic justas.poderys at gmail dot com
  2012-05-26 17:21 ` [Bug middle-end/53496] " pinskia at gcc dot gnu.org
@ 2012-05-26 17:30 ` justas.poderys at gmail dot com
  2012-05-26 19:22 ` mikpe at it dot uu.se
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: justas.poderys at gmail dot com @ 2012-05-26 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Justas <justas.poderys at gmail dot com> 2012-05-26 17:25:40 UTC ---
Created attachment 27503
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27503
source of param.c


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

* [Bug middle-end/53496] gcc segfaults when compiling glic
  2012-05-26 17:20 [Bug c/53496] New: gcc segfaults when compiling glic justas.poderys at gmail dot com
  2012-05-26 17:21 ` [Bug middle-end/53496] " pinskia at gcc dot gnu.org
  2012-05-26 17:30 ` justas.poderys at gmail dot com
@ 2012-05-26 19:22 ` mikpe at it dot uu.se
  2012-05-29 10:27 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mikpe at it dot uu.se @ 2012-05-26 19:22 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #3 from Mikael Pettersson <mikpe at it dot uu.se> 2012-05-26 18:46:02 UTC ---
(In reply to comment #2)
> Created attachment 27503 [details]
> source of param.c

That file still includes stuff.  Please provide the _pre-processed_ file.


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

* [Bug middle-end/53496] gcc segfaults when compiling glic
  2012-05-26 17:20 [Bug c/53496] New: gcc segfaults when compiling glic justas.poderys at gmail dot com
                   ` (2 preceding siblings ...)
  2012-05-26 19:22 ` mikpe at it dot uu.se
@ 2012-05-29 10:27 ` rguenth at gcc dot gnu.org
  2012-05-29 10:57 ` [Bug middle-end/53496] gcc segfaults when compiling glib redi at gcc dot gnu.org
  2013-11-10 19:49 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-05-29 10:27 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-05-29
     Ever Confirmed|0                           |1


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

* [Bug middle-end/53496] gcc segfaults when compiling glib
  2012-05-26 17:20 [Bug c/53496] New: gcc segfaults when compiling glic justas.poderys at gmail dot com
                   ` (3 preceding siblings ...)
  2012-05-29 10:27 ` rguenth at gcc dot gnu.org
@ 2012-05-29 10:57 ` redi at gcc dot gnu.org
  2013-11-10 19:49 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-05-29 10:57 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcc segfaults when          |gcc segfaults when
                   |compiling glic              |compiling glib

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-29 10:46:44 UTC ---
http://gcc.gnu.org/bugs/


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

* [Bug middle-end/53496] gcc segfaults when compiling glib
  2012-05-26 17:20 [Bug c/53496] New: gcc segfaults when compiling glic justas.poderys at gmail dot com
                   ` (4 preceding siblings ...)
  2012-05-29 10:57 ` [Bug middle-end/53496] gcc segfaults when compiling glib redi at gcc dot gnu.org
@ 2013-11-10 19:49 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-10 19:49 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No feedback in over a year so closing as invalid


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

end of thread, other threads:[~2013-11-10 19:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-26 17:20 [Bug c/53496] New: gcc segfaults when compiling glic justas.poderys at gmail dot com
2012-05-26 17:21 ` [Bug middle-end/53496] " pinskia at gcc dot gnu.org
2012-05-26 17:30 ` justas.poderys at gmail dot com
2012-05-26 19:22 ` mikpe at it dot uu.se
2012-05-29 10:27 ` rguenth at gcc dot gnu.org
2012-05-29 10:57 ` [Bug middle-end/53496] gcc segfaults when compiling glib redi at gcc dot gnu.org
2013-11-10 19:49 ` pinskia at gcc dot gnu.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).