[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2005-12-20 14:58 --- Slightly less reduced testcase that doesn't have uninitialized variables: // { dg-options "-O2 -funroll-loops" } // { dg-do compile } inline void *operator new (__SIZE_TYPE__, void *__p) throw

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-12-20 15:40 --- The problem is regrename pass. replace_oldest_value_reg called indirectly from copyprop_hardreg_forward doesn't validate the change, so if both old and new registers are in the same class, but only the old o

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-21 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-12-21 09:59 --- Created an attachment (id=10542) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10542&action=view) gcc41-pr25432.patch As Alan is AFAIK on vacation, I'm attaching the almost-patch converted into a pa

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-12-21 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746

2005-12-21 Thread jakub at gcc dot gnu dot org
--- Comment #14 from jakub at gcc dot gnu dot org 2005-12-21 16:45 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/25328] [4.0/4.1 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-12-22 09:33 --- The types are only messed up during gimplification though, into gimplify_expr goes in both C and ObjC: if (*(const unsigned charD.10 * {ref-all}) (const charD.1 *) &msgD.1465 != 0) { statusD.1464 = 200; }

[Bug objc/25328] [4.0/4.1 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453

2005-12-22 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug objc/25328] [4.0 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2005-12-22 23:05 --- Subject: Bug 25328 Author: jakub Date: Thu Dec 22 23:05:20 2005 New Revision: 108982 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108982 Log: PR objc/25328 * c-typeck.c (compty

[Bug objc/25328] [4.0 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2005-12-22 23:07 --- Subject: Bug 25328 Author: jakub Date: Thu Dec 22 23:07:19 2005 New Revision: 108983 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108983 Log: PR objc/25328 * objc/execute/pr25328.m:

[Bug objc/25328] [4.0 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2005-12-22 23:09 --- Subject: Bug 25328 Author: jakub Date: Thu Dec 22 23:09:48 2005 New Revision: 108984 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108984 Log: PR objc/25328 * objc/execute/pr2532

[Bug objc/25328] [4.0 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2005-12-22 23:10 --- Fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2005-12-22 23:19 --- Subject: Bug 25432 Author: jakub Date: Thu Dec 22 23:19:49 2005 New Revision: 108985 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108985 Log: PR rtl-optimization/25432 * r

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2005-12-22 23:21 --- Subject: Bug 25432 Author: jakub Date: Thu Dec 22 23:21:00 2005 New Revision: 108986 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108986 Log: PR rtl-optimization/25432 * r

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2005-12-22 23:22 --- Fixed in SVN, thanks a lot, Alan. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-12-23 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2005-12-23 09:43 --- Subject: Bug 25005 Author: jakub Date: Fri Dec 23 09:43:36 2005 New Revision: 109013 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109013 Log: PR target/25005 * reg

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-12-23 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2005-12-23 09:44 --- Subject: Bug 25005 Author: jakub Date: Fri Dec 23 09:44:41 2005 New Revision: 109014 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109014 Log: PR target/25005 * reg

[Bug target/25005] [4.1/4.2 regression] ICE in extract_constrain_insn_cached, at recog.c:2002

2005-12-23 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2005-12-23 09:49 --- Fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug debug/25562] [4.1/4.2 Regression] cannot debug VLA local

2005-12-28 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2005-12-28 10:23 --- While GCC 4.0.x had: .uleb128 0x3# (DIE (0x8a) DW_TAG_variable) .ascii "t\0"# DW_AT_name .byte 0x1 # DW_AT_decl_file .byte 0x5 # DW_AT_decl_line .l

[Bug debug/25562] [4.1/4.2 Regression] cannot debug VLA local

2005-12-28 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c/25559] [4.0/4.1/4.2 Regression] Internal compiler error when specifying vector_size(2) of int

2005-12-28 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

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

2005-12-28 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/25587] [4.1/4.2 Regression] Garbage in output of -fdump-tree-original

2005-12-28 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2005-12-28 16:47 --- Yeah, change: memcpy (name, "__st_parameter_", sizeof ("__st_parameter_")); memcpy (name + sizeof ("__st_parameter_") - 1, st_parameter[ptype].name, len); into: memcpy (n

[Bug target/25500] [4.0/4.1/4.2 Regression]: SSE2 vectorized code is many times slower on 4.x.x than on 3.4.4

2005-12-28 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2005-12-28 16:53 --- Benchmarking -mtune=i386 tuned code on Athlon64 is simply a bad idea. Either you need to tune for your CPU (or at least some contemporary one like -mtune=pentium4 if you want to run quickly on a wider range of CPUs

[Bug other/25527] [gomp] segfault in main.omp_fn.0 with -O2

2005-12-29 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2005-12-29 10:04 --- Couldn't reproduce, on neither 4way nor UP box, with various OMP_NUM_THREADS settings in environment. The valgrind output isn't really helpful, because when it reaches unhandled insn, all bets are off wh

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment

2005-12-29 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug rtl-optimization/24810] [4.1/4.2 Regression] mov + mov + testl generated instead of testb

2005-12-29 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2005-12-29 11:53 --- I don't think this is a bug, in fact, not honoring the volatile in GCC 4.0.x and earlier was a bug. If you want to allow byte access rather than word access, you really need to remove the volatile keyword and th

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

2005-12-29 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2005-12-29 12:15 --- This really needs to be investigated by someone with native hpux access. All that I can add is that the problem is not present on ia64-linux, so it could very well be a bug in hpux runtime or in hpux assembler or

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

2005-12-29 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2005-12-29 12:32 --- Is this still a problem? I certainly can't reproduce this on sparc*-linux: struct B1_m_outer_p_inner { char c; double d; } __attribute__ ((aligned)) __attribute__ ((packed)) s; extern void abort (void); int

[Bug fortran/25324] Wrong DW_TAG_compile_unit generated when compiling preprocessed fortran code

2005-12-31 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-12-31 23:46 --- Subject: Bug 25294 Author: jakub Date: Sat Dec 31 23:45:58 2005 New Revision: 109201 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109201 Log: PR c++/25294 * directives.c (do_pra

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2006-01-01 00:00 --- Subject: Bug 25294 Author: jakub Date: Sun Jan 1 00:00:56 2006 New Revision: 109202 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109202 Log: PR c++/25294 * directives.c (do_pra

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment

2005-12-31 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-01-01 00:10 --- Fixed with ugly hack in 4.1 and on the trunk, will be hopefully soon replaced with pragma handling merge from gomp-20050608-branch. -- jakub at gcc dot gnu dot org changed: What|Removed

[Bug target/25603] [4.1/4.2 Regression]: Miscompiled FORTRAN program

2006-01-02 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-01-02 13:57 --- This seems to be a reload bug, but Alan Modra's patch is correct. In *.lreg we have: (insn 577 78 11 2 (set (reg/f:DI 391) (reg/f:DI 0 ap)) 5 {*movdi_internal} (nil) (nil)) (insn 11 577 14 2 (set (

[Bug debug/25562] [4.1/4.2 Regression] cannot debug VLA local

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-01-04 08:05 --- Subject: Bug 25562 Author: jakub Date: Wed Jan 4 08:05:29 2006 New Revision: 109315 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109315 Log: PR debug/25562 * function.c (instanti

[Bug c/25559] [4.0/4.1/4.2 Regression] Internal compiler error when specifying vector_size(2) of int

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-01-04 08:07 --- Subject: Bug 25559 Author: jakub Date: Wed Jan 4 08:07:09 2006 New Revision: 109316 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109316 Log: PR c/25559 * c-

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

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-01-04 08:15 --- Subject: Bug 25554 Author: jakub Date: Wed Jan 4 08:15:06 2006 New Revision: 109317 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109317 Log: PR target/25554 * config/i386

[Bug debug/25562] [4.1/4.2 Regression] cannot debug VLA local

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-01-04 09:14 --- Subject: Bug 25562 Author: jakub Date: Wed Jan 4 09:13:56 2006 New Revision: 109319 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109319 Log: PR debug/25562 * function.c (instanti

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

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-01-04 09:17 --- Subject: Bug 25554 Author: jakub Date: Wed Jan 4 09:17:16 2006 New Revision: 109321 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109321 Log: PR target/25554 * config/i386

[Bug c/25559] [4.0/4.1/4.2 Regression] Internal compiler error when specifying vector_size(2) of int

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-01-04 09:16 --- Subject: Bug 25559 Author: jakub Date: Wed Jan 4 09:16:09 2006 New Revision: 109320 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109320 Log: PR c/25559 * c-

[Bug c/25559] [4.0/4.1/4.2 Regression] Internal compiler error when specifying vector_size(2) of int

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2006-01-04 12:27 --- Subject: Bug 25559 Author: jakub Date: Wed Jan 4 12:27:48 2006 New Revision: 109326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109326 Log: PR c/25559 * c-

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

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-01-04 12:29 --- Subject: Bug 25554 Author: jakub Date: Wed Jan 4 12:29:14 2006 New Revision: 109327 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109327 Log: PR target/25554 * config/i386

[Bug c++/25294] [4.0 Regression] Bogus "unterminated comment" error from #pragma comment

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2006-01-04 12:32 --- Subject: Bug 25294 Author: jakub Date: Wed Jan 4 12:31:59 2006 New Revision: 109329 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109329 Log: PR c++/25294 * directives.c (do_pra

[Bug debug/25562] [4.1/4.2 Regression] cannot debug VLA local

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-01-04 12:33 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/25559] [4.0/4.1/4.2 Regression] Internal compiler error when specifying vector_size(2) of int

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2006-01-04 12:33 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

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

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-01-04 12:34 --- Fixed on 4.0/4.1 branches and trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25294] [4.0 Regression] Bogus "unterminated comment" error from #pragma comment

2006-01-04 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2006-01-04 12:35 --- Fixed even on 4.0 branch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25662] [4.0/4.1 Regression] Unrecognizable insn with -O on PPC

2006-01-05 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-01-05 08:40 --- Note that the code has undefined behaviour. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25662

[Bug libgcj/24940] libjava/configure uses $SED without defining it

2006-01-07 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-01-07 18:13 --- Subject: Bug 24940 Author: jakub Date: Sat Jan 7 18:13:36 2006 New Revision: 109452 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109452 Log: PR libgcj/24940 * shlibpath.m4: Repl

[Bug libgcj/24940] libjava/configure uses $SED without defining it

2006-01-07 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-01-07 18:14 --- Subject: Bug 24940 Author: jakub Date: Sat Jan 7 18:14:24 2006 New Revision: 109453 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109453 Log: PR libgcj/24940 * shlibpath.m4: Repl

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2006-01-09 Thread jakub at gcc dot gnu dot org
--- Comment #22 from jakub at gcc dot gnu dot org 2006-01-09 17:41 --- Just FYI, dlsym (RTLD_NEXT, "pthread_create") is wrong when using glibc. pthread_create is symbol versioned and there are on most arches 2 different pthread_create implementations. By using dlsym

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2006-01-09 Thread jakub at gcc dot gnu dot org
--- Comment #23 from jakub at gcc dot gnu dot org 2006-01-09 17:42 --- Forgot to mention, the fix would be to use dlvsym (RTLD_NEXT, "pthread_create", "GLIBC_2.1") (on i?86 and several other platforms) and different versions on other arches (GLIBC_2.2.5 on x86_64,

[Bug c/25682] [4.0/4.1/4.2 Regression] ICE when using old sytle offsetof (with non zero start) as array size

2006-01-16 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug preprocessor/25717] [3.4/4.0/4.1/4.2 Regression] -dD does not list all defined macros (in particular, __STDC__)

2006-01-16 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/25219] [GOMP] ICE with SAVE attribute and (FIRST|LAST)PRIVATE

2006-01-16 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-01-16 17:40 --- This is not Fortran specific, int main (void) { static int i; static int k; k = 3; #pragma omp parallel #pragma omp for private(i) lastprivate(k) for (i = 1; i <= 100; i = i + 1) k

[Bug c/25682] [4.0/4.1/4.2 Regression] ICE when using old sytle offsetof (with non zero start) as array size

2006-01-17 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2006-01-17 09:58 --- Subject: Bug 25682 Author: jakub Date: Tue Jan 17 09:57:56 2006 New Revision: 109812 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109812 Log: PR c/25682 * c-typeck.c (build_unary_o

[Bug c/25682] [4.0/4.1/4.2 Regression] ICE when using old sytle offsetof (with non zero start) as array size

2006-01-17 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2006-01-17 10:00 --- Subject: Bug 25682 Author: jakub Date: Tue Jan 17 10:00:05 2006 New Revision: 109813 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109813 Log: PR c/25682 * c-typeck.c (build_unary_o

[Bug fortran/25219] [GOMP] ICE with SAVE attribute and (FIRST|LAST)PRIVATE

2006-01-17 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2006-01-17 10:56 --- Subject: Bug 25219 Author: jakub Date: Tue Jan 17 10:56:29 2006 New Revision: 109816 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109816 Log: PR fortran/25219 * testsuite/libgomp

[Bug fortran/25818] New: Problem with handling optional and entry master arguments

2006-01-17 Thread jakub at gcc dot gnu dot org
ith handling optional and entry master arguments Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy:

[Bug c++/28407] [4.2 regression] Issue with anonymous namespace

2006-07-18 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2006-07-18 15:45 --- Re #5, globalize_decl is way too late, the middle-end and especially back-end shouldn't be lied to, there are many nice optimizations which it can do with !TREE_PUBLIC symbols. -- http://gcc.gnu.org/bug

[Bug c++/28438] New: Anon namespace pointers in exported classes

2006-07-19 Thread jakub at gcc dot gnu dot org
Both KDE and OOo fail to build with the anon namespace not exported changes. A short testcase of what they are doing: cat > test.h < test1.C < test2.C

[Bug fortran/28600] [4.2 regression] ICE on character pointer assignment

2006-08-09 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/28600] [4.2 regression] ICE on character pointer assignment

2006-08-09 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-08-09 14:29 --- It was caused by the openmp changes, but guess usually the parent routine at least touches the dummy argument and therefore it would be added to the right context. I was testing: --- trans-decl.c.jj 2006-08-09 15

[Bug target/28667] New: ICE with -fforce-addr

2006-08-09 Thread jakub at gcc dot gnu dot org
c Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jakub at gcc dot gnu dot org GCC target triplet: i686-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28667

[Bug fortran/28600] [4.2 regression] ICE on character pointer assignment

2006-08-09 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2006-08-09 18:36 --- Go with your version, you posted first ;). I added the comment just to support your patch, that I independently came to a (almost) same fix. -- jakub at gcc dot gnu dot org changed: What|Removed

[Bug c++/28677] [4.0/4.1 regression] Function prototype in function body crashes compilation

2006-08-12 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2006-08-12 19:45 --- Created an attachment (id=12071) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12071&action=view) gcc41-pr27793.patch It certainly can be backported easily, I'm using this patch on top of redhat/gc

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-08-13 Thread jakub at gcc dot gnu dot org
--- Comment #22 from jakub at gcc dot gnu dot org 2006-08-13 19:26 --- Subject: Bug 27793 Author: jakub Date: Sun Aug 13 20:26:38 2006 New Revision: 116115 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116115 Log: 2006-08-13 Andrew MacLeod <[EMAIL PROTECTED]&g

[Bug c++/27894] [4.1/4.2 Regression] "internal compiler error: Segmentation fault" with -O

2006-08-13 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2006-08-13 19:26 --- Subject: Bug 27894 Author: jakub Date: Sun Aug 13 20:26:38 2006 New Revision: 116115 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116115 Log: 2006-08-13 Andrew MacLeod <[EMAIL PROTECTED]&g

[Bug c++/28677] [4.0/4.1 regression] Function prototype in function body crashes compilation

2006-08-13 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2006-08-13 19:26 --- Subject: Bug 28677 Author: jakub Date: Sun Aug 13 20:26:38 2006 New Revision: 116115 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116115 Log: 2006-08-13 Andrew MacLeod <[EMAIL PROTECTED]&g

[Bug c++/26757] C++ front-end producing two DECLs with the same UID

2006-08-13 Thread jakub at gcc dot gnu dot org
--- Comment #30 from jakub at gcc dot gnu dot org 2006-08-13 19:26 --- Subject: Bug 26757 Author: jakub Date: Sun Aug 13 20:26:38 2006 New Revision: 116115 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116115 Log: 2006-08-13 Andrew MacLeod <[EMAIL PROTECTED]&g

[Bug c/28706] [4.1/4.2 Regression] Compile failure with --combine and explicitly aligned structures

2006-08-14 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c/28712] [4.0/4.1/4.2 Regression] Compile failure with --combine and packed structures.

2006-08-14 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug middle-end/28724] atomic produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-08-15 12:07 --- Testing a patch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug middle-end/28713] GNU OpenMP produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-15 12:38 --- Testing a patch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug middle-end/28724] atomic produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-08-15 14:56 --- Subject: Bug 28724 Author: jakub Date: Tue Aug 15 14:56:28 2006 New Revision: 116153 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116153 Log: PR middle-end/28724 * gi

[Bug middle-end/28713] GNU OpenMP produces type mismatches

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-08-15 14:58 --- Subject: Bug 28713 Author: jakub Date: Tue Aug 15 14:57:52 2006 New Revision: 116154 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116154 Log: PR middle-end/28713 * o

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-08-15 21:18 --- It is only partly a dup, handle_externally_visible_attribute still needs fixing, as the source below is IMHO valid and shouldn't produce any warnings (and all 5 barN's should be externally visible, not ju

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-16 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-16 10:23 --- Reopening, as the remaining part needs to be fixed too. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28713] GNU OpenMP produces type mismatches

2006-08-16 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2006-08-16 10:33 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/28724] atomic produces type mismatches

2006-08-16 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-16 10:33 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libgomp/28725] Case Sensitive OpenMP environment variables and patch

2006-08-16 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/18111] spurious warnings with -W -Wunused

2006-08-16 Thread jakub at gcc dot gnu dot org
--- Comment #15 from jakub at gcc dot gnu dot org 2006-08-16 13:04 --- It looks good to me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18111

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-16 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-08-16 13:17 --- Another patch in http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00537.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28744

[Bug preprocessor/28709] [4.0/4.1/4.2 regression] Bad diagnostic pasting tokens with ##

2006-08-16 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug libgomp/28725] Case Sensitive OpenMP environment variables and patch

2006-08-17 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-08-17 07:58 --- Subject: Bug 28725 Author: jakub Date: Thu Aug 17 07:58:02 2006 New Revision: 116209 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116209 Log: PR libgomp/28725 * env.c: Include

[Bug libgomp/28725] Case Sensitive OpenMP environment variables and patch

2006-08-17 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-08-17 07:59 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/28755] [4.0/4.1/4.2 Regression] duplicate members of arrays

2006-08-17 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-17 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2006-08-17 11:52 --- Subject: Bug 28744 Author: jakub Date: Thu Aug 17 11:52:26 2006 New Revision: 116222 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116222 Log: PR c/28744 * cgraph.h (struct cgr

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-17 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-08-17 12:20 --- The problem mentioned in #7 is not specific to variables, foo.c: extern int foo (void); __attribute__((externally_visible)) void *bar(void) { return foo; } bar.c: __attribute__((externally_visible)) int foo (void

[Bug target/28701] [4.1/4.2 regression] ABI test failures building libstdc++ on a glibc-2.4 based system

2006-08-17 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-08-17 12:38 --- The is just the libstdc++ ABI check not being able to understand tanl@@GLIBCXX_3.4 -> [EMAIL PROTECTED] etc. changes (22 such symbols). Those are not ABI breakers, all that means is that newly linked programs wo

[Bug middle-end/25261] [gomp] Nested function calls in #pragma omp parallel blocks

2006-08-21 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-08-21 12:35 --- It is not that hard to try the testcase. It is still broken. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28790] New: ICE in initialize_inlined_parameters

2006-08-21 Thread jakub at gcc dot gnu dot org
ty: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jakub at gcc dot gnu dot org BugsThisDependsOn: 25261 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28790

[Bug middle-end/28683] [4.0/4.1/4.2 regression] ICE (segfault in add_reg_br_prob_note) when comparing pointers with -O (and higher)

2006-08-23 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/28642] [4.0/4.1/4.2 Regression] ICE in layout_type, at stor-layout.c:1851

2006-08-23 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-23 20:43 --- This seems to be a C++ FE bug: debug_tree (*decl) > VOID file a.C line 3 align 1 offset_align 1> shouldn't be passed to decl_attributes in generic code. -- jakub at gcc dot gnu dot

[Bug middle-end/28683] [4.0/4.1/4.2 regression] ICE (segfault in add_reg_br_prob_note) when comparing pointers with -O (and higher)

2006-08-26 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-26 07:31 --- Subject: Bug 28683 Author: jakub Date: Sat Aug 26 07:31:30 2006 New Revision: 116467 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116467 Log: PR middle-end/28683 * cfg

[Bug c++/21764] visibility attributes on namespace scope

2006-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2006-08-28 12:22 --- Subject: Bug 21764 Author: jakub Date: Mon Aug 28 12:22:14 2006 New Revision: 116504 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116504 Log: 2006-03-20 Jason Merrill <[EMAIL PROTECTED]>

[Bug c++/28279] [4.2 Regression] ICE in finish_static_data_member_decl, at cp/decl2.c:716

2006-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-28 12:27 --- Subject: Bug 28279 Author: jakub Date: Mon Aug 28 12:26:41 2006 New Revision: 116505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116505 Log: 2006-07-06 Jason Merrill <[EMAIL PROTECTED]> cp

[Bug c++/26612] visibility and ODR

2006-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2006-08-28 12:27 --- Subject: Bug 26612 Author: jakub Date: Mon Aug 28 12:26:41 2006 New Revision: 116505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116505 Log: 2006-07-06 Jason Merrill <[EMAIL PROTECTED]> cp

[Bug c++/28215] [4.2 regression] Bootstrap failure on arm-eabi

2006-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2006-08-28 12:27 --- Subject: Bug 28215 Author: jakub Date: Mon Aug 28 12:26:41 2006 New Revision: 116505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116505 Log: 2006-07-06 Jason Merrill <[EMAIL PROTECTED]> cp

[Bug c++/19134] Class visibility of templated classes can't be overridden for function specializations

2006-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-08-28 12:27 --- Subject: Bug 19134 Author: jakub Date: Mon Aug 28 12:26:41 2006 New Revision: 116505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116505 Log: 2006-07-06 Jason Merrill <[EMAIL PROTECTED]> cp

<    8   9   10   11   12   13   14   15   16   17   >