[Bug libfortran/23770] unaligned buffers in i/o library force use of memcpy()

2005-09-09 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-09-09 19:38 --- (In reply to comment #2) > Did you by any chance mean PR 23556? That looks more like it. Yes, I did. Sorry for the confusion. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23770

[Bug libgcj/23800] New: Exception in thread "main" java.lang.NullPointerException at java.lang.Object.getClass()

2005-09-09 Thread thompson at fresno dot edu
X-Bugzilla-Reason: CC Background: I upgraded from Fedora Core 3 to Fedora Core 4 and now Jreepad-1.4.1.jar doesn't execute. I reported it to the Jreepad author who indicated I should report it to the libgcj maintainer since it might represent a significant bug in the library (see copy of e-mail ex

[Bug c++/23799] [4.1 regression] ICE: no-op convert from 8 to 4 bytes in initializer

2005-09-09 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-09-09 20:19 --- Also appears on ia64-hp-hpux11.23 (-mlp64 only). -- What|Removed |Added CC|

[Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 20:37 --- I get: .stabs "z:(0,9)",128,0,6,24 .stabs "w:(0,11)",128,0,6,24 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20998

[Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 20:44 --- (In reply to comment #9) > I get: > .stabs "z:(0,9)",128,0,6,24 > .stabs "w:(0,11)",128,0,6,24 After updating my gcc to the today's mainline instead of one from yesterday, darwin's gdb wo

[Bug swing/19845] Swing ToolTipManager and getLocationOnScreen

2005-09-09 Thread langel at redhat dot com
--- Additional Comments From langel at redhat dot com 2005-09-09 20:46 --- Similar to #23792. I have confirmed this. I am working on fixing #23792, this is a duplicate. *** This bug has been marked as a duplicate of 23792 *** -- What|Removed |Added -

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-09-09 Thread benjamin at smedbergs dot us
--- Additional Comments From benjamin at smedbergs dot us 2005-09-09 20:51 --- I can confirm that attachment 9035 fixes the mozilla compile issues with GCC 4.0/4.0.1/trunk. -- What|Removed |Added ---

[Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions

2005-09-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-09 21:06 --- Subject: Bug 20998 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-09 21:05:57 Modified files: gcc: Change

[Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions

2005-09-09 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-09 21:06 --- Fixed. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions

2005-09-09 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-09 21:07 --- Oh, and that's a WONTFIX for 3.4, in case anyone's interested. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20998

[Bug other/23801] New: crtstuff.c:65

2005-09-09 Thread lipovsky at skycomputers dot com
I am trying to build gcc-4.1-20050909 on a G4 with YellowDog Linux 3 (2.4 ppc kernel). The configure script is run as: #!/bin/bash PREFIX=/usr/gcc-4.1-20050909 mkdir -p build cd build CC=/usr/gcc-4.0.1/bin/gcc CXX=/usr/gcc-4.0.1/bin/g++\ /home/lipovsky/gccstuff/gcc-4.1-20050909

[Bug libfortran/23802] New: [mingw32] sleep malfunction

2005-09-09 Thread fxcoudert at gcc dot gnu dot org
$ cat sleep.f call sleep(3) end $ ./bin/gfortran.exe sleep.f $ time a real0m0.040s user0m0.010s sys 0m0.010s sleep simply doesn't work. We should include and use Sleep (note the capital S). Proposed patch (but this needs another patch to define TARGET_IS_MINGW): Index: i

Re: [Bug libfortran/23802] New: [mingw32] sleep malfunction

2005-09-09 Thread Andrew Pinski
On Sep 9, 2005, at 5:30 PM, fxcoudert at gcc dot gnu dot org wrote: +# ifdef sleep +# undef sleep +# endif You can undef it without having it defined and not worry about a warning. -- pinski

[Bug libfortran/23802] [mingw32] sleep malfunction

2005-09-09 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-09-09 21:32 --- Subject: Re: New: [mingw32] sleep malfunction On Sep 9, 2005, at 5:30 PM, fxcoudert at gcc dot gnu dot org wrote: > +# ifdef sleep > +# undef sleep > +# endif You can undef it without having it defi

[Bug tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758

2005-09-09 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-09 21:50 --- The testcase starts failing with this patch from irar: http://gcc.gnu.org/ml/gcc-cvs/2005-07/msg00888.html Ira, if this was a merge from a branch then I can do a regression hunt on that branch, if that wou

[Bug libgcj/23288] java.lang.Class's #getPackage() returns null

2005-09-09 Thread cvs-commit at developer dot classpath dot org
--- Additional Comments From cvs-commit at developer dot classpath dot org 2005-09-09 21:51 --- Subject: Bug 23288 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey <[EMAIL PROTECTED]> 05/09/09 21:42:58 Modified files: .

[Bug libfortran/23784] close doesn't reset ioparm on error exit

2005-09-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-09 21:51 --- Subject: Bug 23784 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-09 21:51:33 Modified files: libgfortran: ChangeLog libgfortran/io : c

[Bug libfortran/23784] close doesn't reset ioparm on error exit

2005-09-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-09 21:52 --- Subject: Bug 23784 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-09 21:52:12 Modified files: libgfortran: Change

Re: [Bug tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758

2005-09-09 Thread Andrew Pinski
> > > --- Additional Comments From janis at gcc dot gnu dot org 2005-09-09 > 21:50 --- > The testcase starts failing with this patch from irar: > > http://gcc.gnu.org/ml/gcc-cvs/2005-07/msg00888.html > > Ira, if this was a merge from a branch then I can do a regression hunt on > tha

[Bug tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758

2005-09-09 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-09-09 21:54 --- Subject: Re: [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758 > > > --- Additional Comments From janis at gcc dot gnu dot org 2005-09-09 > 21:50 --- > The testcase start

[Bug libfortran/23784] close doesn't reset ioparm on error exit

2005-09-09 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-09 22:03 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

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

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 22:15 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/20405] [meta-bug] equivalenced variable problems

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 20405 depends on bug 17917, which changed state. Bug 17917 Summary: gfortran ICE on "equivalence" http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17917 What|Old Value |New Value

[Bug fortran/16511] Test 19990905-0.f fails with gfortran

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 22:15 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/20405] [meta-bug] equivalenced variable problems

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 20405 depends on bug 17917, which changed state. Bug 17917 Summary: gfortran ICE on "equivalence" http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17917 What|Old Value |New Value

[Bug fortran/18878] [4.0 only] erronous error message on vaild USE statement

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 22:15 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5/6 and 95

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 15502 depends on bug 17917, which changed state. Bug 17917 Summary: gfortran ICE on "equivalence" http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17917 What|Old Value |New Value

[Bug fortran/20146] internal compiler error on equivalence

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 20146 depends on bug 17917, which changed state. Bug 17917 Summary: gfortran ICE on "equivalence" http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17917 What|Old Value |New Value

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

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 19292 depends on bug 16511, which changed state. Bug 16511 Summary: Test 19990905-0.f fails with gfortran http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16511 What|Old Value |New Value

[Bug fortran/23217] incorrect error on use only statement

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 23217 depends on bug 18878, which changed state. Bug 18878 Summary: [4.0 only] erronous error message on vaild USE statement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18878 What|Old Value |New Value -

[Bug fortran/20405] [meta-bug] equivalenced variable problems

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 20405 depends on bug 22304, which changed state. Bug 22304 Summary: gfortran silently changes values in equilvanence'd variables http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22304 What|Old Value |New Value -

[Bug fortran/23270] Undefined reference to module blank common variable

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 22:15 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

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

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 19292 depends on bug 22304, which changed state. Bug 22304 Summary: gfortran silently changes values in equilvanence'd variables http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22304 What|Old Value |New Value -

[Bug fortran/22304] gfortran silently changes values in equilvanence'd variables

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 22:15 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/20405] [meta-bug] equivalenced variable problems

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- Bug 20405 depends on bug 18870, which changed state. Bug 18870 Summary: [g77 regression] Equivalencing two common blocks is not caught http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18870 What|Old Value |New Value --

[Bug fortran/18870] [g77 regression] Equivalencing two common blocks is not caught

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 22:16 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/23115] [4.1 Regression] -ftree-vectorize generates wrong code

2005-09-09 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-09 22:18 --- A regression hunt of mainline on powerpc-linux shows that the test starts failing with a merge from tree-cleanup-branch on 20050409. The test passes, however, with a compiler built after the final patch was a

[Bug libfortran/23803] New: [mingw32] getlog malfunction

2005-09-09 Thread fxcoudert at gcc dot gnu dot org
$ cat getlog.f character*50 user call getlog(user) write(*,"(A)") user end $ gfortran getlog.f cc4Qbaaa.o:getlog.f:(.text+0x15): undefined reference to `_gfortran_getlog' collect2: ld returned 1 exit status mingw sets the USERNAME environment variable, we should use it to

[Bug c++/23797] [3.4/4.0/4.1 Regression] ICE (on invalid)

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 23:10 --- It took me a while to reduce this but finally: struct CK { typedef int RT; }; void f(void) { 2 / typename CK::RT(2); } -- What|Removed |Added

[Bug c++/21135] [4.0 Regression] &a[-2] ICE at the top level

2005-09-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-10 01:03 --- Subject: Bug 21135 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-10 01:03:32 Modified files: gcc: Change

[Bug awt/20630] GTK 2.8 peer Image and Graphics API reorganization

2005-09-09 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-10 01:15 --- I'm changing the summary to be more general. Now that GTK 2.8 and Cairo 1.0 are out we can make the transition to using Graphics2D exclusively in the GTK peers. This will allow us to re-organize the Image APIs

[Bug c++/23804] New: reference initialization with compile-time bogus value

2005-09-09 Thread ivan at sierra-da dot com
Type* p; ...// no value assigned to p Type& r = *p; // should fail during compilation -- Summary: reference initialization with compile-time bogus value Product: gcc Version: 3.3.3 Status: UNCONFIRMED Severity: normal

[Bug c++/23804] reference initialization with compile-time bogus value

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 01:30 --- You should get a warning with -Wuninitialized at -O1 and above. In fact I do get one for the following code: int f(void) { int *p; int &r = *p; return r; } --- 4.0.0 and above's output: t.cc: In funct

[Bug c++/21135] [4.0 Regression] &a[-2] ICE at the top level

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 01:49 --- Fixed, thanks again Josh. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21135

[Bug c++/21135] [4.0 Regression] &a[-2] ICE at the top level

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 01:49 --- Fixed, thanks again Josh. -- What|Removed |Added Status|NEW

[Bug c/23805] New: No warning for uninitialized variable.

2005-09-09 Thread mike at codeweavers dot com
-- Summary: No warning for uninitialized variable. Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mike

[Bug bootstrap/23801] crtstuff.c:65

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:00 --- can you attach the preprocessed source? You can get them with adding -save-temps to the last command line. -- What|Removed |Added ---

[Bug bootstrap/23801] crtstuff.c:65

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Status|UNCONFIRMED

[Bug fortran/23798] gfortran hangs while parsing subroutine

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

[Bug c/23805] No warning for uninitialized variable.

2005-09-09 Thread mike at codeweavers dot com
--- Additional Comments From mike at codeweavers dot com 2005-09-10 02:04 --- char *foo(char **x) { if(*x) return x[0]; return 0; } char *bar(void) { char *x, *y = 0; if(x) y = foo(&x); return y; } /usr/local/gcc-4.0.1/bin/gcc -Wall -O2 -Wuninitialized -c tg.c Give no warnings at all

[Bug fortran/23798] gfortran hangs while parsing subroutine

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:08 --- *** This bug has been marked as a duplicate of 18082 *** -- What|Removed |Added

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:08 --- *** Bug 23798 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/23805] No warning for uninitialized variable.

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:16 --- Not this is hard to get right. Anyways, this is a dup of bug 19430. *** This bug has been marked as a duplicate of 19430 *** -- What|Removed |Added

[Bug middle-end/19430] Missing uninitialized warning

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:16 --- *** Bug 23805 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/19430] Missing uninitialized warning

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:17 --- (In reply to comment #1) > Confirmed. It doesn't work on mainline either. The warning machinery is > getting confused with the first V_MAY_DEF to j in the first call to 'bar()'. Actually the warning machin

[Bug middle-end/19430] Missing uninitialized warning

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:19 --- (In reply to comment #3) > (In reply to comment #1) > > Confirmed. It doesn't work on mainline either. The warning machinery is > > getting confused with the first V_MAY_DEF to j in the first call to 'bar(

[Bug libgcj/23763] Runtime.getRuntime().exec() signalling

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:20 --- This is might be the same problem as described in PR 23758. -- What|Removed |Added OtherBugsD

[Bug middle-end/23769] always inline short functions if inlining would be as small as non-inlined code

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:22 --- (In reply to comment #2) > I'm on Cywin and couldn't find a later version of gcc - is there one > somewhere > that I can use? Either you can compile one or I think cygwin has a couple of versions of GCC

[Bug c++/23804] reference initialization with compile-time bogus value

2005-09-09 Thread ivan at sierra-da dot com
--- Additional Comments From ivan at sierra-da dot com 2005-09-10 02:23 --- Thanks -- What|Removed |Added Status|WAITING |RESOLVED

[Bug middle-end/23769] always inline short functions if inlining would be as small as non-inlined code

2005-09-09 Thread ash at onezero dot org
--- Additional Comments From ash at onezero dot org 2005-09-10 02:33 --- Yes, I'm running the most recent one of those. The discussion in the cygwin lists does not make it appear that it is easy to compile and install gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23769

[Bug c++/100] confusing name lookup diagnostic

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 02:44 --- Almost fixed in 4.1.0: t.cc: In function ‘int main()’: t.cc:15: error: use of ‘A’ is ambiguous t.cc:2: error: first declared as ‘class X::A’ here t.cc:6: error: also declared as ‘class Y::A’ here t.cc:15

[Bug c++/21369] [4.0/4.1 Regression] Template function definition rejected if function return type begins with 'struct'

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Severity|normal

[Bug c++/21491] [3.4/4.0/4.1 Regression] crosses initialization of a pointer

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 03:07 --- This is also accepted in 3.4.4 so this is a 3.4 regression also. And it looks like this is very much related to PR 20721 and is most likely a dup of that bug too. -- What|Removed

[Bug c++/22551] [4.0/4.1 Regression] [ICE] in tree_low_cst, at tree.c:3843

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 03:17 --- I think the front-end is not remarking the INTEGER_CST's TREE_OVERFLOW to be zero. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22551

[Bug c++/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 03:29 --- (In reply to comment #3) > I think there might be a couple different bugs here but I don't know for sure. And I think I know who caused it. Me as bp is no longer a real variable but one declared as a regis

[Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 03:30 --- This is a middle-end problem too and actually causes it be accepted in C also. -- What|Removed |Added

[Bug debug/23806] New: [4.0 Regression] -gstabs doesn't work

2005-09-09 Thread hjl at lucon dot org
I think may new stabs failures like FAIL: gcc.dg/debug/20020104-2.c -gstabs1 -O (test for excess errors) FAIL: gcc.dg/debug/20020104-2.c -gstabs1 -O3 (test for excess errors) FAIL: gcc.dg/debug/20020104-2.c -gstabs -O (test for excess errors) FAIL: gcc.dg/debug/20020104-2.c -gstabs -O3 (test for e

[Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 04:41 --- Testcase for all targets I can find: /* { dg-options "" } */ /* { dg-do compile } */ register int r0; /* { dg-error "register name not specified" } */ register int bp; /* { dg-error "register name not specif

[Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 04:56 --- This was introduced by: 2004-08-04 Geoffrey Keating <[EMAIL PROTECTED]> PR 14516 * c-common.c (c_expand_decl): Don't special-case static VAR_DECLs. * c-common.h (make_rtl_for_local

[Bug debug/23806] [4.0 Regression] -gstabs doesn't work

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet||x86_64-*-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23806

[Bug c++/23793] Unhealthy optimization. Accessing double with reinterpret_cast.

2005-09-09 Thread martsummsw at hotmail dot com
--- Additional Comments From martsummsw at hotmail dot com 2005-09-10 04:58 --- First of all - Thank you. And I promise never to report an error against such an old version. Second I however think I am happy to haven reported it since nobody on comp.lang.c++ knew . I found nothing

[Bug debug/23806] [4.0 Regression] -gstabs doesn't work

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||rth at gcc dot gnu dot org Keywords||ice-on-valid-code Known to wor

[Bug debug/23806] [4.0 Regression] -gstabs doesn't work

2005-09-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-09-10 05:03 --- I also saw it on Linux/ia32. See my gdb output. -- What|Removed |Added GCC target triplet|x86_64-*-linu

[Bug debug/23806] [4.0 Regression] -gstabs with VLAs does not work

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:03 --- All of these testcase are include VLAs. -- What|Removed |Added GCC target triplet|

[Bug libfortran/23784] close doesn't reset ioparm on error exit

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23784

[Bug c++/22293] [4.0/4.1 regression] ICE declaring destructor as friend

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:21 --- Backtrace: #0 0x080fc839 in comptypes (t1=0xb7cc3844, t2=0x0, strict=0) at /home/peshtigo/pinskia/src/ gnu/gcc/src/gcc/cp/typeck.c:933 #1 0x08077a83 in grokdeclarator (declarator=0x91509b4, declspecs=0xbf

[Bug c++/23223] [4.0/4.1 Regression] Segfault part 3, after typedef

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:24 --- Backtrace: #0 0x9918 in strcmp () #1 0x004470bc in annotate_with_file_line (node=0x42cffaa0, file=0x0, line=0) at /Users/pinskia/src/ ns/gcc/gcc/tree.c:3115 #2 0x00447674 in annotate_with_locus (node

[Bug c++/23440] [4.0/4.1 regression] "void f(){for" crashes the C++ frontend

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:27 --- *** Bug 23223 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/23223] [4.0/4.1 Regression] Segfault part 3, after typedef

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:27 --- *** This bug has been marked as a duplicate of 23440 *** -- What|Removed |Added

[Bug debug/23806] [4.0/4.1 Regression] -gstabs with VLAs does not work

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:37 --- looks like it also effects 4.1.0: http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00465.html -- What|Removed |Added -

[Bug c++/19185] [3.4/4.0/4.1 Regression] ICE: cp_expr_size, at cp/cp-lang.c:308

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:47 --- Moving to 4.2 based on VAX is not a primary or secondary target. -- What|Removed |Added Ta

[Bug tree-optimization/21829] [4.1 Regression] missed jump threading after unroller

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:56 --- We now get: : if (v_8 < 0) goto ; else goto ; Invalid sum of incoming frequencies 2500, should be 1775 :; if (v_8 <= 0) goto ; else goto ; :; Invalid sum of incoming frequencies 4275, should be 5000

[Bug preprocessor/14438] Potential need for buffer overflow checks in _cpp_lex_direct

2005-09-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14438

<    1   2