public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/65319] New: FAIL: g++.dg/other/dump-ada-spec-3.C  -std=gnu++98 (internal compiler error)
@ 2015-03-05  0:36 danglin at gcc dot gnu.org
  2015-03-05  0:38 ` [Bug ada/65319] " danglin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-03-05  0:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65319

            Bug ID: 65319
           Summary: FAIL: g++.dg/other/dump-ada-spec-3.C  -std=gnu++98
                    (internal compiler error)
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa*-*-*
            Target: hppa*-*-*
             Build: hppa*-*-*


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

* [Bug ada/65319] FAIL: g++.dg/other/dump-ada-spec-3.C  -std=gnu++98 (internal compiler error)
  2015-03-05  0:36 [Bug ada/65319] New: FAIL: g++.dg/other/dump-ada-spec-3.C -std=gnu++98 (internal compiler error) danglin at gcc dot gnu.org
@ 2015-03-05  0:38 ` danglin at gcc dot gnu.org
  2015-03-05 12:19 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-03-05  0:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65319

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> ---
spawn /home/dave/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++
-B/home/dave/gnu/gc
c/objdir/gcc/testsuite/g++/../../
/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.dg/ot
her/dump-ada-spec-3.C -fno-diagnostics-show-caret -fdiagnostics-color=never
-nos
tdinc++
-I/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/include/hppa-lin
ux-gnu -I/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/include
-I/home/d
ave/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/home/dave/gnu/gcc/gcc/libstdc++-v3/inc
lude/backward -I/home/dave/gnu/gcc/gcc/libstdc++-v3/testsuite/util
-fmessage-length=0 -std=gnu++98 -fdump-ada-spec -S -o dump-ada-spec-3.s
/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.dg/other/dump-ada-spec-3.C:25:1:
intern
al compiler error: Segmentation fault
0x6baee3 crash_signal
        ../../gcc/gcc/toplev.c:383Please submit a full bug report,

Failure is not fully consistent and I was unable to get test to ICE running
in under gdb on linux.

Test also ICE's on hpux.


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

* [Bug ada/65319] FAIL: g++.dg/other/dump-ada-spec-3.C  -std=gnu++98 (internal compiler error)
  2015-03-05  0:36 [Bug ada/65319] New: FAIL: g++.dg/other/dump-ada-spec-3.C -std=gnu++98 (internal compiler error) danglin at gcc dot gnu.org
  2015-03-05  0:38 ` [Bug ada/65319] " danglin at gcc dot gnu.org
@ 2015-03-05 12:19 ` ebotcazou at gcc dot gnu.org
  2015-03-05 13:56 ` ebotcazou at gcc dot gnu.org
  2015-03-05 13:56 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2015-03-05 12:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65319

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-05
     Ever confirmed|0                           |1

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Valgrind complains.


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

* [Bug ada/65319] FAIL: g++.dg/other/dump-ada-spec-3.C  -std=gnu++98 (internal compiler error)
  2015-03-05  0:36 [Bug ada/65319] New: FAIL: g++.dg/other/dump-ada-spec-3.C -std=gnu++98 (internal compiler error) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-03-05 13:56 ` ebotcazou at gcc dot gnu.org
@ 2015-03-05 13:56 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2015-03-05 13:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65319

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Presumably fixed, reopen if not.


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

* [Bug ada/65319] FAIL: g++.dg/other/dump-ada-spec-3.C  -std=gnu++98 (internal compiler error)
  2015-03-05  0:36 [Bug ada/65319] New: FAIL: g++.dg/other/dump-ada-spec-3.C -std=gnu++98 (internal compiler error) danglin at gcc dot gnu.org
  2015-03-05  0:38 ` [Bug ada/65319] " danglin at gcc dot gnu.org
  2015-03-05 12:19 ` ebotcazou at gcc dot gnu.org
@ 2015-03-05 13:56 ` ebotcazou at gcc dot gnu.org
  2015-03-05 13:56 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2015-03-05 13:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65319

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Thu Mar  5 13:55:43 2015
New Revision: 221214

URL: https://gcc.gnu.org/viewcvs?rev=221214&root=gcc&view=rev
Log:
    PR ada/65319
    * c-ada-spec.c (print_destructor): Remove obsolete code.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/other/dump-ada-spec-3.C
      - copied unchanged from r221212,
trunk/gcc/testsuite/g++.dg/other/dump-ada-spec-3.C
Modified:
    branches/gcc-4_9-branch/gcc/c-family/ChangeLog
    branches/gcc-4_9-branch/gcc/c-family/c-ada-spec.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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

end of thread, other threads:[~2015-03-05 13:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-05  0:36 [Bug ada/65319] New: FAIL: g++.dg/other/dump-ada-spec-3.C -std=gnu++98 (internal compiler error) danglin at gcc dot gnu.org
2015-03-05  0:38 ` [Bug ada/65319] " danglin at gcc dot gnu.org
2015-03-05 12:19 ` ebotcazou at gcc dot gnu.org
2015-03-05 13:56 ` ebotcazou at gcc dot gnu.org
2015-03-05 13:56 ` ebotcazou at gcc dot gnu.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).