Summary: | [4.2 regression] Broken diagnostic: 'abs_expr' not supported by dump_expr | ||
---|---|---|---|
Product: | gcc | Reporter: | Volker Reichelt <reichelt> |
Component: | c++ | Assignee: | Jakub Jelinek <jakub> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gcc-bugs, ismail, pinskia |
Priority: | P3 | Keywords: | diagnostic, monitored |
Version: | 4.3.0 | ||
Target Milestone: | 4.3.0 | ||
Host: | Target: | ||
Build: | Known to work: | 4.3.0 | |
Known to fail: | 4.2.5 | Last reconfirmed: | 2007-12-10 13:38:42 |
Description
Volker Reichelt
2007-12-08 20:38:10 UTC
Confirmed. Subject: Bug 34394 Author: jakub Date: Mon Dec 10 14:31:30 2007 New Revision: 130744 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130744 Log: PR c++/34394 * error.c (dump_expr): Handle ABS_EXPR. * g++.dg/other/error22.C: New test. Added: trunk/gcc/testsuite/g++.dg/other/error22.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/error.c trunk/gcc/testsuite/ChangeLog Fixed on the trunk. Oops, didn't mean to close this altogether. Closing 4.1 branch. Closing 4.2 branch, fixed in 4.3. |