public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
@ 2013-10-06 19:21 danglin at gcc dot gnu.org
  2013-10-08  9:40 ` [Bug testsuite/58645] " ebotcazou at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-10-06 19:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58645
           Summary: FAIL: gnat.dg/specs/linker_alias.ads  (test for
                    errors, line 6)
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11

spawn /test/gnu/gcc/objdir/gcc/gnatmake --GCC=/test/gnu/gcc/objdir/gcc/xgcc
--GN
ATBIND=/test/gnu/gcc/objdir/gcc/gnatbind
--GNATLINK=/test/gnu/gcc/objdir/gcc/gnatlink -cargs -B/test/gnu/gcc/objdir/gcc
-largs --GCC=/test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc  -margs
--RTS=/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libada -q -f
/test/gnu/gcc/gcc/gcc/testsuite/gnat.dg/specs/linker_alias.ads
-fno-diagnostics-show-caret -fdiagnostics-color=never -c -u -S -o
linker_alias.s<built-in>: error: alias definitions not supported in this
configuration
gnatmake: "/test/gnu/gcc/gcc/gcc/testsuite/gnat.dg/specs/linker_alias.ads"
compilation errorcompiler exited with status 1output is:<built-in>: error:
alias definitions not supported in this configurationgnatmake:
"/test/gnu/gcc/gcc/gcc/testsuite/gnat.dg/specs/linker_alias.ads" compilation
error

Executing on host: /test/gnu/gcc/objdir/gcc/gnatclean -c -q -n linker_alias  
(t
imeout = 300)spawn /test/gnu/gcc/objdir/gcc/gnatclean -c -q -n linker_alias
./linker_alias.ali
./linker_alias.s
FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
FAIL: gnat.dg/specs/linker_alias.ads (test for excess errors)
Excess errors:
<built-in>: error: alias definitions not supported in this configuration


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

* [Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
  2013-10-06 19:21 [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6) danglin at gcc dot gnu.org
@ 2013-10-08  9:40 ` ebotcazou at gcc dot gnu.org
  2013-10-12 18:28 ` dominiq at lps dot ens.fr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-10-08  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-10-08
                 CC|                            |ebotcazou at gcc dot gnu.org

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Sure, but you can just skip the testcase like on Darwin.


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

* [Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
  2013-10-06 19:21 [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6) danglin at gcc dot gnu.org
  2013-10-08  9:40 ` [Bug testsuite/58645] " ebotcazou at gcc dot gnu.org
@ 2013-10-12 18:28 ` dominiq at lps dot ens.fr
  2013-10-12 18:39   ` Arnaud Charlet
  2013-10-12 18:39 ` charlet at adacore dot com
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-10-12 18:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Sure, but you can just skip the testcase like on Darwin.

It is not! I was about to open a PR for it:

On x86_64-apple-darwin(10|12) gnat.dg/specs/linker_section.ads fails, starting
between revisions 203285 (OK) and 203395:

output is:
linker_section.ads:10:38: pragma "Linker_Section" applies only to objects and
types
gnatmake: "/opt/gcc/work/gcc/testsuite/gnat.dg/specs/linker_section.ads"
compilation error

Executing on host: /opt/gcc/build_w/gcc/gnatclean -c -q -n linker_section  
(timeout = 300)
spawn /opt/gcc/build_w/gcc/gnatclean -c -q -n linker_section
FAIL: gnat.dg/specs/linker_section.ads  (test for errors, line 6)
PASS: gnat.dg/specs/linker_section.ads  (test for errors, line 10)
PASS: gnat.dg/specs/linker_section.ads (test for excess errors)


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

* Re: [Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
  2013-10-12 18:28 ` dominiq at lps dot ens.fr
@ 2013-10-12 18:39   ` Arnaud Charlet
  0 siblings, 0 replies; 8+ messages in thread
From: Arnaud Charlet @ 2013-10-12 18:39 UTC (permalink / raw)
  To: dominiq at lps dot ens.fr; +Cc: gcc-bugs

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58645
> 
> --- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > Sure, but you can just skip the testcase like on Darwin.
> 
> It is not! I was about to open a PR for it:

Actually the new output is as expected since types are now accepted (in
addition to objects), I just forgot to update the test after changes
made this week, now done.

This won't make a difference for this PR though, since the issue is unrelated
to this week's changes.

Arno


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

* [Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
  2013-10-06 19:21 [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6) danglin at gcc dot gnu.org
  2013-10-08  9:40 ` [Bug testsuite/58645] " ebotcazou at gcc dot gnu.org
  2013-10-12 18:28 ` dominiq at lps dot ens.fr
@ 2013-10-12 18:39 ` charlet at adacore dot com
  2013-10-12 21:15 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: charlet at adacore dot com @ 2013-10-12 18:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from charlet at adacore dot com <charlet at adacore dot com> ---
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58645
> 
> --- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > Sure, but you can just skip the testcase like on Darwin.
> 
> It is not! I was about to open a PR for it:

Actually the new output is as expected since types are now accepted (in
addition to objects), I just forgot to update the test after changes
made this week, now done.

This won't make a difference for this PR though, since the issue is unrelated
to this week's changes.

Arno


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

* [Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
  2013-10-06 19:21 [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-10-12 18:39 ` charlet at adacore dot com
@ 2013-10-12 21:15 ` ebotcazou at gcc dot gnu.org
  2013-10-19 22:20 ` danglin at gcc dot gnu.org
  2013-10-19 22:26 ` danglin at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-10-12 21:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> It is not! I was about to open a PR for it:
> 
> On x86_64-apple-darwin(10|12) gnat.dg/specs/linker_section.ads fails,

It is, you're confusing 2 different tests here.


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

* [Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
  2013-10-06 19:21 [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6) danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-10-12 21:15 ` ebotcazou at gcc dot gnu.org
@ 2013-10-19 22:20 ` danglin at gcc dot gnu.org
  2013-10-19 22:26 ` danglin at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-10-19 22:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Sat Oct 19 22:20:38 2013
New Revision: 203865

URL: http://gcc.gnu.org/viewcvs?rev=203865&root=gcc&view=rev
Log:
    PR testsuite/58645
    * gnat.dg/specs/linker_alias.ads: Skip on hppa*-*-hpux*.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gnat.dg/specs/linker_alias.ads


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

* [Bug testsuite/58645] FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 6)
  2013-10-06 19:21 [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6) danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-10-19 22:20 ` danglin at gcc dot gnu.org
@ 2013-10-19 22:26 ` danglin at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-10-19 22:26 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #6 from John David Anglin <danglin at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2013-10-19 22:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-06 19:21 [Bug testsuite/58645] New: FAIL: gnat.dg/specs/linker_alias.ads (test for errors, line 6) danglin at gcc dot gnu.org
2013-10-08  9:40 ` [Bug testsuite/58645] " ebotcazou at gcc dot gnu.org
2013-10-12 18:28 ` dominiq at lps dot ens.fr
2013-10-12 18:39   ` Arnaud Charlet
2013-10-12 18:39 ` charlet at adacore dot com
2013-10-12 21:15 ` ebotcazou at gcc dot gnu.org
2013-10-19 22:20 ` danglin at gcc dot gnu.org
2013-10-19 22:26 ` danglin 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).