public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
@ 2013-03-05 13:19 gcc at abeckmann dot de
  2013-03-05 13:31 ` [Bug c++/56534] " paolo.carlini at oracle dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: gcc at abeckmann dot de @ 2013-03-05 13:19 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56534
           Summary: [4.7/4.8 Regression] ICE Segfault on invalid code in
                    check_elaborated_type_specifier
    Classification: Unclassified
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gcc@abeckmann.de


The following line of invalid code causes an ICE Segfault, this is a regression
from 4.6 behavior:

===== 8< =====
template < struct template rebind < >
===== >8 =====

$ g++-4.7.x -v -c ice-segfault.cpp 
Using built-in specs.
COLLECT_GCC=/opt/software/x86_64/gcc-4.7.x/bin/g++-4.7.x
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4_7-branch/configure
--prefix=/opt/software/x86_64/gcc-4.7.x --program-suffix=-4.7.x
--enable-languages=c,c++,fortran --enable-checking
Thread model: posix
gcc version 4.7.3 20130304 (prerelease) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'

/opt/software/x86_64/gcc-4.7.x/libexec/gcc/x86_64-unknown-linux-gnu/4.7.3/cc1plus
-quiet -v -imultilib . -imultiarch x86_64-linux-gnu -D_GNU_SOURCE
ice-segfault.cpp -quiet -dumpbase ice-segfault.cpp -mtune=generic -march=x86-64
-auxbase ice-segfault -version -o /tmp/ccr5sP7L.s
GNU C++ (GCC) version 4.7.3 20130304 (prerelease) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.7.3 20130304 (prerelease), GMP version
5.0.5, MPFR version 3.1.0-p10, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory
"/opt/software/x86_64/gcc-4.7.x/lib/gcc/x86_64-unknown-linux-gnu/4.7.3/../../../../x86_64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:

/opt/software/x86_64/gcc-4.7.x/lib/gcc/x86_64-unknown-linux-gnu/4.7.3/../../../../include/c++/4.7.3

/opt/software/x86_64/gcc-4.7.x/lib/gcc/x86_64-unknown-linux-gnu/4.7.3/../../../../include/c++/4.7.3/x86_64-unknown-linux-gnu/.

/opt/software/x86_64/gcc-4.7.x/lib/gcc/x86_64-unknown-linux-gnu/4.7.3/../../../../include/c++/4.7.3/backward
 /opt/software/x86_64/gcc-4.7.x/lib/gcc/x86_64-unknown-linux-gnu/4.7.3/include
 /usr/local/include
 /opt/software/x86_64/gcc-4.7.x/include

/opt/software/x86_64/gcc-4.7.x/lib/gcc/x86_64-unknown-linux-gnu/4.7.3/include-fixed
 /usr/include/x86_64-linux-gnu
 /usr/include
End of search list.
GNU C++ (GCC) version 4.7.3 20130304 (prerelease) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.7.3 20130304 (prerelease), GMP version
5.0.5, MPFR version 3.1.0-p10, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 52ed9e0a10a946085ed136449fb02111
ice-segfault.cpp:1:37: internal compiler error: Segmentation fault
Please submit a full bug report,

$ g++-trunk -v -c ice-segfault.cpp 
Using built-in specs.
COLLECT_GCC=/opt/software/x86_64/gcc-trunk/bin/g++-trunk
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-trunk/configure --prefix=/opt/software/x86_64/gcc-trunk
--program-suffix=-trunk --enable-languages=c,c++,fortran --enable-checking
Thread model: posix
gcc version 4.8.0 20130302 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'

/opt/software/x86_64/gcc-trunk/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/cc1plus
-quiet -v -imultilib . -imultiarch x86_64-linux-gnu -D_GNU_SOURCE
ice-segfault.cpp -quiet -dumpbase ice-segfault.cpp -mtune=generic -march=x86-64
-auxbase ice-segfault -version -o /tmp/ccVB908D.s
GNU C++ (GCC) version 4.8.0 20130302 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.8.0 20130302 (experimental), GMP version
5.0.5, MPFR version 3.1.0-p10, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory
"/opt/software/x86_64/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/../../../../x86_64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:

/opt/software/x86_64/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/../../../../include/c++/4.8.0

/opt/software/x86_64/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/../../../../include/c++/4.8.0/x86_64-unknown-linux-gnu/.

/opt/software/x86_64/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/../../../../include/c++/4.8.0/backward
 /opt/software/x86_64/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include
 /usr/local/include
 /opt/software/x86_64/gcc-trunk/include

/opt/software/x86_64/gcc-trunk/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/include-fixed
 /usr/include/x86_64-linux-gnu
 /usr/include
End of search list.
GNU C++ (GCC) version 4.8.0 20130302 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.8.0 20130302 (experimental), GMP version
5.0.5, MPFR version 3.1.0-p10, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: eedf9bce273f5c2d2f3e6a014c94ec56
ice-segfault.cpp:1:37: internal compiler error: Segmentation fault
 template < struct template rebind < >
                                     ^
0xa7da8f crash_signal
        ../../gcc-trunk/gcc/toplev.c:332
0x5331de check_elaborated_type_specifier(tag_types, tree_node*, bool)
        ../../gcc-trunk/gcc/cp/decl.c:11731
0x61d1de cp_parser_elaborated_type_specifier
        ../../gcc-trunk/gcc/cp/parser.c:14256
0x5fad08 cp_parser_type_specifier
        ../../gcc-trunk/gcc/cp/parser.c:13601
0x6121ed cp_parser_decl_specifier_seq
        ../../gcc-trunk/gcc/cp/parser.c:10900
0x612887 cp_parser_parameter_declaration
        ../../gcc-trunk/gcc/cp/parser.c:17470
0x616d9e cp_parser_template_parameter
        ../../gcc-trunk/gcc/cp/parser.c:12254
0x616d9e cp_parser_template_parameter_list
        ../../gcc-trunk/gcc/cp/parser.c:12157
0x618de9 cp_parser_template_declaration_after_export
        ../../gcc-trunk/gcc/cp/parser.c:21769
0x6207f9 cp_parser_declaration
        ../../gcc-trunk/gcc/cp/parser.c:10309
0x61f3dd cp_parser_declaration_seq_opt
        ../../gcc-trunk/gcc/cp/parser.c:10231
0x620c82 cp_parser_translation_unit
        ../../gcc-trunk/gcc/cp/parser.c:3807
0x620c82 c_parse_file()
        ../../gcc-trunk/gcc/cp/parser.c:28182
0x728794 c_common_parse_file()
        ../../gcc-trunk/gcc/c-family/c-opts.c:1046
Please submit a full bug report,


$ g++-4.6.x -c ice-segfault.cpp 
ice-segfault.cpp:1:37: error: expected identifier at end of input
ice-segfault.cpp:1:37: error: expected ‘>’ at end of input
ice-segfault.cpp:1:37: error: expected unqualified-id at end of input


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

* [Bug c++/56534] [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
@ 2013-03-05 13:31 ` paolo.carlini at oracle dot com
  2013-03-05 13:43 ` rguenth at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-05 13:31 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-05 13:31:14 UTC ---
Looks like a Dup of PR55786.


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

* [Bug c++/56534] [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
  2013-03-05 13:31 ` [Bug c++/56534] " paolo.carlini at oracle dot com
@ 2013-03-05 13:43 ` rguenth at gcc dot gnu.org
  2013-03-05 16:37 ` paolo.carlini at oracle dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-03-05 13:43 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
   Target Milestone|---                         |4.7.3


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

* [Bug c++/56534] [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
  2013-03-05 13:31 ` [Bug c++/56534] " paolo.carlini at oracle dot com
  2013-03-05 13:43 ` rguenth at gcc dot gnu.org
@ 2013-03-05 16:37 ` paolo.carlini at oracle dot com
  2013-03-06  8:40 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-05 16:37 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-03-05
         AssignedTo|unassigned at gcc dot       |paolo.carlini at oracle dot
                   |gnu.org                     |com
     Ever Confirmed|0                           |1

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-05 16:36:42 UTC ---
Must be easy to fix.


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

* [Bug c++/56534] [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (2 preceding siblings ...)
  2013-03-05 16:37 ` paolo.carlini at oracle dot com
@ 2013-03-06  8:40 ` jakub at gcc dot gnu.org
  2013-03-06 10:13 ` paolo.carlini at oracle dot com
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-03-06  8:40 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dodji at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-06 08:40:18 UTC ---
Started with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181653


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

* [Bug c++/56534] [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (3 preceding siblings ...)
  2013-03-06  8:40 ` jakub at gcc dot gnu.org
@ 2013-03-06 10:13 ` paolo.carlini at oracle dot com
  2013-03-06 23:41 ` paolo.carlini at oracle dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-06 10:13 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-06 10:13:07 UTC ---
Thanks Jakub, that seems consistent with my simple analysis.


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

* [Bug c++/56534] [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (4 preceding siblings ...)
  2013-03-06 10:13 ` paolo.carlini at oracle dot com
@ 2013-03-06 23:41 ` paolo.carlini at oracle dot com
  2013-03-06 23:48 ` paolo at gcc dot gnu.org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-06 23:41 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hpsMouse at gmail dot com

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-06 23:41:25 UTC ---
*** Bug 55786 has been marked as a duplicate of this bug. ***


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

* [Bug c++/56534] [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (5 preceding siblings ...)
  2013-03-06 23:41 ` paolo.carlini at oracle dot com
@ 2013-03-06 23:48 ` paolo at gcc dot gnu.org
  2013-03-07  0:38 ` [Bug c++/56534] [4.7 " paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo at gcc dot gnu.org @ 2013-03-06 23:48 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2013-03-06 23:47:30 UTC ---
Author: paolo
Date: Wed Mar  6 23:47:20 2013
New Revision: 196513

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196513
Log:
/cp
2013-03-06  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/56534
    * parser.c (cp_parser_elaborated_type_specifier): Don't call
    check_elaborated_type_specifier when TREE_CODE (decl) != TYPE_DECL.
    * decl.c (check_elaborated_type_specifier): Tidy.

/testsuite
2013-03-06  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/56534
    * g++.dg/template/crash115.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/template/crash115.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/56534] [4.7 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (6 preceding siblings ...)
  2013-03-06 23:48 ` paolo at gcc dot gnu.org
@ 2013-03-07  0:38 ` paolo.carlini at oracle dot com
  2013-03-09 10:32 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-07  0:38 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7/4.8 Regression] ICE    |[4.7 Regression] ICE
                   |Segfault on invalid code in |Segfault on invalid code in
                   |check_elaborated_type_speci |check_elaborated_type_speci
                   |fier                        |fier

--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-07 00:37:52 UTC ---
Fixed in mainline so far.


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

* [Bug c++/56534] [4.7 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (7 preceding siblings ...)
  2013-03-07  0:38 ` [Bug c++/56534] [4.7 " paolo.carlini at oracle dot com
@ 2013-03-09 10:32 ` paolo.carlini at oracle dot com
  2013-03-09 11:49 ` paolo at gcc dot gnu.org
  2013-03-09 11:50 ` paolo.carlini at oracle dot com
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-09 10:32 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |h-gccbg at scnr dot net

--- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-09 10:32:13 UTC ---
*** Bug 55628 has been marked as a duplicate of this bug. ***


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

* [Bug c++/56534] [4.7 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (8 preceding siblings ...)
  2013-03-09 10:32 ` paolo.carlini at oracle dot com
@ 2013-03-09 11:49 ` paolo at gcc dot gnu.org
  2013-03-09 11:50 ` paolo.carlini at oracle dot com
  10 siblings, 0 replies; 12+ messages in thread
From: paolo at gcc dot gnu.org @ 2013-03-09 11:49 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #9 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2013-03-09 11:49:02 UTC ---
Author: paolo
Date: Sat Mar  9 11:48:53 2013
New Revision: 196573

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196573
Log:
/cp
2013-03-09  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/56534
    * parser.c (cp_parser_elaborated_type_specifier): Don't call
    check_elaborated_type_specifier when TREE_CODE (decl) != TYPE_DECL.
    * decl.c (check_elaborated_type_specifier): Tidy.

/testsuite
2013-03-09  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/56534
    * g++.dg/template/crash115.C: New.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/crash115.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/decl.c
    branches/gcc-4_7-branch/gcc/cp/parser.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/56534] [4.7 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier
  2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
                   ` (9 preceding siblings ...)
  2013-03-09 11:49 ` paolo at gcc dot gnu.org
@ 2013-03-09 11:50 ` paolo.carlini at oracle dot com
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-03-09 11:50 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #10 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-09 11:50:23 UTC ---
Fixed 4.7.3 too.


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

end of thread, other threads:[~2013-03-09 11:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-05 13:19 [Bug c++/56534] New: [4.7/4.8 Regression] ICE Segfault on invalid code in check_elaborated_type_specifier gcc at abeckmann dot de
2013-03-05 13:31 ` [Bug c++/56534] " paolo.carlini at oracle dot com
2013-03-05 13:43 ` rguenth at gcc dot gnu.org
2013-03-05 16:37 ` paolo.carlini at oracle dot com
2013-03-06  8:40 ` jakub at gcc dot gnu.org
2013-03-06 10:13 ` paolo.carlini at oracle dot com
2013-03-06 23:41 ` paolo.carlini at oracle dot com
2013-03-06 23:48 ` paolo at gcc dot gnu.org
2013-03-07  0:38 ` [Bug c++/56534] [4.7 " paolo.carlini at oracle dot com
2013-03-09 10:32 ` paolo.carlini at oracle dot com
2013-03-09 11:49 ` paolo at gcc dot gnu.org
2013-03-09 11:50 ` 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).