public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/35586]  New: seg fault when compiling liboil 0.3.13, file conv_c.c
@ 2008-03-14 17:01 davitrindade at gmail dot com
  2008-03-14 17:04 ` [Bug c/35586] " davitrindade at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: davitrindade at gmail dot com @ 2008-03-14 17:01 UTC (permalink / raw)
  To: gcc-bugs

Gcc-arm version 4.0.0 gives a segfault when compiling liboil 0.3.13, on file 
conv_c.c:246:

CLIPCONV_DEFINE_FLOAT(s8,f32);

The outuputs are bellow:

command:

 arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -mfpu=vfp
-mfloat-abi=softfp -D_BSD_SOURCE -D_GNU_SOURCE -I../..
-DOIL_ENABLE_UNSTABLE_API -g -O2 -MT libconv_la-conv_c.lo -MD -MP -MF
.deps/libconv_la-conv_c.Tpo -c conv_c.c -o libconv_la-conv_c.o

the 'arm-linux-gcc -v' command give this output:
Reading specs from /opt/eldk/arm/usr/bin/../lib/gcc/arm-linux/4.0.0/specs
Target: arm-linux
Configured with:
/opt/eldk/build/arm-2007-01-21/work/usr/src/denx/BUILD/crosstool-0.35/build/gcc-4.0.0-glibc-2.3.5-eldk/arm-linux/gcc-4.0.0/configure
--target=arm-linux --host=i686-host_pc-linux-gnu
--prefix=/var/tmp/eldk.bMi2nK/usr/crosstool/gcc-4.0.0-glibc-2.3.5-eldk/arm-linux
--with-headers=/var/tmp/eldk.bMi2nK/usr/crosstool/gcc-4.0.0-glibc-2.3.5-eldk/arm-linux/arm-linux/include
--with-local-prefix=/var/tmp/eldk.bMi2nK/usr/crosstool/gcc-4.0.0-glibc-2.3.5-eldk/arm-linux/arm-linux
--disable-nls --enable-threads=posix --enable-symvers=gnu
--enable-languages=c,c++ --enable-shared --enable-c99
--enable-long-long --enable-__cxa_atexit
Thread model: posix
gcc version 4.0.0 (DENX ELDK 4.1 4.0.0)

Command 'uname -a' :
Linux 2.6.24-12-generic #1 SMP Mon Mar 10 15:32:00 UTC 2008 i686 GNU/Linux


-- 
           Summary: seg fault when compiling liboil 0.3.13, file conv_c.c
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: davitrindade at gmail dot com


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


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

* [Bug c/35586] seg fault when compiling liboil 0.3.13, file conv_c.c
  2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
@ 2008-03-14 17:04 ` davitrindade at gmail dot com
  2008-03-14 17:06 ` davitrindade at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: davitrindade at gmail dot com @ 2008-03-14 17:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from davitrindade at gmail dot com  2008-03-14 17:03 -------
Created an attachment (id=15319)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15319&action=view)
file generated using option -save-temps


-- 


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


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

* [Bug c/35586] seg fault when compiling liboil 0.3.13, file conv_c.c
  2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
  2008-03-14 17:04 ` [Bug c/35586] " davitrindade at gmail dot com
@ 2008-03-14 17:06 ` davitrindade at gmail dot com
  2008-03-15 17:31 ` [Bug target/35586] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: davitrindade at gmail dot com @ 2008-03-14 17:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from davitrindade at gmail dot com  2008-03-14 17:05 -------
Created an attachment (id=15320)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15320&action=view)
thw file wich isn's compiling


-- 


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


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

* [Bug target/35586] seg fault when compiling liboil 0.3.13, file conv_c.c
  2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
  2008-03-14 17:04 ` [Bug c/35586] " davitrindade at gmail dot com
  2008-03-14 17:06 ` davitrindade at gmail dot com
@ 2008-03-15 17:31 ` pinskia at gcc dot gnu dot org
  2008-03-15 18:41 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-15 17:31 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
          Component|c                           |target
 GCC target triplet|                            |arm-linux


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


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

* [Bug target/35586] seg fault when compiling liboil 0.3.13, file conv_c.c
  2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
                   ` (2 preceding siblings ...)
  2008-03-15 17:31 ` [Bug target/35586] " pinskia at gcc dot gnu dot org
@ 2008-03-15 18:41 ` rguenth at gcc dot gnu dot org
  2009-04-30  9:02 ` ramana at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-15 18:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-03-15 18:40 -------
Try 4.0.4 or 4.1.2 or 4.2.3 or 4.3.0.


-- 


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


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

* [Bug target/35586] seg fault when compiling liboil 0.3.13, file conv_c.c
  2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
                   ` (3 preceding siblings ...)
  2008-03-15 18:41 ` rguenth at gcc dot gnu dot org
@ 2009-04-30  9:02 ` ramana at gcc dot gnu dot org
  2009-12-11 18:23 ` ramana at gcc dot gnu dot org
  2010-01-07 23:06 ` ramana at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-04-30  9:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ramana at gcc dot gnu dot org  2009-04-30 09:02 -------
Can you try with a later version of the compiler (in the set of released
versions) 4.3.4 , 4.4.0 or trunk and report back ? 

Don't get this failure with arm-eabi configurations.


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/35586] seg fault when compiling liboil 0.3.13, file conv_c.c
  2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
                   ` (4 preceding siblings ...)
  2009-04-30  9:02 ` ramana at gcc dot gnu dot org
@ 2009-12-11 18:23 ` ramana at gcc dot gnu dot org
  2010-01-07 23:06 ` ramana at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-12-11 18:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ramana at gcc dot gnu dot org  2009-12-11 18:23 -------
No feedback in over 6 months.


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED


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


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

* [Bug target/35586] seg fault when compiling liboil 0.3.13, file conv_c.c
  2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
                   ` (5 preceding siblings ...)
  2009-12-11 18:23 ` ramana at gcc dot gnu dot org
@ 2010-01-07 23:06 ` ramana at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ramana at gcc dot gnu dot org @ 2010-01-07 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ramana at gcc dot gnu dot org  2010-01-07 23:05 -------
No feedback in over 6 months. Please reopen if you still think this is a
problem. 


-- 

ramana at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-01-07 23:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-14 17:01 [Bug c/35586] New: seg fault when compiling liboil 0.3.13, file conv_c.c davitrindade at gmail dot com
2008-03-14 17:04 ` [Bug c/35586] " davitrindade at gmail dot com
2008-03-14 17:06 ` davitrindade at gmail dot com
2008-03-15 17:31 ` [Bug target/35586] " pinskia at gcc dot gnu dot org
2008-03-15 18:41 ` rguenth at gcc dot gnu dot org
2009-04-30  9:02 ` ramana at gcc dot gnu dot org
2009-12-11 18:23 ` ramana at gcc dot gnu dot org
2010-01-07 23:06 ` ramana 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).