public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "Joost.VandeVondele at mat dot ethz.ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/55238] ICE in find_aggregate_values_for_callers_subset, at ipa-cp.c:2908 building zlib
Date: Thu, 08 Nov 2012 19:27:00 -0000	[thread overview]
Message-ID: <bug-55238-4-OKoduNvuSm@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-55238-4@http.gcc.gnu.org/bugzilla/>


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

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joost.VandeVondele at mat
                   |                            |dot ethz.ch

--- Comment #3 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> 2012-11-08 19:27:22 UTC ---
gfortran -O3 also aborts on this testcase at the same location

MODULE dbcsr_dist_operations
  TYPE dbcsr_type
    LOGICAL :: symmetry
  END TYPE
CONTAINS
  SUBROUTINE get_stored_coordinates_type(matrix,&
          transpose, processor)
    TYPE(dbcsr_type), INTENT(IN)             :: matrix
    LOGICAL, INTENT(INOUT)                   :: transpose
    INTEGER, INTENT(OUT), OPTIONAL           :: processor
    LOGICAL :: checker_tr
    IF (PRESENT (processor)) THEN
       IF (matrix%symmetry .AND. checker_tr()) THEN
          processor = dbcsr_distribution_processor ()
       ENDIF
    ENDIF
  END SUBROUTINE get_stored_coordinates_type
  SUBROUTINE get_block_index_type(matrix, transpose)
    TYPE(dbcsr_type), INTENT(IN)             :: matrix
    LOGICAL, INTENT(OUT)                     :: transpose
    transpose = .FALSE.
    CALL get_stored_coordinates_type (matrix, transpose)
  END SUBROUTINE get_block_index_type
END MODULE dbcsr_dist_operations


  parent reply	other threads:[~2012-11-08 19:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-08 12:02 [Bug tree-optimization/55238] New: " rmansfield at qnx dot com
2012-11-08 15:02 ` [Bug tree-optimization/55238] " jamborm at gcc dot gnu.org
2012-11-08 17:33 ` jamborm at gcc dot gnu.org
2012-11-08 19:27 ` Joost.VandeVondele at mat dot ethz.ch [this message]
2012-11-08 23:03 ` jamborm at gcc dot gnu.org
2012-11-11 19:35 ` hubicka at gcc dot gnu.org
2012-11-11 20:51 ` ebotcazou at gcc dot gnu.org
2012-11-12 21:26 ` [Bug tree-optimization/55238] [4.8 Regression] " pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-55238-4-OKoduNvuSm@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).