[Bug fortran/25953] Help on the solution for the large file unit numbers problem

2006-02-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-03-01 07:28 --- Can this PR go away? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25953

[Bug target/26472] Default path for libgcc_s.sl is build directory

2006-02-28 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #11 from Ralf dot Wildenhues at gmx dot de 2006-03-01 07:24 --- (In reply to comment #10) > > I see it in the manpages for both HP-UX 11.00 and 11.11. I have > the following "ld(1) and linker tools" patches installed: PHSS_30965 > and PHSS_30968. I see in the text for PHS

[Bug libfortran/26499] gfortran - End of File incorrectly positioned after binary I/O.

2006-02-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-03-01 07:19 --- Take a closer look at this folks. The program should jump to line 250 on the fourth READ. If you change the test line to: if(iat.ne.eof+1)then you will see that gfortran is correctly jumping out on the fourth RE

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #23 from jvdelisle at gcc dot gnu dot org 2006-03-01 06:50 --- Fixed on 4.2. Pending 4.1.1 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/26497] libstdc++-v3: configure: test: -lt: unary operator expected

2006-02-28 Thread ralf dot corsepius at rtems dot org
--- Comment #4 from ralf dot corsepius at rtems dot org 2006-03-01 06:38 --- (In reply to comment #3) > glibcxx_gnu_ld_version is only set when building natively, but used when > --with-gnu-ld which implies --enable-symvers=gnu. So what to do? Moving GLIBCXX_CHECK_LINKER_FEATURES out o

[Bug bootstrap/18058] [4.2 Regression] Sun CC cannot bootstrap GCC (static inline)

2006-02-28 Thread ebotcazou at gcc dot gnu dot org
--- Comment #26 from ebotcazou at gcc dot gnu dot org 2006-03-01 06:20 --- Bootstrap is again broken because of another instance of the problem: cc -erroff -c -g -DIN_GCC -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/eric/svn/gcc/gcc -I/home/eric/svn/gcc/gcc/build -I/home/

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #22 from jvdelisle at gcc dot gnu dot org 2006-03-01 06:14 --- Subject: Bug 26136 Author: jvdelisle Date: Wed Mar 1 06:14:32 2006 New Revision: 111598 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111598 Log: 2006-02-28 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #21 from jvdelisle at gcc dot gnu dot org 2006-03-01 06:04 --- Subject: Bug 26136 Author: jvdelisle Date: Wed Mar 1 06:04:45 2006 New Revision: 111597 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111597 Log: 2006-02-28 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug target/14907] bogus sign/zero extension when relaying parameters with regparm

2006-02-28 Thread nmiell at comcast dot net
--- Comment #4 from nmiell at comcast dot net 2006-03-01 05:54 --- This also occurs on AMD64 without any special attributes (the ABI passes params in registers already). When compiling: extern char c2(char); char c1(char c) { return c2(c); } with gcc -Wall -O2 -S tail-char.c using gcc

[Bug libgcj/26506] New: Native build of Azureus 2.4.0.0 throws ArrayIndexOutOfBounds running under gcj 4.1.0

2006-02-28 Thread ryanwalklin at orcon dot net dot nz
On Ubuntu Dapper Flight 4 - gij (GNU libgcj) version 4.1.0 20060219 (prerelease) (Ubuntu 4.1-0ubuntu9), and Azureus 2.4.0.0/2.4.0.1 B13 - ArrayIndexOutOfBounds thrown: [6:00:45.709] {stderr} DEBUG::Wed Mar 01 18:00:45 GMT+13:00 2006::com.aelitis.azureus.core.networkmanager.VirtualChannelSelector:

[Bug target/26505] Storing float to int into two different pointers requires stack space

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-01 05:22 --- s/Latter/Lattner/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26505

[Bug target/26505] New: Storing float to int into two different pointers requires stack space

2006-02-28 Thread pinskia at gcc dot gnu dot org
Testcase (modified from testcase which Chris Latter was looking at): void foo(float a, int *b) { b[0] = b[1] = a; } Currently we get: fctiwz f0,f1 addi r2,r1,-24 stfiwx f0,0,r2 lwz r0,-24(r1) stw r0,0(r4) stw r0,4(r4) -- We should be able to

[Bug driver/26466] [3.4 only] multilib selection in gcc driver ignores removal of switches

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2006-03-01 05:14 --- Not a regression. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/26058] [3.4/4.0/4.1/4.2 Regression] C++ error recovery regression

2006-02-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26058

[Bug c++/26058] [3.4/4.0/4.1/4.2 Regression] C++ error recovery regression

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-03-01 05:13 --- Not release cirtical for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Mil

[Bug middle-end/26049] [3.4 only] ICE compiling glibc part using -O1 -m64 -mlong-double-128

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-03-01 05:12 --- Won't fix for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/26029] [3.4 Regression] Member initialization by constructor parameter object method calls

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 05:10 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug c++/25637] [3.4 regression] Member definition in wrong scope accepted

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 05:09 --- Fixed in 4.0.3 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug c++/25634] [3.4 regression] Multiple template parameter lists accepted

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 05:08 --- Fixed in 4.0.3 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug c++/25633] [3.4 regression] ICE on invalid initializer in constructor

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 05:08 --- Fixed in 4.0.3 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug target/25583] [3.4 Regression] ICE in instantiate_virtual_regs_lossage on x86-64 EM64T system

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 05:07 --- Fixed in 4.0.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NE

[Bug target/25554] [3.4 Regression] unrecognizable insn on x86_64 with -O2 -ftracer ( -fno-tree-dominator-opts on the mainline)

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 05:04 --- Fixed in 4.0.3 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|AS

[Bug c++/25546] [3.4 Regression] Wrong-type destructor call accepted in template with no error

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 05:04 --- Fixed in 4.0.2 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug target/25242] [3.4 only] failure in i386-sse-2.c on x86_64-unknown-linux-gnu

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 05:03 --- Fixed in 4.0.3 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|U

[Bug middle-end/25184] [3.4 Regression] another wrong "will never be executed" warning with switch - case

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-03-01 05:02 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug middle-end/25181] [3.4 Regression] wrong "will never be executed" warning in switch - case block

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 05:01 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug c++/25163] [3.4 Regression] g++.dg/abi/vtt1.C failure with "-funit-at-a-time"

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 05:01 --- Not release critical. Won't fix for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24770] [3.4 Regression] Incorrect "unreachable code" warning from 3.4.3 under specific conditions

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 04:59 --- Fixed in 4.0.0. and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug c++/24397] [3.4 regression] ICE in gen_subprogram_die, at dwarf2out.c

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-03-01 04:58 --- Fixed in 4.0.2 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|U

[Bug c/24363] [3.4 Regression] Missing Errormessage

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 04:57 --- Non critical. Fixed in 4.0.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24288] [3.4 Regression] Incorrect termination after exception is thrown, if compiled with -O1 -fomit-frame-pointer

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-03-01 04:57 --- Fixed in 4.0.0. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIR

[Bug middle-end/24150] [3.4 only]: HOT_TEXT_SECTION_NAME doesn't have the leading `.'

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-03-01 04:51 --- Fixed in 4.0.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NE

[Bug c/24097] [3.4 Regression] x86_64 -fPIC code gen bug (extern/static linkage confusion)

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-03-01 04:50 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug c++/24063] [3.4 Regression] Invalid promotion with -fshort-enums

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-03-01 04:50 --- Fixed in 4.0.0 and up -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NE

[Bug c++/24050] [3.4 Regression] Fails a template instantiation.

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 04:49 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug preprocessor/24040] [3.4 Regression] ICE -Wp,-traditional-cpp in cpp_spell_token at ..gcc/cpplex.c

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-03-01 04:48 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug rtl-optimization/23870] [3.4 regression] loop-unswitching hangs compiler (and whole computer!)

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #5 from gdr at gcc dot gnu dot org 2006-03-01 04:47 --- unlikely to be fixed for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Reso

[Bug rtl-optimization/23870] [3.4 regression] loop-unswitching hangs compiler (and whole computer!)

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2006-03-01 04:47 --- unlikely to be fixed for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/23665] [3.4 Regression] ICE in convert_move with -O3 (ok at -O2)

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 04:47 --- Unlikely to be fixed for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23293] [3.4 Regression] Misleading names in diagnostics for typedefs in functions

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2006-03-01 04:45 --- The fix for this problem is very "simple"; however, it drew a discussion that showed disagreement about the form of the type displayed in diagnostic. Consequently, it won't be fixed for 3.4.6. -- gdr at gcc dot gnu d

[Bug other/23253] [3.4 only] copyright year still at 2004

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-03-01 04:02 --- Fixed in 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2006-03-01 03:59 --- Unlikely to be fixed in 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added S

[Bug target/23139] [3.4 Regression] -pedantic -ffast-math breaks working code

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #13 from gdr at gcc dot gnu dot org 2006-03-01 03:58 --- Fixed in 4.0.0 and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug target/22409] [3.4 regression] ICE in subst_stack_regs_pat, at reg-stack.c:1445

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2006-03-01 03:56 --- This works in 4.0.0 and up. Unlikely to be fixed in 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/23471] a*a (for signed ints with -fno-wrapv) is always postive

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-01 02:54 --- b_3 = a_1 * a_1; b_3: VARYING -- pinskia at gcc dot gnu dot org changed: What|Removed |Added L

[Bug rtl-optimization/9723] With -Os optimization increases size if the loop contains array element access

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-01 02:43 --- +1 one more instruction on PPC: _f1: addi r0,r4,-1 cmpwi cr7,r0,-1 mulli r0,r4,20 addi r4,r4,1 add r3,r3,r0 mtctr r4 addi r3,r3,-20 bge+ cr7,L2

[Bug target/26504] compute_frame_pointer_to_cfa_displacement error for avr target

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-01 02:31 --- Related to PR 26015. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added BugsThisDepen

[Bug target/26504] compute_frame_pointer_to_cfa_displacement error for avr target

2006-02-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal Component|c |target

[Bug c/26504] New: compute_frame_pointer_to_cfa_displacement error for avr target

2006-02-28 Thread wilbur dot harvey at spirentcom dot com
When trying to compile gcc4.10 for the AVR processor under Ubuntu Dapper (gcc4.0.3) I get this error: ../../gcc/libgcc2.c: In function '__fixunssfsi': ../../gcc/libgcc2.c:1499: internal compiler error: in compute_frame_pointer_to_cfa_displacement, at dwarf2out.c:10445 Please submit a full bug repo

[Bug other/25232] libgcc-std.ver should include __unordxf2 and __unordtf2

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-01 02:21 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/25099] Conformance of arguments to ELEMENTAL subroutines

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-01 02:14 --- This ICEs for me on the mainline, backtrace: #0 integer_onep (expr=0x0) at /Users/pinskia/src/gcc/local/gcc/gcc/tree.c:1226 #1 0x0006bf90 in gfc_conv_loop_setup (loop=0xb7d8) at /Users/pinskia/src/gcc/local/gcc

[Bug target/21616] [3.4 only] ICE: unable to find a register to spill in class `FLOAT_REGS'

2006-02-28 Thread amodra at bigpond dot net dot au
--- Comment #13 from amodra at bigpond dot net dot au 2006-03-01 01:06 --- . -- amodra at bigpond dot net dot au changed: What|Removed |Added Status|ASSIGNED

[Bug target/21616] [3.4 only] ICE: unable to find a register to spill in class `FLOAT_REGS'

2006-02-28 Thread amodra at gcc dot gnu dot org
--- Comment #12 from amodra at gcc dot gnu dot org 2006-03-01 01:04 --- Subject: Bug 21616 Author: amodra Date: Wed Mar 1 01:04:29 2006 New Revision: 111592 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111592 Log: PR target/21616 Revert most of 2004-03-10 chan

[Bug libfortran/26499] gfortran - End of File incorrectly positioned after binary I/O.

2006-02-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2006-03-01 00:57 --- Confirmed. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|

gfortran bug - bad address for reporting bugs plus a bad bug

2006-02-28 Thread Nick Holford
Hi, The wiki page for gfortran contains poorly defined instructions for reporting bugs (See below). I have no idea if I need to subscribe before I can send a bug report. I cannot find a gfortran mailing list so I am sending it to gcc-bugs. http://gcc.gnu.org/wiki/GFortranBinariesWindows "Please

[Bug tree-optimization/21456] compile time regression(s) after gcc-4.0-20050326, 4.0 (+300%) 4.1 (+500%)

2006-02-28 Thread dberlin at gcc dot gnu dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2006-03-01 00:25 --- Zdenek, ivopts is the top compile time user here in the 4.1 timings (9/8%) -- dberlin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/26501] gfortran: :0: internal compiler error: Illegal instruction

2006-02-28 Thread n dot holford at auckland dot ac dot nz
--- Comment #5 from n dot holford at auckland dot ac dot nz 2006-03-01 00:18 --- Subject: Re: gfortran: :0: internal compiler error: Illegal instruction Sorry to waste your time. You would not waste my time if your bug reporting process was clearer. I followed exactly the instructio

[Bug fortran/26501] gfortran: :0: internal compiler error: Illegal instruction

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-01 00:06 --- Ok, first we don't support binaries. Second if it worked fine on the pentium and not on the AMD, then it is most likely compiled for the wrong target in the first place. And this is the place for either of those is

[Bug fortran/26501] gfortran: :0: internal compiler error: Illegal instruction

2006-02-28 Thread n dot holford at auckland dot ac dot nz
--- Comment #3 from n dot holford at auckland dot ac dot nz 2006-03-01 00:01 --- Subject: Re: gfortran: :0: internal compiler error: Illegal instruction I got the gfortran as a windows binary package from http://gcc.gnu.org/wiki/GFortranBinariesWindows. I downloaded it yesterday (28

[Bug fortran/26501] gfortran: :0: internal compiler error: Illegal instruction

2006-02-28 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal Status|UNCONFIRMED |WAITING http

[Bug target/21616] [3.4 only] ICE: unable to find a register to spill in class `FLOAT_REGS'

2006-02-28 Thread amodra at bigpond dot net dot au
-- amodra at bigpond dot net dot au changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org

[Bug c++/26295] [4.0/4.1/4.2 Regression] Invalid namespace pointer seg fault

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-28 23:29 --- *** Bug 26502 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26502] ICE on function pointer to namespace member

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-28 23:29 --- *** This bug has been marked as a duplicate of 26295 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/26502] New: ICE on function pointer to namespace member

2006-02-28 Thread marc dot mongenet at gmail dot com
internal compiler error: Segmentation fault On the following (wrong) C++ file: namespace A {} void (A::*p) (); -- Summary: ICE on function pointer to namespace member Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/26501] gfortran: :0: internal compiler error: Illegal instruction

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-28 23:15 --- Did you compile this gfortran yourself? Also what kind of processor do you have? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26501

[Bug fortran/26501] gfortran: :0: internal compiler error: Illegal instruction

2006-02-28 Thread n dot holford at auckland dot ac dot nz
--- Comment #1 from n dot holford at auckland dot ac dot nz 2006-02-28 23:14 --- Created an attachment (id=10941) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10941&action=view) Fortran source which was used to produce the error I get the illegal intruction error with any kind o

[Bug fortran/26501] New: gfortran: :0: internal compiler error: Illegal instruction

2006-02-28 Thread n dot holford at auckland dot ac dot nz
C:\Apps\gfortran>gfortran testcon.for :0: internal compiler error: Illegal instruction Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. C:\Apps\gfortran>gcc -v Using built-in specs. Target: i686-pc-mingw32 Configured with

[Bug fortran/26500] [4.2 Regression] info/gfortran.info is no longer being installed

2006-02-28 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-02-28 22:33 --- I don't build other language frontends, but I suspect that this bug is caused by 2006-02-20 Paolo Bonzini <[EMAIL PROTECTED]> * configure.ac (target_list): Add install-info, dvi, html. * configu

[Bug other/26208] Serious problem with unwinding through signal frames

2006-02-28 Thread jakub at gcc dot gnu dot org
--- Comment #29 from jakub at gcc dot gnu dot org 2006-02-28 22:20 --- Subject: Bug 26208 Author: jakub Date: Tue Feb 28 22:20:34 2006 New Revision: 111581 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111581 Log: PR other/26208 * unwind-dw2.c (struct _Unwind_Co

[Bug middle-end/26092] [4.0 Regression] ICE on const function pointer assigned to a builtin function

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-28 22:20 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug tree-optimization/14752] [tree-ssa] "~a" should be changed to "a" if used in the condition of an if statement

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-02-28 22:19 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug ada/18818] ACATS cd10002 fails at runtime

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-02-28 22:15 --- Guess I have to do a run soon :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18818

[Bug ada/20548] [4.2 Regression] ACATS c52103x c52104x c52104y segfault at runtime

2006-02-28 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20548

[Bug ada/18818] ACATS cd10002 fails at runtime

2006-02-28 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-02-28 22:12 --- Does it still fail on PowerPC? -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/26487] Weird handling of HTTP Headers

2006-02-28 Thread daney at gcc dot gnu dot org
--- Comment #8 from daney at gcc dot gnu dot org 2006-02-28 22:05 --- Proposed patch is here: http://developer.classpath.org/pipermail/classpath-patches/2006-February/000708.html -- daney at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libgcj/26483] Wrong parsing of doubles when interpreted

2006-02-28 Thread schwab at suse dot de
--- Comment #8 from schwab at suse dot de 2006-02-28 22:02 --- Yes, it's already too late here. :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26483

[Bug libgcj/26483] Wrong parsing of doubles when interpreted

2006-02-28 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2006-02-28 21:50 --- Subject: Re: Wrong parsing of doubles when interpreted On Tue, 28 Feb 2006, schwab at suse dot de wrote: > > > --- Comment #6 from schwab at suse dot de 2006-02-28 21:40 --- > (In reply to comment #5) >

[Bug libgcj/26483] Wrong parsing of doubles when interpreted

2006-02-28 Thread schwab at suse dot de
--- Comment #6 from schwab at suse dot de 2006-02-28 21:40 --- (In reply to comment #5) > > The number 5e-324 exceeds the range of the (C language) double type. So the > > It's (just) within the range of denormal values for IEEE double precision. 5e-324 is already out of range. The l

[Bug tree-optimization/14752] [tree-ssa] "~a" should be changed to "a" if used in the condition of an if statement

2006-02-28 Thread sayle at gcc dot gnu dot org
--- Comment #8 from sayle at gcc dot gnu dot org 2006-02-28 21:31 --- Subject: Bug 14752 Author: sayle Date: Tue Feb 28 21:31:29 2006 New Revision: 111575 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111575 Log: PR middle-end/14752 * c-common.c (c_common_truth

[Bug other/20731] [3.4 only] contrib/gcc_update hard code -r gcc-3_4-branch

2006-02-28 Thread joseph at codesourcery dot com
--- Comment #9 from joseph at codesourcery dot com 2006-02-28 21:19 --- Subject: Re: [3.4 only] contrib/gcc_update hard code -r gcc-3_4-branch On Tue, 28 Feb 2006, gdr at gcc dot gnu dot org wrote: > No activity happens since the debate. Closing as won't fix for 3.4.6 Actually, thi

[Bug libgcj/26483] Wrong parsing of doubles when interpreted

2006-02-28 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2006-02-28 21:15 --- Subject: Re: Wrong parsing of doubles when interpreted On Tue, 28 Feb 2006, wilson at gcc dot gnu dot org wrote: > The number 5e-324 exceeds the range of the (C language) double type. So the It's (just) within t

[Bug tree-optimization/19505] [4.0/4.1/4.2 Regression] java bytecode to native ICE in remove_unreachable_regions

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19505

[Bug libgcj/24321] instanceof erroneously causes class initialization

2006-02-28 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-02-28 20:53 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|u

[Bug ada/20548] [4.2 Regression] ACATS c52103x c52104x c52104y segfault at runtime

2006-02-28 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.1/4.2 Regression] ACATS |[4.2 Regression] ACATS |c52103x c52104x c52104y

[Bug tree-optimization/26243] [4.1/4.2 Regression] reassoc is not documented in passes.texi

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26243

[Bug middle-end/25335] [4.1/4.2 Regression] reload leaves insns from earlier passes around: fatal for postinc

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25335

[Bug objc/25965] [4.1/4.2 Regression] Allows duplicate member names in objc subclasses

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25965

[Bug tree-optimization/26242] [4.1/4.2 Regression] VRP is not documented in passes.texi

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26242

[Bug tree-optimization/26240] [4.1/4.2 Regression] remove empty loops pass is not documented in passes.texi

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26240

[Bug rtl-optimization/24319] [3.4/4.0/4.1/4.2 regression] amd64 register spill error with -fschedule-insns

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24319

[Bug middle-end/26241] [4.1/4.2 Regression] None of the IPA passes are documented in passes.texi

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26241

[Bug target/24826] [4.1/4.2 Regression] Incorrect default options

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24826

[Bug target/24334] [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24334

[Bug middle-end/24434] [4.0/4.1/4.2 Regression] get_varargs_alias_set returns 0 always

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24434

[Bug objc/24393] [3.4/4.0/4.1/4.2 Regression] fatal error when missing closing paren in method argument type

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24393

[Bug target/24012] [3.4/4.0/4.1/4.2 regression] #define _POSIX_C_SOURCE breaks #include

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24012

[Bug fortran/23201] [4.1/4.2 Regression] ICE verify_ssa failed, gfortran references non-existing fields

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23201

[Bug ada/23836] [4.0/4.1/4.2 Regression] Invalid code generated when accessing packed arrays / aliasing

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23836

[Bug middle-end/22456] [4.1/4.2 regression] missing "is used uninitialized" warning

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22456

[Bug objc/23709] [4.1/4.2 Regression] error recovery is not smart enough

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23709

  1   2   3   >