--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-01 20:52
---
Should be fixed on 3.4/4.0/HEAD.
--
What|Removed |Added
Status|NEW
--- Additional Comments From fitzsim at redhat dot com 2005-09-01 20:53
---
Confirmed. Run the tests like this:
LD_LIBRARY_PATH=`pwd` ./linked
LD_LIBRARY_PATH=`pwd` ./linkedjava
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23686
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-09-01 21:02
---
Jakub, any idea how to add a test case for this thing? Ugh.
I cannot figure it out.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22309
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01
21:06 ---
I want to say this is not really a bug as -rpath should almost never be used as
it cannot be overwritten
along other things. There are pages about why you should not be using -rpath.
--
http://gcc.gnu
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01
21:14 ---
Fixed by one of the following patches:
2005-08-31 Richard Henderson <[EMAIL PROTECTED]>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Look through
component-like references for setting M
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01
21:15 ---
Fixed.
--
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
--- Additional Comments From fitzsim at redhat dot com 2005-09-01 21:25
---
In this case we have shared libraries under /opt with the same names as
libraries under /usr/lib, and we want our program to always use the /opt
libraries without users having to set LD_LIBRARY_PATH.
--
http
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01
21:37 ---
Then this was caused by:
* class.c (make_class): Do not create binfo here.
(set_super_info): Create it here.
* java-tree.h (CLASS_HAS_SUPER): Cope with lack of a binfo.
Nathan?
--
own-linux-gnu
Configured with: ../gcc/configure --target=mipsisa64sb1-unknown-linux-gnu
--prefix=/usr/mips --without-headers --with-newlib --with-gnu-as --with-gnu-ld
--with-local-prefix=/usr/mips/mipsisa64sb1-unknown-linux-gnu --disable-shared
--enable-languages=c
Thread model: posix
gcc
--
What|Removed |Added
Component|c |target
Keywords||build
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2368
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-01 22:41
---
No, Geoff, look closer at the failure message. The biggest problem is that
you deleted the line that converted a PARALLEL to a CONST_VECTOR node.
Testing a fix now.
--
What|Removed
Given the following short test program:
const char *s1 = "\%\(\[\{"; // all these are invalid escape sequences
const char *s2 = "\)\]\}"; // so are these
the compiler warns about the unknown escape sequences in s2 (and everything else
you can come up with), but ignores the particular sequen
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01
23:11 ---
Hmm, interesting if I add -pedantic, I get the warnings.
And this is not a regression. A preprocessor person has to comment on why
this is.
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01
23:16 ---
Hmm, the comment in the preprocessor is all of those:
case '(': case '{': case '[': case '%':
/* '\(', etc, can be used at the beginning of a line in a long
string split onto multiple line
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01
23:35 ---
Subject: Bug 23676
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-01 23:35:20
Modified files:
gcc: ChangeLog reload1.c rtlanal.c
Log m
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-01 23:38
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
Given the program
typedef enum { ZERO }; // error, malformed typedef, missing identifier
typedef struct dummy {}; // ditto
gcc will silently step over and apparently ignore the typedef, treating the
statement as a simple "enum { ZERO };" rather than a "typedef enum { ZERO }
type_name;" wher
--- Additional Comments From jmegq at radiance dot com 2005-09-02 00:16
---
Regarding macros -- I just found out about the _Pragma directive from C99, so at
least you can do something like this (paraphrasing some ACE code):
#define EXPORT_SINGLETON_DECLARE (SINGLETON_TYPE, CLASS, LOCK)
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02
00:28 ---
Subject: Bug 23668
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-02 00:28:00
Modified files:
gcc: ChangeLog
gcc/config/i386: i
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-02 00:28
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From fitzsim at redhat dot com 2005-09-02 01:02
---
This is actually a libgcj bug. I'm changing the Product.
--
What|Removed |Added
Compone
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
01:50 ---
The interesting thing is that catchall-1.m fails now (along with
local-variables-1.m):
http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00051.html
But did less than a day ago:
http://gcc.gnu.org/ml/gcc-tes
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02
01:54 ---
Since both of these tests passed yesterday, this is a regression now.
The only change between those two testuiste which was related to this failure
is:
+2005-09-01 Jakub Jelinek <[EMAIL PROTECTED]>
+
+
--- Additional Comments From fitzsim at redhat dot com 2005-09-02 04:21
---
This worked on GNU Classpath CVS with
-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D. I also committed a small fix to
make it work without -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D. Closing.
--
Wha
--- Additional Comments From cvs-commit at developer dot classpath dot org
2005-09-02 04:32 ---
Subject: Bug 20014
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch:
Changes by: Thomas Fitzsimmons <[EMAIL PROTECTED]> 05/09/02 04:15:52
Modified files:
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-02
05:10 ---
Huh, the problem is that sjlj exception code is tacked on to the end of basic
block 0, instead of the end of the prologue.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21460
--- Additional Comments From fitzsim at redhat dot com 2005-09-02 06:50
---
This is fixed now. Closing.
--
What|Removed |Added
Status|ASSIGNED
101 - 127 of 127 matches
Mail list logo