[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2007-04-29 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-04-29 15:54 --- This bug is already fixed on the 4.1 branch since GCC 4.1.2, whereas PR 20103 is still open on the 4.1 branch, so this is not quite a duplicate of PR 20103. -- reichelt at gcc dot gnu dot org changed:

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2007-04-29 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2007-04-29 15:55 --- Closing as fixed in GCC 4.1.2. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-04-12 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-04-12 11:17 --- Confirmed. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-04-12 Thread prigault at oricom dot ca
--- Comment #2 from prigault at oricom dot ca 2006-04-12 14:00 --- IMO, the line defining c should trigger an error message because it needs to use c before creating the variable, or else undefined behaviour occurs. This message could be: error: ā€˜cā€™ was not declared in this scope or: e

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-04-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27129

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-04-18 Thread bonzini at gnu dot org
--- Comment #3 from bonzini at gnu dot org 2006-04-18 16:12 --- Without getting in the merit of the bug, let me point out that GCC is *not* free to make hard errors at its own will. What is an error and what isn't is regulated by the standard, and GCC aims at adhering to the standard.

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-05-16 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-16 13:15 --- Testing a patch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-05-24 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-05-25 02:34 --- Will not be fixed in 4.1.1; adjust target milestone to 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-06-03 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-06-03 22:37 --- (In reply to comment #4) > Testing a patch. Any news, it has been almost a month. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27129

[Bug c++/27129] [4.1/4.2 Regression] ICE in get_expr_operands

2006-06-09 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2006-06-09 09:42 --- This has been fixed by the PR20103 changes. *** This bug has been marked as a duplicate of 20103 *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added ---