[Bug fortran/44614] [OOP] Wrongly importing a symbol into an interface without IMPORT

2010-06-24 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2010-06-24 07:51 --- Subject: Bug 44614 Author: burnus Date: Thu Jun 24 07:51:22 2010 New Revision: 161310 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161310 Log: 2010-06-24 Tobias Burnus bur...@net-b.de PR

[Bug fortran/44614] [OOP] Wrongly importing a symbol into an interface without IMPORT

2010-06-24 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2010-06-24 08:01 --- FIXED on the trunk (4.6). -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/44652] New: Column numbers in error messages are wrong

2010-06-24 Thread hariharans at picochip dot com
If i compile the attached args.c, i get the following errror message in mainline GCC. In file included from args.c:2:0: structdef.h:5:3: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘unsigned’ Note that it says args.c:2:0. We used to use GCC 4.3.2, which used to only say

[Bug preprocessor/44652] Column numbers in error messages are wrong

2010-06-24 Thread hariharans at picochip dot com
--- Comment #1 from hariharans at picochip dot com 2010-06-24 08:30 --- Created an attachment (id=20991) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20991action=view) c file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652

[Bug preprocessor/44652] Column numbers in error messages are wrong

2010-06-24 Thread hariharans at picochip dot com
--- Comment #2 from hariharans at picochip dot com 2010-06-24 08:30 --- Created an attachment (id=20992) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20992action=view) struct definition header file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652

[Bug preprocessor/44652] Column numbers in error messages are wrong

2010-06-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-06-24 08:34 --- I think column 0 is correct for the start of all preprocessor directives. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652

[Bug middle-end/12392] very long optimized compile

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #31 from rguenth at gcc dot gnu dot org 2010-06-24 08:42 --- Surely not. g++-4.5 -S -o /dev/null MRApStyle.cc -O2 -g -ftime-report MRApStyle.cc: In constructor ‘MRApStyle::MRApStyle()’: MRApStyle.cc:2409:1: note: variable tracking size limit exceeded with

[Bug libstdc++/44653] New: A uniform_real random distribution produces invalid floating-point random numbers

2010-06-24 Thread dchichkov at gmail dot com
According to: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1452.html [quote] A uniform_real random distribution produces floating-point random numbers x in the range min = x = max, with equal probability. min and max are the parameters of the distribution. [/unqoute] Following code

[Bug libstdc++/43852] Embedded systems friendly libstdc++

2010-06-24 Thread sebastian dot huber at embedded-brains dot de
--- Comment #7 from sebastian dot huber at embedded-brains dot de 2010-06-24 09:41 --- Created an attachment (id=20993) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20993action=view) Implementation, configure and documentation Is libstdc++-v3/doc/xml/manual/configure.xml the

[Bug tree-optimization/44539] [4.6 Regression] ICE: verify_ssa failed: type mismatch between an SSA_NAME and its symbol

2010-06-24 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 libstdc++/44653] A uniform_real random distribution produces invalid floating-point random numbers

2010-06-24 Thread dchichkov at gmail dot com
--- Comment #1 from dchichkov at gmail dot com 2010-06-24 09:53 --- Update. Following code produces the correct value: #include functional #include random #include iostream int main() { typedef std::mt19937 eng_t; typedef std::uniform_realdouble dist_t; typedef

[Bug tree-optimization/44539] [4.6 Regression] ICE: verify_ssa failed: type mismatch between an SSA_NAME and its symbol

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-06-24 09:55 --- Created an attachment (id=20994) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20994action=view) gcc46-pr44539.patch Untested fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44539

[Bug libstdc++/44653] A uniform_real random distribution produces invalid floating-point random numbers

2010-06-24 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2010-06-24 09:57 --- Indeed, that is what you should use for the TR1 random. Note that we have been trying to also deliver a conforming C++0x (thus, in std::) random only lately, in 4.3.x we delivered the TR1 code in the std::

[Bug libstdc++/44653] A uniform_real random distribution produces invalid floating-point random numbers

2010-06-24 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2010-06-24 10:00 --- Reopen... -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/40263] random unform real distro: tr1 vs c++0x

2010-06-24 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-06-24 10:00 --- *** Bug 44653 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/44653] A uniform_real random distribution produces invalid floating-point random numbers

2010-06-24 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-06-24 10:00 --- ... to resolve as duplicate. *** This bug has been marked as a duplicate of 40263 *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/43852] Embedded systems friendly libstdc++

2010-06-24 Thread paolo dot carlini at oracle dot com
--- Comment #8 from paolo dot carlini at oracle dot com 2010-06-24 10:02 --- Jon, can you follow this one too? -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/43852] Embedded systems friendly libstdc++

2010-06-24 Thread sebastian dot huber at embedded-brains dot de
--- Comment #9 from sebastian dot huber at embedded-brains dot de 2010-06-24 10:09 --- Created an attachment (id=20995) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20995action=view) Implementation, configure and documentation Sorry, the config.h.in was missing. -- sebastian

[Bug tree-optimization/44539] [4.6 Regression] ICE: verify_ssa failed: type mismatch between an SSA_NAME and its symbol

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-06-24 10:13 --- I would simply move the update_stmt call down to be called unconditionally before returning. Setting changed to true isn't needed, as iterating will not discover more things just because we remove a vop. --

[Bug libstdc++/43852] Embedded systems friendly libstdc++

2010-06-24 Thread paolo dot carlini at oracle dot com
--- Comment #10 from paolo dot carlini at oracle dot com 2010-06-24 10:19 --- In general, regenerated files should not be posted at all, when submitting patches / changes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43852

[Bug tree-optimization/44539] [4.6 Regression] ICE: verify_ssa failed: type mismatch between an SSA_NAME and its symbol

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2010-06-24 10:44 --- Created an attachment (id=20996) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20996action=view) gcc46-pr44539.patch This works too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44539

[Bug rtl-optimization/44484] [4.6 regression] revision 160260 caused sparc64 testsuite failures

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2010-06-24 10:57 --- The cas/casx insns only allow (mem (reg)) addressing: (match_operand:I48MODE 1 memory_reg_operand +m) (match_operand:DI 1 memory_reg_operand +m) The memory_reg_operand predicate checks this and fails if it is not a

[Bug c++/44412] [4.6 Regression] Another bogus set-but-not-used warning

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2010-06-24 11:00 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/44484] [4.6 regression] revision 160260 caused sparc64 testsuite failures

2010-06-24 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2010-06-24 11:06 --- The memory_reg_operand predicate checks this and fails if it is not a memory with a single reg, but apparently there is no constraint letter that would require the same. So, either we need to add a new

[Bug middle-end/44203] [4.6 regression] New prefetch test failures

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2010-06-24 11:24 --- Is this now fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44203

[Bug middle-end/44197] [4.6 Regresssion] varpool SEGV

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2010-06-24 11:25 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2010-06-24 11:33 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug preprocessor/39213] [4.4/4.5/4.6 regression] Preprocessor ICE with -m64 and --traditional-cpp

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2010-06-24 11:51 --- note-type == 10 is: *d = '\n'; /* A sentinel note that should never be processed. */ add_line_note (buffer, d + 1, '\n'); buffer-next_line = s + 1; created. But, as this PR lacks a testcase (well, the

[Bug testsuite/44654] New: check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS

2010-06-24 Thread amylaar at gcc dot gnu dot org
When I do: make check-fortran RUNTESTFLAGS='gfortran.dg/dg.exp=data_invalid.f90' the entire gfortran.dg/dg.exp testsuite is run. -- Summary: check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS Product: gcc

[Bug tree-optimization/43905] [4.5 Regression] duplicate __PRETTY_FUNCTION__ symbol for functions differing in const-ness

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2010-06-24 11:58 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/44652] Column numbers in error messages are wrong

2010-06-24 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2010-06-24 12:03 --- (In reply to comment #3) I think column 0 is correct for the start of all preprocessor directives. But the #include does not start at column 0, so there is something wrong there. We know that libcpp column

[Bug preprocessor/39213] [4.4/4.5/4.6 regression] Preprocessor ICE with -m64 and --traditional-cpp

2010-06-24 Thread ro at CeBiTec dot Uni-Bielefeld dot DE
--- Comment #5 from ro at CeBiTec dot Uni-Bielefeld dot DE 2010-06-24 12:20 --- Subject: Re: [4.4/4.5/4.6 regression] Preprocessor ICE with -m64 and --traditional-cpp --- Comment #4 from jakub at gcc dot gnu dot org 2010-06-24 11:51 --- created. But, as this PR lacks a

[Bug libstdc++/43852] Embedded systems friendly libstdc++

2010-06-24 Thread redi at gcc dot gnu dot org
--- Comment #11 from redi at gcc dot gnu dot org 2010-06-24 12:21 --- (In reply to comment #7) Is libstdc++-v3/doc/xml/manual/configure.xml the main source for documentation? Yes, however as you don't have a copyright assignment in place, submitting these patches might actually

[Bug middle-end/44203] [4.6 regression] New prefetch test failures

2010-06-24 Thread borntraeger at de dot ibm dot com
--- Comment #6 from borntraeger at de dot ibm dot com 2010-06-24 12:35 --- HJ confirmed that the patch worked and Andreas applied the patch. So from my point of view, the problem is fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44203

[Bug libstdc++/43852] Embedded systems friendly libstdc++

2010-06-24 Thread sebastian dot huber at embedded-brains dot de
--- Comment #12 from sebastian dot huber at embedded-brains dot de 2010-06-24 12:49 --- (In reply to comment #11) [...] I'll get this and Bug 44647 done for 4.6.0 Please have a look at Bug 43863 also. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43852

[Bug preprocessor/39213] [4.4/4.5/4.6 regression] Preprocessor ICE with -m64 and --traditional-cpp

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2010-06-24 12:56 --- Can't reproduce on x86_64-linux (and, #pragma redefine_extname seems to be handled on all targets, not just Solaris). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39213

[Bug testsuite/44654] check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS

2010-06-24 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2010-06-24 13:24 --- Confirmed. Yet another bug or feature dilemma!-) Using make check-fortran RUNTESTFLAGS='dg.exp=data_invalid.f90' works for me. I don't know what gfortran.dg/ is supposed to do. --

[Bug middle-end/43866] [4.3/4.4/4.5/4.6 Regression] wrong code with -fbounds-check -funswitch-loops

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2010-06-24 13:31 --- This looks like a bug in the source to me, certainly not a middle-end or tree-optimization bug. The a_sp = matrix%local_data_sp assignment when matrix%local_data_sp is uninitialized means you are copying

[Bug testsuite/44654] check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS

2010-06-24 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2010-06-24 13:36 --- (In reply to comment #1) Confirmed. Yet another bug or feature dilemma!-) Using make check-fortran RUNTESTFLAGS='dg.exp=data_invalid.f90' works for me. I don't know what gfortran.dg/ is supposed to do.

[Bug libstdc++/43863] Unused recursive_init_error class defined with -fno-exceptions

2010-06-24 Thread redi at gcc dot gnu dot org
-- redi at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |redi at gcc dot gnu dot org |dot org

[Bug preprocessor/39213] [4.4/4.5/4.6 regression] Preprocessor ICE with -m64 and --traditional-cpp

2010-06-24 Thread ro at CeBiTec dot Uni-Bielefeld dot DE
--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld dot DE 2010-06-24 13:50 --- Subject: Re: [4.4/4.5/4.6 regression] Preprocessor ICE with -m64 and --traditional-cpp --- Comment #6 from jakub at gcc dot gnu dot org 2010-06-24 12:56 --- Can't reproduce on x86_64-linux

[Bug testsuite/44654] check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS

2010-06-24 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2010-06-24 14:52 --- It's supposed to specify the testsuite driver. That it does, but then it forgets that it was supposed to run a specific test. dg.exp=files_to_test does it (without path). What is not clear to me is what

[Bug bootstrap/44655] New: bootstrap failure, stage1 xgcc miscompiles gengtype-lex.l gengtype SEGVs

2010-06-24 Thread bugzilla-gcc at thewrittenword dot com
Building released gcc-4.4.4 on ia64-hp-hpux11.23 and 11.31 fails: echo timestamp s-gtyp-input build/gengtype /opt/build/gcc-4.4.4/gcc gtyp-input.list gmake[3]: *** [s-gtype] Segmentation fault (core dumped) Program terminated with signal 11, Segmentation fault. SEGV_MAPERR - Address not mapped

[Bug testsuite/44654] check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS

2010-06-24 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2010-06-24 15:22 --- (In reply to comment #3) It's supposed to specify the testsuite driver. That it does, but then it forgets that it was supposed to run a specific test. dg.exp=files_to_test does it (without path). Well,

[Bug testsuite/44654] check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-06-24 15:31 --- See comment #1. check-fortran already selects from the various dg.exps. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40158] Misleading error message for passing a scalar to an array

2010-06-24 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2010-06-24 15:31 --- (In reply to comment #2) Paul, any reason not to commit the patch in comment #1? No! I'll try to get to it on Sunday. Cheers Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40158

[Bug fortran/43179] ICE invalid if accessing array member of non-array

2010-06-24 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2010-06-24 15:42 --- (In reply to comment #4) (In reply to comment #2) OK for trunk with the usual embellishments of ChangeLogs and testcase? Yes, if you have an example for EXPR_FUNCTION - otherwise I would claim that

[Bug fortran/43841] Missing temporary for ELEMENTAL function call

2010-06-24 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2010-06-24 15:44 --- (In reply to comment #10) Any backport ? Ah yes, thanks, Mikael I have drawn up a list of PRs for which I have fixes but have not made commits. I'll try to get through them next week. Paul --

[Bug tree-optimization/44656] New: VN should value-replace operands during alias-oracle walk

2010-06-24 Thread rguenth at gcc dot gnu dot org
For gcc.dg/tree-ssa/loadpre6.c we see at FRE time # PT = { HEAP.9 } (glob) # USE = anything # CLB = anything unexpanded_var_list.0_25 = malloc (16); unexpanded_var_list = unexpanded_var_list.0_25; # PT = nonlocal escaped { HEAP.9 HEAP.10 } (glob) unexpanded_var_list.1_27 =

[Bug middle-end/43866] [4.3/4.4/4.5/4.6 Regression] wrong code with -fbounds-check -funswitch-loops

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2010-06-24 16:21 --- Created an attachment (id=20997) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20997action=view) unswitch-tuplification.patch While the validity of the testcase is questionable, what unswitching does looks

[Bug middle-end/43866] [4.3/4.4/4.5/4.6 Regression] wrong code with -fbounds-check -funswitch-loops

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2010-06-24 16:24 --- Created an attachment (id=20998) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20998action=view) level-opt.patch When we reach the max-unswitch-level param, the function returns immediately, which means the

[Bug middle-end/43866] [4.3/4.4/4.5/4.6 Regression] wrong code with -fbounds-check -funswitch-loops

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2010-06-24 16:47 --- For the last issue, perhaps doing delete_unreachable_blocks in between the levels wouldn't work too well, loops would need to be discovered again etc. Maybe we can just do something similar to find_unreachable_blocks

[Bug c/44657] New: GCCSense: merge code-assist branch, or plugin

2010-06-24 Thread bugs at 59A2 dot org
Some impressive code-completion features have been implemented as part of GCCSense, providing accurate editor-agnostic code completion. http://cx4a.org/software/gccsense/ This required some GCC modifications, and thus requires a customized compiler. It would be very useful if these

[Bug other/44658] New: ARM/NEON VSHLL instruction/intrinsic must allow shifts by 0

2010-06-24 Thread gmcgrath at yahoo dot com
This is really a reopen of bug #41196 vshll, q3, d7, #0 is valid but the compiler and assembler choke on it and/or intrinsic. I assume that is because the fix from #41196 tests for shifts greater than 0. However, the zero shift is valid and needed for cheap precision expansion (i.e., vmovl).

[Bug other/44658] ARM/NEON VSHLL instruction/intrinsic must allow shifts by 0

2010-06-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-06-24 17:34 --- If the assembler is choping on it, please report it to binutils: http://sourceware.org/bugzilla . GCC is not the assembler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44658

[Bug middle-end/44492] auto-inc-dec pushes PRE_MODIFY/PRE_INC into inline asm operands

2010-06-24 Thread jakub at gcc dot gnu dot org
--- Comment #23 from jakub at gcc dot gnu dot org 2010-06-24 17:48 --- Subject: Bug 44492 Author: jakub Date: Thu Jun 24 17:48:16 2010 New Revision: 161328 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161328 Log: PR middle-end/44492 * recog.h (struct

[Bug c/44657] GCCSense: merge code-assist branch, or plugin

2010-06-24 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2010-06-24 17:56 --- Nice! But to get anything merged to GCC you need first a copyright assignment. Otherwise, we cannot even look at your code. http://gcc.gnu.org/contribute.html#legal For implementing this as a plugin, you do not need

[Bug target/44659] New: Combiner fails to match cmp patterns with upper 8bit register

2010-06-24 Thread hjl dot tools at gmail dot com
After fixing PR 44588, I got [...@gnu-6 divb]$ cat umod-4.c int foo (unsigned char x, unsigned char y) { return (x % y) != 0; } [...@gnu-6 divb]$ /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc/build-x86_64-linux/gcc/ -Os -c -o umod-4.o umod-4.c [...@gnu-6 divb]$

[Bug middle-end/12392] very long optimized compile

2010-06-24 Thread aoliva at gcc dot gnu dot org
--- Comment #32 from aoliva at gcc dot gnu dot org 2010-06-24 17:58 --- I don't see how a bug reported in 2003 against 3.2 and marked as failing up to 4.0 could possibly be related in any way with VTA. Clearly that bug was fixed. Sure, VTA does perform poorly with these testcases, but

[Bug c/44657] GCCSense: merge code-assist branch, or plugin

2010-06-24 Thread bugs at 59A2 dot org
--- Comment #2 from bugs at 59A2 dot org 2010-06-24 18:08 --- Thanks, I have notified the author. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44657

[Bug other/44658] ARM/NEON VSHLL instruction/intrinsic must allow shifts by 0

2010-06-24 Thread gmcgrath at yahoo dot com
--- Comment #2 from gmcgrath at yahoo dot com 2010-06-24 18:16 --- It is seen at the highest level in GCC using the ARM NEON intrinsic: uint16x8_t vshll_n_u8(uint8x8_t a, __constrange(0,8) int b); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44658

[Bug target/44588] Very inefficient 8bit mod/div

2010-06-24 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2010-06-24 18:20 --- Subject: Bug 44588 Author: hjl Date: Thu Jun 24 18:20:28 2010 New Revision: 161329 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161329 Log: Implement 8bit divmod patterns. gcc/ 2010-06-24 H.J. Lu

[Bug target/44588] Very inefficient 8bit mod/div

2010-06-24 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2010-06-24 18:21 --- Subject: Bug 44588 Author: hjl Date: Thu Jun 24 18:21:21 2010 New Revision: 161330 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161330 Log: Add missing testcases for PR 44588. Added:

[Bug other/44658] ARM/NEON VSHLL instruction/intrinsic must allow shifts by 0

2010-06-24 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-06-24 18:28 --- Can you provide a full example that gives the error? And what is the exact error that is being generated? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44658

[Bug middle-end/43866] [4.3/4.4/4.5/4.6 Regression] wrong code with -fbounds-check -funswitch-loops

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2010-06-24 20:49 --- Both patches look ok. For the remaining issue it would probably work to not copy unreachable blocks during unswitching? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43866

[Bug c++/44625] [4.3/4.4/4.5/4.6 Regression] ICE after error: anonymous struct not inside named type

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44625

[Bug c++/44645] [4.5 Regression] wrong debug info for nested typedef

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44645

[Bug target/44531] [4.5/4.6 Regression] [SH] Multilib configuration does not work as expected on darwin

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44531

[Bug middle-end/44121] [4.6 Regression] multiple char-related fails.

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44121

[Bug tree-optimization/44137] [4.6 Regression]: objc.dg/torture/tls/thr-init-2.m and thr-init.m

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44137

[Bug middle-end/44276] [4.6 Regression]: gcc.dg/tls/alias-1.c

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44276

[Bug bootstrap/44335] [4.6 regression] gcc-4.6-20100529 java bootstrap failure on arm-linux-gnueabi

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44335

[Bug libgcj/44341] [4.6 Regression] libjava cross build fails when configured with --with-gmp=

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44341

[Bug bootstrap/44458] [4.6 Regression] Bootstrap fails on arm_float_words_big_endian implicit declaration when Ada on arm-linux

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44458

[Bug lto/44533] [4.6 Regression] Revision 160679 miscompiles capacita.f90 with -O3 -finline-limit=600 -flto

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44533

[Bug tree-optimization/44562] [4.6 Regression] ICE: in get_alias_set, at alias.c:716 with -flto -fstrict-aliasing -fgraphite-identity

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44562

[Bug fortran/44565] [4.6 Regression] [OOP] ICE in gimplify_expr with array-valued generic TBP

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44565

[Bug fortran/44584] [4.6 Regression] Invalid memory access with gfortran.dg/typebound_proc_15.f03

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44584

[Bug c++/44590] [4.6 Regression] Revision 159362 caused multiple failures on the libstdc++-v3 tests

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44590

[Bug target/44597] [4.6 Regression] FAIL: gcc.c-torture/execute/builtin-prefetch-2.c compilation, ICE

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44597

[Bug fortran/44622] [4.6 Regression] ICE in gfc_typenode_for_spec

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44622

[Bug target/44392] [4.5/4.6 Regression] libgcc compile with --enable-target-optspace (-Os) causes recursion in __bswapsi2

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-06-24 21:38 --- If nobody tests and submits this patch the issue will be not fixed for 4.5.1. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/44393] [4.5/4.6 Regression] ICE: verify_ssa failed: no immediate_use list with -Os -ftree-loop-distribution

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44393

[Bug rtl-optimization/44469] [4.5/4.6 Regression] internal compiler error: in fixup_reorder_chain, at cfglayout.c:797

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-06-24 21:40 --- Seems to be confirmed at least. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/44531] [4.5/4.6 Regression] [SH] Multilib configuration does not work as expected on darwin

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||patch Priority|P3 |P4

[Bug tree-optimization/44545] [4.5/4.6 Regression] internal compiler error: in remove_unreachable_handlers, at tree-eh

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44545

[Bug c/44555] [4.3/4.4/4.5 Regression] Pointer evalutions, is that expected ?

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||wrong-code Priority|P3 |P2

[Bug target/44575] [4.5 Regression] __builtin_va_arg overwrites into adjacent stack location

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to work||4.6.0 Priority|P3 |P2

[Bug middle-end/44576] [4.5/4.6 Regression] testsuite/gfortran.dg/zero_sized_1.f90 with huge compile time on prefetching + peeling

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44576

[Bug c++/44587] [4.4/4.5/4.6 Regression] ICE in instantiate_decl

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-06-24 21:45 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/44592] [4.5/4.6 Regression] wrong code at -O3

2010-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-06-24 21:58 --- Fails also at -O2 -funroll-loops. I can't see anything wrong with the tree-level code. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/44625] [4.3/4.4/4.5/4.6 Regression] ICE after error: anonymous struct not inside named type

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44625

[Bug c++/44628] [4.3/4.4/4.5/4.6 Regression] ICE in cp_build_unary_op at cp/typeck.c:4671

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44628

[Bug c++/44629] [4.3/4.4/4.5/4.6 Regression] ICE in unify, at cp/pt.c:15155

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44629

[Bug target/44632] [4.4/4.5/4.6 regression] wrong code for complex division

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44632

[Bug c++/44645] [4.5 Regression] wrong debug info for nested typedef

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44645

[Bug fortran/44622] [4.6 Regression] ICE in gfc_typenode_for_spec

2010-06-24 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2010-06-24 22:04 --- can reproduce this anymore, closing as fixed -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug testsuite/43283] ld: Unsatisfied symbol start in file c_lto_20091216-1_0.o

2010-06-24 Thread sje at gcc dot gnu dot org
--- Comment #7 from sje at gcc dot gnu dot org 2010-06-24 22:31 --- Subject: Bug 43283 Author: sje Date: Thu Jun 24 22:31:23 2010 New Revision: 161342 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161342 Log: 2010-06-24 Steve Ellcey s...@cup.hp.com PR testsuite/43283

[Bug rtl-optimization/44659] Combiner fails to match QI cmp patterns with upper 8bit register

2010-06-24 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2010-06-24 22:41 --- X86 backend has special support for (zero_extract:SI (reg:M N) (const_int 8) (const_int 8)) If backend provides zero_extract, shouldn't we preserve it? -- hjl dot tools at gmail dot com changed:

[Bug rtl-optimization/44659] Combiner fails to match QI cmp patterns with upper 8bit register

2010-06-24 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-06-24 22:43 --- Created an attachment (id=20999) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20999action=view) A patch With this patch, I got [...@gnu-6 divb]$ cat umod-4.c int foo (unsigned char x, unsigned char y) {

  1   2   >