This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr
- From: "laurynas dot biveinis at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2008 17:40:58 -0000
- Subject: [Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr
- References: <bug-34906-10490@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from laurynas dot biveinis at gmail dot com 2008-06-21 17:40 -------
Reproduced with r137000.
Basically we have:
gimplify_asm_expr(...)
{
...
bool is_inout;
...
for (...)
{
parse_output_constraint (&is_inout);
if (is_inout)
{
...
Now the problem is that parse_output_constraint reports an error and exits
early, before setting is_inout value.
--
laurynas dot biveinis at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |laurynas dot biveinis at
| |gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34906