[Bug c++/24582] [4.1 regression] ICE in decl_jump_unsafe

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-30 17:37 --- Reduced testcase: JigdoFileCmd::Command ::JigdoFileCmd::cmdOptions(int argc, char* argv[]) { switch (c) { case LONGOPT_BZIP2: optBzip2 = true; --- This is not mine after all. -- pinskia at gcc

[Bug c++/24582] [4.1 regression] ICE in decl_jump_unsafe

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||error-recovery Target Milestone|--- |4.1.0

[Bug c++/24582] [4.1 regression] ICE in decl_jump_unsafe

2005-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-29 22:23 --- This is my fault, will fix but tomorrow. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24582] [4.1 regression] ICE in decl_jump_unsafe

2005-10-29 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2005-10-29 22:10 --- Created an attachment (id=10080) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10080&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24582