[Bug c++/30302] [4.2 regression] ICE with invalid member in anonymous struct

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 20:20 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30332] [4.2 regression] bit-field: optimization BUG?

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 20:20 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/30363] [4.2 Regression] Support for -traditional-cpp is incomplete in current gcc relative to gcc 2.95.3

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 20:21 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/30460] [4.2 Regression] asm_debug is not initialized in gcc.c when using a "default" specs file

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-30 20:22 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30659] [4.2 Regression] ICE in undefined template

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 20:22 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/39590] inline asm %z on amd64 says "ll" instead of "q"

2009-03-30 Thread felix-gcc at fefe dot de
--- Comment #4 from felix-gcc at fefe dot de 2009-03-30 20:27 --- #include #define atomic_add(mem,val) asm volatile ("lock; add%z0 %1, %0": "+m" (mem): "ir" (val)) int main() { size_t foo; atomic_add(foo,23); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39590

[Bug fortran/39587] Reading integer from "" gives end-of-file instead of reading a 0

2009-03-30 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-03-30 20:31 --- Steve Lionel thinks that compilers accepting "" for .false. are standard conforming as they are not required to diagnose this. Thus, I would like to see this extension in gfortran as well ;-) -- http://gcc.gnu.or

[Bug fortran/39577] False positive with -fcheck=recursion

2009-03-30 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-03-30 20:34 --- I wonder whether a global variable (in trans-decl.c, exported in trans.h) is not the easiest. There can only be one procedure at a time. For the existing trans-decl.c one should put a if(!attr.function) as for functio

[Bug middle-end/39568] [graphite] Remove GBB_LOOPS

2009-03-30 Thread grosser at gcc dot gnu dot org
--- Comment #4 from grosser at gcc dot gnu dot org 2009-03-30 20:46 --- Hi Li, yes great work. I will commit it as soon as the copyright stuff is done. -- grosser at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/31932] cpp -f*-charset and gcj --encoding accept no values except UTF-8

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2009-03-30 20:54 --- Subject: Bug 31932 Author: tromey Date: Mon Mar 30 20:54:18 2009 New Revision: 145316 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145316 Log: 2009-03-30 Sergiy Vyshnevetskiy PR preprocessor/319

[Bug libstdc++/39569] Apparent memory corruption in std::stringstream after calling syslog()

2009-03-30 Thread jmcdonald at fairfield dot com
--- Comment #6 from jmcdonald at fairfield dot com 2009-03-30 20:56 --- Excellent. I thank you for your quick response, and for the help... and I'm glad it wasn't a bug in std::stringstream. My apologies for taking your time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39569

[Bug preprocessor/31932] cpp -f*-charset and gcj --encoding accept no values except UTF-8

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2009-03-30 20:57 --- I checked in the fix on the trunk. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/31932] cpp -f*-charset and gcj --encoding accept no values except UTF-8

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2009-03-30 20:57 --- Oops, updated wrong field. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Know

[Bug inline-asm/39590] inline asm %z on amd64 says "ll" instead of "q"

2009-03-30 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2009-03-30 21:07 --- 'z' is for x87 insns. You have to check size of size_t and use proper suffix in your code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39590

[Bug target/39592] [4.5 regression] Revision 145272 breaks -ansi -msse

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2009-03-30 21:11 --- Testing a patch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug libstdc++/39569] Apparent memory corruption in std::stringstream after calling syslog()

2009-03-30 Thread paolo dot carlini at oracle dot com
--- Comment #7 from paolo dot carlini at oracle dot com 2009-03-30 21:17 --- By the way, 'valgrind' can save you a lot of time in such cases: it's excellent with memory issues, like using deallocated memory. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39569

[Bug preprocessor/39533] -MM may list a header file twice

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2009-03-30 21:23 --- It is not really a bug, but it is ugly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533

[Bug rtl-optimization/36350] [4.3 Regression] GCC ICE with -frename-registers

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #7 from ramana at gcc dot gnu dot org 2009-03-30 21:24 --- This is now fixed with the fix for PR35964 which was a backport of the patch mentioned in comment #5 *** This bug has been marked as a duplicate of 36964 *** -- ramana at gcc dot gnu dot org changed:

[Bug c++/36964] reintrepret_cast corrupts data / does not work as expected

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-03-30 21:24 --- *** Bug 36350 has been marked as a duplicate of this bug. *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added -

[Bug rtl-optimization/36350] [4.3 Regression] GCC ICE with -frename-registers

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #8 from ramana at gcc dot gnu dot org 2009-03-30 21:25 --- Reopened because of a typo in the closing comment. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/36350] [4.3 Regression] GCC ICE with -frename-registers

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #9 from ramana at gcc dot gnu dot org 2009-03-30 21:25 --- It's a dup of 35964 *** This bug has been marked as a duplicate of 35964 *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #19 from ramana at gcc dot gnu dot org 2009-03-30 21:25 --- *** Bug 36350 has been marked as a duplicate of this bug. *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/39533] -MM may list a header file twice

2009-03-30 Thread hjl dot tools at gmail dot com
--- Comment #10 from hjl dot tools at gmail dot com 2009-03-30 21:26 --- (In reply to comment #9) > It is not really a bug, but it is ugly. > Is there anything wrong with my patch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533

[Bug middle-end/35964] ICE with -funroll-loops on arm/arm eabi

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #20 from ramana at gcc dot gnu dot org 2009-03-30 21:27 --- The commit http://gcc.gnu.org/viewcvs?view=rev&revision=143942 fixed this. -- ramana at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/30663] [4.2 regression] m68k-uclinux-20060615 compiler fault

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 21:32 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30759] [4.2 Regression] initializer-list accepted for object of non-POD type

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-30 21:32 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/30786] [4.2 Regression] ICE on _Pragma at end of file

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 21:33 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/30805] [4.2 Regression] Internal compiler error when using "x##,##__VA_ARGS__" in macro

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-30 21:34 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30818] [4.2 Regression] templates and typedefs cause function prototype not to match

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 21:35 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30849] [4.2 regression] ICE with invalid asm statement

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-30 21:36 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30850] [4.2 regression] ICE with invalid asm statement

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 21:37 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30851] [4.2 regression] ICE with invalid asm statement

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-30 21:37 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30897] [4.2 regression] ICE with default argument in template template parameter

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 21:38 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30961] [4.2 regression] redundant reg/mem stores/moves

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #38 from jsm28 at gcc dot gnu dot org 2009-03-30 21:39 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30988] [4.2 Regression] Incorrect "no return statement" warning with __attribute__ ((noreturn)) and __FUNCTION__

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 21:40 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31131] [4.2 regression] ICE on invalid constructor definition

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 21:41 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31132] [4.2 regression] ICE on inconsistent friend declaration

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-30 21:41 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31260] [4.2 Regression] ICE: segmentation fault with template code

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-30 21:43 --- Closing 4.2 branch, fixed in 4.3.3 and 4.4.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/30988] [4.2 Regression] Incorrect "no return statement" warning with __attribute__ ((noreturn)) and __FUNCTION__

2009-03-30 Thread irving at naml dot us
--- Comment #10 from irving at naml dot us 2009-03-30 21:43 --- (In reply to comment #9) > Closing 4.2 branch, fixed in 4.3. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30988

[Bug c++/31446] [4.2 regression] ICE with invalid template parameter

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2009-03-30 21:43 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31743] [4.2 regression] ICE with invalid use of new

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-30 21:44 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31747] [4.2 Regression] ICE combining static and extern

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 21:44 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31749] [4.2 regression] ICE with invalid redeclaration of builtin

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-30 21:45 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31751] [4.2 regression] ICE with forgotten member declaration

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 21:46 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/31841] [4.2 regression] bogus is used uninitialized (warning in dead code)

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-30 21:46 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31863] [4.2 Regression] g++-4.1: out of memory with -O1/-O2

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #25 from jsm28 at gcc dot gnu dot org 2009-03-30 21:47 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/31906] [4.2 Regression] "-Xcompiler" is inserted after "-Xlinker" when building libstdc++

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #22 from jsm28 at gcc dot gnu dot org 2009-03-30 21:48 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/31947] [4.2 Regression] ICE in calc_dfs_tree, at dominance.c:374

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2009-03-30 21:49 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32121] [4.2 Regression] C++ front-end accepts invalid __label__ declarations

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 21:49 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/39533] -MM may list a header file twice

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2009-03-30 21:50 --- I am looking at it right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533

[Bug c++/32182] [4.2 Regression] -fstrict-aliasing optimizations cause constructor not to run for object causing segfault

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #18 from jsm28 at gcc dot gnu dot org 2009-03-30 21:50 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33467] Compilation error while compiling DynCommon.cpp

2009-03-30 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2009-03-30 21:51 --- The bug is in 4.2 but 4.2 is now closed. I cannot compile the program with 4.3 or later because the preprocessed source will no longer compile. I am going to close this as WONTFIX. We could reopen it if we got a new pr

[Bug target/39592] [4.5 regression] Revision 145272 breaks -ansi -msse

2009-03-30 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-03-30 22:00 --- I got FAIL: gcc.dg/conv-1.c (internal compiler error) FAIL: gcc.dg/conv-1.c (test for excess errors) FAIL: gcc.dg/Wconversion-real-integer.c (internal compiler error) FAIL: gcc.dg/Wconversion-real-integer.c (test fo

[Bug c++/32241] [4.2 regression] ICE trying to call x.~X(); in a template

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 22:00 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26227] accepts invalid fortran, different dummy types/number

2009-03-30 Thread dominiq at lps dot ens dot fr
--- Comment #12 from dominiq at lps dot ens dot fr 2009-03-30 22:01 --- After the commit in comment #11, the following code gives an ICE with -fwhole-file: [ibook-dhum] f90/bug% cat arr_fun.f90 function test(n) real, dimension(2) :: test integer:: n test = n ! print *, test

[Bug c++/32256] [4.2 Regression] pragma system_header doesn't suppress warnings in tree-cfg

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-30 22:01 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32327] [4.2 Regression] Incorrect stack sharing causing removal of live code

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #34 from jsm28 at gcc dot gnu dot org 2009-03-30 22:06 --- Closing 4.2 branch, fixed in 4.3. (There's a lot of discussion here of a possible underlying problem that might or might not be fixed but isn't 4.2-only; if still present, please open a separate bug report for it.)

[Bug tree-optimization/32328] [4.2 Regression] -fstrict-aliasing causes skipped code

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #32 from jsm28 at gcc dot gnu dot org 2009-03-30 22:07 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32384] [4.2 regression] Pseudo-dtor in template class rejected

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 22:07 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32396] [4.2 Regression] gcc uses 0 as altivec load/store index

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 22:08 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32414] [4.2 Regression] Poor code for inner loop on i386

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2009-03-30 22:09 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32544] [4.2 Regression] miscompiles Mesa's r300 DRI driver with -ftree-vrp

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-30 22:10 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/39590] inline asm %z on amd64 says "ll" instead of "q"

2009-03-30 Thread felix-gcc at fefe dot de
--- Comment #6 from felix-gcc at fefe dot de 2009-03-30 22:10 --- > 'z' is for x87 insns. Uh, what?! Let me quote the relevant "documentation" (gcc/config/i386/i386.md): ;; The special asm out single letter directives following a '%' are: ;; 'z' mov%z1 would be movl, movw, or movb dep

[Bug tree-optimization/32575] [4.2 regression] With -ftree-vrp miscompiles a single line of code in SQLite

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2009-03-30 22:10 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32716] [4.2 Regression] Wrong code generation. Alias and C++ virtual bases problem.

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-30 22:11 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32950] [4.2 regression] ICE with __complex__ double

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 22:12 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/32974] [4.2 Regression] #pragma GCC dependency generates extra token error.

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-30 22:12 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33008] [4.2 regression] code pessimization after -fforce-mem removal.

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 22:14 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33088] [4.2 Regression] spurious exceptions with -ffloat-store

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #20 from jsm28 at gcc dot gnu dot org 2009-03-30 22:15 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/33136] [4.2 Regression] wrong code due to alias with allocation in loop

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #33 from jsm28 at gcc dot gnu dot org 2009-03-30 22:16 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/33238] [4.2 Regression] ICE on statement expression using variable-sized structure in tree_low_cst, at tree.c:4502

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-30 22:17 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33289] [4.2 Regression] __sprintf_chk etc. not DECL_ANTICIPATED

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 22:17 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-30 22:18 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33460] [4.2 regression] ICE with static member in anonymous union

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-30 22:18 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/39591] GOMP_loop_end illegally optmized into GOMP_loop_end_nowait

2009-03-30 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++/33501] [4.2 regression] Copy constructor assumed to exist for undefined class

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 22:19 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33506] [4.2 Regression] TYPE_RAISES_EXCEPTIONS dumped with attributes

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-30 22:25 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33516] [4.2 Regression] Rejects typedef qualified name-lookup

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-30 22:26 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/33537] [4.2 regression] C++ arguments passed by invisible reference have wrong type

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-30 22:26 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33540] [4.2 regression] ICE with vectors in expand_simple_binop at optabs.c

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 22:27 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33553] [4.2 Regression] Bogus "array bound is not an integer constant" for parameter in template method of template class

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-30 22:28 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33616] [4.2 regression] "lvalue required as unary '&' operand" with template pmf

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 22:28 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/33619] [4.2 Regression] TER breaks some inline-asm code (again)

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-30 22:29 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33665] [4.2 regression] Bogus warning: `this.0' is used uninitialized in this function

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-30 22:30 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/33723] [4.2 Regression] Inefficient code with compound literals

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-30 22:31 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

gcc-bugs@gcc.gnu.org

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 22:31 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39562] when compiling -g gcc and g++ are one byte ahead for the source file name

2009-03-30 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2009-03-30 22:32 --- It looks like this is a bug in the unwind library and not in GCC. I have submitted a bug to the unwind group (QXCR1000915157). It does not show up with the HP compiler because the HP compiler puts out different debug in

[Bug target/39562] when compiling -g gcc and g++ are one byte ahead for the source file name

2009-03-30 Thread Philippe dot Vouters at laposte dot net
--- Comment #2 from Philippe dot Vouters at laposte dot net 2009-03-30 22:57 --- Subject: Re: when compiling -g gcc and g++ are one byte ahead for the source file name Dear GCC anonymous bugzilla replier, With your dead-end reply, you give me the strong will to dig into your code a

[Bug target/24836] gcc/configure doesn't handle all possible SH architectures

2009-03-30 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2009-03-30 23:03 --- Not fixed yet. The real problem isn't a GCC problem, though. NPTL in glibc works only with the little endian and would be broken for the big endian. I've heard no news about it. Supporting sh[34]eb here doesn't mak

[Bug target/39562] when compiling -g gcc and g++ are one byte ahead for the source file name

2009-03-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-03-30 23:13 --- (In reply to comment #2) > Dear GCC anonymous bugzilla replier, So Steve Ellcey and you work for HP. Steve works on GCC for HP and looked into the code that GCC output was correct and HP's unwinder is getting the v

[Bug target/39562] when compiling -g gcc and g++ are one byte ahead for the source file name

2009-03-30 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2009-03-30 23:20 --- Philippe must not have seen my address. I have sent him email directly to work on this problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39562

[Bug preprocessor/37549] gcc -E -dD prints predefined macros, contrary to docs

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2009-03-30 23:22 --- Try this. I'll submit it if it regression tests ok. Index: c-ppoutput.c === --- c-ppoutput.c(revision 145295) +++ c-ppoutput.c(working c

[Bug target/25255] packed structure: pointers to self result in "error: initializer for integer value is too complicated"

2009-03-30 Thread rob1weld at aol dot com
-as --with-long-double-128 --disable-stage1-checking --enable-checking=release --with-gmp=/usr/local --with-mpfr=/usr/local Thread model: posix gcc version 4.5.0 20090330 (experimental) [trunk revision 145313] (GCC) # gmake ... /usr/src/gcc_trunk/libgcc/../gcc/unwind-dw2-fde.c:848: warning: derefere

[Bug target/39562] when compiling -g gcc and g++ are one byte ahead for the source file name

2009-03-30 Thread Philippe dot Vouters at laposte dot net
--- Comment #5 from Philippe dot Vouters at laposte dot net 2009-03-30 23:43 --- Subject: Re: when compiling -g gcc and g++ are one byte ahead for the source file name Dear GCC bugzilla replier, Thank you so much to tell me that Steve Ellcey is an HP employee such as me. He can fin

[Bug c/39593] New: faulty value assignment

2009-03-30 Thread szir at sch dot bme dot hu
This is a serious bug, since the compiler produces faulty code, without any warning! It pissed me off really bad, I had to wait a month or two to calm down and prepare a half decent bug report. It can appear anywhere and anytime. It happened with me, when I removed an unrelated line from a differen

[Bug c/39593] faulty value assignment

2009-03-30 Thread szir at sch dot bme dot hu
--- Comment #1 from szir at sch dot bme dot hu 2009-03-30 23:53 --- Created an attachment (id=17561) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17561&action=view) preprocessed test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39593

[Bug target/39593] faulty value assignment

2009-03-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal Component|c |target GCC ta

[Bug target/39593] faulty value assignment

2009-03-30 Thread szir at sch dot bme dot hu
--- Comment #2 from szir at sch dot bme dot hu 2009-03-30 23:56 --- Created an attachment (id=17562) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17562&action=view) compile environment -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39593

[Bug target/39593] faulty value assignment

2009-03-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-03-30 23:57 --- BYTE b[4]; *((DWORD *)b) = x; this is violating aliasing rules. Does adding -fno-strict-aliasing allow this to work? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39593

[Bug target/39593] faulty value assignment

2009-03-30 Thread szir at sch dot bme dot hu
--- Comment #4 from szir at sch dot bme dot hu 2009-03-30 23:58 --- Created an attachment (id=17563) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17563&action=view) test case source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39593

<    1   2   3   >