public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/48219] New: internal compiler error: Segmentation fault on IA-64
@ 2011-03-21 15:31 sebastian.hegler@tu-dresden.de
  2011-03-21 15:57 ` [Bug target/48219] " sebastian.hegler@tu-dresden.de
  2011-03-22 12:36 ` sebastian.hegler@tu-dresden.de
  0 siblings, 2 replies; 3+ messages in thread
From: sebastian.hegler@tu-dresden.de @ 2011-03-21 15:31 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: internal compiler error: Segmentation fault on IA-64
           Product: gcc
           Version: 4.5.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: sebastian.hegler@tu-dresden.de
              Host: ia64-unknown-linux-gnu
            Target: ia64-unknown-linux-gnu
             Build: ia64-unknown-linux-gnu


Created attachment 23738
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23738
The preprocessed file (*.i*) that triggers the bug, generated by adding
-save-temps to the complete compilation command, compressed with gzip.

I am trying to compile boost v1.44.0 ("www.boost.org") library on IA-64, which
fails with: 

./boost/test/utils/runtime/cla/id_policy.hpp: In member function ‘bool
boost::runtime::cla::dual_id_policy<MostDerived, PrimaryId,
SecondId>::matching(const boost::runtime::cla::parameter&,
boost::runtime::cla::argv_traverser&, bool) const [with MostDerived =
boost::runtime::cla::dual_name_policy, PrimaryId =
boost::runtime::cla::string_name_policy, SecondId =
boost::runtime::cla::char_name_policy]’:
./boost/test/utils/runtime/cla/id_policy.hpp:114:5: internal compiler error:
Segmentation fault

Important here seems to be the fact that I built GCC with
"--enable-build-with-cxx".

Continuing as per "http://gcc.gnu.org/bugs/#report". Full Terminal output
follows here, the output from "-save-temps" comes as an attachment.

Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../libexec/gcc/ia64-unknown-linux-gnu/4.5.2/lto-wrapper
Target: ia64-unknown-linux-gnu
Configured with: ../gcc-4.5.2/configure
--prefix=/home/radar-08/modules-ia64/gcc/4.5.2
--with--mpfr=/home/radar-08/modules-ia64/gcc/4.5.2
--with-gmp=/home/radar-08/modules-ia64/gcc/4.5.2
--with-mpc=/home/radar-08/modules-ia64/gcc/4.5.2
--with-libelf=/home/radar-08/modules-ia64/gcc/4.5.2 --enable-lto --enable-gold
--enable-bootstrap --enable-build-with-cxx
Thread model: posix
gcc version 4.5.2 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-ftemplate-depth-128' '-O3'
'-finline-functions' '-Wno-inline' '-Wall' '-pedantic' '-pthread'
'-DBOOST_ALL_NO_LIB=1' '-DNDEBUG' '-I.' '-c' '-o'
'bin.v2/libs/test/build/gcc-4.5.2/release/link-static/threading-multi/unit_test_parameters.o'
'-shared-libgcc'

/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../libexec/gcc/ia64-unknown-linux-gnu/4.5.2/cc1plus
-E -quiet -v -I. -iprefix
/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/ia64-unknown-linux-gnu/4.5.2/
-D_GNU_SOURCE -D_REENTRANT -DBOOST_ALL_NO_LIB=1 -DNDEBUG
libs/test/src/unit_test_parameters.cpp -Wno-inline -Wall -pedantic
-ftemplate-depth-128 -finline-functions -O3 -fpch-preprocess -o
unit_test_parameters.ii
ignoring nonexistent directory
"/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../ia64-unknown-linux-gnu/include"
ignoring duplicate directory
"/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/../../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../include/c++/4.5.2"
ignoring duplicate directory
"/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/../../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../include/c++/4.5.2/ia64-unknown-linux-gnu"
ignoring duplicate directory
"/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/../../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../include/c++/4.5.2/backward"
ignoring duplicate directory
"/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/../../lib/gcc/ia64-unknown-linux-gnu/4.5.2/include"
ignoring duplicate directory
"/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/../../lib/gcc/ia64-unknown-linux-gnu/4.5.2/include-fixed"
ignoring nonexistent directory
"/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/../../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../ia64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 .

/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../include/c++/4.5.2

/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../include/c++/4.5.2/ia64-unknown-linux-gnu

/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/ia64-unknown-linux-gnu/4.5.2/../../../../include/c++/4.5.2/backward

/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/ia64-unknown-linux-gnu/4.5.2/include

/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/ia64-unknown-linux-gnu/4.5.2/include-fixed
 /usr/local/include
 /home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../lib/gcc/../../include
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-ftemplate-depth-128' '-O3'
'-finline-functions' '-Wno-inline' '-Wall' '-pedantic' '-pthread'
'-DBOOST_ALL_NO_LIB=1' '-DNDEBUG' '-I.' '-c' '-o'
'bin.v2/libs/test/build/gcc-4.5.2/release/link-static/threading-multi/unit_test_parameters.o'
'-shared-libgcc'

/home/h0/radar-08/modules-ia64/gcc/4.5.2/bin/../libexec/gcc/ia64-unknown-linux-gnu/4.5.2/cc1plus
-fpreprocessed unit_test_parameters.ii -quiet -dumpbase
unit_test_parameters.cpp -auxbase-strip
bin.v2/libs/test/build/gcc-4.5.2/release/link-static/threading-multi/unit_test_parameters.o
-O3 -Wno-inline -Wall -pedantic -version -ftemplate-depth-128
-finline-functions -o unit_test_parameters.s
GNU C++ (GCC) version 4.5.2 (ia64-unknown-linux-gnu)
    compiled by GNU C version 4.5.2, GMP version 4.3.2, MPFR version 3.0.0, MPC
version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU C++ (GCC) version 4.5.2 (ia64-unknown-linux-gnu)
    compiled by GNU C version 4.5.2, GMP version 4.3.2, MPFR version 3.0.0, MPC
version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: fe38f2592db8fa8848b9206a0a324f31
In file included from ./boost/config.hpp:57:0,
                 from ./boost/detail/workaround.hpp:41,
                 from
./boost/test/utils/basic_cstring/basic_cstring_fwd.hpp:19,
                 from ./boost/test/utils/basic_cstring/basic_cstring.hpp:20,
                 from ./boost/test/detail/global_typedef.hpp:18,
                 from ./boost/test/detail/unit_test_parameters.hpp:18,
                 from ./boost/test/impl/unit_test_parameters.ipp:22,
                 from libs/test/src/unit_test_parameters.cpp:16:
./boost/config/suffix.hpp:497:18: warning: ISO C++ 1998 does not support ‘long
long’
./boost/config/suffix.hpp:498:18: warning: ISO C++ 1998 does not support ‘long
long’
In file included from ./boost/test/utils/runtime/cla/named_parameter.hpp:22:0,
                 from
./boost/test/utils/runtime/cla/dual_name_parameter.hpp:21,
                 from ./boost/test/impl/unit_test_parameters.ipp:31,
                 from libs/test/src/unit_test_parameters.cpp:16:
./boost/test/utils/runtime/cla/id_policy.hpp: In member function ‘bool
boost::runtime::cla::dual_id_policy<MostDerived, PrimaryId,
SecondId>::matching(const boost::runtime::cla::parameter&,
boost::runtime::cla::argv_traverser&, bool) const [with MostDerived =
boost::runtime::cla::dual_name_policy, PrimaryId =
boost::runtime::cla::string_name_policy, SecondId =
boost::runtime::cla::char_name_policy]’:
./boost/test/utils/runtime/cla/id_policy.hpp:114:5: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug target/48219] internal compiler error: Segmentation fault on IA-64
  2011-03-21 15:31 [Bug target/48219] New: internal compiler error: Segmentation fault on IA-64 sebastian.hegler@tu-dresden.de
@ 2011-03-21 15:57 ` sebastian.hegler@tu-dresden.de
  2011-03-22 12:36 ` sebastian.hegler@tu-dresden.de
  1 sibling, 0 replies; 3+ messages in thread
From: sebastian.hegler@tu-dresden.de @ 2011-03-21 15:57 UTC (permalink / raw)
  To: gcc-bugs

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

sebastian.hegler@tu-dresden.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker


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

* [Bug target/48219] internal compiler error: Segmentation fault on IA-64
  2011-03-21 15:31 [Bug target/48219] New: internal compiler error: Segmentation fault on IA-64 sebastian.hegler@tu-dresden.de
  2011-03-21 15:57 ` [Bug target/48219] " sebastian.hegler@tu-dresden.de
@ 2011-03-22 12:36 ` sebastian.hegler@tu-dresden.de
  1 sibling, 0 replies; 3+ messages in thread
From: sebastian.hegler@tu-dresden.de @ 2011-03-22 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

sebastian.hegler@tu-dresden.de changed:

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

--- Comment #1 from sebastian.hegler@tu-dresden.de 2011-03-22 12:07:12 UTC ---
Duplicate of PR 48215.

*** This bug has been marked as a duplicate of bug 48215 ***


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

end of thread, other threads:[~2011-03-22 12:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-21 15:31 [Bug target/48219] New: internal compiler error: Segmentation fault on IA-64 sebastian.hegler@tu-dresden.de
2011-03-21 15:57 ` [Bug target/48219] " sebastian.hegler@tu-dresden.de
2011-03-22 12:36 ` sebastian.hegler@tu-dresden.de

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