public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/41827] [Cleanup] Remove SET_EXPR_LOCATION in gfc_trans_code
       [not found] <bug-41827-4@http.gcc.gnu.org/bugzilla/>
@ 2013-06-15 11:04 ` dominiq at lps dot ens.fr
  2013-06-16 18:06 ` dominiq at lps dot ens.fr
  1 sibling, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-15 11:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Is this PR another WONTFIX?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/41827] [Cleanup] Remove SET_EXPR_LOCATION in gfc_trans_code
       [not found] <bug-41827-4@http.gcc.gnu.org/bugzilla/>
  2013-06-15 11:04 ` [Bug fortran/41827] [Cleanup] Remove SET_EXPR_LOCATION in gfc_trans_code dominiq at lps dot ens.fr
@ 2013-06-16 18:06 ` dominiq at lps dot ens.fr
  1 sibling, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-16 18:06 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-06-16
     Ever confirmed|0                           |1

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Moving to waiting.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/41827] [Cleanup] Remove SET_EXPR_LOCATION in gfc_trans_code
  2009-10-26  9:27 [Bug fortran/41827] New: " janus at gcc dot gnu dot org
  2009-11-17 11:48 ` [Bug fortran/41827] " janus at gcc dot gnu dot org
@ 2010-04-30 21:54 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2010-04-30 21:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dfranke at gcc dot gnu dot org  2010-04-30 21:54 -------
See PR41359 for another use of SET_EXPR_LOCATION.


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/41827] [Cleanup] Remove SET_EXPR_LOCATION in gfc_trans_code
  2009-10-26  9:27 [Bug fortran/41827] New: " janus at gcc dot gnu dot org
@ 2009-11-17 11:48 ` janus at gcc dot gnu dot org
  2010-04-30 21:54 ` dfranke at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: janus at gcc dot gnu dot org @ 2009-11-17 11:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from janus at gcc dot gnu dot org  2009-11-17 11:47 -------
Since all regressions are OpenMP related, the following patch works without any
testsuite failures:

Index: gcc/fortran/trans.c
===================================================================
--- gcc/fortran/trans.c (revision 154189)
+++ gcc/fortran/trans.c (working copy)
@@ -1281,7 +1281,7 @@ gfc_trans_code (gfc_code * code)

       if (res != NULL_TREE && ! IS_EMPTY_STMT (res))
        {
-         if (TREE_CODE (res) != STATEMENT_LIST)
+         if (TREE_CODE (res) != STATEMENT_LIST && gfc_option.flag_openmp)
            SET_EXPR_LOCATION (res, input_location);

          /* Add the new statement to the block.  */


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-16 18:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-41827-4@http.gcc.gnu.org/bugzilla/>
2013-06-15 11:04 ` [Bug fortran/41827] [Cleanup] Remove SET_EXPR_LOCATION in gfc_trans_code dominiq at lps dot ens.fr
2013-06-16 18:06 ` dominiq at lps dot ens.fr
2009-10-26  9:27 [Bug fortran/41827] New: " janus at gcc dot gnu dot org
2009-11-17 11:48 ` [Bug fortran/41827] " janus at gcc dot gnu dot org
2010-04-30 21:54 ` dfranke at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).