[Bug target/16589] [4.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body

2005-01-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-21 17:31 --- m68k is not a primary or secondary target; removing target milestone. -- What|Removed |Added

[Bug target/18170] [4.0 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++

2005-01-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-21 17:31 --- m32r is not a primary or secondary target; removing target milestone. -- What|Removed |Added

[Bug target/18863] [4.0 Regression] ICE in find_reloads

2005-01-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-21 17:32 --- ns32k is not a primary or secondary platform; removing target milestone. -- What|Removed |Added

[Bug target/19378] [4.0 Regression] ICE during bootstrap compiling __fixdfdi

2005-01-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-21 17:32 --- AVR is not a primary or secondary platform; removing target milestone. -- What|Removed |Added

[Bug target/19528] [4.0 regression] missing ra.h

2005-01-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-21 17:33 --- SH is not a primary or secondary platform; removing target milestone. -- What|Removed |Added

[Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld

2005-01-21 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-01-21 17:38 --- Digging further, there *is* a __eprintf reference in /tmp/hptmp/obj/sparc-sun-solaris2.8/libstdc++-v3/src/.libs/libstdc++.so, the one supposedly complained about when building the test-application. Now, how did

[Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld

2005-01-21 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-01-21 17:41 --- To clarify, comment #16 should read No: GNU ld is actually used: that is, an affirmation that GNU ld is used, contrary to comment #15. (It could be read as the negation, and we have enough confusion. I'm not

[Bug fortran/19568] New: incorrect formatted read

2005-01-21 Thread gay at sfu dot ca
gfortran formatted read incorrectly reads beyond end of record when record length is io,format length. Demo: [EMAIL PROTECTED]:~/source/test cat ftest.f95 program ftest integer i character*1 b(10) open (77, file='input_file') read (77, '(10A1)') b print *, b end program ftest [EMAIL

[Bug middle-end/18887] [4.0 Regression] libgcc2.h Improperly determines required built-in function size requirements.

2005-01-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-21 17:45 --- There are no 8-bit or 16-bit targets in the primary or secondary platform lists; removing target milestone. -- What|Removed |Added

[Bug libstdc++/8670] Alignment problem in std::basic_string

2005-01-21 Thread ncm-nospam at cantrip dot org
--- Additional Comments From ncm-nospam at cantrip dot org 2005-01-21 17:45 --- Do I understand correctly that the FE fix has been applied? I don't see any corresponding __attribute__ in HEAD for basic_string.h. Probably _Rep should be aligned not to a constant size, but rather to the

[Bug libstdc++/8670] Alignment problem in std::basic_string

2005-01-21 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-21 17:53 --- Do I understand correctly that the FE fix has been applied? I don't see any corresponding __attribute__ in HEAD for basic_string.h. No, largely __attribute__(aligned) is still broken, doesn't work with

[Bug rtl-optimization/576] gcc performs invalid optimization with float operations when different rounding mode.

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-21 17:54 --- Subject: Bug 576 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-21 17:54:27 Modified files: gcc: ChangeLog real.c real.h fold-const.c

[Bug middle-end/19551] [3.4/4.0 Regression] LAPACK routine claic1.f bug

2005-01-21 Thread jakub at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org | Status|NEW

[Bug c++/19569] New: no code for explicit instantiation of template class specialization

2005-01-21 Thread jamesp at trdlnk dot com
It appears that explicit instantiation of specialized template classes isn't instantiating all of the class's members as it should: --- Begin Sample Code template typename T class A { public: void foo( T const ) {} }; template class Achar { public: void foo( char const )

[Bug tree-optimization/19570] New: cross compiler for power PC -O2 optimization moves code outside of use

2005-01-21 Thread Jeff dot Fellin at rflelect dot com
The -O2 optimization moves code outside of loop causing function call to be done after the data structure was unlocked. The code was actually moved to after the second usage of the variable assigned the return value of the indirect function call. The problem does not occur when the optimization

[Bug rtl-optimization/17356] [4.0 Regression] [Ada] [ia64] ACATS c41325a other ICE, also while building libada

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 18:47 --- Removing the target milestone as per http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html as this is only known to happen in Ada. -- What|Removed |Added

[Bug tree-optimization/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 18:48 --- Removing the target milestone as per http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html as this is only known to happen in Ada. -- What|Removed |Added

[Bug tree-optimization/18705] [4.0 Regression] ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 18:48 --- Removing the target milestone as per http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html as this is only known to happen in Ada. -- What|Removed |Added

[Bug tree-optimization/18659] [4.0 Regression] ACATS ICE in bug in tree-sra.c:1507 on x86 and ppc-darwin (6 FAIL)

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 18:48 --- Removing the target milestone as per http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html as this is only known to happen in Ada. -- What|Removed |Added

[Bug c++/19552] Compile error on template member function called from template function

2005-01-21 Thread andres_takach at mentorg dot com
--- Additional Comments From andres_takach at mentorg dot com 2005-01-21 18:58 --- Subject: Re: Compile error on template member function called from template function Thanks for the workaround and for the fast response! Looking at the standard this is what I see: - mc_fooW3 is a

[Bug rtl-optimization/19570] cross compiler for power PC -O2 optimization moves code outside of use

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 19:04 --- Can you attach the preprocessed version of the source below? -- What|Removed |Added

[Bug tree-optimization/13000] [3.4/4.0 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-21 19:05 --- Subject: Bug 13000 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-21 19:05:25 Modified files: gcc: ChangeLog tree-inline.c tree-cfg.c

[Bug tree-optimization/13000] [3.4/4.0 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-21 19:06 --- Subject: Bug 13000 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-21 19:05:54 Modified files: gcc/testsuite : ChangeLog

[Bug tree-optimization/13000] [3.4 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-01-21 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-01-21 19:07 --- Fixed on mainline. -- What|Removed |Added Known to fail|4.0.0 3.4.0 |3.4.0

[Bug tree-optimization/13000] [3.4 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-01-21 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-01-21 19:14 --- Note that if we do move to a better solution, i.e., building a CFG for inline functions, we should remove the patch to c_finish_bc_stmt in c-typeck.c. It prevents -Wunreachable from ever warning about an unreachable

[Bug tree-optimization/19038] [4.0 Regression] tree-ssa causing loops to have more than one BB

2005-01-21 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-01-21 19:19 --- I just tired this on struct-aliasing, to come up iwth a dom fix, and it load-store moved everything, so there was nothing left for ivopts to create ivtmps of :) I think that's good. I'll have to go try my

Re: [Bug middle-end/18902] Naive (default) complex division algorithm

2005-01-21 Thread Toon Moene
pcarlini at suse dot de wrote: --- Additional Comments From pcarlini at suse dot de 2005-01-20 12:10 --- A first implementation of the algorithm was already in 3_4, under the name expand_cmplxdiv_wide (in optabs.cc), then Rth rewrote it in the tree-ssa branch as part of the new

[Bug middle-end/18902] Naive (default) complex division algorithm

2005-01-21 Thread toon at moene dot indiv dot nluug dot nl
--- Additional Comments From toon at moene dot indiv dot nluug dot nl 2005-01-21 20:23 --- Subject: Re: Naive (default) complex division algorithm pcarlini at suse dot de wrote: --- Additional Comments From pcarlini at suse dot de 2005-01-20 12:10 --- A first

[Bug c++/19565] [3.3/3.4/4.0 Regression] g++ does not warn about overflow in conversion but gcc does

2005-01-21 Thread belyshev at depni dot sinp dot msu dot ru
-- What|Removed |Added GCC host triplet|i486-linux | Known to fail||3.0.4 3.2.3 3.3.6 3.4.4 |

[Bug target/19492] can not build crosscompiler for solaris2.8 (when building libstdc++ - error wcslen...:Link tests are not allowed after GCC_NO_EXECUTABLES)

2005-01-21 Thread andreev at comm dot mot dot com
--- Additional Comments From andreev at comm dot mot dot com 2005-01-21 20:37 --- Andrew, any comments?.. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19492

[Bug c++/19552] Compile error on template member function called from template function

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 20:45 --- (In reply to comment #3) Subject: Re: Compile error on template member function called from template function - Section 14.6.2 (last two sentences in paragraph 1) says: If an operand of an

[Bug tree-optimization/18219] [4.0 Regression] gcc-4.0.0 bloats code by 31%

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 21:05 --- (In reply to comment #11) This actually looks like a duplicate of PR19038 now. Actually it is not, the problem is related not doing loop copy header for -Os. -- What|Removed

[Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 21:29 --- Removing target milestone per: http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html. This does not effect any of the primary or secondary targets. -- What|Removed |Added

[Bug target/15065] [3.4/4.0 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 21:30 --- Removing target milestone per: http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html. This does not effect any of the primary or secondary targets. -- What|Removed |Added

[Bug target/13754] [3.4/4.0 regression] ip2k-elf ICE on multiple gotos

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 21:30 --- Removing target milestone per: http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html. This does not effect any of the primary or secondary targets. -- What|Removed |Added

[Bug target/19548] [3.4/4.0 regression] RTEMS CPP specs not merged from 3.2/3.2 branches

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 21:31 --- Removing target milestone per: http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html. This does not effect any of the primary or secondary targets. -- What|Removed |Added

[Bug middle-end/19551] [3.4/4.0 Regression] pure (complex types) function call removed as dead (LAPACK routine claic1.f bug)

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 21:37 --- Jakub you are a life saver some times. Thanks for looking into this. Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01529.html. -- What|Removed |Added

[Bug fortran/19543] formated output for logical(8) variables fails

2005-01-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-21 21:57 --- This only happens for parameters. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19543

[Bug target/19506] [4.0 Regression] PovRay produces wrong pictures with -mfpmath=sse -ffast-math.

2005-01-21 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-21 22:03 --- I've found the problem, via binary search on the povray source and then visual inspection of the file found to be miscompiled. The mov[sd]fcc_1_sse patterns are missing an earlyclobber. The fix isn't quite

[Bug fortran/19543] formated output for logical(8) variables fails

2005-01-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-21 22:21 --- Ugh. This is ugly. When building the I/O statement, we create a temporary because the argument is passed by reference (why?). The type of the temporary is determined as TREE_TYPE(se-expr), where se-expr is

[Bug fortran/19543] formated output for logical(8) variables fails

2005-01-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-21 22:37 --- Weird, the build hadn't picked up my patch, which had led me to do the analysis given above. Patch: http://gcc.gnu.org/ml/fortran/2005-01/msg00239.html -- What|Removed

[Bug target/19491] va_start incorrect, Number of floating point and integer registers counted incorrectly

2005-01-21 Thread dje at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dje at gcc dot gnu dot org |dot org | Status|NEW

[Bug fortran/19543] formated output for logical(8) variables fails

2005-01-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-21 22:58 --- Unfortunately, this patch is not sufficient to fix this issue, as the logical constants are not dealt with correctly by the middle-end. The following testcase shouldn't abort: program test implicit none

[Bug fortran/19543] formated output for logical(8) variables fails

2005-01-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-21 23:32 --- Forgot to say this: an obvious fix would be not setting the type precision to 1 bit, but to the full width of the type. This would of course somewhat defeat the purpose of giving logicals a type of their own.

[Bug middle-end/19405] 18_support/numeric_limits.cc fails on ppc-darwin (long doubles)

2005-01-21 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-01-21 23:46 --- This isn't a regression, fold could never do that. -- What|Removed |Added

[Bug c/19571] New: floating point registers not preserved during function call

2005-01-21 Thread jack at cs dot york dot ac dot uk
The code generator for the ARM target does not preserve register f5 (and possibly other floating point registers) when they are clobbered by a function. Thus, if function uses those registers and calls another function which uses them too, the caller behaves weirdly. The bug has been found in GCC

[Bug c/19571] floating point registers not preserved during function call

2005-01-21 Thread jack at cs dot york dot ac dot uk
--- Additional Comments From jack at cs dot york dot ac dot uk 2005-01-21 23:47 --- Created an attachment (id=8036) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8036action=view) Test case which demonstrates the bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19571

[Bug libstdc++/19510] [3.3 only] Uninitialized pointers in iterators

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-21 23:53 --- Subject: Bug 19510 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2005-01-21 23:52:49 Modified files: libstdc++-v3 :

[Bug libstdc++/19510] [3.3 only] Uninitialized pointers in iterators

2005-01-21 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-01-21 23:54 --- Fixed in gcc 3.3.6, 3.4.4, and mainline. -- What|Removed |Added

[Bug target/19571] floating point registers not preserved during function call

2005-01-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19571

[Bug c/19572] New: ICE: in move_for_stack_reg, at reg-stack.c:1065

2005-01-21 Thread bugs at chen-becker dot org
I'm compiling the Chipmunk electronic design/simulation tools (psys 1.58) and the default makefile gets an ICE in compiling math.c. The default Makefile specifies -O3, but the ICE does not happen if I use no optimization or just -O. -O2 also gets the same ICE. Here is the compilation line and

[Bug target/19572] ICE: in move_for_stack_reg, at reg-stack.c:1065

2005-01-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19572

[Bug target/19572] ICE: in move_for_stack_reg, at reg-stack.c:1065

2005-01-21 Thread bugs at chen-becker dot org
--- Additional Comments From bugs at chen-becker dot org 2005-01-22 00:02 --- Created an attachment (id=8037) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8037action=view) The preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19572

[Bug c/18809] ICE after a couple of errors with a simple invalid C code

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-22 00:13 --- Subject: Bug 18809 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-22 00:12:28 Modified files: gcc: ChangeLog c-typeck.c

[Bug c/18809] ICE after a couple of errors with a simple invalid C code

2005-01-21 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-01-22 00:14 --- Fixed in mainline. -- What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/18120] -O2 -funroll-loops causes bad loop behavior on fedora

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-22 00:16 --- No feed back in 3 months (T-2 days). -- What|Removed |Added Status|WAITING

[Bug libfortran/18122] gfortran internal error in namelist read

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-22 00:17 --- $ cat namel.inp foo a= 2.30,/ $ cat namel-tst.f90 program sechs_w implicit none integer, parameter :: dr=selected_real_kind(15) integer, parameter :: nkmax=6 real(kind=dr) :: rb(nkmax)

[Bug fortran/19543] formated output for logical(8) variables fails

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-22 00:30 --- Subject: Bug 19543 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-22 00:29:36 Modified files: gcc/fortran: ChangeLog trans-const.c Log

[Bug libfortran/19524] 5 times uninitialized var in libgfortran

2005-01-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-22 00:36 --- The first four can be fixed by slightly reordering the contents of the functions they're in. I'm not proposing a patch, because I'm not completely sure why that code is needed, and I'm too tired to look into

[Bug fortran/19543] formated output for logical(8) variables fails

2005-01-21 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-22 00:52 --- Patch which implements the obvious workaround mentioned above: http://gcc.gnu.org/ml/fortran/2005-01/msg00242.html This doesn't fix the backend issue, so no patch keyword. --

[Bug target/19566] x86_64 - inconsistent choice of parameter passing method for 16 byte struct

2005-01-21 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-01-22 00:53 --- just for reference, as didn't notice this pr eariler: http://gcc.gnu.org/ml/gcc/2005-01/msg01270.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19566

[Bug fortran/17941] gfortran: parser chokes on complex literal constant

2005-01-21 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-01-22 01:32 --- A new path is available. http://gcc.gnu.org/ml/fortran/2005-01/msg00243.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17941

[Bug tree-optimization/19038] [4.0 Regression] tree-ssa causing loops to have more than one BB

2005-01-21 Thread dberlin at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dberlin at gcc dot gnu dot |dot org |org Status|NEW

[Bug target/19548] [3.4/4.0 regression] RTEMS CPP specs not merged from 3.2/3.2 branches

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-22 02:26 --- Subject: Bug 19548 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-22 02:26:13 Modified files: gcc: ChangeLog

[Bug target/19548] [3.4/4.0 regression] RTEMS CPP specs not merged from 3.2/3.2 branches

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-22 03:04 --- Subject: Bug 19548 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-01-22 03:04:19 Modified files: gcc:

[Bug target/19491] va_start incorrect, Number of floating point and integer registers counted incorrectly

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-22 03:09 --- Subject: Bug 19491 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-22 03:09:31 Modified files: gcc: ChangeLog

[Bug target/19548] [3.4/4.0 regression] RTEMS CPP specs not merged from 3.2/3.2 branches

2005-01-21 Thread corsepiu at gcc dot gnu dot org
--- Additional Comments From corsepiu at gcc dot gnu dot org 2005-01-22 03:13 --- Patch shown in comment #3 commited to gcc-trunk and gcc-3_4-branch. -- What|Removed |Added

[Bug target/19491] va_start incorrect, Number of floating point and integer registers counted incorrectly

2005-01-21 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-22 03:24 --- Patch committed. This is not a regression, so it will not be fixed on earlier branches. -- What|Removed |Added

[Bug libgcj/11085] SimpleDateFormat fails to parse valid dates

2005-01-21 Thread gnu_andrew at member dot fsf dot org
--- Additional Comments From gnu_andrew at member dot fsf dot org 2005-01-22 03:29 --- In current Classpath CVS head, parsing of this string is now successful. The output of the given test case is: $ java TestParse Result: Wed Jun 04 03:09:35 2003 Fail Fail is printed because the

[Bug libfortran/19314] inquire(position=) segfaults at runtime

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-22 03:51 --- Subject: Bug 19314 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-22 03:51:13 Modified files: gcc/testsuite : ChangeLog libgfortran:

[Bug c++/19573] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.robertl/eb132.C, eb73.C

2005-01-21 Thread hp at gcc dot gnu dot org
With LAST_UPDATED: Fri Jan 21 21:01:24 UTC 2005 I get: FAIL: g++.old-deja/g++.robertl/eb132.C (test for excess errors) FAIL: g++.old-deja/g++.robertl/eb73.C (test for excess errors) With the message in the g++.log being: Executing on host: /home/hp/combined/mmixware-sim/gcc/testsuite/../g++

[Bug libfortran/19568] incorrect formatted read

2005-01-21 Thread bdavis at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Component|fortran |libfortran Ever Confirmed|

[Bug fortran/19561] [gfortran] wrong code generation for pointers to derived types

2005-01-21 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-01-22 06:19 --- The problem is in the main program type(objA),target :: oa type(objB),target :: ob call new(oa,1) call new(ob,oa,2) call print(ob) call print(getOa(ob)) !here end program test This

[Bug libfortran/19314] inquire(position=) segfaults at runtime

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-22 06:59 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/19573] [4.0 regression] mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.robertl/eb132.C, eb73.C

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-22 07:01 --- I thought I saw that this also happens on i686-pc-linux-gnu but I could wrong. http://gcc.gnu.org/ml/gcc-regression/2005-01/msg00071.html -- What|Removed |Added

[Bug c++/19573] [4.0 regression] g++.old-deja/g++.robertl/eb132.C, eb73.C failures

2005-01-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-22 07:07 --- As I said this is generic regressions and not related to mmix at all. -- What|Removed |Added

[Bug target/19548] [3.4/4.0 regression] RTEMS CPP specs not merged from 3.2/3.2 branches

2005-01-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19548

<    1   2