[Bug target/24465] [4.1 Regression] -mminimal-toc miscompilation of __thread vars

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-21 07:33 --- Subject: Bug 24465 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 07:33:30 Modified files: gcc: ChangeLog gcc/config/rs6000: rs6000.c

[Bug target/24465] [4.1 Regression] -mminimal-toc miscompilation of __thread vars

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-21 07:37 --- Subject: Bug 24465 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 07:36:56 Modified files: gcc: ChangeLog

[Bug target/24465] [4.1 Regression] -mminimal-toc miscompilation of __thread vars

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-21 07:48 --- Subject: Bug 24465 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-10-21 07:48:26 Modified files: gcc: ChangeLog

[Bug target/24465] [4.1 Regression] -mminimal-toc miscompilation of __thread vars

2005-10-21 Thread amodra at bigpond dot net dot au
--- Comment #6 from amodra at bigpond dot net dot au 2005-10-21 07:49 --- Fixed on all active branches -- amodra at bigpond dot net dot au changed: What|Removed |Added

[fortran] ICE in fold_convert, at fold-const.c:2028

2005-10-21 Thread Bernhard Fischer
Hi, Before i try to reduce the module in which i'm seeing this, does the backtrace sound familiar to someone? TIA, $ gfortran-4.1-HEAD -v -ffree-form -ffixed-line-length-none -W -Wall -Wextra -pedantic -O0 -march=pentium4 -mtune=pentium4 -I./include -c core_rel.f90 Using built-in specs. Target:

[Bug ada/24468] New: link failure for several acats tests

2005-10-21 Thread r dot emrich at de dot tecosim dot com
A bunch of failed acats tests for gcc-4.0.2 using gnu as and gnu ld from binutils-2.16.1, see: http://gcc.gnu.org/ml/gcc-testresults/2005-10/msg00531.html acats.log shows for example: splitting /SCRATCH/gcc-build/IRIX64/mips-sgi-irix6.5/gcc-4.0.2/gcc-4.0.2/gcc/testsuite/ada/acats/tests/a/a83a02b.a

[Bug ada/24468] link failure for several acats tests

2005-10-21 Thread r dot emrich at de dot tecosim dot com
--- Comment #1 from r dot emrich at de dot tecosim dot com 2005-10-21 08:03 --- (In reply to comment #0) The relevant binutils PR 1150: http://sourceware.org/bugzilla/show_bug.cgi?id=1150 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24468

Re: [fortran] ICE in fold_convert, at fold-const.c:2028

2005-10-21 Thread François-Xavier Coudert
> core_rel.f90:179: internal compiler error: in fold_convert, at > fold-const.c:2028 This might be either PR19362 or PR20244 in bugzilla. FX

[Bug rtl-optimization/24034] [4.1 regression] Regrename: Inconsistency Failure

2005-10-21 Thread krebbel1 at de dot ibm dot com
--- Comment #1 from krebbel1 at de dot ibm dot com 2005-10-21 08:04 --- This is fixed by: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00803.html Please review. -- krebbel1 at de dot ibm dot com changed: What|Removed |Added ---

[Bug libstdc++/24450] Exception safety problem in messages/__timepunct

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-21 08:34 --- Subject: Bug 24450 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 08:34:07 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/config/locale

[Bug libstdc++/24450] Exception safety problem in messages/__timepunct

2005-10-21 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24450

[Bug libstdc++/24469] New: Possible race condition in mt_allocator causing SIGSEGV

2005-10-21 Thread l_heldt at poczta dot onet dot pl
In function deallocate(pointer _p, size_type __n) there is no synchronization on __bin._M_used[__block->_M_thread_id] variable. During block deallocation current thread decrements other threads _M_used variable without a lock. This can result in undefined value of _M_used variable which than is us

[Bug libstdc++/24469] Possible race condition in mt_allocator causing SIGSEGV

2005-10-21 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2005-10-21 09:02 --- Yes, I think this is a real issue. We already discussed it briefly with Stefan (the initial contributor of the mt_allocator code): http://gcc.gnu.org/ml/libstdc++/2004-07/msg00095.html Thanks for reminding us the open p

[Bug c++/24470] New: segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread raasch at mathematik dot uni-marburg dot de
The following program yields a segmentation fault in cc1plus when being compiled with any optimization option -O. If the argument in TestClass::f() is replaced either by a "const int" or an "unsigned int", the program can indeed be compiled. Moreover, if the ?-operator construct is replaced by, sa

[Bug c++/24470] segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread raasch at mathematik dot uni-marburg dot de
--- Comment #1 from raasch at mathematik dot uni-marburg dot de 2005-10-21 10:10 --- Created an attachment (id=10038) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10038&action=view) gzipped .ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24470

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread rmathew at gcc dot gnu dot org
--- Comment #4 from rmathew at gcc dot gnu dot org 2005-10-21 10:23 --- (In reply to comment #0) > Eclipse's JDT/Core team was doing experiments with turning Eclipse's batch > compiler into ECJ using GCJ. The goal was to provide an executable form of > Eclipse's compiler. Unfortunately

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread rmathew at gcc dot gnu dot org
--- Comment #5 from rmathew at gcc dot gnu dot org 2005-10-21 10:26 --- (In reply to comment #4) > > It would be nice if you could at least indicate what kind > of non-compliance you are talking of here. Is it strictfp, > accuracy of results, rounding of floating-point literals, > or so

[Bug c++/24470] segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2005-10-21 10:28 --- With checking enabled and 3.4 branch HEAD we go loop infinitely allocating _lots_ of ram. Investigating. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/24462] [4.1 Regression] packed-aligned structures are laid out differently

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-10-21 10:36 --- Confirmed. I'm seeing on x86_64: FAIL: tmpdir-gcc.dg-struct-layout-1/t026 c_compat_x_tst.o-c_compat_y_tst.o execute -- rguenth at gcc dot gnu dot org changed: What|Removed |A

[Bug c++/24470] segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2005-10-21 10:41 --- We are endlessly folding (gdb) call debug_tree(expr) unit size align 32 symtab 0 alias set -1 precision 32 min max > arg 0 unit size align 8 symtab 0 alias set -1 p

[Bug other/24471] New: Invalid global deinitialization order

2005-10-21 Thread wyderski at ii dot uni dot wroc dot pl
-- Summary: Invalid global deinitialization order Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wy

[Bug middle-end/24462] [4.1 Regression] packed-aligned structures are laid out differently

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2005-10-21 10:49 --- > Confirmed. > > I'm seeing on x86_64: > > FAIL: tmpdir-gcc.dg-struct-layout-1/t026 c_compat_x_tst.o-c_compat_y_tst.o > execute Thanks. The compat and struct-layout-1 testsuites are clean on sparc64 when run i

[Bug other/24472] New: Invalid global deinitialization order

2005-10-21 Thread wyderski at ii dot uni dot wroc dot pl
The extension "init_priority" doesn't work correctly on some platforms. Global static objects are not deinitialized in a proper order, as the following testcase shows. It is probably because of a linker bug. 8<-- #include struct A {

[Bug c++/24470] segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2005-10-21 10:54 --- The problem is the condition of the COND_EXPR is not folded: arg 0 arg 0 readonly arg 0 > arg 1 > so the transformation /* If this is A

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2005-10-21 10:58 --- gcj doesn't support strcitfp. The reserved word is allowed but ignored. The main casualty of this is x86, where we fail some tests because of excess precision. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24454

[Bug c++/24470] segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2005-10-21 11:00 --- I have a patch that papers over the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24470

[Bug c++/24470] segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2005-10-21 11:06 --- > I have a patch that papers over the problem. The best ones. ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24470

[Bug tree-optimization/24172] [4.1 Regression] error: incorrect sharing of tree nodes

2005-10-21 Thread steven at gcc dot gnu dot org
--- Comment #11 from steven at gcc dot gnu dot org 2005-10-21 11:07 --- Honza, Richi... well? Is anyone going to do anything with this bug? :-) -- steven at gcc dot gnu dot org changed: What|Removed |Added -

[Bug rtl-optimization/24257] [4.1 Regression] ICE: in extract_insn with -O -fgcse -fgcse-sm

2005-10-21 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2005-10-21 11:13 --- I do not consider this to be a regression, really. Store motion was always broken. There are reasons for why it is disabled by default ;-) pinskia, what do you think: Keep this marked as a regression, or not? --

[Bug middle-end/24093] [4.1 Regression] cgraph exhausts virtual memory building 197.parser with -profile-use -O3

2005-10-21 Thread steven at gcc dot gnu dot org
--- Comment #5 from steven at gcc dot gnu dot org 2005-10-21 11:15 --- Andreas, are you going to post your patch from comment #4? -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/23837] [4.0/4.1 regression] Wrong code with -fschedule-insns

2005-10-21 Thread steven at gcc dot gnu dot org
--- Comment #11 from steven at gcc dot gnu dot org 2005-10-21 11:21 --- How do you know this is hppa-linux only now? There's a bit if information missing about how you got to that conclusion. Is there some simple way to test this bug on HPPA? (Maybe add a HPPA maintainer to the CC: li

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

2005-10-21 Thread mueller at kde dot org
--- Comment #70 from mueller at kde dot org 2005-10-21 11:36 --- whats the status of the patch? can we at least have the visibility push/pop patch for libstdc++ in gcc 4.0.x branch? Marc: what is the reason this patch is rejected? sure its not a regression, but visibility support is ent

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

2005-10-21 Thread pcarlini at suse dot de
--- Comment #71 from pcarlini at suse dot de 2005-10-21 11:40 --- (In reply to comment #70) > whats the status of the patch? can we at least have the visibility push/pop > patch for libstdc++ in gcc 4.0.x branch? See comment #63: at this stage changing libstdc++ is pointless. -- ht

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-21 Thread erik dot edelmann at iki dot fi
--- Comment #2 from erik dot edelmann at iki dot fi 2005-10-21 12:03 --- (In reply to comment #0) > It reminds me a bit of bug 16606 but is different as the compiler crashes. It's indeed basically the same problem as in PR 16606; we assign a default initializer to variables of derived

[Bug c++/24470] segmentation fault in cc1plus when compiling with -O

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2005-10-21 12:11 --- The problem is we didn't fold arg 0 readonly arg 0 > which originates from build_binary_op() where default_conversion converts unit size align 32 symt

[Bug other/24471] Invalid global deinitialization order

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-21 12:17 --- *** This bug has been marked as a duplicate of 24472 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug other/24472] Invalid global deinitialization order

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-21 12:17 --- *** Bug 24471 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24472

[Bug tree-optimization/24172] [4.1 Regression] error: incorrect sharing of tree nodes

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2005-10-21 12:19 --- My fix to fold works and is in out beta compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24172

[Bug driver/24473] New: [4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread schwab at suse dot de
$ touch hello.c $ gcc -c hello.c -lm -o hello.o gcc: cannot specify -o with -c or -S with multiple files -- Summary: [4.1 regression] Linker input files no longer ignored with -c and -o Product: gcc Version: 4.1.0 Status: UNCONFIRM

[Bug driver/24473] [4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-10-21 12:26 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|norma

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread olivier_thomann at sympatico dot ca
--- Comment #7 from olivier_thomann at sympatico dot ca 2005-10-21 12:46 --- The problem seemed to be with precision in the floating point literal. When converting a floating point literal to its double/float value, it ended up having an unexpected value. -- olivier_thomann at sympa

Re: [Bug rtl-optimization/24257] [4.1 Regression] ICE: in extract_insn with -O -fgcse -fgcse-sm

2005-10-21 Thread Andrew Pinski
On Oct 21, 2005, at 7:13 AM, steven at gcc dot gnu dot org wrote: pinskia, what do you think: Keep this marked as a regression, or not? I think it should be kept as a regression. Otherwise it will get overlooked before it is time to turn on store motion. -- Pinski

[Bug rtl-optimization/24257] [4.1 Regression] ICE: in extract_insn with -O -fgcse -fgcse-sm

2005-10-21 Thread pinskia at physics dot uc dot edu
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-21 12:48 --- Subject: Re: [4.1 Regression] ICE: in extract_insn with -O -fgcse -fgcse-sm On Oct 21, 2005, at 7:13 AM, steven at gcc dot gnu dot org wrote: > pinskia, what do you think: Keep this marked as a regression, or not

[Bug driver/24473] [4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-21 12:51 --- This is obviously caused by my patch. I could swore I tested this case. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/24473] [4.0/4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-21 12:52 --- Guess I have to look into this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24465] [4.1 Regression] -mminimal-toc miscompilation of __thread vars

2005-10-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.0.0 3.4.4 4.0.2 Known to work||3.4

[Bug driver/24473] [4.0/4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-21 13:01 --- I used the wrong counter, I used the counter for all input files and not language based input files. I have a fix which I will be applying as obvious. -- pinskia at gcc dot gnu dot org changed: What

[Bug driver/24473] [4.0/4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-21 13:08 --- Subject: Bug 24473 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 13:08:50 Modified files: gcc: ChangeLog gcc.c Log message: 2005-10-

[Bug driver/24473] [4.0/4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-21 13:10 --- Fixed, sorry for that problem. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/24473] [4.0/4.1 regression] Linker input files no longer ignored with -c and -o

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-21 13:10 --- Subject: Bug 24473 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 13:10:17 Modified files: gcc: ChangeLog gcc.c

[Bug target/24445] "unable to find a register to spill in class 'R0_REGS"

2005-10-21 Thread rpjday at mindspring dot com
--- Comment #7 from rpjday at mindspring dot com 2005-10-21 14:15 --- In case anyone is interested, this error appeared between gcc-4.1 snapshots 20050917 and 20050924. gcc-4.1-20050917 built a toolchain without incident. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24445

[Bug fortran/24426] gfortran ICE for valid derived type definition with default initialization

2005-10-21 Thread erik dot edelmann at iki dot fi
--- Comment #3 from erik dot edelmann at iki dot fi 2005-10-21 14:57 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-10/msg00481.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24426

[Bug rtl-optimization/24460] [4.1 regression] Profiled bootstrap broken

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2005-10-21 14:57 --- Here's the nice version: stage1/xgcc -Bstage1/ -B/opt/build/eric/local/gcc/sparc-sun-solaris2.10/bin/ -c -g -O2 -fprofile-use -freorder-blocks-and-partition -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototype

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread rmathew at gcc dot gnu dot org
--- Comment #8 from rmathew at gcc dot gnu dot org 2005-10-21 15:14 --- The bug about incorrect parsing and rounding of floating-point literals is PR java/23432 and that about no support for strictfp is PR java/10632. If this bug report is about either of these, it can be closed as a dup

[Bug ada/22383] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:46 --- Subject: Bug 22383 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 15:46:19 Modified files: gcc/ada: ChangeLog utils2.c gigi.h trans.c Log message:

[Bug ada/21937] [4.0/4.1 Regression] Member record alignment triggers an ICE

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #13 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:46 --- Subject: Bug 21937 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 15:46:19 Modified files: gcc/ada: ChangeLog utils2.c gigi.h trans.c Log message:

[Bug ada/22328] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #10 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:46 --- Subject: Bug 22328 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 15:46:19 Modified files: gcc/ada: ChangeLog utils2.c gigi.h trans.c Log message:

[Bug ada/22381] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:46 --- Subject: Bug 22381 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 15:46:19 Modified files: gcc/ada: ChangeLog utils2.c gigi.h trans.c Log message:

[Bug ada/22420] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:46 --- Subject: Bug 22420 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 15:46:19 Modified files: gcc/ada: ChangeLog utils2.c gigi.h trans.c Log message:

[Bug ada/22419] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:46 --- Subject: Bug 22419 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 15:46:19 Modified files: gcc/ada: ChangeLog utils2.c gigi.h trans.c Log message:

[Bug ada/21937] [4.0/4.1 Regression] Member record alignment triggers an ICE

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #14 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:47 --- Subject: Bug 21937 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 15:47:47 Modified files: gcc/ada: ChangeLog utils2.

[Bug ada/22383] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:48 --- Subject: Bug 22383 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 15:47:47 Modified files: gcc/ada: ChangeLog utils2.c

[Bug ada/22381] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:48 --- Subject: Bug 22381 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 15:47:47 Modified files: gcc/ada: ChangeLog utils2.c

[Bug ada/22419] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:48 --- Subject: Bug 22419 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 15:47:47 Modified files: gcc/ada: ChangeLog utils2.c

[Bug ada/22328] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #11 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:48 --- Subject: Bug 22328 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 15:47:47 Modified files: gcc/ada: ChangeLog utils2.

[Bug ada/22420] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:48 --- Subject: Bug 22420 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 15:47:47 Modified files: gcc/ada: ChangeLog utils2.c

[Bug ada/22418] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:49 --- Subject: Bug 22418 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 15:49:13 Modified files: gcc/ada: ChangeLog decl.c Log message: PR ada/22

[Bug ada/22418] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-21 15:50 --- Subject: Bug 22418 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 15:49:58 Modified files: gcc/ada: ChangeLog decl.c

[Bug ada/21937] [4.0/4.1 Regression] Member record alignment triggers an ICE

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2005-10-21 15:54 --- See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01309.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/22328] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2005-10-21 15:54 --- See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01309.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/22381] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2005-10-21 15:55 --- See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01309.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/22419] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2005-10-21 15:56 --- See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01309.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/22420] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2005-10-21 15:56 --- See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01309.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/22418] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2005-10-21 15:57 --- See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01310.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24260] [4.0/4.1 Regression] stdcall attribute is ignored at static member template functions

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-21 16:01 --- Subject: Bug 24260 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-21 16:01:26 Modified files: gcc/cp : parser.c Added f

[Bug ada/22383] Ada produces mis-match (non compatible) types in MODIFY_EXPR

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2005-10-21 15:55 --- See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01309.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24260] [4.0/4.1 Regression] stdcall attribute is ignored at static member template functions

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #9 from cvs-commit at gcc dot gnu dot org 2005-10-21 16:03 --- Subject: Bug 24260 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-21 16:03:10 Modified files: gcc/cp : ChangeLog

[Bug c++/24260] [4.0/4.1 Regression] stdcall attribute is ignored at static member template functions

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #10 from cvs-commit at gcc dot gnu dot org 2005-10-21 16:03 --- Subject: Bug 24260 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-21 16:03:49 Modified files: gcc/cp : parser.c ChangeLog gcc/testsuite : Ch

[Bug c++/24260] [4.0/4.1 Regression] stdcall attribute is ignored at static member template functions

2005-10-21 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2005-10-21 16:04 --- Fixed in 4.0.3. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug fortran/23635] [4.0/4.1 Regression] Argument of ichar at (1) must be of length one

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-21 16:10 --- Patch submitted: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01313.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/20164] [3.4/4.0/4.1 Regression] Wrong line number in diagnostic

2005-10-21 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2005-10-21 16:10 --- Andrew, why do you say that the location of the diagnostics in comment #5? I get: /home/mitchell/tmp/pr20164.cpp: In function 'void Bar2()': /home/mitchell/tmp/pr20164.cpp:19: error: no matching function for cal

[Bug libgcj/17021] libgcj verifier resolves classes too eagerly

2005-10-21 Thread thebohemian at gmx dot net
--- Comment #12 from thebohemian at gmx dot net 2005-10-21 16:13 --- Tromey suggested to not transform all Utf8Const object into a canonical form so I fixed the invokevirtual problem in the first way. I introduced a new method _Jv_equalUt8Const_classnames method which reliably compares

[Bug c++/20164] [3.4 Regression] Wrong line number in diagnostic

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-10-21 16:15 --- (In reply to comment #10) > Andrew, why do you say that the location of the diagnostics in comment #5? Those line numbers are different than what I orginally got. So something fixed this already in 4.0.2 and 4.1.0

[Bug libgcj/17021] libgcj verifier resolves classes too eagerly

2005-10-21 Thread thebohemian at gmx dot net
--- Comment #13 from thebohemian at gmx dot net 2005-10-21 16:15 --- Created an attachment (id=10041) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10041&action=view) proposed fix This fixes this bug and bunch of related problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug middle-end/24093] [4.1 Regression] cgraph exhausts virtual memory building 197.parser with -profile-use -O3

2005-10-21 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2005-10-21 17:24 --- I tried the patch with today's sources on powerpc64-linux and got the following errors: /home/janis/tools/gcc-mline-20051021/bin/gcc -c -o prune.o-fprofile-use -DSPEC_CPU2000 -m32 -O3 prune.c pr

[Bug preprocessor/15220] [3.4/4.0/4.1 regression] "gcc -E -MM -MG" reports missing system headers in source directory

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #14 from cvs-commit at gcc dot gnu dot org 2005-10-21 17:54 --- Subject: Bug 15220 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 17:54:20 Modified files: libcpp : ChangeLog files.c init.c internal.h Log mes

[Bug preprocessor/15220] [3.4/4.0/4.1 regression] "gcc -E -MM -MG" reports missing system headers in source directory

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #15 from cvs-commit at gcc dot gnu dot org 2005-10-21 17:56 --- Subject: Bug 15220 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-21 17:56:51 Modified files: libcpp : ChangeLog file

[Bug preprocessor/15220] [3.4/4.0/4.1 regression] "gcc -E -MM -MG" reports missing system headers in source directory

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #16 from cvs-commit at gcc dot gnu dot org 2005-10-21 18:04 --- Subject: Bug 15220 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 18:04:22 Modified files: gcc/testsuite : ChangeLog Added files: gcc/testsuite

[Bug ada/23995] [4.0 regression] ICE on misaligned rep clause

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2005-10-21 18:43 --- Works on mainline, the front-end doesn't generate the same expanded code: --- gcc-4_0-branch/sparc-sun-solaris2.8/pr23995.ads.dg 2005-10-21 20:39:56.006059768 +0200 +++ gcc/sparc-sun-solaris2.8/pr23995.ads.dg

[Bug preprocessor/15220] [3.4 regression] "gcc -E -MM -MG" reports missing system headers in source directory

2005-10-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to work||4.0.3 4.1.0 Summary|[3.4/4.0/4.1 regression]|[3.4 regr

[Bug c/24455] [gomp] Trouble with threadprivate and extern

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-21 18:57 --- Subject: Bug 24455 CVSROOT:/cvs/gcc Module name:gcc Branch: gomp-20050608-branch Changes by: [EMAIL PROTECTED]2005-10-21 18:57:39 Modified files: gcc: ChangeLog.g

[Bug c/24455] [gomp] Trouble with threadprivate and extern

2005-10-21 Thread dnovillo at gcc dot gnu dot org
--- Comment #7 from dnovillo at gcc dot gnu dot org 2005-10-21 18:59 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01311.html -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added -

[Bug java/24454] GCJ does not correctly support strictfp

2005-10-21 Thread olivier_thomann at sympatico dot ca
--- Comment #9 from olivier_thomann at sympatico dot ca 2005-10-21 19:04 --- Looking at the two other bug reports, it looks like this might be a duplicate of PR java/10632. So feel free to close is as a dup. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24454

[Bug rtl-optimization/24460] [4.1 regression] Profiled bootstrap broken

2005-10-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2005-10-21 19:34 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Assigne

[Bug libfortran/24383] mingw doesn't have SSIZE_MAX

2005-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-21 19:40 --- Subject: Bug 24383 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-21 19:40:32 Modified files: libgfortran: ChangeLog libgfortran/io : unix.c Log

[Bug target/24475] New: gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32

2005-10-21 Thread jsm28 at gcc dot gnu dot org
FAIL: gcc.dg/tls/pr24428-2.c execution test FAIL: gcc.dg/tls/pr24428.c execution test have appeared on i686-pc-linux-gnu when those tests were added (20051018-20051020), on both mainline and 4.0 branch. I also see such failures on IA64, for which I'll open a separate bug report. --

[Bug target/24476] New: [4.1 Regression] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA64

2005-10-21 Thread jsm28 at gcc dot gnu dot org
FAIL: gcc.dg/tls/pr24428-2.c execution test FAIL: gcc.dg/tls/pr24428.c execution test have appeared on ia64-hp-hpux11.23 when those tests were added (20051018-20051020), on both mainline and 4.0 branch. These failures only appear with -milp32 not -mlp64, *except* that on mainline only FAIL: gcc.d

[Bug libfortran/24383] mingw doesn't have SSIZE_MAX

2005-10-21 Thread fxcoudert at gmail dot com
--- Comment #6 from fxcoudert at gmail dot com 2005-10-21 19:49 --- Fixed. -- fxcoudert at gmail dot com changed: What|Removed |Added Status|NEW

[Bug middle-end/24093] [4.1 Regression] cgraph exhausts virtual memory building 197.parser with -profile-use -O3

2005-10-21 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2005-10-21 19:49 --- I took a closer look and discovered that compilation of prune.c also exhausts memory without the patch, so the patch allows a latent problem to show itself. With the patch, files fast-match.c, build-disjuncts.c, and po

[Bug testsuite/24477] New: [4.1 Regression] g++.old-deja/g++.abi/vtable2.C (test for excess errors) fails

2005-10-21 Thread jsm28 at gcc dot gnu dot org
FAIL: g++.old-deja/g++.abi/vtable2.C (test for excess errors) has appeared on mainline on hppa2.0w-hp-hpux11.11 on 20051021. /scratch/gcc/nightly-2005-10-21-mainline/src/gcc-mainline/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C:127: error: alias definitions not supported in this configuration

  1   2   >