[Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:06 --- Subject: Bug 21315 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-19 07:05:46 Modified files: gcc/testsuite : ChangeLog fixincludes: C

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:06 --- Subject: Bug 19933 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-19 07:05:46 Modified files: gcc/testsuite : ChangeLog fixincludes: C

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:11 --- Subject: Bug 19933 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-19 07:11:26 Modified files: gcc/testsuite : Change

[Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:11 --- Subject: Bug 21315 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-19 07:11:26 Modified files: gcc/testsuite : Change

[Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined

2005-05-19 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-19 07:14 --- See http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01119.html -- What|Removed |Added

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-19 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-19 07:16 --- Fixed in 4.0.1 and later. Backporting to 3.4.x. -- What|Removed |Added Known to fai

[Bug c++/21495] [4.0/4.1 Regression] internal compiler error: Segmentation fault

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:37 --- Subject: Bug 21495 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-19 07:37:45 Modified files: gcc/cp : ChangeLog gcc/testsuite : C

[Bug c++/21495] [4.0/4.1 Regression] internal compiler error: Segmentation fault

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 07:48 --- Subject: Bug 21495 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-19 07:47:43 Modified files: gcc/cp : Change

[Bug AWT/21660] New: FileDialog.SAVE broken

2005-05-19 Thread hendrich at informatik dot uni-hamburg dot de
FileDialog does not allow saving files. A FileDialog created with FileDialog.SAVE mode still comes up in FileDialog.LOAD ("open file") mode. The wrong title is no real problem, but without a textfield there is no way to select a new (non existing) filename... testcase and screenshot attached. gi

[Bug AWT/21660] FileDialog.SAVE broken

2005-05-19 Thread hendrich at informatik dot uni-hamburg dot de
--- Additional Comments From hendrich at informatik dot uni-hamburg dot de 2005-05-19 08:14 --- Created an attachment (id=8927) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8927&action=view) screenshot showing the SAVE-mode filedialog -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug AWT/21660] FileDialog.SAVE broken

2005-05-19 Thread hendrich at informatik dot uni-hamburg dot de
--- Additional Comments From hendrich at informatik dot uni-hamburg dot de 2005-05-19 08:17 --- Created an attachment (id=8928) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8928&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21660

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-05-19 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-05-19 09:04 --- (In reply to comment #37) > Reducing a testcase isn't trivial, but I'll try. try to pass to the ./configure the kde_cv_val_gcc_visibility_bug=yes switch. rebuild and test artsd. it may help. currently i h

[Bug target/21657] [4.0 regression] TLS reference miscompiled

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

[Bug c++/21661] New: Inconsistent function/constructor template requirements

2005-05-19 Thread igodard at pacbell dot net
In: template voidfoo(U u) {} template struct bar { bar(U u) {} }; int main() { foo(true); bar(true); } you get: foo.cc: In function `int main()': foo.cc:11: error: wrong number of template arguments (1, should be 2) foo.cc:5: error: provided for `template struct

[Bug target/21657] [4.0 regression] TLS reference miscompiled

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 09:42 --- Subject: Bug 21657 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-19 09:42:27 Modified files: gcc: ChangeLog gcc/config/ia64: i

[Bug target/21412] ICE loading TLS address

2005-05-19 Thread rth at gcc dot gnu dot org
-- Bug 21412 depends on bug 21657, which changed state. Bug 21657 Summary: [4.0 regression] TLS reference miscompiled http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21657 What|Old Value |New Value ---

[Bug target/21657] [4.0 regression] TLS reference miscompiled

2005-05-19 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-05-19 09:44 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-05-19 Thread bernie at develer dot com
--- Additional Comments From bernie at develer dot com 2005-05-19 09:45 --- (In reply to comment #38) > > My backtrace looks suspiciously similar to the backtrace reported in > > comment #14. > > Yep, yours is probably the same bug as that in comment #14, which I don't > think is relat

[Bug target/21390] alphaev68-dec-osf5.1b long double optimization bug with gcc-4.0.0

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 09:50 --- Subject: Bug 21390 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-19 09:50:00 Modified files: gcc: ChangeLog gcc/config/alpha:

[Bug target/21390] alphaev68-dec-osf5.1b long double optimization bug with gcc-4.0.0

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 09:54 --- Subject: Bug 21390 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-19 09:53:34 Modified files: gcc: Change

[Bug target/21390] alphaev68-dec-osf5.1b long double optimization bug with gcc-4.0.0

2005-05-19 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-05-19 09:56 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2005-05-19 Thread bernie at develer dot com
--- Additional Comments From bernie at develer dot com 2005-05-19 10:00 --- (In reply to comment #49) > > Mark, is > > > > http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00180.html > > > > OK for mainline as well as 4.0? > > It's OK for mainline. It's not OK for 4.0 unless it's a regr

[Bug tree-optimization/21638] [4.1 regression] ADDR_EXPR invariancy not recomputed

2005-05-19 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-05-19 10:10 --- HP: people are expected to provide preprocessed source code even for bootstrap failures, let alone unified source tree builds for fancy platforms. This very bug shows how providing a preprocessed source mad

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-05-19 Thread bernie at develer dot com
--- Additional Comments From bernie at develer dot com 2005-05-19 10:42 --- (In reply to comment #39) > (In reply to comment #37) > > > Reducing a testcase isn't trivial, but I'll try. > > try to pass to the ./configure the kde_cv_val_gcc_visibility_bug=yes switch. > rebuild an

[Bug java/17845] [4.1 Regression] More problems with simple type names as superclasses

2005-05-19 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-05-19 11:16 --- Fixed by patch. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug java/17845] [4.1 Regression] More problems with simple type names as superclasses

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 11:20 --- Subject: Bug 17845 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-19 11:16:31 Modified files: gcc/java : parse.y ChangeLog Log message:

[Bug target/17828] -O2 -fPIC doesn't work with switches in linkonce functions and new binutils

2005-05-19 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org |dot au Status|NEW

[Bug bootstrap/21512] [4.0/4.1 Regression] build failure on ppc-apple-darwin5.5 in libcpp

2005-05-19 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-19 11:34 --- Tried again to build gcc on powerpc-apple-darwin5.5 (MacOS 10.1), with the workaround for the bug reported in comment #0. Fails with error message: ../../gcc/gcc/config/rs6000/host-darwin.c:25: sys/uconte

[Bug c++/21495] [4.0/4.1 Regression] internal compiler error: Segmentation fault

2005-05-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 11:43 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug java/21662] New: Fields in interfaces not optimized when read from *.class, but optimized when read from *.java

2005-05-19 Thread jakub at gcc dot gnu dot org
#!/bin/sh rm -rf test mkdir test cat > test/Configuration.java < test/Test.java < test/fromsrc jcf-dump -c test/Test.class.fromclass > test/fromclass diff -u test/from{src,class} In libjava build unless --enable-libgcj-multifile is used this has the bad side effect that libgcj-4*.jar depends on th

[Bug c++/21661] Inconsistent function/constructor template requirements

2005-05-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 12:02 --- This is how C++ works, in the first case since it is a function template, the second template argument can be determined by the function argument. In the second example, the class template's template argu

[Bug middle-end/21663] New: [4.0 Regression] ICE in assign_stack_temp_for_type

2005-05-19 Thread jakub at gcc dot gnu dot org
void foo (int x, void *y, void *z) { typedef struct { char val[x]; } T; T bar (void *w) { __builtin_return (w); } *(T *)y = bar (z); } ICEs on at least {i386,x86_64,ppc,ppc64}-linux at any optimization level. Works with 3.4.3 as well as HEAD. -- Summary: [4.0 Regression]

[Bug c/21664] New: array-of-empty-structure extension not properly defined

2005-05-19 Thread rguenth at gcc dot gnu dot org
For struct {} a[4]; int main() { return &a[2] - &a[1]; } the C frontend emits return 0 /[ex] 0; which will, at -O0 fault at runtime, at -O not due to RTL CSE. Is this even well-defined? Should the C-frontend rather emit return 0; ? Of course this contradicts the C standard, but that doe

[Bug tree-optimization/21638] [4.1 regression] ADDR_EXPR invariancy not recomputed

2005-05-19 Thread hp at bitrange dot com
--- Additional Comments From hp at bitrange dot com 2005-05-19 14:07 --- Subject: Re: [4.1 regression] ADDR_EXPR invariancy not recomputed On Thu, 19 May 2005, giovannibajo at libero dot it wrote: > --- Additional Comments From giovannibajo at libero dot it 2005-05-19 > 10:10 --

[Bug middle-end/21663] [4.0 Regression] ICE in assign_stack_temp_for_type

2005-05-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 14:18 --- Actually this is not a regression, see PR 8081. There is a patch included there but I don't know the status about it though. I think it was waiting on copyright assignment but I could be wrong. *** Thi

[Bug middle-end/8081] ICE with variably sized types and nested functions

2005-05-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 14:18 --- *** Bug 21663 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21665] New: template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
The following does not compile with g++ 3.4.2 on Solaris and 3.2.3 on Linux, but probably should, and does with other compilers. class PropertyId; class ArraySegment; class StringSegment; class EnumStateSet; class PropertyCatalog; class PropertyCatalog; class Time; class PropertyId { }; extern c

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 14:30 --- Here is a truncated version of the compiler output ~/tmp$ g++ tmp11.cpp >& tmp.txt ~/tmp$ vi tmp.txt tmp11.cpp: In static member function `static void MyContainer::traverseTempl(C*, PropertyManipulator&) [with

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 14:31 --- Bugzilla appears to have inserted a newline in the following comment. That will need to be fixed before seeing the "no matching function for call to" diagnostic // - begin property implementation --

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 14:48 --- This code is invalid, and here is why: manipulator.reveal ( PROPERTY < int > ( propertyX, pContainer, & MyContainer::x ) ); so you are passing a rvalue to a non constant reference. This does not compi

[Bug tree-optimization/21630] [4.1 Regression] gcc.dg/vect/vect-none.c scan-tree-dump-times vectorized 1 loops 1 fails

2005-05-19 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-05-19 14:48 --- A 20050513 dump shows: ... /mnt/scratch/nightly/2005-05-13/srcw/gcc/testsuite/gcc.dg/vect/vect-none.c:171: note: not vectorized: complicated access pattern. /mnt/scratch/nightly/2005-05-13/srcw/gcc/testsuite

[Bug java/21540] switch stmt problem

2005-05-19 Thread hchapman-gcc-bugs at 3gfp dot com
--- Additional Comments From hchapman-gcc-bugs at 3gfp dot com 2005-05-19 15:09 --- gcc has this problem as well. Although, it will let you have an expression using only constants like case 'A' + ('B'<<8): but not case *((uint16_t *)"AB"): A gcc example: #include int main() { un

[Bug java/21540] switch stmt problem

2005-05-19 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-05-19 15:27 --- (In reply to comment #3) > gcc has this problem as well. Although, it will let you have an expression > using > only constants like > > case 'A' + ('B'<<8): > > but not > > case *((uint16_t *)"AB"): Since C req

[Bug tree-optimization/21630] [4.1 Regression] gcc.dg/vect/vect-none.c scan-tree-dump-times vectorized 1 loops 1 fails

2005-05-19 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-05-19 15:33 --- A break-up of this test is currently discussed on gcc-patches: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01963.html -- What|Removed |Added

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 16:07 --- Sorry about the invalid entry. I understand now, and after receiving enlightenment I can’t even complain about the message other than perhaps that there could be a leading message for bozos that says a match was f

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 16:10 --- Subject: RE: template template parameter function overload not recognized Sorry about the invalid entry. I understand now, and after receiving enlightenment I can't even complain about the message other than per

[Bug fortran/21565] namelist in block data is illegal

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 16:25 --- See the second constraint in 11.4 (f95 draft) -- What|Removed |Added Status|UNCONFI

[Bug fortran/21594] FAIL: gfortran.dg/eoshift.f90 -O0 execution test

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 16:30 --- No gfortran devleoper has hpux. Can you find some details about the error? -- What|Removed |Added --

[Bug libfortran/21621] Inconsistency with binary sequential output

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 16:43 --- Can you be a little more specific on what you're trying to do and why you think that what gfortran does is wrong? I don't think the standard requires sequential access files to be in any reliable format. I fi

[Bug c++/21008] [3.4/4.0/4.1 Regression] [DR515] Access failure in accessing data member of base class from derived template class

2005-05-19 Thread lerdsuwa at gcc dot gnu dot org
-- What|Removed |Added Summary|[3.4/4.0/4.1 Regression]|[3.4/4.0/4.1 Regression] |Acess failure in accessing |[DR515] Access failure in

[Bug libfortran/21621] Inconsistency with binary sequential output

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 16:44 --- Um, I meant to set this to waiting ... -- What|Removed |Added Status|NEW

[Bug fortran/21594] FAIL: gfortran.dg/eoshift.f90 -O0 execution test

2005-05-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 16:50 --- Confirmed, this also fails on powerpc-darwin. -- What|Removed |Added Status|UNCO

[Bug libfortran/21647] INQUIRE errors when using -fdefault-integer-8

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 16:51 --- Confirmed. The problem is that the default LOGICAL ex gets promoted to LOGICAL*8, but we pass a (int4_t *)&ex to the library, which can't work. -- What|Removed |Added

[Bug libfortran/21647] INQUIRE errors when using -fdefault-integer-8

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 16:51 --- Confirmed. The problem is that the default LOGICAL ex gets promoted to LOGICAL*8, but we pass (int4_t *)&ex to the library, which can't work. -- What|Removed |Added --

[Bug fortran/20883] unassigned integer used as format

2005-05-19 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords||accepts-

[Bug fortran/20884] subroutine accepted in operator interface

2005-05-19 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords||accepts-

[Bug fortran/20886] passing generic name as dummy argument

2005-05-19 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords||accepts-

[Bug fortran/20886] passing generic name as dummy argument

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:06 --- *** Bug 20887 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20886

[Bug fortran/20887] error needed

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:06 --- Correct me if I missed something, but this looks exactly like the testcase in PR20886. *** This bug has been marked as a duplicate of 20886 *** -- What|Removed |Added -

[Bug c++/18681] [3.3/3.4/4.0/4.1 Regression] template friend declaration not recognized

2005-05-19 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-05-19 17:07 --- Patch using new approach for 4.1: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01992.html (Note this is part 4 in a series, earlier parts are also required) -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/16617] Fail to do access checking correctly for non-dependent qualified-id

2005-05-19 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-05-19 17:09 --- Patch using new approach for 4.1: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01992.html (Note this is part 4 in a series, earlier parts are also required) -- What|Removed

[Bug fortran/20888] dereferencing NULL still accepted

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:09 --- 2005-04-06 Tobias Schl"uter <[EMAIL PROTECTED]> * expr.c (gfc_check_assign): Don't allow NULL as rhs in a non-pointer assignment. fixed only part of the cases where NULL is not allowed. --

[Bug fortran/20890] initializing two equivalenced variabled

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:12 --- I was sure this was a duplicate but I couldn't find it. -- What|Removed |Added OtherBugsDependin

[Bug fortran/20891] allocation depends on other object in same allocation

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:14 --- see the last paragraph on page 79 (§6.3.1) -- What|Removed |Added Status|UNCONFIRME

[Bug fortran/20892] dummy procedure can't be generic

2005-05-19 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords||accepts-

[Bug fortran/20893] unconditional use of optional argument not detected

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:19 --- to avoid confusion about what's wrong: MAX(A1,A2,A3) is legal with A1, A2 scalar and A3 array-valued. -- What|Removed |Added

[Bug fortran/20894] parentheses ignored

2005-05-19 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords||accepts-

[Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21312

[Bug c++/20563] [3.4/4.0/4.1 Regression] Infinite loop in diagnostic (and ice after error message)

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20563

[Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16035

[Bug c++/17332] [3.3/3.4 Regression] Missed inline opportunity

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17332

[Bug c/21536] [3.4/4.0/4.1 Regression] C99 array of variable length use causes segmentation fault

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21536

[Bug inline-asm/16194] [3.3/3.4/4.0/4.1 Regression] global register with inline-asm and clobered

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16194

[Bug c++/18273] [3.4 Regression] Fail to generate debug info for member function.

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18273

[Bug c++/16002] [3.4 regression] Strange error message with new parser

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16002

[Bug target/15914] [3.4 only] gcc-3_4-branch ICE on Linux kernel

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15914

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18738

[Bug c++/14777] [3.4/4.0/4.1 Regression] typedef doesn't fully expose base class type

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14777

[Bug rtl-optimization/21015] [3.3/3.4 Regression] Bad loop optimization with -O2

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21015

[Bug c++/21383] [3.4/4.0/4.1 Regression] Crash when finding &a_templated_func<>

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21383

[Bug c++/11224] [3.3/3.4 regression] warning "value computed is not used" no longer emitted

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11224

[Bug c++/19395] [3.3/3.4 regression] invalid scope qualifier allowed in typedef

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19395

[Bug c++/21421] [3.4/4.0/4.1 Regression] Accepts writting to const via asm

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21421

[Bug middle-end/15855] [3.4/4.0/4.1 Regression] g++ crash with -O2 and -O3 on input file

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15855

[Bug c++/18155] [3.4 regression] typedef in template declaration not rejected

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18155

[Bug c++/16276] [3.4 only] G++ generates local references to linkonce sections

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16276

[Bug target/20126] [3.3/3.4 Regression] Inlined memcmp makes one argument null on entry

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20126

[Bug rtl-optimization/12863] [3.4 regression] basic block reordering fails for fallthru of casesi

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12863

[Bug c/21659] [3.4/4.0/4.1 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O2

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21659

[Bug rtl-optimization/11707] [3.4 Regression] [new unroller] constants not propagated in unrolled loop iterations with a conditional

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11707

[Bug c++/19628] [3.4 Regression] g++ no longer accepts __builtin_constant_p in constant-expressions

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19628

[Bug c++/18368] [3.4 Regression] C++ error message regression

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18368

[Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21627

[Bug c++/17972] [3.4 Regression] const/pure functions result in bad asm

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17972

[Bug c++/19063] [3.4 regresion] ICE on invalid template parameter

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19063

[Bug c++/18462] [3.4 Regression] Segfault on declaration of large array member

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18462

[Bug c++/18512] [3.4 Regression] ICE on invalid usage of template base class

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18512

[Bug c++/17796] [3.4/4.0/4.1 Regression] Too many unused parameter warnings emitted.

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17796

[Bug c++/20383] [3.3/3.4 Regression] #line directive breaks try-catch statement

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20383

[Bug other/17594] [3.4 Regression] GCC does not error about unknown options which starts with a valid option

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17594

  1   2   3   >