[Bug c++/20599] New: variadic template support

2005-03-22 Thread bkoz at gcc dot gnu dot org
In the 2004-09, Pre-Redmond mailing, there is paper N1704. Variadic Templates: Exploring the Design Space by D. Gregor,J. Jarvi,G. Powell There are several reasons for this feature, documented in the paper. Having an experimental version of this feature in g++ would allow better implementations

[Bug target/20497] Building Code on AMD 64bits c

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 05:37 --- Try with 3.4.3 as that is the current release of gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20497

[Bug other/20349] [multilib] libjava(32) doesn't build.

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 05:35 --- This looks like a bug in your installation of glibc. #define INIT_SEGV \ do \ {

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-22 Thread dave at boost-consulting dot com
--- Additional Comments From dave at boost-consulting dot com 2005-03-23 04:55 --- "should GCC try and remember which arguments were really specified in the template-id (hard to do), or a simple check of equalness between the argument and the default parameter would suffice?" GCC shou

[Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 04:15 --- Also happens on i686-pc-linux-gnu as seen by: -- What|Removed |Added

[Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3

2005-03-22 Thread hp at gcc dot gnu dot org
For both cris-axis-elf and mmix-knuth-mmixware (likely most architectures; seemingly also i686-pc-linux-gnu (FC3) in http://gcc.gnu.org/ml/gcc-regression/2005-03/msg00123.html>) I see these failures with LAST_UPDATED "Tue Mar 22 22:01:30 UTC 2005", which is a regression since LAST_UPDATED "Tue Mar

[Bug java/20597] [meta-bug] missing Java 1.4 support

2005-03-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||17463 Status|UNCONFIRMED |NEW Ever Confirmed||1

[Bug c++/19769] [4.0 Regression] GCC produces wrong dwarf2 output that breaks gdb

2005-03-22 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-23 03:20 --- My net connection died when trying to check in the patch, and it was a Friday evening... I'm a little surprised that the mainline check in actually worked. I thought it hadn't. I've also added it to the 4.

[Bug java/20597] New: [meta-bug] missing Java 1.4 support

2005-03-22 Thread pinskia at gcc dot gnu dot org
Just a bug tracking all of the missing java 1.4 support. -- Summary: [meta-bug] missing Java 1.4 support Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: meta-bug Severity: enhancement Priority: P2 Compon

[Bug libgcj/19132] InputStreamReader constructor missing

2005-03-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||20597 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19132

[Bug c++/19769] [4.0 Regression] GCC produces wrong dwarf2 output that breaks gdb

2005-03-22 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-23 03:15 --- May as well take it, seeing as how I wrote a patch for it. The gdb failures do not seem related to my change, and when I reran the gdb testsuite, they disappeared. I don't know what happened, but as far as

[Bug c++/19769] [4.0 Regression] GCC produces wrong dwarf2 output that breaks gdb

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-23 03:11 --- Subject: Bug 19769 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-23 03:10:58 Modified files: gcc: Change

[Bug fortran/17283] UNPACK issues

2005-03-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords|wrong-code |rejects-valid Last reconfirmed|2004-09-08 18:46:43 |2005-03-23 03:10:23 date|

[Bug tree-optimization/18940] Loop is not vectorized when it should be

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 03:08 --- suspend this one as this is hard and most likely not going to happen. -- What|Removed |Added

[Bug rtl-optimization/12771] Weak loop optimizer

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 03:07 --- We are better on the mainline but still not as good with the old code with -freduce-all-givs. Here is what we get with the mainline: .L14: fld %st(0) fmuls (%ecx,%edx,4) incl

[Bug c++/14912] Do not print default template arguments in error messages

2005-03-22 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-23 02:44 --- I'll try to do this. This is a simple testcase: --- template struct A { typedef typename T::x x; }; void foo(void) { A a; } --- test.cc: At global scope:

[Bug ada/20596] New: Bug Box, combination of Ada 2005, dotted notation, Hash_Maps, and Unbounded_String

2005-03-22 Thread bauhaus at futureapps dot de
GNATMAKE 4.1.0 20050321 (experimental) Copyright 1995-2004 Free Software Foundation, Inc. "uex.ali" being checked ... -> "exmpl.ads" time stamp mismatch gcc -c -gnat05 uex.adb +===GNAT BUG DETECTED==+ | 4.1.0 20050321 (experimental) (i686-pc-l

[Bug rtl-optimization/20532] [4.0/4.1 Regression] Bad code for DImode left shifts by 31 and then 1

2005-03-22 Thread aoliva at redhat dot com
--- Additional Comments From aoliva at gcc dot gnu dot org 2005-03-23 02:41 --- Subject: [PR rtl-optimization/20532] plus(ashift,ashift) -> mult may overflow In the sample testcase, if HOST_WIDE_INT is 32-bits wide, we ended up trying to simplify the two shifts into a single multiply.

[Bug middle-end/20524] [4.0/4.1 regression] cris-axis-elf testsuite failures: gcc.c-torture/compile/20011119-1.c and -2

2005-03-22 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-03-23 02:31 --- This PR is *not* about targets that supports aliases half-heartedly, so please don't dup the hppa-*-hpux* alias PRs to this one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20524

[Bug c/20368] [4.0/4.1 Regression] internal compiler error: tree check: expected function_type or method_type, have integer_type in start_function, at c-decl.c:5777

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 01:58 --- : Search converges between 2004-03-01-trunk (#446) and 2004-04-01-trunk (#447). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20368

[Bug pch/20568] [4.0 Regression] PCH failures with debugging

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 01:40 --- Fixed in the 4.0.0 branch also. -- What|Removed |Added Status|NEW

[Bug libgcj/20486] Win32 needs Socket read returns EOF when count == 0 fix

2005-03-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20486

[Bug pch/20568] [4.0 Regression] PCH failures with debugging

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 00:53 --- Fixed on the mainline by: 2005-03-22 Daniel Berlin <[EMAIL PROTECTED]> * c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says the writer want

[Bug libgcj/20486] Win32 needs Socket read returns EOF when count == 0 fix

2005-03-22 Thread membar at gcc dot gnu dot org
--- Additional Comments From membar at gcc dot gnu dot org 2005-03-22 23:30 --- Done: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00853.html -- What|Removed |Added

[Bug libgcj/20486] Win32 needs Socket read returns EOF when count == 0 fix

2005-03-22 Thread membar at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |membar at gcc dot gnu dot |dot org |org Status|NEW

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

2005-03-22 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-22 23:19 --- WRT g77 intrinsics: if we instructed the compiler to compile calls to these routines following the calling conventions for f2c, we could simply call their implementations from libf2c. This seems much easier an

[Bug libfortran/20163] gfortran - error opening direct access file

2005-03-22 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added CC||fxcoudert at gcc dot gnu dot ||org Keywords|

[Bug other/20594] New: Building AVR cross compiler: cannot build libgcc2

2005-03-22 Thread ericw at evcohs dot com
Building and AVR cross compiler on MinGW/MSYS. GCC version 3.4.2 (mingw-special) Configure with --enable-languages=c,c++ --with-dwarf2 Results in this output: --- make[2]: Entering directory `/c/avrdev/gcc/build/gcc' for d in l

[Bug ada/20593] [4.0/4.1 Regression] Simple array of string access miscompiled on x86 and x86_64 and PPC

2005-03-22 Thread kenner at vlsi1 dot ultra dot nyu dot edu
--- Additional Comments From kenner at vlsi1 dot ultra dot nyu dot edu 2005-03-22 22:45 --- Subject: Re: [4.0/4.1 Regression] Simple array of string access miscompiled on x86 and x86_64 and PPC Here's the fix. Will check in shortly. Note that the handling of 'Unrestricted_Access in

[Bug ada/20593] [4.0/4.1 Regression] Simple array of string access miscompiled on x86 and x86_64 and PPC

2005-03-22 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-03-22 22:43 --- >From IRC, Geert has some idea on this here it is so as to not duplicate work: The front end outputs one constant while its constructing another constant. The gimplifier does this right, but for static data it

[Bug testsuite/20354] testsuite failure: "compiler driver --coverage" doesn't handle testglue targets

2005-03-22 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-03-22 22:19 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED R

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

2005-03-22 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-22 22:17 --- List of unimplemented g77 intrinsics is now reduced to: Access, fcn, Check file accessibility. Alarm,fcn, Execute a routine after a given delay. And, fcn, Boolean AND. ChMod,sub, Ch

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

2005-03-22 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-22 20:52 --- The following definitions should replace the Solaris ones outright for GCC. This has been reported to Sun, so fixes for these should be disabled for any future header mentioning __GNUC__. #define HUGE_VAL

[Bug tree-optimization/20580] Using ASSERT_EXPR to improve constant propagation of conditional constants

2005-03-22 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-03-22 20:50 --- We probably need something like substitute_and_fold for VRP as well. Otherwise, we can't fold a + b into 0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20580

[Bug libgcj/6996] gij needs assertion-related command-line options

2005-03-22 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-22 20:37 --- I'm testing a patch for this. -- What|Removed |Added AssignedTo|unassigned at gcc do

[Bug target/7525] [ARM/Thumb] long calls stubs only in one code section, cannot branch to them from other section

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 20:19 --- Subject: Bug 7525 CVSROOT:/cvs/gcc Module name:gcc Branch: csl-arm-branch Changes by: [EMAIL PROTECTED] 2005-03-22 20:19:20 Modified files: gcc: ChangeL

[Bug ada/20593] [4.0/4.1 Regression] Simple array of string access miscompiled on x86 and x86_64 and PPC

2005-03-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|[4.0/4.1 Regression] Simple |[4.0/4.1 Regression] Simple |array of string access |array of string access

[Bug ada/20593] [4.0/4.1 Regression] Simple array of string access miscompiled on x86 and x86_64

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 19:47 --- Confirmed. -- What|Removed |Added CC||pinskia at

[Bug rtl-optimization/20532] [4.0/4.1 Regression] Bad code for DImode left shifts by 31 and then 1

2005-03-22 Thread aoliva at gcc dot gnu dot org
--- Additional Comments From aoliva at gcc dot gnu dot org 2005-03-22 19:41 --- Interesting... This bug doesn't occur on a x86_64-linux-gnu-hosted native compiler, even if you compile with -m32 in addition to the options in comment #2. -- What|Removed

[Bug ada/20593] New: Simple array of string access miscompiled on x86 and x86_64

2005-03-22 Thread laurent at guerby dot net
On 4.1 and 4.0 the following program gets a segmentation fault on x86 (tested with 4.1.0 20050318 ) and x86_64 (tested with 4.1.0 20050321 and 4.0.0 20050320). $ cat z with P1; use P1; procedure PP is A : constant E := Get ("3"); begin if A /= Enum_3 then raise Program_Error; end i

[Bug tree-optimization/18576] [3.4/4.0 Regression] missing jump threading because of type changes

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 19:25 --- Fixed at least on the mainline. -- What|Removed |Added Known to work|3.3.3 3.3.1

[Bug fortran/20592] -fno-automatic (g77 option) is missing from gfortran.

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

[Bug fortran/20592] -fno-automatic (g77 option) is missing from gfortran.

2005-03-22 Thread Thomas dot Koenig at online dot de
-- What|Removed |Added OtherBugsDependingO||19292 nThis|| Severity|normal |enhance

[Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran.

2005-03-22 Thread Thomas dot Koenig at online dot de
Currently, we don't support the -fno-automatic option that g77 supports. This option turns on the save attribute for all local variables, and is needed for a lot of legacy code. Thomas -- Summary: -fno-automatic (g77 option) is missing from gfortran. Product: gcc

[Bug fortran/19425] Duplicate SAVE attribute problem

2005-03-22 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-03-22 18:36 --- Fortran 77 also forbids the behavior. It looks like the code is illegal, and g77 contains a bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19425

[Bug target/20569] [ gcc 3.4.3 ] glibc 2.3.4 ldconfig segv when building with -march=pentium-m

2005-03-22 Thread whatdoineed2do at yahoo dot co dot uk
--- Additional Comments From whatdoineed2do at yahoo dot co dot uk 2005-03-22 18:28 --- currently trying to pull out the bits of the glibc so we can build a standalone to demostrate this issue; as you can appreciate, its kind of difficult. would you be happy with instructions on how i

[Bug tree-optimization/19794] [meta-bug] Jump threading related bugs

2005-03-22 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-03-22 17:12 --- The EON issue mentioned in my notes from last week is an instability in how IV opts selects which induction variables to use. Zdenek has a patch which helps increase the stability of the IV selection code and produce

[Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 16:55 --- *** Bug 20591 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug java/20591] internal compiler error: in remove_unreachable_regions, at except.c:694

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 16:55 --- *** This bug has been marked as a duplicate of 19505 *** -- What|Removed |Added

[Bug fortran/20587] gcc-4_0 from head does not build on Panther

2005-03-22 Thread fca at mail dot cern dot ch
--- Additional Comments From fca at mail dot cern dot ch 2005-03-22 16:51 --- Subject: Re: gcc-4_0 from head does not build on Panther What kills the build is not the duplicate entry, but the fact that libintl_dgettext libintl_bindtextdomain are undefined. The reference is generated

[Bug java/20591] New: internal compiler error: in remove_unreachable_regions, at except.c:694

2005-03-22 Thread vektor at dumbterm dot net
gcj --version gcj (GCC) 4.0.0 20050320 (Red Hat 4.0.0-0.35) I am compiling eclipse I20050315-1100 using gcj. the command line I am using per jar file is: gcj -O2 -shared -fPIC -findirect-dispatch -fjni -Wl,-Bsymbolic -o ${JAR_FILE}.so ${JAR_FILE} I get this error when compiling jf

[Bug fortran/20587] gcc-4_0 from head does not build on Panther

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 16:40 --- Just remove the intl library, or set the DYLD_LIBRARY_PATH to include /sw/lib. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20587

[Bug fortran/20587] gcc-4_0 from head does not build on Panther

2005-03-22 Thread federico dot carminati at cern dot ch
--- Additional Comments From federico dot carminati at cern dot ch 2005-03-22 16:38 --- Subject: Re: gcc-4_0 from head does not build on Panther These files in gcc generate dependencies via explicit calls to intl library /usr/local/gcc-4_0//build/libcpp/errors.o: U _libintl_

[Bug ada/20590] [4.0/4.1 Regression] returning record type with a default discriminant causes gnat bug box

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 16:30 --- Confirmed on a slightly older 4.1.0. I cannot tell if this is a middle-end issue or an Ada front-end issue. -- What|Removed |Added

[Bug rtl-optimization/20586] bootstrap comparision fails with -funroll-loops.

2005-03-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |rtl-optimization Keywords||build, wrong-code http://gcc.gnu.org/bugzill

[Bug ada/20590] New: returning record type with a default discriminant causes gnat bug box

2005-03-22 Thread fraser at blancolioni dot org
[EMAIL PROTECTED] simplify-rtx]$ gcc -v Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-03-22 16:16 --- Yes, this is invalid code, as the template parameters involve an anonymous type. -- What|Removed |Added -

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 16:09 --- I think this is invalid code. Mark I think you changed the front-end code to reject this, can you comment on validness of the code attached in this bug? -- What|Removed

[Bug target/20561] Error compiling jdtcore.jar on powerpc

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

[Bug target/14981] [3.4 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2005-03-22 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-03-22 16:00 --- Fixed also on 3.4 branch, finally. -- What|Removed |Added Status|REOPENED

[Bug fortran/20587] gcc-4_0 from head does not build on Panther

2005-03-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 16:01 --- Yes this is a bug in fink, complain to them, you don't need the intl library for gcc to compile. -- What|Removed |Added

[Bug c++/19980] [4.0/4.1 regression] ICE on invalid template declaration

2005-03-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-22 15:54 --- *** Bug 20443 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20443] [4.0/4.1 Regression] ICE on invalid C++ code

2005-03-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-22 15:54 --- Duplicate of PR 19980 which I just fixed. *** This bug has been marked as a duplicate of 19980 *** -- What|Removed |Added --

[Bug target/14981] [3.4 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 15:54 --- Subject: Bug 14981 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-22 15:53:59 Modified files: gcc: Change

[Bug c++/20589] error: '' is/uses anonymous type'

2005-03-22 Thread caolanm at redhat dot com
--- Additional Comments From caolanm at redhat dot com 2005-03-22 15:46 --- Created an attachment (id=8433) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8433&action=view) example -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20589

[Bug c++/20589] New: error: '' is/uses anonymous type'

2005-03-22 Thread caolanm at redhat dot com
g++ -c the attached example with 4.0 gives the above error. Is this expected behaviour ? -- Summary: error: '' is/uses anonymous type' Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug c++/19980] [4.0/4.1 regression] ICE on invalid template declaration

2005-03-22 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-22 15:36 --- Hi Volker: probably your patch fixes c++/20443 too! Can you check? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19980

[Bug c++/19980] [4.0/4.1 regression] ICE on invalid template declaration

2005-03-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-22 15:15 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/19980] [4.0/4.1 regression] ICE on invalid template declaration

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 15:13 --- Subject: Bug 19980 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-22 15:13:35 Modified files: gcc/cp : Change

[Bug c++/19980] [4.0/4.1 regression] ICE on invalid template declaration

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 15:07 --- Subject: Bug 19980 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 15:07:04 Modified files: gcc/cp : ChangeLog decl.c gcc/testsui

[Bug c++/20499] [4.0/4.1 regression] ICE on duplicate class definition

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

[Bug c++/20499] [4.0/4.1 regression] ICE on duplicate class definition

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 14:50 --- Subject: Bug 20499 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-22 14:50:26 Modified files: gcc/cp : Change

[Bug c++/20499] [4.0/4.1 regression] ICE on duplicate class definition

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 14:44 --- Subject: Bug 20499 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 14:44:10 Modified files: gcc/cp : ChangeLog parser.c gcc/tests

[Bug target/20561] Error compiling jdtcore.jar on powerpc

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 13:40 --- Subject: Bug 20561 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-22 13:39:37 Modified files: gcc: Change

[Bug target/20561] Error compiling jdtcore.jar on powerpc

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 13:29 --- Subject: Bug 20561 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 13:29:30 Modified files: gcc: ChangeLog cfglayout.c final.c

[Bug web/20588] gcc-patches 2004-02 archives broken

2005-03-22 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-22 13:29 --- Actually the messages do seem to be in the overseers archive, I may have been looking at the wrong index when I couldn't find them. But the problem with the gcc-patches/2004-02 archive is real enough; all the

[Bug web/3119] Broken gcc mailing list archives

2005-03-22 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-22 13:08 --- The remaining action needed on this bug report is that the archives for March 2001 should still be regenerated (resulting in "2001-03n" directories, I suppose) from the mbox archives; likewise those for the qu

[Bug web/20588] New: gcc-patches 2004-02 archives broken

2005-03-22 Thread jsm28 at gcc dot gnu dot org
Most of the messages in the gcc-patches archives for 2004-02 are missing (links from the index are broken). Some messages on the subject from overseers at the time, which are missing from the online overseers archive (perhaps all the archives from around that time need regenerating; grep suggests

[Bug libstdc++/20577] [4.0/4.1 Regression] iter_swap doesn't work anymore with vector

2005-03-22 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-22 12:09 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED Res

[Bug libstdc++/20577] [4.0/4.1 Regression] iter_swap doesn't work anymore with vector

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 12:09 --- Subject: Bug 20577 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-22 12:08:42 Modified files: libstdc++-v3 : Change

[Bug fortran/20587] New: gcc-4_0 from head does not build on Panther

2005-03-22 Thread federico dot carminati at cern dot ch
I run the following #!/bin/sh export CVS_RSH=ssh #cvs -qz9 -d :ext:[EMAIL PROTECTED]:/cvsroot/gcc up -Pd gcc cvs -qz9 up -Pd gcc [ -d build ] || (rm -rf build ; mkdir build) cd build ../configure --disable-multiplib --enable-languages=f95 --prefix=/opt/gcc-4_0 --with-gmp=/sw make bootstrap 2>&1 |

error: forced unwind support is required

2005-03-22 Thread Demo Account
Hi, gcc 4.0 seems to work fine with glibc, but with 4.1, there is a error. what the error mean? [EMAIL PROTECTED]:/mnt/lfs/sources/glibc-build$ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1-20050320/configure --prefix=/tools --libexecdir=/tools/lib --with-loc

[Bug tree-optimization/20501] gcc.dg/vect/vect-93.c fails on ia64-hpux

2005-03-22 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-03-22 10:54 --- patch: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02063.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20501

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:52 --- Subject: Bug 20465 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-22 09:52:11 Modified files: gcc/cp : Change

[Bug c++/20381] [4.0/4.1 Regression] ICE in build_ptrmemfunc, at cp/typeck.c:5702

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:52 --- Subject: Bug 20381 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-22 09:52:11 Modified files: gcc/cp : Change

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-03-22 09:35 --- 2005-03-22 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/20465 PR c++/20381 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a template. -- What

[Bug c++/20381] [4.0/4.1 Regression] ICE in build_ptrmemfunc, at cp/typeck.c:5702

2005-03-22 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-03-22 09:34 --- 2005-03-22 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/20465 PR c++/20381 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a template. -- What

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread nathan at gcc dot gnu dot org
-- Bug 20465 depends on bug 20381, which changed state. Bug 20381 Summary: [4.0/4.1 Regression] ICE in build_ptrmemfunc, at cp/typeck.c:5702 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20381 What|Old Value |New Value ---

[Bug c++/20381] [4.0/4.1 Regression] ICE in build_ptrmemfunc, at cp/typeck.c:5702

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:32 --- Subject: Bug 20381 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 09:30:25 Modified files: gcc/cp : ChangeLog typeck.c gcc/tests

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:32 --- Subject: Bug 20465 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 09:30:25 Modified files: gcc/cp : ChangeLog typeck.c gcc/tests

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call

2005-03-22 Thread micis at gmx dot de
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-22 09:32 --- Subject: Bug 20465 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-22 09:30:25 Modified files: gcc/cp : ChangeLog typeck.c gcc/tests

[Bug c++/20461] [4.0 Regression] ICE at "class 'C' does not have any field named 'f'" error

2005-03-22 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-22 09:30 --- Fixed for 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/20463] [4.0 regression] ICE on using undefined type

2005-03-22 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-03-22 09:29 --- Fixed for 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/20536] G++ segfault on tiny snipped of invalid code

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

[Bug c++/20463] [4.0 regression] ICE on using undefined type

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

[Bug c++/20461] [4.0 Regression] ICE at "class 'C' does not have any field named 'f'" error

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

[Bug c++/20461] [4.0 Regression] ICE at "class 'C' does not have any field named 'f'" error

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

[Bug c++/20463] [4.0 regression] ICE on using undefined type

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

[Bug c++/20536] G++ segfault on tiny snipped of invalid code

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

[Bug target/14981] [3.4 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2005-03-22 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-03-22 08:42 --- 3.4 patch, backported from mainline: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02057.html -- What|Removed |Added -

  1   2   >