public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/45634]  New: [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K
@ 2010-09-10 13:18 hjl dot tools at gmail dot com
  2010-09-10 13:24 ` [Bug middle-end/45634] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-10 13:18 UTC (permalink / raw)
  To: gcc-bugs

On Linux/x86-64, revision 163997 failed to build 191.fma3d in
SPEC CPU 2K:

[hjl@gnu-27 00000001]$ /export/gnu/import/svn/gcc-test/usr/bin/gfortran -c -o
getirv.o   -DSPEC_CPU2000_LP64         -O3 -funroll-loops -ffast-math  
getirv.f90
getirv.f90: In function �rcrdrd�:
getirv.f90:213:0: internal compiler error: in build_int_cst_wide, at
tree.c:1218
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-27 00000001]$ 

This is caused by revision 163973:

http://gcc.gnu.org/ml/gcc-cvs/2010-09/msg00265.html

It isn't fixed as of revision 164143.


-- 
           Summary: [4.6 regression] Revision 163973 faild to compile
                    191.fma3d in SPEC CPU 2K
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug middle-end/45634] [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K
  2010-09-10 13:18 [Bug middle-end/45634] New: [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K hjl dot tools at gmail dot com
@ 2010-09-10 13:24 ` rguenth at gcc dot gnu dot org
  2010-09-10 13:39 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-10 13:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug middle-end/45634] [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K
  2010-09-10 13:18 [Bug middle-end/45634] New: [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K hjl dot tools at gmail dot com
  2010-09-10 13:24 ` [Bug middle-end/45634] " rguenth at gcc dot gnu dot org
@ 2010-09-10 13:39 ` hjl dot tools at gmail dot com
  2010-09-10 14:39 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-10 13:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-09-10 13:39 -------
[hjl@gnu-16 00000001]$ cat pr45634.f90
      SUBROUTINE RCRDRD (VTYP)
      CHARACTER(4), INTENT(OUT) :: VTYP 
      CHARACTER(1), SAVE :: DBL = "D" 
      VTYP = DBL
      END
[hjl@gnu-16 00000001]$ /export/gnu/import/svn/gcc-test/usr/bin/gcc -S -O2
pr45634.f90
pr45634.f90: In function \u2018rcrdrd\u2019:
pr45634.f90:1:0: internal compiler error: in build_int_cst_wide, at tree.c:1218
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-16 00000001]$ 


-- 


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


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

* [Bug middle-end/45634] [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K
  2010-09-10 13:18 [Bug middle-end/45634] New: [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K hjl dot tools at gmail dot com
  2010-09-10 13:24 ` [Bug middle-end/45634] " rguenth at gcc dot gnu dot org
  2010-09-10 13:39 ` hjl dot tools at gmail dot com
@ 2010-09-10 14:39 ` hjl dot tools at gmail dot com
  2010-09-10 14:44 ` hjl at gcc dot gnu dot org
  2010-09-10 18:41 ` hjl dot tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-10 14:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-09-10 14:39 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2010-09/msg00951.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2010-
                   |                            |09/msg00951.html


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


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

* [Bug middle-end/45634] [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K
  2010-09-10 13:18 [Bug middle-end/45634] New: [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-09-10 14:39 ` hjl dot tools at gmail dot com
@ 2010-09-10 14:44 ` hjl at gcc dot gnu dot org
  2010-09-10 18:41 ` hjl dot tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-09-10 14:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl at gcc dot gnu dot org  2010-09-10 14:44 -------
Subject: Bug 45634

Author: hjl
Date: Fri Sep 10 14:44:20 2010
New Revision: 164183

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164183
Log:
Check that result of string folding is of integral type.

gcc/

2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>

        PR middle-end/45634
        * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
        of string folding is of integral type.

gcc/testsuite/

2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>

        PR middle-end/45634
        * gfortran.fortran-torture/compile/pr45634.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr45634.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-ccp.c


-- 


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


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

* [Bug middle-end/45634] [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K
  2010-09-10 13:18 [Bug middle-end/45634] New: [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-09-10 14:44 ` hjl at gcc dot gnu dot org
@ 2010-09-10 18:41 ` hjl dot tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-10 18:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2010-09-10 18:41 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-09-10 18:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-10 13:18 [Bug middle-end/45634] New: [4.6 regression] Revision 163973 faild to compile 191.fma3d in SPEC CPU 2K hjl dot tools at gmail dot com
2010-09-10 13:24 ` [Bug middle-end/45634] " rguenth at gcc dot gnu dot org
2010-09-10 13:39 ` hjl dot tools at gmail dot com
2010-09-10 14:39 ` hjl dot tools at gmail dot com
2010-09-10 14:44 ` hjl at gcc dot gnu dot org
2010-09-10 18:41 ` hjl dot tools at gmail dot com

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).