[Bug middle-end/54645] [4.8 Regression] Many testsuite failures

2014-07-28 Thread smith_winston_6079 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54645

Winston Smith  changed:

   What|Removed |Added

 CC||smith_winston_6079@hotmail.
   ||com

--- Comment #11 from Winston Smith  ---
Sorry for interloping after such a long time, but it seems like 4.8.3 still has
that problem. Encountering the same thing here. My configure is
$ ../gcc-4.8.3/configure --prefix=/usr/ --with-local-prefix=/usr/local/
--with-native-system-header-dir=/usr/include/ --enable-libada --enable-libssp
--enable-libquadmath --enable-nls --with-included-gettext --enable-shared
--enable-threads --disable-bootstrap --enable-languages=all,c++,ada,go,obj-c++
--enable-werror --enable-gather-detailed-mem-stats --disable-multilib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for gnatbind... gnatbind
checking for gnatmake... gnatmake
checking whether compiler driver understands Ada... yes
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1
$$f2
checking for objdir... .libs
checking for version 0.10 of ISL... no
checking for version 0.11 of ISL... no
checking for version 0.12 of ISL... no
 'c++' language required by 'go' in stage 1; enabling
The following languages will be built:
c,ada,c++,fortran,go,java,lto,objc,obj-c++
checking for default BUILD_CONFIG... 
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... runtest
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... gfortran
checking for gccgo... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... readelf
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... just compiled
checking where to find the target gfortran... just compiled
checking where to find the target gccgo... just compiled
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Mak

[Bug middle-end/54645] [4.8 Regression] Many testsuite failures

2012-09-25 Thread hjl.tools at gmail dot com


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



H.J. Lu  changed:



   What|Removed |Added



 Status|NEW |RESOLVED

 Resolution||FIXED



--- Comment #10 from H.J. Lu  2012-09-25 23:37:41 
UTC ---

Fixed


[Bug middle-end/54645] [4.8 Regression] Many testsuite failures

2012-09-25 Thread hp at gcc dot gnu.org


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



--- Comment #9 from Hans-Peter Nilsson  2012-09-25 
23:27:34 UTC ---

Looks fixed. Maybe reporter or fixer would like to close it.


[Bug middle-end/54645] [4.8 Regression] Many testsuite failures

2012-09-25 Thread dehao at gcc dot gnu.org


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



--- Comment #8 from dehao at gcc dot gnu.org 2012-09-25 13:19:39 UTC ---

Author: dehao

Date: Tue Sep 25 13:19:33 2012

New Revision: 191706



URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191706

Log:

gcc:

2012-09-25  Dehao Chen  



PR middle-end/54645

* c-family/c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data

map when read in the pch.



libcpp:

2012-09-25  Dehao Chen  



PR middle-end/54645

* include/line-map.h (location_adhoc_data): Move location_adhoc_data

into GC.

(location_adhoc_data_map): Likewise.

(line_maps): Likewise.

(rebuild_location_adhoc_htab): New Function.

* line-map.c (+rebuild_location_adhoc_htab): new Funcion.

(get_combined_adhoc_loc): Move location_adhoc_data into GC.

(location_adhoc_data_fini): Likewise.

(linemap_init): Likewise.

(location_adhoc_data_init): Remove Function.





Modified:

trunk/gcc/ChangeLog

trunk/gcc/c-family/c-pch.c

trunk/libcpp/ChangeLog

trunk/libcpp/include/line-map.h

trunk/libcpp/line-map.c


[Bug middle-end/54645] [4.8 Regression] Many testsuite failures

2012-09-21 Thread rguenth at gcc dot gnu.org


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



Richard Guenther  changed:



   What|Removed |Added



  Component|rtl-optimization|middle-end

   Target Milestone|--- |4.8.0