[Bug c++/37860] standard_layout: direct and copy initialization issues

2008-12-02 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2008-12-02 23:53 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/35782] support for standard layout types

2008-12-02 Thread jason at gcc dot gnu dot org
--- Comment #10 from jason at gcc dot gnu dot org 2008-12-02 23:53 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/37896] standard_layout: array direct and copy initialization issues

2008-12-02 Thread jason at gcc dot gnu dot org
--- Comment #1 from jason at gcc dot gnu dot org 2008-12-02 23:59 --- t21 is invalid because you create a standard_layout_base from each element and then copy the resulting temporary into the array. With the fix I just checked in you can remove the initializer_list constructor and write

[Bug debug/38367] [4.1/4.2/4.3/4.4 regression] Wrong debug information for big endian function parameters

2008-12-02 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2008-12-03 00:19 --- Works just fine e.g. on ppc (big-endian as well; had to add a couple of extra int arguments before the short ones to make them passed on the stack). Can you reproduce it on any primary/secondary big-endian target (mip

[Bug debug/38367] [4.1/4.2/4.3/4.4 regression] Wrong debug information for big endian function parameters

2008-12-02 Thread schwab at suse dot de
--- Comment #2 from schwab at suse dot de 2008-12-03 00:49 --- 600b9bbf6c9016b24a7c8f1cc1f4385d859f2b46 is first bad commit commit 600b9bbf6c9016b24a7c8f1cc1f4385d859f2b46 Author: jakub <[EMAIL PROTECTED]> Date: Thu Aug 11 21:22:43 2005 + * dwarf2out.c (add_location_or_con

[Bug tree-optimization/38378] New: missed optimisation: function referenced through unused function pointer not removed

2008-12-02 Thread patrick at motec dot com dot au
The following (contrived) example was compiled with -O3 -fwhole-program. void func1() { } void func2(void(*fn)(void)) { fn(); } void func3() { func2(&func1); } int main() { return 0; } running objdump on the output results in : 0: 4e 80 00 20 blr 0004 : 4: 9

[Bug middle-end/35728] Inlined function via function pointer emitted unnecessarily

2008-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-03 01:41 --- *** Bug 38378 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/35728] Inlined function via function pointer emitted unnecessarily

2008-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-03 01:41 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug tree-optimization/38378] missed optimisation: function referenced through unused function pointer not removed

2008-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-03 01:41 --- *** This bug has been marked as a duplicate of 35728 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/38379] New: missed optimisation: function referenced through unused function pointer not removed

2008-12-02 Thread patrick at motec dot com dot au
The following (contrived) example was compiled with -O3 -fwhole-program. void func1() { } void func2(void(*fn)(void)) { fn(); } void func3() { func2(&func1); } int main() { return 0; } running objdump on the output results in : 0: 4e 80 00 20 blr 0004 : 4: 9

[Bug tree-optimization/38378] missed optimisation: function referenced through unused function pointer not removed

2008-12-02 Thread patrick at motec dot com dot au
--- Comment #2 from patrick at motec dot com dot au 2008-12-03 02:03 --- It seems my searching skills need improving. Sorry for the duplicate. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38378

[Bug tree-optimization/38378] missed optimisation: function referenced through unused function pointer not removed

2008-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-03 02:05 --- *** Bug 38379 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38378

[Bug tree-optimization/38379] missed optimisation: function referenced through unused function pointer not removed

2008-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-03 02:05 --- *** This bug has been marked as a duplicate of 38378 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/38268] gfortran doesn't link any 64 bits binaries on Solaris

2008-12-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-12-03 04:06 --- Eric, Here is the problem I am seeing: gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-forma

[Bug fortran/35937] Wrong type for charlength of function

2008-12-02 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2008-12-03 05:52 --- (In reply to comment #11) > Did you get the expected result also? > I couldn't tell - I did not have the 32 bit library installed. I'll try to fix that. Cheers Paul -- http://gcc.gnu.org/bugzilla/show_bug.c

ranlib error

2008-12-02 Thread VVS Ram
Hello to gcc forums, Please kindly help in solving this bug under compiling my project with gcc. "could not read symbols: Archive has no index; run ranlib to add one collect2: ld returned 1 exit status" Please help me... thank u -- Phaniram vvs

[Bug middle-end/37980] [graphite] ICE : verify_ssa failed

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 37980 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/38083] [graphite] ICE: in verify_loop_structure, at cfgloop.c:1569

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 38083 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/38125] [graphite] ICE :Segmentation fault

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 38125 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/37928] [graphite] ICE :Segmentation fault

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 37928 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/37852] [graphite] ICE in gbb_loop_index, at graphite.h:252

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 37852 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/38073] [graphite] ICE: Segmentation fault

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 38073 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/38038] [graphite] -03 -fgraphite-identity causes ICE when compiling ac.f90 Polyhedron 2005 benchmark

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 38038 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/37883] [graphite] ICE : in scan_tree_for_params, at graphite.c:2274

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 37883 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

[Bug middle-end/38039] [graphite] -02/O3 -fgraphite-identity causes ICE when compiling aermod.f90 Polyhedron 2005 benchmark

2008-12-02 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-12-03 07:35 --- Subject: Bug 38039 Author: spop Date: Wed Dec 3 07:33:52 2008 New Revision: 142384 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142384 Log: 2008-12-02 Sebastian Pop <[EMAIL PROTECTED]> Jan Sjod

<    1   2