public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/19486] New: flags_complex_divide_method=1 doesn't work
@ 2005-01-17 17:10 Thomas dot Koenig at online dot de
  2005-01-17 17:13 ` [Bug middle-end/19486] " Thomas dot Koenig at online dot de
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-17 17:10 UTC (permalink / raw)
  To: gcc-bugs

With this diff

$ diff --recursive -u gcc-4.0-20050116/ gcc-play/
diff --recursive -u gcc-4.0-20050116/gcc/toplev.c gcc-play/gcc/toplev.c
--- gcc-4.0-20050116/gcc/toplev.c       2005-01-16 16:28:15.000000000 +0100
+++ gcc-play/gcc/toplev.c       2005-01-17 17:10:13.000000000 +0100
@@ -269,7 +269,7 @@
    1 means wide ranges of inputs must work for complex divide.
    2 means C99-like requirements for complex divide (not yet implemented).  */

-int flag_complex_divide_method = 0;
+int flag_complex_divide_method = 1;

 /* Nonzero means that we don't want inlining by virtue of -fno-inline,
    not just because the tree inliner turned us off.  */

to the 20051116 snapshot,  compiling a BLAS routine from netlib
(to be attached) leads to an ICE:
gfortran  -O0 -g -c crotg.f
crotg.f: In function 'crotg':
crotg.f:19: internal compiler error: in purge_dead_edges, at cfgrtl.c:2460
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [crotg.o] Error 1
make[1]: Leaving directory `/home/zfkts/zfkts/LAPACK/BLAS/SRC'
make: *** [blaslib] Error 2
$ gfortran -v ; gfortran -dumpmachine
Using built-in specs.
Configured with: ../gcc-4.0-20050116/configure --prefix=/home/zfkts
--enable-languages=c,f95
Thread model: posix
gcc version 4.0.0 20050116 (experimental)
ia64-unknown-linux-gnu

-- 
           Summary: flags_complex_divide_method=1 doesn't work
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-01-24  3:38 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-17 17:10 [Bug middle-end/19486] New: flags_complex_divide_method=1 doesn't work Thomas dot Koenig at online dot de
2005-01-17 17:13 ` [Bug middle-end/19486] " Thomas dot Koenig at online dot de
2005-01-17 17:18 ` pinskia at gcc dot gnu dot org
2005-01-17 19:28 ` Thomas dot Koenig at online dot de
2005-01-17 19:37 ` pcarlini at suse dot de
2005-01-17 19:42 ` pcarlini at suse dot de
2005-01-17 20:27 ` Thomas dot Koenig at online dot de
2005-01-17 20:28 ` Thomas dot Koenig at online dot de
2005-01-18 10:38 ` Thomas dot Koenig at online dot de
2005-01-20 12:12 ` pcarlini at suse dot de
2005-01-20 14:52 ` pinskia at gcc dot gnu dot org
2005-01-20 15:56 ` Thomas dot Koenig at online dot de
2005-01-20 15:57 ` Thomas dot Koenig at online dot de
2005-01-20 15:58 ` Thomas dot Koenig at online dot de
2005-01-20 15:59 ` Thomas dot Koenig at online dot de
2005-01-20 15:59 ` Thomas dot Koenig at online dot de
2005-01-20 16:01 ` Thomas dot Koenig at online dot de
2005-01-20 16:01 ` Thomas dot Koenig at online dot de
2005-01-20 16:01 ` Thomas dot Koenig at online dot de
2005-01-20 16:01 ` Thomas dot Koenig at online dot de
2005-01-20 16:02 ` Thomas dot Koenig at online dot de
2005-01-20 16:02 ` Thomas dot Koenig at online dot de
2005-01-20 16:03 ` Thomas dot Koenig at online dot de
2005-01-20 17:17 ` pinskia at gcc dot gnu dot org
2005-01-20 17:54 ` pinskia at gcc dot gnu dot org
2005-01-20 18:00 ` pinskia at gcc dot gnu dot org
2005-01-20 23:27 ` pcarlini at suse dot de
2005-01-21  0:25 ` pinskia at gcc dot gnu dot org
2005-01-24  2:13 ` rth at gcc dot gnu dot org
2005-01-24  2:30 ` cvs-commit at gcc dot gnu dot org
2005-01-24  2:32 ` rth at gcc dot gnu dot org
2005-01-24  3:38 ` [Bug middle-end/19486] [4.0 Regression] " pinskia 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).