public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens dot fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/34067] [4.3 regression] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin
Date: Tue, 13 Nov 2007 15:58:00 -0000	[thread overview]
Message-ID: <20071113155802.29875.qmail@sourceware.org> (raw)
In-Reply-To: <bug-34067-12313@http.gcc.gnu.org/bugzilla/>



------- Comment #18 from dominiq at lps dot ens dot fr  2007-11-13 15:58 -------
At revision 130137 the minimal flags are:

[ibook-dhum] f90/bug% gfc -O1 -funroll-loops -fschedule-insns -fregmove
-fexpensive-optimizations -fforward-propagate
char_cshift_2_red_1.f90[ibook-dhum] f90/bug% a.out
 test 2
 'adf'  'acf'  'adf'           1           1           2           1
 'bdf'  'bcf'  'bdf'           2           1           2           1
 'aef'  'adf'  'aef'           1           2           3           1
 'bef'  'bdf'  'bef'           2           2           3           1
 'acf'  'aef'  'acf'           1           3           1           1
 'bcf'  'bef'  'bcf'           2           3           1           1
Abort
[ibook-dhum] f90/bug% gfc -O1 -funroll-loops -fregmove
-fexpensive-optimizations -fforward-propagate char_cshift_2_red_1.f90
[ibook-dhum] f90/bug% a.out
 test 2
 'bdf'  'bcf'  'bdf'           2           1           2           1
 'bef'  'bdf'  'bef'           2           2           3           1
 'bcf'  'bef'  'bcf'           2           3           1           1
Abort

where the printed lines come from

             print *, "'", a (i1, i2p, i3), "'  '", b (i1, i2, i3), "'  '", b
(i1, i2p, i3), "'", i1, i2, i2p, i3


-- 


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


  parent reply	other threads:[~2007-11-13 15:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-11 19:09 [Bug fortran/34067] New: " dominiq at lps dot ens dot fr
2007-11-11 22:30 ` [Bug fortran/34067] " fxcoudert at gcc dot gnu dot org
2007-11-12 10:22 ` dominiq at lps dot ens dot fr
2007-11-12 10:27 ` fxcoudert at gcc dot gnu dot org
2007-11-12 16:33 ` dominiq at lps dot ens dot fr
2007-11-12 22:23 ` [Bug fortran/34067] [4.3 regression] " dominiq at lps dot ens dot fr
2007-11-12 22:29 ` [Bug target/34067] " pinskia at gcc dot gnu dot org
2007-11-13  7:36 ` jakub at gcc dot gnu dot org
2007-11-13  8:01 ` dominiq at lps dot ens dot fr
2007-11-13  8:02 ` dominiq at lps dot ens dot fr
2007-11-13  8:10 ` dominiq at lps dot ens dot fr
2007-11-13  8:16 ` bonzini at gnu dot org
2007-11-13  8:21 ` bonzini at gnu dot org
2007-11-13  8:43 ` dominiq at lps dot ens dot fr
2007-11-13 10:40 ` dominiq at lps dot ens dot fr
2007-11-13 10:41 ` dominiq at lps dot ens dot fr
2007-11-13 11:43 ` paolo dot bonzini at lu dot unisi dot ch
2007-11-13 13:19 ` dominiq at lps dot ens dot fr
2007-11-13 13:46 ` dominiq at lps dot ens dot fr
2007-11-13 15:58 ` dominiq at lps dot ens dot fr [this message]
2007-11-13 16:46 ` paolo dot bonzini at lu dot unisi dot ch
2007-11-13 16:59 ` dominiq at lps dot ens dot fr
2007-11-14 11:04 ` bonzini at gnu dot org
2007-11-14 12:05 ` dominiq at lps dot ens dot fr
2007-11-14 12:12 ` bonzini at gnu dot org
2007-11-14 12:50 ` dominiq at lps dot ens dot fr
2007-11-14 13:25 ` paolo dot bonzini at lu dot unisi dot ch
2007-11-19  9:04 ` steven at gcc dot gnu dot 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=20071113155802.29875.qmail@sourceware.org \
    --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).