public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/57109] New: ice tsubst_copy, at cp/pt.c:12171
@ 2013-04-29  9:38 wd11 at leicester dot ac.uk
  2013-04-29  9:56 ` [Bug c++/57109] " paolo.carlini at oracle dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wd11 at leicester dot ac.uk @ 2013-04-29  9:38 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 57109
           Summary: ice tsubst_copy, at cp/pt.c:12171
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: wd11@leicester.ac.uk


gcc 4.9.0

> g++ -v
Using built-in specs.
COLLECT_GCC=/opt/local/bin/g++-mp-4.9
COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin12/4.9.0/lto-wrapper
Target: x86_64-apple-darwin12
Configured with: ../gcc-4.9-20130414/configure --prefix=/opt/local
--build=x86_64-apple-darwin12
--enable-languages=c,c++,objc,obj-c++,fortran,java
--libdir=/opt/local/lib/gcc49 --includedir=/opt/local/include/gcc49
--infodir=/opt/local/share/info --mandir=/opt/local/share/man
--datarootdir=/opt/local/share/gcc-4.9 --with-local-prefix=/opt/local
--with-system-zlib --disable-nls --program-suffix=-mp-4.9
--with-gxx-include-dir=/opt/local/include/gcc49/c++/ --with-gmp=/opt/local
--with-mpfr=/opt/local --with-mpc=/opt/local --with-ppl=/opt/local
--with-cloog=/opt/local --enable-cloog-backend=isl
--disable-cloog-version-check --enable-stage1-checking --disable-multilib
--enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as
--with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar
--with-bugurl=https://trac.macports.org/newticket --with-pkgversion='MacPorts
gcc49 4.9-20130414_0'
Thread model: posix
gcc version 4.9.0 20130414 (experimental) (MacPorts gcc49 4.9-20130414_0)

crashed with ICE (see subject line; on line 1634). Compiler options used:

-std=c++0x -march=native -mfpmath=sse -mpreferred-stack-boundary=4 -ggdb3 -Wall
-Wextra -Winit-self -Wshadow -Woverloaded-virtual -Wno-unknown-pragmas -Winline
-O2 -fPIC -funroll-loops -fforce-addr -fopenmp

triggered by using a local variable from within a lambda expression.

preprocessor output attached.


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

* [Bug c++/57109] ice tsubst_copy, at cp/pt.c:12171
  2013-04-29  9:38 [Bug c++/57109] New: ice tsubst_copy, at cp/pt.c:12171 wd11 at leicester dot ac.uk
@ 2013-04-29  9:56 ` paolo.carlini at oracle dot com
  2013-04-29 10:28 ` wd11 at leicester dot ac.uk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-04-29  9:56 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-04-29
     Ever Confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-29 09:56:47 UTC ---
No .ii


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

* [Bug c++/57109] ice tsubst_copy, at cp/pt.c:12171
  2013-04-29  9:38 [Bug c++/57109] New: ice tsubst_copy, at cp/pt.c:12171 wd11 at leicester dot ac.uk
  2013-04-29  9:56 ` [Bug c++/57109] " paolo.carlini at oracle dot com
@ 2013-04-29 10:28 ` wd11 at leicester dot ac.uk
  2013-05-02 15:01 ` paolo.carlini at oracle dot com
  2013-07-10 23:15 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: wd11 at leicester dot ac.uk @ 2013-04-29 10:28 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from wd11 at leicester dot ac.uk 2013-04-29 10:28:13 UTC ---
Created attachment 29971
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29971
file generated via g++ -E  and  gzip

compressed because pre-processor output was too big (2.6Mb).


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

* [Bug c++/57109] ice tsubst_copy, at cp/pt.c:12171
  2013-04-29  9:38 [Bug c++/57109] New: ice tsubst_copy, at cp/pt.c:12171 wd11 at leicester dot ac.uk
  2013-04-29  9:56 ` [Bug c++/57109] " paolo.carlini at oracle dot com
  2013-04-29 10:28 ` wd11 at leicester dot ac.uk
@ 2013-05-02 15:01 ` paolo.carlini at oracle dot com
  2013-07-10 23:15 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-05-02 15:01 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED
     Ever Confirmed|1                           |0


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

* [Bug c++/57109] ice tsubst_copy, at cp/pt.c:12171
  2013-04-29  9:38 [Bug c++/57109] New: ice tsubst_copy, at cp/pt.c:12171 wd11 at leicester dot ac.uk
                   ` (2 preceding siblings ...)
  2013-05-02 15:01 ` paolo.carlini at oracle dot com
@ 2013-07-10 23:15 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-10 23:15 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|2013-04-29 00:00:00         |2013-07-10
     Ever confirmed|0                           |1

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Can you please try to reduce your testcase to a manageable size? Normally, for
proper C++ front-end issues less 50 lines are enough and no special command
line options are needed, but your *.i has a lot of target-specific code. We
have a wiki entry: http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction

Thanks!


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

end of thread, other threads:[~2013-07-10 23:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-29  9:38 [Bug c++/57109] New: ice tsubst_copy, at cp/pt.c:12171 wd11 at leicester dot ac.uk
2013-04-29  9:56 ` [Bug c++/57109] " paolo.carlini at oracle dot com
2013-04-29 10:28 ` wd11 at leicester dot ac.uk
2013-05-02 15:01 ` paolo.carlini at oracle dot com
2013-07-10 23:15 ` paolo.carlini at oracle dot com

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