public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug treelang/23061] New: treelang testsuite fails with -m64
@ 2005-07-25 15:53 christian dot joensson at gmail dot com
  2005-07-25 16:03 ` [Bug treelang/23061] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-07-25 15:53 UTC (permalink / raw)
  To: gcc-bugs

In http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg01345.html there are
treelang test suite failures like this:

Test Run By chj on Mon Jul 25 03:19:50 2005
Native configuration is sparc64-unknown-linux-gnu

		=== treelang tests ===

Schedule of variations:
    unix/-m64
    unix

Running target unix/-m64
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /usr/local/src/branch/gcc/gcc/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /usr/local/src/branch/gcc/gcc/testsuite/treelang/compile/compile.exp ...
set_ld_library_path_env_vars:
ld_library_path=:/usr/local/src/branch/objdir/gcc:/usr/local/src/branch/objdir/gcc/64
set_ld_library_path_env_vars:
ld_library_path=.::/usr/local/src/branch/objdir/gcc:/usr/local/src/branch/objdir/gcc/64
Executing on host: /usr/local/src/branch/objdir/gcc/xgcc
-B/usr/local/src/branch/objdir/gcc/
/usr/local/src/branch/gcc/gcc/testsuite/treelang/compile/autofunc.tree    -S 
-m64 -o autofunc.s    (timeout = 9000)
/usr/local/src/branch/gcc/gcc/testsuite/treelang/compile/autofunc.tree:0: error:
-mlong-double-64 not allowed with -m64
compiler exited with status 1
output is:
/usr/local/src/branch/gcc/gcc/testsuite/treelang/compile/autofunc.tree:0: error:
-mlong-double-64 not allowed with -m64

FAIL: treelang/compile/autofunc.tree  (test for errors, line 2)
FAIL: treelang/compile/autofunc.tree (test for excess errors)
Excess errors:
/usr/local/src/branch/gcc/gcc/testsuite/treelang/compile/autofunc.tree:0: error:
-mlong-double-64 not allowed with -m64

Maybe a mulitlib problem hitting only 4.0 branch and not mainline...

-- 
           Summary: treelang testsuite fails with -m64
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: treelang
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: christian dot joensson at gmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc64-unknown-linux-gnu
  GCC host triplet: sparc64-unknown-linux-gnu
GCC target triplet: sparc64-unknown-linux-gnu


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
@ 2005-07-25 16:03 ` pinskia at gcc dot gnu dot org
  2005-07-31 18:29 ` christian dot joensson at gmail dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-25 16:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-25 16:00 -------
  $(DRIVER_DEFINES)  needs to be added to when compiling spec.c.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-25 16:00:01
               date|                            |


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
  2005-07-25 16:03 ` [Bug treelang/23061] " pinskia at gcc dot gnu dot org
@ 2005-07-31 18:29 ` christian dot joensson at gmail dot com
  2005-07-31 18:42 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-07-31 18:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From christian dot joensson at gmail dot com  2005-07-31 18:28 -------
(In reply to comment #1)
>   $(DRIVER_DEFINES)  needs to be added to when compiling spec.c.

Would that be done in gcc/Makefile.in or does such a thing belong to
gcc/treelang/Make-lang.in?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ja2morri at csclub dot
                   |                            |uwaterloo dot ca


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
  2005-07-25 16:03 ` [Bug treelang/23061] " pinskia at gcc dot gnu dot org
  2005-07-31 18:29 ` christian dot joensson at gmail dot com
@ 2005-07-31 18:42 ` pinskia at gcc dot gnu dot org
  2005-07-31 18:49 ` phython at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 18:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 18:29 -------
gcc/treelang/Make-lang.in

-- 


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
                   ` (2 preceding siblings ...)
  2005-07-31 18:42 ` pinskia at gcc dot gnu dot org
@ 2005-07-31 18:49 ` phython at gcc dot gnu dot org
  2005-07-31 18:55 ` christian dot joensson at gmail dot com
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-07-31 18:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From phython at gcc dot gnu dot org  2005-07-31 18:42 -------
 I don't think treelang had it's own driver in 4.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ja2morri at csclub dot      |phython at gcc dot gnu dot
                   |uwaterloo dot ca            |org


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
                   ` (3 preceding siblings ...)
  2005-07-31 18:49 ` phython at gcc dot gnu dot org
@ 2005-07-31 18:55 ` christian dot joensson at gmail dot com
  2005-08-07  4:34 ` christian dot joensson at gmail dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-07-31 18:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From christian dot joensson at gmail dot com  2005-07-31 18:48 -------
uhm... well, what needs to be added to what then in treelang/Make-lang.in? 

btw, the 4.0 branch's variant does not differ that much from trunk... there's a
toplev.h difference... and a gcc version in texi...

-- 


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
                   ` (4 preceding siblings ...)
  2005-07-31 18:55 ` christian dot joensson at gmail dot com
@ 2005-08-07  4:34 ` christian dot joensson at gmail dot com
  2005-08-07  4:35 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-08-07  4:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From christian dot joensson at gmail dot com  2005-08-07 04:34 -------
well, applied it to mainline, no problema caused...

however, the bug was reported for the 4.0 branch... applying there "Hunk #1
succeeded at 114 with fuzz 1." will test later today, resources bound today,
yay, football (or, if you like, soccer) with my sons

-- 


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
                   ` (5 preceding siblings ...)
  2005-08-07  4:34 ` christian dot joensson at gmail dot com
@ 2005-08-07  4:35 ` pinskia at gcc dot gnu dot org
  2005-08-07  5:51 ` phython at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-07  4:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-07 04:35 -------
(In reply to comment #7)
> yay, football (or, if you like, soccer) with my sons
It is football, Americans don't know what they are missing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|sparc64-unknown-linux-gnu   |
   GCC host triplet|sparc64-unknown-linux-gnu   |
 GCC target triplet|sparc64-unknown-linux-gnu   |sparc64-*-linux-gnu


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
                   ` (6 preceding siblings ...)
  2005-08-07  4:35 ` pinskia at gcc dot gnu dot org
@ 2005-08-07  5:51 ` phython at gcc dot gnu dot org
  2005-08-08 17:18 ` christian dot joensson at gmail dot com
  2005-08-08 17:28 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-08-07  5:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From phython at gcc dot gnu dot org  2005-08-07 05:51 -------
 I here murderball is a real sport up there with Aussie rules football.

-- 


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
                   ` (7 preceding siblings ...)
  2005-08-07  5:51 ` phython at gcc dot gnu dot org
@ 2005-08-08 17:18 ` christian dot joensson at gmail dot com
  2005-08-08 17:28 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-08-08 17:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From christian dot joensson at gmail dot com  2005-08-08 17:18 -------
bugger, it didn't work for the 4.0 branch...

this is from the build log file.... does the patch look correctly applied to you?

(SHLIB_LINK=' ./xgcc -B./ -B/usr/local/sparc64-unknown-linux-gnu/bin/ -isystem
/usr/local/sparc64-unknown-linux-gnu/include -isystem
/usr/local/sparc64-unknown-linux-gnu/sys-include
-L/usr/local/src/branch/objdir/gcc/../ld -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs
-Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o
@multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc &&
rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f
@multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f
@multilib_dir@/@shlib_base_name@.so.1
@multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv
@multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1
&& ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \
SHLIB_MULTILIB=''; \
stage2/xgcc -Bstage2/ -B/usr/local/sparc64-unknown-linux-gnu/bin/ -c   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition    
-DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\"
-DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc/\"
-DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/libexec/gcc/\"
-DDEFAULT_TARGET_VERSION=\"4.0.2\"
-DDEFAULT_TARGET_MACHINE=\"sparc64-unknown-linux-gnu\"
-DSTANDARD_BINDIR_PREFIX=\"/usr/local/bin/\"
-DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test
"yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" =
"X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
	-I. -Itreelang -I../../gcc/gcc -I../../gcc/gcc/treelang
-I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include 
../../gcc/gcc/treelang/spec.c -o treelang/spec.o)
stage2/xgcc -Bstage2/ -B/usr/local/sparc64-unknown-linux-gnu/bin/   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition    
-DHAVE_CONFIG_H  -o gtreelang treelang/spec.o \
  gcc.o version.o prefix.o intl.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a


-- 


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


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

* [Bug treelang/23061] treelang testsuite fails with -m64
  2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
                   ` (8 preceding siblings ...)
  2005-08-08 17:18 ` christian dot joensson at gmail dot com
@ 2005-08-08 17:28 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-08 17:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-08 17:28 -------
This turns out to be a dup of bug 20604 which is already fixed for 4.1.0.  Since this is not a regression 
and treelang should only be really working on the mainline as it is an example front-end, I am just 
going to close this as a dup of bug 20604.

*** This bug has been marked as a duplicate of 20604 ***

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


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


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

end of thread, other threads:[~2005-08-08 17:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-25 15:53 [Bug treelang/23061] New: treelang testsuite fails with -m64 christian dot joensson at gmail dot com
2005-07-25 16:03 ` [Bug treelang/23061] " pinskia at gcc dot gnu dot org
2005-07-31 18:29 ` christian dot joensson at gmail dot com
2005-07-31 18:42 ` pinskia at gcc dot gnu dot org
2005-07-31 18:49 ` phython at gcc dot gnu dot org
2005-07-31 18:55 ` christian dot joensson at gmail dot com
2005-08-07  4:34 ` christian dot joensson at gmail dot com
2005-08-07  4:35 ` pinskia at gcc dot gnu dot org
2005-08-07  5:51 ` phython at gcc dot gnu dot org
2005-08-08 17:18 ` christian dot joensson at gmail dot com
2005-08-08 17:28 ` pinskia 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).