[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2010-04-06 Thread rguenth at gcc dot gnu dot org


--- Comment #8 from rguenth at gcc dot gnu dot org  2010-04-06 11:20 ---
GCC 4.5.0 is being released.  Deferring to 4.5.1.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|4.5.0   |4.5.1


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



[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2010-04-05 Thread steven at gcc dot gnu dot org


--- Comment #7 from steven at gcc dot gnu dot org  2010-04-05 12:34 ---
According to comment #6 this works now. Can the OP please confirm?


-- 

steven at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING


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



[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2009-10-13 Thread pinskia at gcc dot gnu dot org


--- Comment #6 from pinskia at gcc dot gnu dot org  2009-10-14 04:46 ---
This works for me, does it work for you now?


-- 


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



[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2009-07-29 Thread jsm28 at gcc dot gnu dot org


--- Comment #5 from jsm28 at gcc dot gnu dot org  2009-07-29 22:51 ---
Setting to P4 on the basis that the described bug circumstances involve
a RUNTESTFLAGS setting to use a single .exp file, please restore to P3
if it appears without using any RUNTESTFLAGS setting.


-- 

jsm28 at gcc dot gnu dot org changed:

   What|Removed |Added

   Priority|P3  |P4


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



[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2009-07-08 Thread janis at gcc dot gnu dot org


--- Comment #3 from janis at gcc dot gnu dot org  2009-07-08 17:08 ---
I can reproduce the error with plugin.exp not struct-layout-1.exp.  This fixes
it for me, does it for you guys?

Index: gcc/testsuite/lib/gcc.exp
===
--- gcc/testsuite/lib/gcc.exp   (revision 149287)
+++ gcc/testsuite/lib/gcc.exp   (working copy)
@@ -96,6 +96,7 @@ proc gcc_init { args } {
 global TOOL_EXECUTABLE
 global gcc_warning_prefix
 global gcc_error_prefix
+global ld_library_path

 if { $gcc_initialized == 1 } { return; }

@@ -113,6 +114,7 @@ proc gcc_init { args } {

 set gcc_warning_prefix warning:
 set gcc_error_prefix error:
+set ld_library_path 

 gcc_maybe_build_wrapper ${tmpdir}/gcc-testglue.o
 }


-- 


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



[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2009-07-08 Thread tjruwase at google dot com


--- Comment #4 from tjruwase at google dot com  2009-07-08 17:59 ---
Subject: Re:  [4.5 Regression] Errors in make -k 
check-gcc RUNTESTFLAGS=plugin.exp

Your fix works for me.


-- 


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



[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2009-07-06 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2009-07-06 21:58 ---
Running
/Users/apinski/src/local/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp
...
ERROR: tcl error sourcing
/Users/apinski/src/local/gcc/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp.


Looks like the same issue too.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||pinskia at gcc dot gnu dot
   ||org
   Severity|normal  |critical
   Target Milestone|--- |4.5.0


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



[Bug testsuite/40625] [4.5 Regression] Errors in make -k check-gcc RUNTESTFLAGS=plugin.exp

2009-07-02 Thread tjruwase at google dot com


--- Comment #1 from tjruwase at google dot com  2009-07-02 18:48 ---
Created an attachment (id=18126)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18126action=view)
Proposed Patch


-- 


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