--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-12-03
23:34 ---
> It now causes building natively on AMD64 to fail...
The patch? If so, this would seem surprising:
http://gcc.gnu.org/ml/gcc-testresults/2004-12/msg00028.html
--
http://gcc.gnu.org/bugzilla/show_bu
--- Additional Comments From amodra at bigpond dot net dot au 2004-12-03
23:55 ---
Um, middle-end spelled wrongly in the log, so adding this by hand
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-12-03 23:02:33
Modified files:
gcc
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-04 00:09
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From evandro at yahoo dot com 2004-12-04 00:09
---
> The patch? If so, this would seem surprising:
> http://gcc.gnu.org/ml/gcc-testresults/2004-12/msg00028.html
It fails building libgfortran as of "make install". Could it be that there's a
valid libgfortran on
--- Additional Comments From evandro at yahoo dot com 2004-12-04 00:13
---
(In reply to comment #14)
> > The patch? If so, this would seem surprising:
> > http://gcc.gnu.org/ml/gcc-testresults/2004-12/msg00028.html
>
> It fails building libgfortran as of "make install". Could it be th
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-12-04
00:22 ---
> It fails building libgfortran as of "make install". Could it be that there's
> a
> valid libgfortran on the system?
Sorry, I don't understand: does your problem have anything to do with this bug?
If n
--- Additional Comments From tromey at gcc dot gnu dot org 2004-12-04
00:28 ---
I looked into this today.
When compiling to .o (or with --syntax-only), the
"System.out" reference is wrapped in a compound_expr
whose LHS initializes the System class.
I'm working on this.
--
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-04
00:37 ---
Subject: Bug 17503
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_3-branch
Changes by: [EMAIL PROTECTED] 2004-12-04 00:36:41
Modified files:
gcc: Change
--
What|Removed |Added
Target Milestone|3.4.3 |3.3.6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17503
--
What|Removed |Added
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18796
I'd like to get a warning for code like this:
#include
using namespace std;
int main()
{
unsigned long four = 40;
unsigned short two;
two = four;
cout << two << endl;
}
/home/enadler/test/compilerwarnings $ g++ -Werror -Wall -Wconversion -ansi
gccbugreport.cc && a.out
6784
I th
--- Additional Comments From janis187 at us dot ibm dot com 2004-12-04
01:19 ---
Current mainline g++ ICEs in the same place (now dwarf2out.c:11210) when
compiling 252.eon with -g on powerpc64-unknown-linux-gnu with either -m32
or -m64. Here's a testcase extracted from the eon code:
do
--- Additional Comments From gccbugzilla at spamit dot net 2004-12-04
01:20 ---
Installed Red Hat Advanced Server 3.0, update 1
Dell PowerEdge 1750: Intel Xeon 2.4GHz
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca
2004-12-04 02:01 ---
Subject: Re: [4.0 Regression] lib2funcs.vis:1: Error: un
> --- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-03
> 03:35 ---
> Sounds like libgcc/./lib2funcs.vis is wrong
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca
2004-12-04 02:13 ---
Subject: Re: [4.0 Regression] lib2funcs.vis:1: Error: un
> > Sounds like libgcc/./lib2funcs.vis is wrong and should not have .hidden in
> > it.
>
> Yup:
>
> -bash-2.05b$ less libgcc/./lib2funcs.v
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-04
02:16 ---
Confirmed, then.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-04
03:06 ---
Does -fvisibility=hidden work on hppa-hpux?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18804
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca
2004-12-04 03:15 ---
Subject: Re: [4.0 Regression] lib2funcs.vis:1: Error: un
> Does -fvisibility=hidden work on hppa-hpux?
No.
With 3.4.3:
-bash-2.05b$ gcc -fvisibility=hidden -S main.c
cc1: error: unrecognized comm
--- Additional Comments From dpatel at apple dot com 2004-12-04 03:23
---
Indeed. Lack of exit edge is causing this. Please assign this PR to me. Thank
you.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18815
Hi, I'm running debian @ kernel 2.4.26 testing, gcc 3.3.4 (Debian 1:3.3.4-13). I
compiled kernel long time ago for my Pentium 90 and it worked perfectly. Now I
changed proc. to P200MMX and tried to recompile kernel for it and I got this
message:
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.26/in
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |dpatel at apple dot com
|dot org |
Status|UNCONFIRMED
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-04
03:27 ---
Can you attach the preprocessed source?
Read http://gcc.gnu.org/bugs.html.
--
What|Removed |Added
---
--- Additional Comments From zack at gcc dot gnu dot org 2004-12-04 03:38
---
The question is then why -fvisibility=hidden -Werror does not cause the compiler
to exit unsuccessfully. libgcc.mk uses that incantation to determine whether
.hidden is supported.
--
http://gcc.gnu.org/bu
--- Additional Comments From roger at eyesopen dot com 2004-12-04 03:44
---
Hi P.J.,
Thanks for removing the i686 version of the attachment. But it looks like the
390x-ibm-tpf version of digit.i (attachment #1), also reveals that the isdigit
call is being expanded as a macro in native
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-04
04:04 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--
Bug 18697 depends on bug 18699, which changed state.
Bug 18699 Summary: [4.0 Regression] SIGSEGV in GC_local_gcj_malloc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18699
What|Old Value |New Value
--
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-04
06:45 ---
Subject: Bug 17011
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-12-04 06:45:14
Modified files:
gcc/cp : ChangeLog pt.c semantics.c
g
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-04
06:55 ---
Subject: Bug 17011
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2004-12-04 06:55:00
Modified files:
gcc/cp : Change
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-04
07:06 ---
Fixed in 3.4 branch and mainline.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-04
07:06 ---
Fixed in 3.4 branch and mainline.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-04
07:34 ---
Got it.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |lerdsuwa at
101 - 131 of 131 matches
Mail list logo