[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-03 Thread ebotcazou at gcc dot gnu dot org
--- 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

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-12-03 Thread amodra at bigpond dot net dot au
--- 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

[Bug libstdc++/17856] [3.3 only] assembly error in atomicity.h

2004-12-03 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-04 00:09 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-03 Thread evandro at yahoo dot com
--- 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

[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-03 Thread evandro at yahoo dot com
--- 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

[Bug libfortran/16135] [4.0 Regression] libfortran doesn't build, use of C99 types

2004-12-03 Thread ebotcazou at gcc dot gnu dot org
--- 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

[Bug java/14853] [3.3/3.4/4.0 Regression] Assignment to final field permitted when compiling to native

2004-12-03 Thread tromey at gcc dot gnu dot org
--- 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. --

[Bug middle-end/17503] quadratic behaviour in invalid_mode_change_p

2004-12-03 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug middle-end/17503] quadratic behaviour in invalid_mode_change_p

2004-12-03 Thread rth at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.3 |3.3.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17503

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-03 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18796

[Bug c++/18821] New: Please add warning if bits thrown away in integral conversions

2004-12-03 Thread gccbugzilla at spamit dot net
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

[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-12-03 Thread janis187 at us dot ibm dot com
--- 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

[Bug c++/18821] Please add warning if bits thrown away in integral conversions

2004-12-03 Thread gccbugzilla at spamit dot net
--- 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=/

[Bug bootstrap/18804] [4.0 Regression] lib2funcs.vis:1: Error: unknown pseudo-op: `.hidden'

2004-12-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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

[Bug bootstrap/18804] [4.0 Regression] lib2funcs.vis:1: Error: unknown pseudo-op: `.hidden'

2004-12-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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

[Bug bootstrap/18804] [4.0 Regression] lib2funcs.vis:1: Error: unknown pseudo-op: `.hidden'

2004-12-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-04 02:16 --- Confirmed, then. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug bootstrap/18804] [4.0 Regression] lib2funcs.vis:1: Error: unknown pseudo-op: `.hidden'

2004-12-03 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug bootstrap/18804] [4.0 Regression] lib2funcs.vis:1: Error: unknown pseudo-op: `.hidden'

2004-12-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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

[Bug tree-optimization/18815] Tree if-conversion screws up cfg very badly

2004-12-03 Thread dpatel at apple dot com
--- 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

[Bug c/18822] New: segmentation fault

2004-12-03 Thread mothejj at fel dot cvut dot cz
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

[Bug tree-optimization/18815] Tree if-conversion screws up cfg very badly

2004-12-03 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dpatel at apple dot com |dot org | Status|UNCONFIRMED

[Bug c/18822] segmentation fault

2004-12-03 Thread pinskia at gcc dot gnu dot org
--- 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 ---

[Bug bootstrap/18804] [4.0 Regression] lib2funcs.vis:1: Error: unknown pseudo-op: `.hidden'

2004-12-03 Thread zack at gcc dot gnu dot org
--- 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

[Bug middle-end/18785] [4.0 Regression] isdigit builtin function fails with EBCDIC character sets

2004-12-03 Thread roger at eyesopen dot com
--- 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

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-12-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-04 04:04 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/18697] [4.0 Regression] Miscompilation of GtkMenuItemPeer.setParent(MenuItem)

2004-12-03 Thread pinskia at gcc dot gnu dot org
-- 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 --

[Bug c++/17011] [3.4/4.0 regression] invalid default parameter diagnosed too late

2004-12-03 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/17011] [3.4/4.0 regression] invalid default parameter diagnosed too late

2004-12-03 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/17011] [3.4/4.0 regression] invalid default parameter diagnosed too late

2004-12-03 Thread lerdsuwa at gcc dot gnu dot org
--- 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

[Bug c++/17971] [3.4/4.0 regression] Invalid default parameter not diagnosed.

2004-12-03 Thread lerdsuwa at gcc dot gnu dot org
--- 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

[Bug c++/18100] [3.4/4.0 regression] template member with same name as class not rejected

2004-12-03 Thread lerdsuwa at gcc dot gnu dot org
--- 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

<    1   2