--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Last reconfirmed|2005-09-10 16:23:11 |2005-12-10 05:43:31
date||
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Last reconfirmed|2005-09-10 16:23:19 |2005-12-10 05:43:37
date||
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Last reconfirmed|2005-09-10 16:18:52 |2005-12-10 04:20:41
date||
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Last reconfirmed|2005-09-10 17:12:57 |2005-12-10 04:06:06
date||
Package: java-gcj-compat
Version: 1.0.44-1
Severity: normal
Hi,
here is the problem:
$ symlinks -r /usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/
dangling: /usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin/jar ->
../../../../bin/fastjar-4.0
I installed fastjar 4.1 from experimental and therefore my syste
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-09 17:16 ---
Reduced testcase:
int main(int argc, char **argv)
{
int status = 0;
char msg[100] = "";
if(__builtin_strcmp(msg, ""))
status = 200;
}
There a couple of issue here, first DCE i
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-09 17:00 ---
Hmm, the main diff is:
-msg.24 = &msg;
-D.3575 = *msg.24;
-iftmp.23 = (int) D.3575;
+msg.24 = (const unsigned char * {ref-all}) &msg;
+D.3522 = *msg.24;
+
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|objc|middle-end
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25328
--
Package: gobjc-4.0
Version: 4.0.2-5
Severity: important
When compiling this sample code, gcc-4.0 segfaultes if -O > 0
[EMAIL PROTECTED]:~/devel/inova/v3-cgid$ cat test.m
#include
#include
#include
#include
int main(int argc, char **argv)
{
int status = 0;
char msg[100] = "";
Hello ,
I want to Upgrade gcc from 3.35 to gcc 4.0 ...
Can any one tell me how to do it ...
I tried .. installed cpp4.0 ,gcc 4.0 and gcc-base 4.0 ,but it is not
upgrading ..
Send me ASAP
Regards
Chandan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe".
10 matches
Mail list logo