[Bug regression/48262] Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 Michael Meissner changed: What|Removed |Added CC||richard.sandiford at linaro

[Bug regression/48263] New: [4.7 Regression]: build fails for cris-elf in libgfortran

2011-03-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48263 Summary: [4.7 Regression]: build fails for cris-elf in libgfortran Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: build, ice-on-valid-code Sev

[Bug rtl-optimization/48263] [4.7 Regression]: build fails for cris-elf in libgfortran

2011-03-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48263 Hans-Peter Nilsson changed: What|Removed |Added Component|regression |rtl-optimization Target M

[Bug c++/48261] internal compiler error: in lookup_template_function, at cp/pt.c:6227

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48261 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug regression/48262] Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 --- Comment #2 from Andrew Pinski 2011-03-23 23:30:15 UTC --- gcc.c-torture/compile/900116-1.c fails at -O3 -maltivec but with a different ICE but revision which caused it is the same. Some debugging from that file: (gdb) p code $2 = VEC

[Bug regression/48262] Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 --- Comment #3 from Andrew Pinski 2011-03-23 23:33:57 UTC --- CODE_FOR_movmisalignv2di (mem:V2DI (plus:DI (reg/f:DI 203 [ vect_p.29 ]) (reg:DI 188 [ ivtmp.122 ])) [3 MEM[base: vect_p.29_94, index: ivtmp.122_61, offset: 0B]+0 S16

[Bug regression/48262] Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 --- Comment #4 from Andrew Pinski 2011-03-23 23:40:18 UTC --- ;; Under VSX, vectors of 4/8 byte alignments do not need to be aligned ;; since the load already handles it. (define_expand "movmisalign" [(set (match_operand:VEC_N 0 "vfloat_

[Bug c/48264] New: Simple dummy program fails with Segmentation Fault upon -shared linking

2011-03-23 Thread leo.izen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48264 Summary: Simple dummy program fails with Segmentation Fault upon -shared linking Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priorit

[Bug regression/48262] Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 --- Comment #5 from Andrew Pinski 2011-03-23 23:43:15 UTC --- Here is a patch for the movmisalign issue: Index: vector.md === --- vector.md(revision 171367) +++ vector.m

[Bug c/48264] Simple dummy program fails with Segmentation Fault upon -shared linking

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48264 --- Comment #1 from Jonathan Wakely 2011-03-23 23:57:36 UTC --- (In reply to comment #0) > but I would like to link with -shared so this is sort of > annoying. Why? -shared does not produce an executable

[Bug c++/48265] New: [4.6/4.7 Regression] ICE: SIGSEGV (recursion in value_dependent_expression_p) when variable is used uninitialised

2011-03-23 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48265 Summary: [4.6/4.7 Regression] ICE: SIGSEGV (recursion in value_dependent_expression_p) when variable is used uninitialised Product: gcc Version: 4.7.0 Sta

[Bug regression/48262] Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 --- Comment #6 from Andrew Pinski 2011-03-24 00:07:49 UTC --- (In reply to comment #2) > gcc.c-torture/compile/900116-1.c fails at -O3 -maltivec but with a different > ICE but revision which caused it is the same. The problem here is th

[Bug target/48262] [4.7 Regression] Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

[Bug rtl-optimization/48263] [4.7 Regression]: build fails for cris-elf in libgfortran

2011-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48263 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/48263] [4.7 Regression]: build fails for cris-elf in libgfortran

2011-03-23 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48263 --- Comment #2 from Hans-Peter Nilsson 2011-03-24 01:15:14 UTC --- (In reply to comment #1) > I don't know if this is a bug in optabs or a target issue. An optabs issue. > But what is happening is that since ior is an commutative, it

[Bug libfortran/48030] Implement read_x using fbuf_getc

2011-03-23 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48030 --- Comment #2 from Jerry DeLisle 2011-03-24 01:49:01 UTC --- Author: jvdelisle Date: Thu Mar 24 01:48:57 2011 New Revision: 171378 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171378 Log: 2011-03-23 Jerry DeLisle P

[Bug target/46934] gcc ICE: error: unrecognizable insn: in extract_insn, at recog.c:2109

2011-03-23 Thread cltang at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46934 --- Comment #4 from Chung-Lin Tang 2011-03-24 02:47:58 UTC --- Author: cltang Date: Thu Mar 24 02:47:55 2011 New Revision: 171379 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171379 Log: 2011-03-23 Chung-Lin Tang PR

[Bug bootstrap/48148] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-03-23 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48148 H.J. Lu changed: What|Removed |Added Status|REOPENED|NEW --- Comment #21 from H.J. Lu 201

[Bug libstdc++/48257] std::string::assign() corrupts std::string static data when called on emptyString1 using emptyString2.data()

2011-03-23 Thread mohsinrzaidi at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48257 Mohsin changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

<    1   2