[Bug other/48747] New: Darwin/MacOSX 10.5 fixincludes make check => complex.h missing

2011-04-23 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48747 Summary: Darwin/MacOSX 10.5 fixincludes make check => complex.h missing Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug preprocessor/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #15 from Jakub Jelinek 2011-04-23 23:33:42 UTC --- Author: jakub Date: Sat Apr 23 23:33:39 2011 New Revision: 172904 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172904 Log: PR preprocessor/48740 * lex.c (lex_raw_str

[Bug preprocessor/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #14 from Jakub Jelinek 2011-04-23 23:32:12 UTC --- Author: jakub Date: Sat Apr 23 23:32:09 2011 New Revision: 172903 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172903 Log: PR preprocessor/48740 * lex.c (lex_raw_str

[Bug fortran/48746] New: Matmul with allocate on assignment

2011-04-23 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 Summary: Matmul with allocate on assignment Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gc

[Bug c++/48745] [C++0x] Segmentation fault with list-initialization, void initializers and variadics

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48745 --- Comment #2 from Daniel Krügler 2011-04-23 21:54:03 UTC --- I could produce the following more detailed output via "-v -save-temps": [..]\cygwin\home\Daniel\jasongcc\bin\jasong++ -v -save-temps -std=c++0x -Wall main.cpp Using built-in specs.

[Bug c++/48745] [C++0x] Segmentation fault with list-initialization, void initializers and variadics

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48745 --- Comment #1 from Daniel Krügler 2011-04-23 21:51:20 UTC --- Created attachment 24087 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24087 Preprocessed version

[Bug libfortran/48684] Incorrect field alignment with Gw.dEe descriptor

2011-04-23 Thread jvdelisle at frontier dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48684 --- Comment #5 from jvdelisle at frontier dot com 2011-04-23 21:50:54 UTC --- On 04/23/2011 02:27 PM, jvdelisle at gcc dot gnu.org wrote: --- snip --- > > Unpatched gfortran and ifort give: I meant patched gfortran and ifort give: > > 123456789012

[Bug c++/48745] New: [C++0x] Segmentation fault with list-initialization, void initializers and variadics

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48745 Summary: [C++0x] Segmentation fault with list-initialization, void initializers and variadics Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/48744] New: [C++0x][SFINAE] Hard errors with list-initialization and void initializers

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48744 Summary: [C++0x][SFINAE] Hard errors with list-initialization and void initializers Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libfortran/48684] Incorrect field alignment with Gw.dEe descriptor

2011-04-23 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48684 --- Comment #4 from Jerry DeLisle 2011-04-23 21:27:22 UTC --- lets expand the test case just a little: print "(a)", "12345678901234567890" print "(g15.3e5)", 0.1d0 print "(g15.3e5)", 0.1d1 print "(g15.3e5)", 0.1d2 print "(g15.3e5)", 0.1d3 print

[Bug target/48743] -march=native mis-detects AMD K6-2+ / K6-3 as Athlon - compiled C fails with "illegal instruction"

2011-04-23 Thread gcc.gnu.org at stellar dot eclipse.co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48743 --- Comment #2 from Joe Stroller 2011-04-23 21:14:26 UTC --- Created attachment 24086 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24086 Raw output from Todd Allen's cpuid utility Raw output also attached. I think the AMD document "AMD P

[Bug target/48743] -march=native mis-detects AMD K6-2+ / K6-3 as Athlon - compiled C fails with "illegal instruction"

2011-04-23 Thread gcc.gnu.org at stellar dot eclipse.co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48743 --- Comment #1 from Joe Stroller 2011-04-23 21:12:35 UTC --- Created attachment 24085 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24085 Output from Todd Allen's cpuid utility Todd Allen's cpuid utility detects this CPU correctly. http://

[Bug target/48743] New: -march=native mis-detects AMD K6-2+ / K6-3 as Athlon - compiled C fails with "illegal instruction"

2011-04-23 Thread gcc.gnu.org at stellar dot eclipse.co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48743 Summary: -march=native mis-detects AMD K6-2+ / K6-3 as Athlon - compiled C fails with "illegal instruction" Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/48738] pow() fails to produce (some) subnormalized numbers with integer exponents

2011-04-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48738 --- Comment #4 from Paolo Carlini 2011-04-23 20:26:47 UTC --- I'm following with interest the numerical analysis side of the discussion, but I have to add that, *as a libstc++-v3 proper* issue, as mentioned by Richard, the issue is moot, because

[Bug c/48742] New: Internal error in glimplify_expr

2011-04-23 Thread derek at knosof dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48742 Summary: Internal error in glimplify_expr Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.or

[Bug libstdc++/48521] [4.5 Regression] [C++0x] std::result_of doesn't work with pointer to member

2011-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48521 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug libstdc++/48521] [4.5/4.6 Regression] [C++0x] std::result_of doesn't work with pointer to member

2011-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48521 --- Comment #8 from Jonathan Wakely 2011-04-23 17:51:34 UTC --- Author: redi Date: Sat Apr 23 17:51:31 2011 New Revision: 172901 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172901 Log: 2011-04-23 Jonathan Wakely PR libstdc++/48

[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

2011-04-23 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48615 Thomas Henlich changed: What|Removed |Added Attachment #24081|0 |1 is obsolete|

[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

2011-04-23 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48615 Jerry DeLisle changed: What|Removed |Added AssignedTo|unassigned at gcc dot |jvdelisle at gcc dot |g

[Bug preprocessor/48741] c++0x ##__VA_ARGS__ no longer remove comma without arguments

2011-04-23 Thread vjeuxx at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48741 --- Comment #3 from vjeux 2011-04-23 16:30:57 UTC --- (In reply to comment #2) > This is a C99 feature and a GNU extension in C++. Use -std=gnu++0x. Thanks, I did not know about this.

[Bug preprocessor/48741] c++0x ##__VA_ARGS__ no longer remove comma without arguments

2011-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48741 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/48738] pow() fails to produce (some) subnormalized numbers with integer exponents

2011-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48738 --- Comment #3 from Richard Guenther 2011-04-23 16:24:08 UTC --- (In reply to comment #2) > (In reply to comment #1) > > Integer exponent powers are computed using > > > > TYPE > > NAME (TYPE x, int m) > > { > > unsigned int n = m < 0 ? -m : m

[Bug preprocessor/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #13 from Kay Hayen 2011-04-23 15:10:32 UTC --- Oh, it occured to me something that I could test: [~]> g++-4.6 -c --std=c++0x testcase.cpp -Wall -Werror testcase.cpp:3:17: error: unterminated raw string testcase.cpp:3:15: error: expec

[Bug libstdc++/48738] pow() fails to produce (some) subnormalized numbers with integer exponents

2011-04-23 Thread paulo1205 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48738 --- Comment #2 from Paulo A. P. Pires 2011-04-23 13:55:48 UTC --- (In reply to comment #1) > Integer exponent powers are computed using > > TYPE > NAME (TYPE x, int m) > { > unsigned int n = m < 0 ? -m : m; > TYPE y = n % 2 ? x : 1; > whil

[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

2011-04-23 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48615 --- Comment #4 from Thomas Henlich 2011-04-23 13:19:46 UTC --- Created attachment 24081 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24081 Revised test case

[Bug preprocessor/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|ASSIGNED AssignedTo|unassigned at

[Bug preprocessor/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jakub Jelinek changed: What|Removed |Added Component|c++ |preprocessor Target Milestone|---

[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

2011-04-23 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48615 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jakub Jelinek changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10

2011-04-23 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602 --- Comment #43 from Thomas Henlich 2011-04-23 11:44:45 UTC --- It seems the required changes would fit in nicely in output_float(): We can treat FMT_G like FMT_E. After the rounding step, i.e. when the final value of the variable e in output_fl

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #10 from Jonathan Wakely 2011-04-23 11:36:03 UTC --- I get no error with gcc version 4.6.0 20110419 (Red Hat 4.6.0-5) (I can't test vanilla 4.6 until I finish reinstalling my pc)

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #9 from Kay Hayen 2011-04-23 11:24:54 UTC --- On 4.6 it exists though, I pasted your code to a new file: - [~]> g++-4.6 -c --std=c++0x testcase.cpp -Wall -Werror testcase.cpp:3:17: error: unterminated raw string testcase.cpp:3:

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #8 from Daniel Krügler 2011-04-23 11:14:01 UTC --- (In reply to comment #7) > Created attachment 24079 [details] > Sorry for the typo, that's what you get for extracting test case. This one is > better. I cannot reproduce this warnin

[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

2011-04-23 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48615 --- Comment #2 from Thomas Henlich 2011-04-23 11:06:28 UTC --- The second branch (let printf do rounding) should only be choosen if the requested rounding mode is the same as printf uses (nearest/compatible?) and either - the format is ES or - th

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #7 from Kay Hayen 2011-04-23 11:05:52 UTC --- Created attachment 24079 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24079 Sorry for the typo, that's what you get for extracting test case. This one is better. With this one I ca

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #6 from Jonathan Wakely 2011-04-23 11:05:18 UTC --- Oops! thanks, Jakub!

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #5 from Daniel Krügler 2011-04-23 10:58:44 UTC --- (In reply to comment #4) > "raw(foo%sbar%sfred%sbob?)raw" is not a raw string literal, > R"raw(foo%sbar%sfred%sbob?)raw" is, and that one doesn't warn or error and > is handle

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug preprocessor/48741] c++0x ##__VA_ARGS__ no longer remove , without arguments

2011-04-23 Thread vjeuxx at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48741 vjeux changed: What|Removed |Added Summary|c |c++0x ##__VA_ARGS__ no |

[Bug preprocessor/48741] New: c

2011-04-23 Thread vjeuxx at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48741 Summary: c Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor AssignedTo: unassig...@gcc.gnu.org ReportedBy

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]

2011-04-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918 --- Comment #40 from Tobias Burnus 2011-04-23 10:26:41 UTC --- Author: burnus Date: Sat Apr 23 10:26:38 2011 New Revision: 172897 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172897 Log: 2011-04-23 Tobias Burnus PR fortran/1

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler at |

[Bug c/48685] [4.5 Regression] ICE in gimplify_expr, at gimplify.c:7034

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48685 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c/48685] [4.5/4.6/4.7 regression] ICE in gimplify_expr, at gimplify.c:7034

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48685 --- Comment #9 from Jakub Jelinek 2011-04-23 10:18:56 UTC --- Author: jakub Date: Sat Apr 23 10:18:54 2011 New Revision: 172896 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172896 Log: PR c/48685 * fold-const.c (fold_convert_loc

[Bug c/48685] [4.5/4.6/4.7 regression] ICE in gimplify_expr, at gimplify.c:7034

2011-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48685 --- Comment #8 from Jakub Jelinek 2011-04-23 10:18:06 UTC --- Author: jakub Date: Sat Apr 23 10:18:03 2011 New Revision: 172895 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172895 Log: PR c/48685 * fold-const.c (fold_convert_loc

[Bug libstdc++/48738] pow() fails to produce (some) subnormalized numbers with integer exponents

2011-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48738 --- Comment #1 from Richard Guenther 2011-04-23 09:20:46 UTC --- Integer exponent powers are computed using TYPE NAME (TYPE x, int m) { unsigned int n = m < 0 ? -m : m; TYPE y = n % 2 ? x : 1; while (n >>= 1) { x = x * x; i

[Bug c++/48740] Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 --- Comment #1 from Kay Hayen 2011-04-23 09:17:04 UTC --- Just to note: I found this bug with 4.5.2 originally. I then used 4.6 only to check that it wasn't solved in the mean time.

[Bug lto/48733] [4.7 Regression] Many LTO failures

2011-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48733 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/48740] New: Raw C++0x strings and trigraphs mix badly

2011-04-23 Thread kayhayen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740 Summary: Raw C++0x strings and trigraphs mix badly Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...

[Bug tree-optimization/48732] Nested loops with small iteration count gobble time in "tree reassociation"

2011-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48732 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/48731] regression: __attribute__((flatten)) produces error with function calling variadic functions

2011-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48731 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/48730] static function scope not honored by -fms-extensions

2011-04-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48730 Richard Guenther changed: What|Removed |Added Severity|normal |enhancement

[Bug target/43872] VLAs are not aligned correctly on ARM

2011-04-23 Thread richard.earnshaw at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43872 --- Comment #6 from richard.earnshaw at arm dot com 2011-04-23 08:37:21 UTC --- I shall be out of the office until Tuesday 3rd May and will not have email access during most of that time, so I will read your message when I return. For urgent manag

[Bug target/43872] VLAs are not aligned correctly on ARM

2011-04-23 Thread cltang at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43872 Chung-Lin Tang changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

2011-04-23 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48615 --- Comment #1 from Thomas Henlich 2011-04-23 07:49:33 UTC --- I think I found the problematic code in write_float: if (f->format == FMT_F || f->format == FMT_EN || f->format == FMT_G || ((f->format == FMT_D || f->format == FMT_E)

[Bug target/48723] ICE in ix86_expand_prologue() with -fstack-check + function returning struct, on corei7-avx

2011-04-23 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48723 --- Comment #8 from uros at gcc dot gnu.org 2011-04-23 07:43:54 UTC --- Author: uros Date: Sat Apr 23 07:43:50 2011 New Revision: 172894 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172894 Log: Revert: 2011-04-22 Uros Bizjak

[Bug target/48723] ICE in ix86_expand_prologue() with -fstack-check + function returning struct, on corei7-avx

2011-04-23 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48723 --- Comment #7 from uros at gcc dot gnu.org 2011-04-23 07:41:48 UTC --- Author: uros Date: Sat Apr 23 07:41:43 2011 New Revision: 172893 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172893 Log: Revert: 2011-04-22 Uros Bizjak

[Bug target/48142] [4.6/4.7 Regression] miscompilation with -Os -mpreferred-stack-boundary=5 -fstack-check

2011-04-23 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48142 --- Comment #9 from Uros Bizjak 2011-04-23 07:38:35 UTC --- (In reply to comment #8) > > This test fails again after the fix for PR target/48723 [1,2]. > > Sure, stack checking is totally broken: > > Running /home/eric/svn/gcc/gcc/testsuite/gna

[Bug tree-optimization/48739] New: ICE in check_loop_closed_ssa_use() with "-ftree-parallelize-loops=2 -fno-tree-dominator-opts"

2011-04-23 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48739 Summary: ICE in check_loop_closed_ssa_use() with "-ftree-parallelize-loops=2 -fno-tree-dominator-opts" Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/48738] New: pow() fails to produce (some) subnormalized numbers with integer exponents

2011-04-23 Thread paulo1205 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48738 Summary: pow() fails to produce (some) subnormalized numbers with integer exponents Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3