[Bug testsuite/21945] gfortran testsuite dies on cygwin (again)

2005-06-16 Thread billingd at gcc dot gnu dot org
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-17 06:56 --- Fixed in 4.1 by patch. -- What|Removed |Added Status|ASSIGNED

[Bug testsuite/21945] gfortran testsuite dies on cygwin (again)

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-17 06:50 --- Subject: Bug 21945 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-17 06:50:39 Modified files: gcc/testsuite/lib: gcc-dg.exp gcc/testsuite

[Bug fortran/22101] use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message

2005-06-16 Thread d dot m dot Ingram at MMU dot ac dot uk
--- Additional Comments From d dot m dot Ingram at MMU dot ac dot uk 2005-06-17 06:08 --- Created an attachment (id=9103) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9103&action=view) Fortran source which causes the error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22101

[Bug fortran/22101] New: use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message

2005-06-16 Thread d dot m dot Ingram at MMU dot ac dot uk
Compilation of the attached F90 module which uses liked lists, causes the following error message to appear repeatedly. removing the use of => null() to initialise the pointers causes comilation to suceed. The code compiles sucesfully under compac visual fortran on a PC and Pro Fortran on an S

[Bug tree-optimization/22100] New: [4.1 regression] internal compiler error: in tree_verify_flow_info

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
rror: in tree_verify_flow_info, at tree-cfg.c:3716 Appeared on i386-linux, i686-freebsd and x86_64-linux between 20050615 and 20050616. Same thing happens with gfortran.dg/select_2.f90; no patch was committed in the fortran directory during these two days. -- Summary: [4.1 regression] internal compil

[Bug target/10901] non-local goto's don't work on powerpc-darwin

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 03:53 --- I should note this also effects i686-darwin also but that should be filed in a different bug. -- What|Removed |Added

[Bug target/22099] builtin_setjmp gives duplicate labels

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 03:48 --- This most likely also breaks Ada also until the default exception handling is changed to dwarf-2. Note you might get better response if you file this with Apple. -- What|Removed

[Bug target/22099] builtin_setjmp gives duplicate labels

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 03:46 --- Confirmed, good to know I did not cause this when I changed the how the PIC label is done on darwin. What needs to be done is something like what is done for ppc-darwin. -- What|Removed

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 01:10 --- (In reply to comment #14) > We're learning more about this bug. > Anthony Danalis has boiled down the testcase much further; > I'll attach the reduced testcase as foo4.i. Yes you know what the difference is

[Bug middle-end/22072] bizarre code for int*int/2

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 01:08 --- (In reply to comment #8) > did i miss something in my math? Yes in C, % (remainder and not mod) is negative iff one of the operands is negative. so it is -2*2 + -1 = -5. , integer divide in C is truncated

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-17 00:59 --- C++ test cases fixed. Reopen after Ada is stable if it still fails there. -- What|Removed |Added

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-16 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-17 00:59 --- We're learning more about this bug. Anthony Danalis has boiled down the testcase much further; I'll attach the reduced testcase as foo4.i. It looks like it shows up if your /proc/cpuinfo says vendor_id : Genui

[Bug middle-end/22072] bizarre code for int*int/2

2005-06-16 Thread pluto at agmk dot net
-- What|Removed |Added CC||pluto at agmk dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22072

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-17 00:56 --- Subject: Bug 22022 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-17 00:56:08 Modified files: gcc: ChangeLog tree-complex.c Added files

[Bug middle-end/22072] bizarre code for int*int/2

2005-06-16 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-06-17 00:53 --- (In reply to comment #7) > (In reply to comment #6) > > SAR r/m32, 1Signed divide* r/m32 by 2, once > > Huh, I think that is wrong, /* * specifically, the division algorithm states that given * t

[Bug tree-optimization/15459] [meta-bug] there should be a tree combiner like the rtl one

2005-06-16 Thread giovannibajo at libero dot it
-- Bug 15459 depends on bug 21850, which changed state. Bug 21850 Summary: [4.0 Regression] misscompiling comparision from vector to integer http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21850 What|Old Value |New Value ---

[Bug middle-end/21850] [4.0 Regression] misscompiling comparision from vector to integer

2005-06-16 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-17 00:35 --- Fixed! -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/21726] baseline_symbols.txt for powerpc64 missing

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-17 00:23 --- Subject: Bug 21726 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-17 00:22:36 Modified files: libstdc++-v3 : Change

[Bug target/22099] New: builtin_setjmp gives duplicate labels

2005-06-16 Thread hebisch at math dot uni dot wroc dot pl
The following program, when compiled with -fPIC option (on by default on Darwin) gives me duplicate label in assembler output: extern int printf(const char *, ...); struct { int a[5];} jmp_buf; void f(void) { void g(void) { } if (__builtin_setjmp(&jmp_buf)) goto l; g(); printf("fai

[Bug middle-end/21840] [4.1 Regression] Linux 2.6.11.1.11: drivers/char/keyboard.c:619: internal compiler error: Segmentation fault

2005-06-16 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-06-16 23:53 --- (In reply to comment #7) > Compiling with -O1, we seg fault but compiling with -O1 -fno-tree-fre > we don't because we don't "FRE", the load and get the type correct. with -O2 -fno-tree-fre gcc (from mainline) se

[Bug java/22094] gcj compiled executable runtime crash

2005-06-16 Thread snambi at gmail dot com
--- Additional Comments From snambi at gmail dot com 2005-06-16 23:40 --- Subject: gcj compiled executable runtime crash how do I solve this problem? ie, how do I link these symbols runtime? On 16 Jun 2005 18:47:37 -, pinskia at gcc dot gnu dot org <[EMAIL PROTECTED] > wrote: >

[Bug middle-end/21850] [4.0 Regression] misscompiling comparision from vector to integer

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 23:20 --- Subject: Bug 21850 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-16 23:19:59 Modified files: gcc: Change

[Bug testsuite/22056] gcc.dg/pr14796-2.c scan-tree-dump c & -34359738368 fails

2005-06-16 Thread phython at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22056

[Bug testsuite/22056] gcc.dg/pr14796-2.c scan-tree-dump c & -34359738368 fails

2005-06-16 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-06-16 23:17 --- Fixed by accepting -34359738369 as hex. -- What|Removed |Added Status|NEW

[Bug tree-optimization/22056] gcc.dg/pr14796-2.c scan-tree-dump c & -34359738368 fails

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 23:11 --- Subject: Bug 22056 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-16 23:10:50 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/gcc.

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
-- Bug 19292 depends on bug 19216, which changed state. Bug 19216 Summary: list directed read with leading slash (NIST FM923) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216 What|Old Value |New Value ---

[Bug libfortran/19216] list directed read with leading slash (NIST FM923)

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 23:03 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
-- Bug 21875 depends on bug 19216, which changed state. Bug 19216 Summary: list directed read with leading slash (NIST FM923) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216 What|Old Value |New Value ---

[Bug libfortran/19155] [4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 23:03 --- Added [EMAIL PROTECTED] in Cc list and marked as waiting for feedback. -- What|Removed |Added --

[Bug libfortran/19216] list directed read with leading slash (NIST FM923)

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 23:01 --- Subject: Bug 19216 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-16 23:00:41 Modified files: gcc/testsuite : Change

[Bug libfortran/19216] list directed read with leading slash (NIST FM923)

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 22:51 --- Subject: Bug 19216 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-16 22:50:51 Modified files: libgfortran: ChangeLog libgfortran/io : l

[Bug tree-optimization/22056] gcc.dg/pr14796-2.c scan-tree-dump c & -34359738368 fails

2005-06-16 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-06-16 22:40 --- Using "c & -(34359738368|8)" seems to work on i386. I'll try on ia64 before committing the fix. -- What|Removed |Added -

[Bug libfortran/19155] [4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 22:39 --- Subject: Bug 19155 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-16 22:39:10 Modified files: gcc/testsuite : Change

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
-- Bug 19292 depends on bug 16436, which changed state. Bug 16436 Summary: gfortran TL edit descriptor failure - test f77-edit-t-in.f http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16436 What|Old Value |New Value ---

[Bug libfortran/16436] gfortran TL edit descriptor failure - test f77-edit-t-in.f

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 22:29 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/16436] gfortran TL edit descriptor failure - test f77-edit-t-in.f

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 22:26 --- Subject: Bug 16436 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-16 22:25:41 Modified files: gcc/testsuite : Change

[Bug SWING/16697] javax.swing.BoxLayout only wraps GridLayout

2005-06-16 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-16 22:18 --- Reported as fixed. -- What|Removed |Added Status|NEW |RE

[Bug libfortran/16436] gfortran TL edit descriptor failure - test f77-edit-t-in.f

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 22:13 --- Subject: Bug 16436 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-16 22:13:26 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/gfor

[Bug c/22098] [4.0/4.1 Regression] ICE in compound literal gimplification

2005-06-16 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-16 22:04 --- > b = (size_t)(p = &(int []){0, 1, 2}[1]); What a perverse line of code -- I guess you got what you deserved :-) W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22098

[Bug c/22098] [4.0/4.1 Regression] ICE in compound literal gimplification

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 21:42 --- In fact looking at the trees, yes this is a dup of bug 22013 for the non optimizing case we don't duplicate the compound literal (well the same one) but with optimization turned on we do. -- http://gc

[Bug c/22098] [4.0/4.1 Regression] ICE in compound literal gimplification

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 21:36 --- Confirmed, this is very related to PR 22013, it might in fact be a dup of that bug. -- What|Removed |Added --

[Bug c/22098] New: [4.0/4.1 Regression] ICE in compound literal gimplification

2005-06-16 Thread jsm28 at gcc dot gnu dot org
extern void abort (void); extern void exit (int); typedef __SIZE_TYPE__ size_t; int main (void) { int a = 0; int *p; size_t b; b = (size_t)(p = &(int []){0, 1, 2}[1]); if (*p != 1 || *(int *)b != 1) abort (); exit (0); } ICEs on mainline and 4.0 branch but not 3.4.4. The problem i

[Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 21:32 --- I tried building with "--disable-multilib" and same thing happens. Ideas, anyone? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22097

[Bug tree-optimization/22018] [4.1 Regression] VRP miscompiles multiply

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 21:25 --- Subject: Bug 22018 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-16 21:25:04 Modified files: gcc: ChangeLog tree-vrp.c Log message:

[Bug fortran/21797] [4.0 only] complex(4) sqrt failures on alpha-linux

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 21:24 --- Well, I spoke with rth today on IRC, and it appears that I do have a broken glibc (in fact, it sounds like most glibc are broken on alpha-linux). So resolving this one as invalid. -- What|

[Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 21:08 --- Here is a missing info: what makes me think this is related to multilib is that there are successful builds reported on gcc-testresults on this same host, with multilib disabled. -- http://gcc.gnu.org/

[Bug libfortran/22097] New: libgfortran build failure on mips-sgi-irix6.5

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
Everything builds fine except for: gmake[2]: Entering directory `/tmp/gfortran-20050616/ibin/mips-sgi-irix6.5/libgfortran' /bin/sh ./libtool --mode=compile (CC_FOR_TARGET) -DHAVE_CONFIG_H -I. -I../../../gcc/libgfortran -I. -iquote../../../gcc/libgfortran/io -std=gnu99 -Wall -Wstrict-proto

[Bug other/22096] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2509

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 21:04 --- I am going to say this is a related or a dup of bug 22071 but since I don't have time to reduce I am just going to make this depend on that for now. -- What|Removed |Ad

[Bug other/22096] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2509

2005-06-16 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-06-16 21:00 --- Created an attachment (id=9101) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9101&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22096

[Bug other/22096] New: ICE in first_vi_for_offset, at tree-ssa-structalias.c:2509

2005-06-16 Thread pluto at agmk dot net
e-__cxa_atexit --enable-languages=c,c++,ada --enable-c99 --enable-long-long --disable-multilib --enable-nls --disable-werror --with-gnu-as --with-gnu-ld --with-demangler-in-ld --with-system-zlib --with-slibdir=/lib --without-x --enable-cmath i686-pld-linux Thread model: posix gcc version

[Bug bootstrap/21403] Canadian cross build fails.

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 20:18 --- Subject: Bug 21403 CVSROOT:/cvs/gcc Module name:gcc Branch: apple-local-200502-branch Changes by: [EMAIL PROTECTED] 2005-06-16 20:18:24 Modified files: gcc

[Bug c++/22095] static template class member definition doesn't compile

2005-06-16 Thread zappa at yandex-team dot ru
--- Additional Comments From zappa at yandex-team dot ru 2005-06-16 20:12 --- Thank you a lot! I'm sorry to report a false bug. Just used with older version and thought that found a regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22095

[Bug c++/22095] static template class member definition doesn't compile

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 20:02 --- This is invalid. You want the follwoing instead: template<> intsample::keytype * intsample::keyptr = 0; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22095

[Bug c++/22095] static template class member definition doesn't compile

2005-06-16 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-16 20:00 --- The typedef you use is still a specialization of a template, so you have to write template <> intsample::keytype * intsample::keyptr = 0; With this, it works. W. -- What|Removed

[Bug c++/22095] New: static template class member definition doesn't compile

2005-06-16 Thread zappa at yandex-team dot ru
# 1 "test.cpp" # 1 "" # 1 "" # 1 "test.cpp" template class sample { public: typedef key keytype; private: static keytype * keyptr; }; typedef sample intsample; intsample::keytype * intsample::keyptr = 0; int main(int argc, char ** argv) { return 0; } fails with 3.4.4

[Bug c++/15759] ICE with function pointers

2005-06-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 19:01 --- Testing a patch. -- What|Removed |Added CC|reichelt at gcc dot gnu dot |

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 18:58 --- Here is a new C++ testcase (the old one does not ICE any more because we don't need to expand the complex variables any more): _Complex float f(); _Complex float g(); _Complex float h()throw(); void i(floa

[Bug java/22094] gcj compiled executable runtime crash

2005-06-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094

[Bug java/22094] gcj compiled executable runtime crash

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 18:47 --- Static linking with GCJ does not work as there is no way for the linker to know what symbols are really needed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-06-16 18:44 --- (In reply to comment #7) > Complete patch is here, but currently x86-linux C bootstrap is broken: > http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01327.html with fixes from comment #6 I can bootstrap ada/gnatlib o

[Bug java/22094] New: gcj compiled executable runtime crash

2005-06-16 Thread snambi at gmail dot com
$ gcj -v Using built-in specs. Reading specs from c:/software/gcc/thisiscool/4.0/bin/../lib/gcc/i686-pc-mingw32/4.0.0/../../../../i686-pc-mingw32/lib/libgcj.spec rename spec lib to liborig Target: i686-pc-mingw32 Configured with: /datal/gcc/gcc/configure --prefix=/datal/gcc/build/wingcc --build=i68

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-16 18:39 --- Complete patch is here, but currently x86-linux C bootstrap is broken: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01327.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22022

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-06-16 18:33 --- (In reply to comment #4) > Andrew, your C++ test case doesn't reproduce for me. I'm attempting to see > if Ada is now in a buildable state... with current mainline I'm able to bootstrap ada only with additional

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-16 18:28 --- You prolly need flag_wrapv=1 somewhere to build Ada at this point. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22022

[Bug target/22093] Unaligned access to HI values causes unrecognizable insn error

2005-06-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target GCC build triplet|alphaev5-cray- | |unicosmk2.0.6.X | GC

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-16 18:22 --- Andrew, your C++ test case doesn't reproduce for me. I'm attempting to see if Ada is now in a buildable state... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22022

[Bug tree-optimization/22022] [4.1 Regression] ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025

2005-06-16 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW

[Bug c/22093] New: Unaligned access to HI values causes unrecognizable insn error

2005-06-16 Thread nenad at intrepid dot com
I am enclosing a small test case. This is on Cray T3E, big endian alpha. source code #define SHARED_PTR_SIZE 128 #define SHARED_PTR_PHASE_SIZE 48 #define SHARED_PTR_THREAD_SIZE16 #define SHARED_PTR_VIRTADDR_SIZE 64 typedef struct shared_ptr_struct { unsigned

[Bug tree-optimization/22035] [4.1 Regression] complex float comparison broken

2005-06-16 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-16 18:16 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/22035] [4.1 Regression] complex float comparison broken

2005-06-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-16 18:09 --- Subject: Bug 22035 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-16 18:09:38 Modified files: gcc: ChangeLog builtins.c fold-const.c

[Bug fortran/17917] gfortran ICE on "equivalence"

2005-06-16 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-16 16:38 --- Patch posted here: http://gcc.gnu.org/ml/fortran/2005-06/msg00307.html -- What|Removed |Added

[Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 15:57 --- (In reply to comment #4) > Could that please be fixed on the 4.0 branch as well? Most likely but not for the 4.0.1 as the branch is frozen and only the release manager can say it can go in. --

[Bug target/21824] [meta-bug] bootstrap bugs for *-gnu*

2005-06-16 Thread schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
-- Bug 21824 depends on bug 21724, which changed state. Bug 21724 Summary: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21724 What|Old Value |New Value

[Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2005-06-16 Thread schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de
--- Additional Comments From schwinge-bugzilla-gcc dot gnu dot org at nic-nac-project dot de 2005-06-16 15:46 --- Could that please be fixed on the 4.0 branch as well? -- What|Removed |Added

[Bug other/7125] libz is built even if configured with --with-system-zlib

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 14:51 --- *** Bug 22092 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libgcj/22092] libgcj builds zlib subdir even if --with-system-zlib was passed to ./configure

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 14:51 --- 3.x does not work fine, see PR 7125 which this is a dup of. *** This bug has been marked as a duplicate of 7125 *** -- What|Removed |Added --

[Bug libgcj/22092] New: libgcj builds zlib subdir even if --with-system-zlib was passed to ./configure

2005-06-16 Thread pluto at agmk dot net
this happens in 4.x. 3.x works fine and uses system-wide zlib-devel. -- Summary: libgcj builds zlib subdir even if --with-system-zlib was passed to ./configure Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: nor

[Bug java/22091] [meta-bug] missing Java 1.5 support

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 13:34 --- http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath-generics.html#pkg_java_util_regex -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22091

[Bug libgcj/22090] Attempt to compile java1.5 classes with gcj

2005-06-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||22091 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22090

[Bug java/22091] [meta-bug] missing Java 1.5 support

2005-06-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-06-

[Bug java/22091] New: [meta-bug] missing Java 1.5 support

2005-06-16 Thread pinskia at gcc dot gnu dot org
Just a place holder for libgcj/java bugs which are needed for Java 1.5 support. -- Summary: [meta-bug] missing Java 1.5 support Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: rejects-valid, meta-bug Severity: enhancement

[Bug libgcj/22090] Attempt to compile java1.5 classes with gcj

2005-06-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|java|libgcj http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22090

[Bug c/22052] [4.0/4.1 Regression] redefinition of inline function succeeds

2005-06-16 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-16 12:41 --- Subject: Re: [4.0/4.1 Regression] redefinition of inline function succeeds On Wed, 15 Jun 2005, echristo at redhat dot com wrote: > OK. This diff works, and passes bootstrap with no regressions for both

[Bug target/22089] [4,1 Regression] bootstrap ices / insn does not satisfy its constraints.

2005-06-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 12:26 --- Bernd, this was introduced by your patch http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00559.html Could you please have a look? -- What|Removed |Added -

[Bug java/22090] New: Attempt to compile java1.5 classes with gcj

2005-06-16 Thread Thierry dot Vieville at sophia dot inria dot fr
* I have a set of java classes http://www-sop.inria.fr/odyssee/imp of every day use, things were 100% ok using gcj when it was java1.[34]. Now in java1.5 everything is ok with the sun jdk1.5 but i still want to reuse gcj for obvious reasons * With gcc-4.1 Linux 2.6.10-1.766_FC3 #1 We

[Bug target/22078] [3.4 Regression] Cannot profilebootstrap 3.4.4 on OS X 10.3, 3.4.3 works

2005-06-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-16 12:08 --- Hmm, weird, might have a look later next week. -- What|Removed |Added Component|boo

[Bug target/22089] [4,1 Regression] bootstrap ices / insn does not satisfy its constraints.

2005-06-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 11:41 --- Confirmed. The following testcase crashes the mainline compiler (-O -march=pentium4): = struct A { struct A* p; }; int bar(struct A*, struct A*); int baz(); voi

Re: GCC-ANSI C conflict

2005-06-16 Thread Andrew Pinski
On Jun 16, 2005, at 12:35 AM, Sankara Rameswaran wrote: hi according to ansi c standards all declarations have to to be at the starting of the block.. which means the program below should not work.. i compiled this using gcc For C90 yes but not for C99. gcc (GCC) 3.4.3 20041212 (Red Hat 3.

[Bug target/22089] [4,1 Regression] bootstrap ices / insn does not satisfy its constraints.

2005-06-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |target Keywords||build, ice-on-valid-code Summary|bootstrap i

[Bug tree-optimization/22019] [4.1 Regression] do_structure_copy ICE on Ada gnatlib

2005-06-16 Thread pluto at agmk dot net
NAT BUG DETECTED==+ | 4.1.0 20050616 (experimental) (x86_64-pld-linux-gnu) GCC error: | | tree check: expected integer_cst, have cond_expr in | |do_structure_copy, at tree-ssa-structalias.c:2324 | | Error detected

[Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works

2005-06-16 Thread hramrach at centrum dot cz
--- Additional Comments From hramrach at centrum dot cz 2005-06-16 11:19 --- continuing with bootstrap instead of profiledbootstrap does not fail -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22078

[Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works

2005-06-16 Thread hramrach at centrum dot cz
--- Additional Comments From hramrach at centrum dot cz 2005-06-16 11:15 --- Created an attachment (id=9099) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9099&action=view) .gcno file in case it is useful -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22078

[Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works

2005-06-16 Thread hramrach at centrum dot cz
--- Additional Comments From hramrach at centrum dot cz 2005-06-16 11:14 --- Created an attachment (id=9098) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9098&action=view) saved .i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22078

[Bug bootstrap/22078] Cannot bootstrap 3.4.4 on OS X 10.3, 3.4.3 works

2005-06-16 Thread hramrach at centrum dot cz
--- Additional Comments From hramrach at centrum dot cz 2005-06-16 11:12 --- The command is make CFLAGS='-O -fno-common' LIBCFLAGS='-g -O2 -fno-common' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' profiledbootstrap and it reproduces the error -- http://gcc.gnu.org/bugzilla/show_

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-16 11:06 --- Any updates on this one? Since mingw and cygwin builds are broken, I think something should be done soon. Be it a proper patch or a temporary hack, that should be decided by the cygwin/mingw maintainers (C

[Bug other/22089] bootstrap ices / insn does not satisfy its constraints.

2005-06-16 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-06-16 09:53 --- -mtune=pentium4 causes ice. $ stage1/xgcc -Bstage1 i386.i -c -march=i686 -O2 works fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22089

[Bug ada/15833] Gigi abort Code=401 with Unchecked_Union in private part

2005-06-16 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-06-16 09:44 --- Fixed on mainline by recent clean ups in the handling of Unchecked_Union. Arno -- What|Removed |Added ---

[Bug c++/22034] [4.1 Regression], ICE on valid, dwarf2

2005-06-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 09:33 --- Honza, this was caused by your patch http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00388.html Could you please have a look? -- What|Removed |Added -

[Bug other/22089] New: bootstrap ices / insn does not satisfy its constraints.

2005-06-16 Thread pluto at agmk dot net
# gcc-4.1-20050616/08:28cvs (...) stage1/xgcc -Bstage1/ -B/usr/i686-pld-linux/bin/ -c -O2 -march=i686 -mtune=pentium4 -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -fno-common

[Bug ada/20515] "stdcall" imports are not handled correctly

2005-06-16 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-06-16 09:11 --- Fixed on mainline. Arno -- What|Removed |Added Status|UNCONFIRMED

  1   2   >