public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* error in hash.cc
@ 2009-08-12 13:49 Revital1 Eres
  2009-08-12 20:32 ` Janis Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Revital1 Eres @ 2009-08-12 13:49 UTC (permalink / raw)
  To: gcc


Hello,

I get the following error while compiling gcc -r150679 on ppc

Thanks,
Revital
                                                                                                                                  
                                                                                                                                  
              unknown-linux-gnu/libstdc++-v3/include -I/home/eres/mainline_45/gcc/libstdc++-v3/libsupc++ -fno-implicit-templates  
              -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g   
              -O2 -D_GNU_SOURCE -mlong-double-64 -c ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc -fPIC -DPIC            
              -o .libs/compatibility-ldbl.o                                                                                       
              In file included from ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc:71:0:                                  
              ../../../../gcc/libstdc++-v3/src/hash.cc:29:9: error: expected initializer before ג<ג token                         
              ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc:76:17: error: גvoid _ZNKSt4hashIeEclEe()ג aliased to         
              undefined symbol ג_ZNKSt3tr14hashIeEclEeג                                                                           
              make[4]: *** [compatibility-ldbl.lo] Error 1                                                                        
              make[4]: Leaving directory `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3/src'          
              make[3]: *** [all-recursive] Error 1                                                                                
              make[3]: Leaving directory `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3'              
              make[2]: *** [all] Error 2                                                                                          
              make[2]: Leaving directory `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3'              
              make[1]: *** [all-target-libstdc++-v3] Error 2                                                                      
              make[1]: Leaving directory `/home/eres/mainline_45/new_build'                                                       
              make: *** [all] Error 2                                                                                             
                                                                                                                                  


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

* Re: error in hash.cc
  2009-08-12 13:49 error in hash.cc Revital1 Eres
@ 2009-08-12 20:32 ` Janis Johnson
  2009-08-12 22:54   ` Benjamin Kosnik
  0 siblings, 1 reply; 4+ messages in thread
From: Janis Johnson @ 2009-08-12 20:32 UTC (permalink / raw)
  To: Revital1 Eres; +Cc: gcc, bkoz

On Wed, 2009-08-12 at 14:52 +0300, Revital1 Eres wrote:
> Hello,
> 
> I get the following error while compiling gcc -r150679 on ppc

I get the same failure for powerpc64-linux.  It starts with r150641
from Benjamin Kosnik.

Janis
                                                                                                                                  
>                                                                                                                                   
>               unknown-linux-gnu/libstdc++-v3/include -I/home/eres/mainline_45/gcc/libstdc++-v3/libsupc++ -fno-implicit-templates  
>               -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g   
>               -O2 -D_GNU_SOURCE -mlong-double-64 -c ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc -fPIC -DPIC            
>               -o .libs/compatibility-ldbl.o                                                                                       
>               In file included from ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc:71:0:                                  
>               ../../../../gcc/libstdc++-v3/src/hash.cc:29:9: error: expected initializer before ×’<×’ token                         
>               ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc:76:17: error: ×’void _ZNKSt4hashIeEclEe()×’ aliased to         
>               undefined symbol ×’_ZNKSt3tr14hashIeEclEe×’                                                                           
>               make[4]: *** [compatibility-ldbl.lo] Error 1                                                                        
>               make[4]: Leaving directory `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3/src'          
>               make[3]: *** [all-recursive] Error 1                                                                                
>               make[3]: Leaving directory `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3'              
>               make[2]: *** [all] Error 2                                                                                          
>               make[2]: Leaving directory `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3'              
>               make[1]: *** [all-target-libstdc++-v3] Error 2                                                                      
>               make[1]: Leaving directory `/home/eres/mainline_45/new_build'                                                       
>               make: *** [all] Error 2                                                                                             
>                                                                                                                                   
> 

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

* Re: error in hash.cc
  2009-08-12 20:32 ` Janis Johnson
@ 2009-08-12 22:54   ` Benjamin Kosnik
  2009-08-13  1:22     ` Janis Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Benjamin Kosnik @ 2009-08-12 22:54 UTC (permalink / raw)
  To: janis187; +Cc: Revital1 Eres, gcc


> I get the same failure for powerpc64-linux.  It starts with r150641
> from Benjamin Kosnik.

Should be fixed in r150707

-benjamin

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

* Re: error in hash.cc
  2009-08-12 22:54   ` Benjamin Kosnik
@ 2009-08-13  1:22     ` Janis Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Janis Johnson @ 2009-08-13  1:22 UTC (permalink / raw)
  To: Benjamin Kosnik; +Cc: Revital1 Eres, gcc

On Wed, 2009-08-12 at 15:09 -0700, Benjamin Kosnik wrote:
> > I get the same failure for powerpc64-linux.  It starts with r150641
> > from Benjamin Kosnik.
> 
> Should be fixed in r150707

It fails in the same way.

Janis

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

end of thread, other threads:[~2009-08-12 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-12 13:49 error in hash.cc Revital1 Eres
2009-08-12 20:32 ` Janis Johnson
2009-08-12 22:54   ` Benjamin Kosnik
2009-08-13  1:22     ` Janis Johnson

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