public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/38410]  New: g++.dg/eh/crossjump1.C (internal compiler error)
@ 2008-12-05  0:23 howarth at nitro dot med dot uc dot edu
  2008-12-05 21:37 ` [Bug c++/38410] " janis at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-12-05  0:23 UTC (permalink / raw)
  To: gcc-bugs

Between r142401 which worked and r142425, the following regressions appeared on
both powerpc-apple-darwin8/9 and powerpc-ibm-aix5.3.0.0. On
powerpc-apple-darwin9, these failures appear as...

Executing on host:
/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/gcc/testsuite/g++/../../g++
-B/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/gcc/testsuite/g+
+/../../
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C
 -nostdinc++ -I/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/p
owerpc-apple-darwin9/libstdc++-v3/include/powerpc-apple-darwin9
-I/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/powerpc-apple-darwin9/libstdc++-v3/include
-I/sw/src/fi
nk.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/libstdc++-v3/include/backward
-I/sw/src/fink
.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/libstdc++-v3/testsuite/util
-fmessage-length=0  -O2   
-L/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/powerpc-apple-dar
win9/./libstdc++-v3/src/.libs 
-L/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/powerpc-apple-darwin9/./libstdc++-v3/src/.libs
-L/sw/src/fink.build/gcc44-4.3.999-200812
04/darwin_objdir/powerpc-apple-darwin9/./libiberty  -multiply_defined suppress
-lm   -o ./crossjump1.exe    (timeout = 300)
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:
In function 'void foo()':
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:21:
internal compiler error: in expr_size, at explow.c:250
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:
In function 'void foo()':
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:21:
internal compiler error: in expr_size, at explow.c:250
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

FAIL: g++.dg/eh/crossjump1.C (internal compiler error)
FAIL: g++.dg/eh/crossjump1.C (test for excess errors)
Excess errors:
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:21:
internal compiler error: in expr_size, at explow.c:250

WARNING: g++.dg/eh/crossjump1.C compilation failed to produce executable

The intervening c++ changes were...

------------------------------------------------------------------------
r142418 | jason | 2008-12-03 18:57:19 -0500 (Wed, 03 Dec 2008) | 6 lines

        PR c++/38232
        * init.c (build_value_init): Do initial zero-initialization
        of a class with an implicitly-defined constructor using
        build_zero_init rather than in build_value_init.
        (build_value_init_1): Fold into build_value_init.

------------------------------------------------------------------------
r142410 | jason | 2008-12-03 16:42:22 -0500 (Wed, 03 Dec 2008) | 5 lines

        PR c++/38256
        * parser.c (cp_parser_conversion_type_id): Diagnose
        'operator auto' here.
        * decl.c (grokdeclarator): Not here.

------------------------------------------------------------------------
r142404 | jason | 2008-12-03 14:22:08 -0500 (Wed, 03 Dec 2008) | 6 lines

        PR c++/38380
        * decl.c (grokdeclarator): Only set DECL_NONCONVERTING_P
        on explicit constructors.
        * pt.c (tsubst_copy_and_build) [CONSTRUCTOR]: Propagate
        CONSTRUCTOR_IS_DIRECT_INIT.


-- 
           Summary: g++.dg/eh/crossjump1.C (internal compiler error)
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: powerpc-apple-darwin*
  GCC host triplet: powerpc-apple-darwin*
GCC target triplet: powerpc-apple-darwin*


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


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

* [Bug c++/38410] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
@ 2008-12-05 21:37 ` janis at gcc dot gnu dot org
  2008-12-07 16:02 ` dominiq at lps dot ens dot fr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: janis at gcc dot gnu dot org @ 2008-12-05 21:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from janis at gcc dot gnu dot org  2008-12-05 21:36 -------
The failures also happen for powerpc64-unknown-linux-gnu, both -m32 and -m64. 
They start with r142418.


-- 


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


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

* [Bug c++/38410] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
  2008-12-05 21:37 ` [Bug c++/38410] " janis at gcc dot gnu dot org
@ 2008-12-07 16:02 ` dominiq at lps dot ens dot fr
  2008-12-08 16:49 ` jason at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-12-07 16:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2008-12-07 16:01 -------
Confirmed.
This is a regression (it should appear in the subject otherwise it would be
missed).
The batch of failures is:

FAIL: g++.dg/eh/crossjump1.C (internal compiler error)
FAIL: g++.dg/eh/crossjump1.C (test for excess errors)
WARNING: g++.dg/eh/crossjump1.C compilation failed to produce executable
FAIL: g++.dg/inherit/covariant1.C (internal compiler error)
FAIL: g++.dg/inherit/covariant1.C (test for excess errors)
WARNING: g++.dg/inherit/covariant1.C compilation failed to produce executable
FAIL: g++.dg/inherit/ptrmem2.C (internal compiler error)
FAIL: g++.dg/inherit/ptrmem2.C (test for excess errors)
FAIL: g++.dg/init/array25.C (internal compiler error)
FAIL: g++.dg/init/array25.C (test for excess errors)
WARNING: g++.dg/init/array25.C compilation failed to produce executable
FAIL: g++.dg/init/value1.C (internal compiler error)
FAIL: g++.dg/init/value1.C (test for excess errors)
WARNING: g++.dg/init/value1.C compilation failed to produce executable
FAIL: g++.old-deja/g++.abi/empty2.C (internal compiler error)
FAIL: g++.old-deja/g++.abi/empty2.C (test for excess errors)
FAIL: g++.old-deja/g++.mike/virt2.C (internal compiler error)
FAIL: g++.old-deja/g++.mike/virt2.C (test for excess errors)
WARNING: g++.old-deja/g++.mike/virt2.C compilation failed to produce executable


-- 


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


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

* [Bug c++/38410] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
  2008-12-05 21:37 ` [Bug c++/38410] " janis at gcc dot gnu dot org
  2008-12-07 16:02 ` dominiq at lps dot ens dot fr
@ 2008-12-08 16:49 ` jason at gcc dot gnu dot org
  2008-12-08 16:50 ` [Bug c++/38410] [4.4 regression] " jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu dot org @ 2008-12-08 16:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-08 16:43:39
               date|                            |


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


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

* [Bug c++/38410] [4.4 regression] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2008-12-08 16:49 ` jason at gcc dot gnu dot org
@ 2008-12-08 16:50 ` jason at gcc dot gnu dot org
  2008-12-08 17:07 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu dot org @ 2008-12-08 16:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jason at gcc dot gnu dot org  2008-12-08 16:45 -------
added regression tag.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|g++.dg/eh/crossjump1.C      |[4.4 regression]
                   |(internal compiler error)   |g++.dg/eh/crossjump1.C
                   |                            |(internal compiler error)


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


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

* [Bug c++/38410] [4.4 regression] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2008-12-08 16:50 ` [Bug c++/38410] [4.4 regression] " jason at gcc dot gnu dot org
@ 2008-12-08 17:07 ` jakub at gcc dot gnu dot org
  2008-12-08 22:58 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-08 17:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug c++/38410] [4.4 regression] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
                   ` (4 preceding siblings ...)
  2008-12-08 17:07 ` jakub at gcc dot gnu dot org
@ 2008-12-08 22:58 ` danglin at gcc dot gnu dot org
  2008-12-09  6:07 ` jason at gcc dot gnu dot org
  2008-12-09 14:16 ` jakub at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-08 22:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2008-12-08 22:56 -------
I also see this failure on hppa-unknown-linux-gnu compiling empty2.C:

Executing on host: /home/dave/gnu/gcc/objdir/gcc/testsuite/g++/../../g++
-B/home
/dave/gnu/gcc/objdir/gcc/testsuite/g++/../../  -nostdinc++
-I/home/dave/gnu/gcc/
objdir/hppa-linux/libstdc++-v3/include/hppa-linux
-I/home/dave/gnu/gcc/objdir/hp
pa-linux/libstdc++-v3/include -I/home/dave/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I
/home/dave/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/home/dave/gnu/gcc/gcc/li
bstdc++-v3/testsuite/util -fmessage-length=0   -ansi -pedantic-errors
-Wno-long-
long  -c  -o empty2.o
/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.old-deja/g++.abi/
empty2.C    (timeout = 300)
/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.old-deja/g++.abi/empty2.C: In function
'int main()':
/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.old-deja/g++.abi/empty2.C:112:
internal
 compiler error: in expr_size, at explow.c:250


-- 


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


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

* [Bug c++/38410] [4.4 regression] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
                   ` (5 preceding siblings ...)
  2008-12-08 22:58 ` danglin at gcc dot gnu dot org
@ 2008-12-09  6:07 ` jason at gcc dot gnu dot org
  2008-12-09 14:16 ` jakub at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu dot org @ 2008-12-09  6:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jason at gcc dot gnu dot org  2008-12-09 06:06 -------
Subject: Bug 38410

Author: jason
Date: Tue Dec  9 06:04:50 2008
New Revision: 142580

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142580
Log:
        PR c++/38410
        * gimplify.c (gimplify_init_constructor): Don't write out a static
        copy of the CONSTRUCTOR for TREE_ADDRESSABLE types or small sparse
        initializers.

Added:
    trunk/gcc/testsuite/gcc.dg/ctor1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/38410] [4.4 regression] g++.dg/eh/crossjump1.C (internal compiler error)
  2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
                   ` (6 preceding siblings ...)
  2008-12-09  6:07 ` jason at gcc dot gnu dot org
@ 2008-12-09 14:16 ` jakub at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-09 14:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2008-12-09 14:12 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-12-09 14:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05  0:23 [Bug c++/38410] New: g++.dg/eh/crossjump1.C (internal compiler error) howarth at nitro dot med dot uc dot edu
2008-12-05 21:37 ` [Bug c++/38410] " janis at gcc dot gnu dot org
2008-12-07 16:02 ` dominiq at lps dot ens dot fr
2008-12-08 16:49 ` jason at gcc dot gnu dot org
2008-12-08 16:50 ` [Bug c++/38410] [4.4 regression] " jason at gcc dot gnu dot org
2008-12-08 17:07 ` jakub at gcc dot gnu dot org
2008-12-08 22:58 ` danglin at gcc dot gnu dot org
2008-12-09  6:07 ` jason at gcc dot gnu dot org
2008-12-09 14:16 ` jakub 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).