public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/38100]  New: gcc fails to compile with (undefined symbol) gimple_check_failed error
@ 2008-11-13  0:15 kamaraju at gmail dot com
  2008-11-13  8:48 ` [Bug bootstrap/38100] " jakub at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kamaraju at gmail dot com @ 2008-11-13  0:15 UTC (permalink / raw)
  To: gcc-bugs

The weekly snapshot (dated 20081107) of gcc 4.4 fails to compile on a Sun
Solaris machine with the following errors.

cc  -g -DIN_GCC    -DHAVE_CONFIG_H  -o cc1-dummy c-lang.o stub-objc.o
attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o
c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o
c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o
c-parser.o sol2-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o
c-omp.o dummy-checksum.o \
         main.o tree-browser.o libbackend.a ../libcpp/libcpp.a
../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ./../intl/libintl.a
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lmpfr -lgmp
-lmpfr -lgmp
ild: (undefined symbol) gimple_check_failed -- referenced in the text
segment of libbackend.a(tree-ssa-loop-unswitch.o)
ild: (undefined symbol) gimple_check_failed -- referenced in the text
segment of libbackend.a(tree-ssa-loop-prefetch.o)
ild: (undefined symbol) gimple_check_failed -- referenced in the text
segment of libbackend.a(tree-loop-linear.o)
ild: (undefined symbol) gimple_check_failed -- referenced in the text
segment of libbackend.a(tree-affine.o)
ild: (undefined symbol) gimple_check_failed -- referenced in the text
segment of libbackend.a(lambda-trans.o)

.... lot of these errors.....

make[3]: *** [cc1-dummy] Error 5
make[3]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107'


I am using the Sun solaris cc compiler.
> cc -V
cc: Sun C 5.5 2003/03/12

$ ar t gcc/libbackend.a | grep gimple.o
gimple.o

However,

$ nm gcc/gimple.o | grep check_failed

        U gimple_check_failed

The issue was first pointed out at
http://gcc.gnu.org/ml/gcc-help/2008-11/msg00135.html . More information can be
found in that thread. I will gladly provide any additional information (if
necessary) to fix this bug.

thanks
raju


-- 
           Summary: gcc fails to compile with (undefined symbol)
                    gimple_check_failed error
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kamaraju at gmail dot com


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


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

* [Bug bootstrap/38100] gcc fails to compile with (undefined symbol) gimple_check_failed error
  2008-11-13  0:15 [Bug bootstrap/38100] New: gcc fails to compile with (undefined symbol) gimple_check_failed error kamaraju at gmail dot com
@ 2008-11-13  8:48 ` jakub at gcc dot gnu dot org
  2008-11-13  8:56 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-13  8:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2008-11-13 08:46 -------
Testing a patch.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-11-13 08:46:52
               date|                            |


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


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

* [Bug bootstrap/38100] gcc fails to compile with (undefined symbol) gimple_check_failed error
  2008-11-13  0:15 [Bug bootstrap/38100] New: gcc fails to compile with (undefined symbol) gimple_check_failed error kamaraju at gmail dot com
  2008-11-13  8:48 ` [Bug bootstrap/38100] " jakub at gcc dot gnu dot org
@ 2008-11-13  8:56 ` jakub at gcc dot gnu dot org
  2008-11-13 14:45 ` jakub at gcc dot gnu dot org
  2008-11-13 16:00 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-13  8:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2008-11-13 08:54 -------
Created an attachment (id=16661)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16661&action=view)
gcc44-pr38100.patch


-- 


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


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

* [Bug bootstrap/38100] gcc fails to compile with (undefined symbol) gimple_check_failed error
  2008-11-13  0:15 [Bug bootstrap/38100] New: gcc fails to compile with (undefined symbol) gimple_check_failed error kamaraju at gmail dot com
  2008-11-13  8:48 ` [Bug bootstrap/38100] " jakub at gcc dot gnu dot org
  2008-11-13  8:56 ` jakub at gcc dot gnu dot org
@ 2008-11-13 14:45 ` jakub at gcc dot gnu dot org
  2008-11-13 16:00 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-13 14:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-11-13 14:44 -------
Subject: Bug 38100

Author: jakub
Date: Thu Nov 13 14:42:39 2008
New Revision: 141820

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141820
Log:
        PR bootstrap/38100
        * gimple.h (gimple_range_check_failed): Remove prototype.
        * gimple.c (gimple_check_failed): Don't check GCC_VERSION
        in guarding #if.
        (gimple_range_check_failed): Removed.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple.c
    trunk/gcc/gimple.h


-- 


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


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

* [Bug bootstrap/38100] gcc fails to compile with (undefined symbol) gimple_check_failed error
  2008-11-13  0:15 [Bug bootstrap/38100] New: gcc fails to compile with (undefined symbol) gimple_check_failed error kamaraju at gmail dot com
                   ` (2 preceding siblings ...)
  2008-11-13 14:45 ` jakub at gcc dot gnu dot org
@ 2008-11-13 16:00 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-13 16:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2008-11-13 15:59 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-11-13 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-13  0:15 [Bug bootstrap/38100] New: gcc fails to compile with (undefined symbol) gimple_check_failed error kamaraju at gmail dot com
2008-11-13  8:48 ` [Bug bootstrap/38100] " jakub at gcc dot gnu dot org
2008-11-13  8:56 ` jakub at gcc dot gnu dot org
2008-11-13 14:45 ` jakub at gcc dot gnu dot org
2008-11-13 16:00 ` jakub 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).