public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35388]  New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark
@ 2008-02-27 10:23 dario at unizar dot es
  2008-02-27 10:24 ` [Bug c++/35388] " dario at unizar dot es
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dario at unizar dot es @ 2008-02-27 10:23 UTC (permalink / raw)
  To: gcc-bugs

Trying to compile 447.dealII benchmark from SPEC CPU 2006 v 1.0 in an Alpha
machine I get the following error:

 g++ -v -save-temps -c -o vector.long_double.o -DSPEC_CPU -DNDEBUG  -Iinclude
-DBOOST_DISABLE_THREADS -Ddeal_II_dimension=3 -O3 -static -mcpu=ev6 -mtune=ev6 
-D__V40_OBJ_COMPAT -DCOMPAT_43    -DSPEC_CPU_LP64 -DSPEC_CPU_TABLE_WORKAROUND
-Dunix -DDEAL_II_NAMESP_TEMPL_FRIEND_BUG2 -D__USE_STD_IOSTREAM     
vector.long_double.cc
Using built-in specs.
Target: alphaev68-dec-osf5.1b
Configured with: ../gcc-4.2.3/configure --prefix=/Soft/Arch/gcc/4.2.3
--enable-languages=c,c++,java,fortran --with-gmp=/Soft/Arch/gmp/4.2.2
--with-mpfr=/Soft/Arch/mpfr/2.3.1
Thread model: posix
gcc version 4.2.3

/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../libexec/gcc/alphaev68-dec-osf5.1b/4.2.3/cc1plus
-E -quiet -v -Iinclude -iprefix
/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../lib/gcc/alphaev68-dec-osf5.1b/4.2.3/
-DSPEC_CPU -DNDEBUG -DBOOST_DISABLE_THREADS -Ddeal_II_dimension=3
-D__V40_OBJ_COMPAT -DCOMPAT_43 -DSPEC_CPU_LP64 -DSPEC_CPU_TABLE_WORKAROUND
-Dunix -DDEAL_II_NAMESP_TEMPL_FRIEND_BUG2 -D__USE_STD_IOSTREAM
vector.long_double.cc -mcpu=ev6 -mtune=ev6 -O3 -fpch-preprocess -o
vector.long_double.ii
ignoring nonexistent directory
"/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../alphaev68-dec-osf5.1b/include"
ignoring duplicate directory
"/Soft/Arch/gcc/4.2.3/lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../include/c++/4.2.3"
ignoring duplicate directory
"/Soft/Arch/gcc/4.2.3/lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../include/c++/4.2.3/alphaev68-dec-osf5.1b"
ignoring duplicate directory
"/Soft/Arch/gcc/4.2.3/lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../include/c++/4.2.3/backward"
ignoring duplicate directory
"/Soft/Arch/gcc/4.2.3/lib/gcc/alphaev68-dec-osf5.1b/4.2.3/include"
ignoring nonexistent directory
"/Soft/Arch/gcc/4.2.3/lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../alphaev68-dec-osf5.1b/include"
#include "..." search starts here:
#include <...> search starts here:
 include

/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../include/c++/4.2.3

/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../include/c++/4.2.3/alphaev68-dec-osf5.1b

/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../lib/gcc/alphaev68-dec-osf5.1b/4.2.3/../../../../include/c++/4.2.3/backward

/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../lib/gcc/alphaev68-dec-osf5.1b/4.2.3/include
 /usr/local/include
 /Soft/Arch/gcc/4.2.3/include
 /usr/include
End of search list.

/usr/local/Share/Soft/tru64-alpha/SR/gcc/4.2.3/bin/../libexec/gcc/alphaev68-dec-osf5.1b/4.2.3/cc1plus
-fpreprocessed vector.long_double.ii -quiet -dumpbase vector.long_double.cc
-mcpu=ev6 -mtune=ev6 -auxbase-strip vector.long_double.o -O3 -version -o
vector.long_double.s
GNU C++ version 4.2.3 (alphaev68-dec-osf5.1b)
        compiled by GNU C version 4.2.3.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 09fd32afbe1151943aeb89d00899f6fa
include/lac/vector.templates.h: In member function 'Number
Vector<Number>::linfty_norm() const [with Number = long double]':
include/lac/vector.templates.h:372: internal compiler error: in
iv_analyze_expr, at loop-iv.c:911


-- 
           Summary: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006
                    benchmark
           Product: gcc
           Version: 4.2.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dario at unizar dot es
  GCC host triplet: OSF1 V5.1 2650 alpha alpha unknown Tru64
GCC target triplet: alphaev68-dec-osf5.1b


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


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

* [Bug c++/35388] [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark
  2008-02-27 10:23 [Bug c++/35388] New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark dario at unizar dot es
@ 2008-02-27 10:24 ` dario at unizar dot es
  2008-02-27 10:25 ` dario at unizar dot es
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dario at unizar dot es @ 2008-02-27 10:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dario at unizar dot es  2008-02-27 10:24 -------
Created an attachment (id=15235)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15235&action=view)
preprocessed file


-- 


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


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

* [Bug c++/35388] [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark
  2008-02-27 10:23 [Bug c++/35388] New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark dario at unizar dot es
  2008-02-27 10:24 ` [Bug c++/35388] " dario at unizar dot es
@ 2008-02-27 10:25 ` dario at unizar dot es
  2008-03-24 16:24 ` [Bug rtl-optimization/35388] [4.2 Regression] " falk at debian dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dario at unizar dot es @ 2008-02-27 10:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dario at unizar dot es  2008-02-27 10:25 -------
Created an attachment (id=15236)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15236&action=view)
assembler file


-- 


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


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

* [Bug rtl-optimization/35388] [4.2 Regression] error compiling dealII SPEC CPU 2006 benchmark
  2008-02-27 10:23 [Bug c++/35388] New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark dario at unizar dot es
  2008-02-27 10:24 ` [Bug c++/35388] " dario at unizar dot es
  2008-02-27 10:25 ` dario at unizar dot es
@ 2008-03-24 16:24 ` falk at debian dot org
  2008-03-27 22:25 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: falk at debian dot org @ 2008-03-24 16:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from falk at debian dot org  2008-03-24 16:23 -------
I can't reproduce this on Alpha Linux with Debian 4.2.3-2. On that system, long
double is 16 bytes. What's the length on your system? Also, can you try 4.3?


-- 

falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |falk at debian dot org
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug rtl-optimization/35388] [4.2 Regression] error compiling dealII SPEC CPU 2006 benchmark
  2008-02-27 10:23 [Bug c++/35388] New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark dario at unizar dot es
                   ` (2 preceding siblings ...)
  2008-03-24 16:24 ` [Bug rtl-optimization/35388] [4.2 Regression] " falk at debian dot org
@ 2008-03-27 22:25 ` rguenth at gcc dot gnu dot org
  2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
  2009-03-31 15:18 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-27 22:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.4


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


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

* [Bug rtl-optimization/35388] [4.2 Regression] error compiling dealII SPEC CPU 2006 benchmark
  2008-02-27 10:23 [Bug c++/35388] New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark dario at unizar dot es
                   ` (3 preceding siblings ...)
  2008-03-27 22:25 ` rguenth at gcc dot gnu dot org
@ 2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
  2009-03-31 15:18 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2008-05-19 20:25 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug rtl-optimization/35388] [4.2 Regression] error compiling dealII SPEC CPU 2006 benchmark
  2008-02-27 10:23 [Bug c++/35388] New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark dario at unizar dot es
                   ` (4 preceding siblings ...)
  2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
@ 2009-03-31 15:18 ` jsm28 at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 15:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2009-03-31 15:18 -------
No response from submitter in > 1 year, closing.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID
   Target Milestone|4.2.5                       |---


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


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

end of thread, other threads:[~2009-03-31 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-27 10:23 [Bug c++/35388] New: [Alpha OSF V5.1] error compiling dealII SPEC CPU 2006 benchmark dario at unizar dot es
2008-02-27 10:24 ` [Bug c++/35388] " dario at unizar dot es
2008-02-27 10:25 ` dario at unizar dot es
2008-03-24 16:24 ` [Bug rtl-optimization/35388] [4.2 Regression] " falk at debian dot org
2008-03-27 22:25 ` rguenth at gcc dot gnu dot org
2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
2009-03-31 15:18 ` jsm28 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).