public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/64605] New: [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist.
@ 2015-01-14 22:12 iverbin at gcc dot gnu.org
  2015-01-15  9:28 ` [Bug testsuite/64605] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: iverbin at gcc dot gnu.org @ 2015-01-14 22:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64605
           Summary: [5 Regression] ERROR: (DejaGnu) proc
                    "libatomic_target_compile lto1738.c lto1738.o object
                    additional_flags=-flto" does not exist.
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: iverbin at gcc dot gnu.org

A fix for check_effective_target_lto (r219606) caused an ERROR in libatomic
testsuite.

To reproduce: make check-target-libatomic

ERROR: (DejaGnu) proc "libatomic_target_compile lto4486.c lto4486.o object
additional_flags=-flto" does not exist.
The error code is NONE
The info on the error is:
invalid command name "libatomic_target_compile"
    while executing
"::tcl_unknown libatomic_target_compile lto4486.c lto4486.o object
additional_flags=-flto"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 ::tcl_unknown $args"


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

* [Bug testsuite/64605] [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist.
  2015-01-14 22:12 [Bug testsuite/64605] New: [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist iverbin at gcc dot gnu.org
@ 2015-01-15  9:28 ` rguenth at gcc dot gnu.org
  2015-01-15 15:39 ` iverbin at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-01-15  9:28 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |5.0


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

* [Bug testsuite/64605] [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist.
  2015-01-14 22:12 [Bug testsuite/64605] New: [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist iverbin at gcc dot gnu.org
  2015-01-15  9:28 ` [Bug testsuite/64605] " rguenth at gcc dot gnu.org
@ 2015-01-15 15:39 ` iverbin at gmail dot com
  2015-01-16 11:30 ` iverbin at gcc dot gnu.org
  2015-01-16 14:56 ` iverbin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: iverbin at gmail dot com @ 2015-01-15 15:39 UTC (permalink / raw)
  To: gcc-bugs

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

Ilya Verbin <iverbin at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iverbin at gmail dot com

--- Comment #1 from Ilya Verbin <iverbin at gmail dot com> ---
This issue can be fixed by loading gcc-dg.exp after the definition of
libatomic_target_compile:

diff --git a/libatomic/testsuite/lib/libatomic.exp
b/libatomic/testsuite/lib/libatomic.exp
index 28cbaa8..07a5543 100644
--- a/libatomic/testsuite/lib/libatomic.exp
+++ b/libatomic/testsuite/lib/libatomic.exp
@@ -40,7 +40,6 @@ load_gcc_lib torture-options.exp
 load_gcc_lib timeout.exp
 load_gcc_lib timeout-dg.exp
 load_gcc_lib fortran-modules.exp
-load_gcc_lib gcc-dg.exp

 set dg-do-what-default run

@@ -219,3 +218,5 @@ proc libatomic_option_proc { option } {
        return 0
     }
 }
+
+load_gcc_lib gcc-dg.exp


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

* [Bug testsuite/64605] [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist.
  2015-01-14 22:12 [Bug testsuite/64605] New: [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist iverbin at gcc dot gnu.org
  2015-01-15  9:28 ` [Bug testsuite/64605] " rguenth at gcc dot gnu.org
  2015-01-15 15:39 ` iverbin at gmail dot com
@ 2015-01-16 11:30 ` iverbin at gcc dot gnu.org
  2015-01-16 14:56 ` iverbin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: iverbin at gcc dot gnu.org @ 2015-01-16 11:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from iverbin at gcc dot gnu.org ---
Author: iverbin
Date: Fri Jan 16 11:29:54 2015
New Revision: 219722

URL: https://gcc.gnu.org/viewcvs?rev=219722&root=gcc&view=rev
Log:
    PR testsuite/64605

libatomic/
    * testsuite/lib/libatomic.exp: Do not load gcc-dg.exp.
    * testsuite/libatomic.c/c.exp: Load gcc-dg.exp.

Modified:
    trunk/libatomic/ChangeLog
    trunk/libatomic/testsuite/lib/libatomic.exp
    trunk/libatomic/testsuite/libatomic.c/c.exp


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

* [Bug testsuite/64605] [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist.
  2015-01-14 22:12 [Bug testsuite/64605] New: [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist iverbin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-01-16 11:30 ` iverbin at gcc dot gnu.org
@ 2015-01-16 14:56 ` iverbin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: iverbin at gcc dot gnu.org @ 2015-01-16 14:56 UTC (permalink / raw)
  To: gcc-bugs

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

iverbin at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mikestump at comcast dot net
         Resolution|---                         |FIXED

--- Comment #3 from iverbin at gcc dot gnu.org ---
Fixed by r219722


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

end of thread, other threads:[~2015-01-16 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14 22:12 [Bug testsuite/64605] New: [5 Regression] ERROR: (DejaGnu) proc "libatomic_target_compile lto1738.c lto1738.o object additional_flags=-flto" does not exist iverbin at gcc dot gnu.org
2015-01-15  9:28 ` [Bug testsuite/64605] " rguenth at gcc dot gnu.org
2015-01-15 15:39 ` iverbin at gmail dot com
2015-01-16 11:30 ` iverbin at gcc dot gnu.org
2015-01-16 14:56 ` iverbin 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).