[Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr

2008-06-22 Thread lauras at gcc dot gnu dot org


--- Comment #3 from lauras at gcc dot gnu dot org  2008-06-22 15:28 ---
Subject: Bug 34906

Author: lauras
Date: Sun Jun 22 15:28:04 2008
New Revision: 137020

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137020
Log:
2008-06-22  Laurynas Biveinis  [EMAIL PROTECTED]

PR middle-end/34906
* gimplify.c (gimplify_asm_expr): Check the return code of
parse_output_constraint call, set function return and is_inout
value if it failed.



Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimplify.c


-- 


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



[Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr

2008-06-22 Thread lauras at gcc dot gnu dot org


--- Comment #4 from lauras at gcc dot gnu dot org  2008-06-22 15:30 ---
Fixed on trunk.


-- 

lauras at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


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



[Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr

2008-06-22 Thread rguenth at gcc dot gnu dot org


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.4.0


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



[Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr

2008-06-21 Thread laurynas dot biveinis at gmail dot com


--- 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



[Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr

2008-01-21 Thread ismail at pardus dot org dot tr


--- Comment #1 from ismail at pardus dot org dot tr  2008-01-21 17:13 
---
Used svn revision 131650.


-- 

ismail at pardus dot org dot tr changed:

   What|Removed |Added

 GCC target triplet||i686-linux


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