This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11063] [3.3/3.4 Regression] ICE on parsing initialization list of const array member


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |major
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
           Priority|P3                          |P2
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-02 12:27:42
               date|                            |
            Summary|ICE on parsing              |[3.3/3.4 Regression] ICE on
                   |initialization list of const|parsing initialization list
                   |array member                |of const array member
   Target Milestone|3.4                         |3.3.1


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 12:27 -------
I see it on the mainline (20030601), 3.3.1 (20030526), 3.2.3, 3.0.4 but I do not get an ICE 
but an error on 2.95.3 so this is a regression:

tin:~/src/gnu/gcctest>gcc pr11063.cc
pr11063.cc: In constructor `Foo::Foo(int, int)':
pr11063.cc:13: internal compiler error: in build_modify_expr, at cp/typeck.c:
   5395
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
tin:~/src/gnu/gcctest>~/ia32_linux_gcc3_3/bin/gcc pr11063.cc
pr11063.cc: In constructor `Foo::Foo(int, int)':
pr11063.cc:13: internal compiler error: in build_modify_expr, at cp/typeck.c:
   5202
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
tin:~/src/gnu/gcctest>~/ia32_linux_gcc3_2/bin/gcc pr11063.cc
pr11063.cc: In constructor `Foo::Foo(int, int)':
pr11063.cc:13: Internal compiler error in build_modify_expr, at cp/typeck.c:
   5516
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
tin:~/src/gnu/gcctest>~/ia32_linux_gcc3_0/bin/gcc pr11063.cc
pr11063.cc: In constructor `Foo::Foo(int, int)':
pr11063.cc:13: Internal compiler error in build_modify_expr, at cp/typeck.c:
   5627
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
tin:~/src/gnu/gcctest>~/ia32_linux_gcc2_95//bin/gcc pr11063.cc
pr11063.cc: In method `Foo::Foo(int, int)':
pr11063.cc:13: incompatible types in assignment of `int[2]' to `const int[2]'



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]