[Bug c/60156] New: GCC doesn't warn about variadic main

2014-02-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60156 Bug ID: 60156 Summary: GCC doesn't warn about variadic main Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c A

[Bug c/60156] GCC doesn't warn about variadic main

2014-02-12 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60156 Marek Polacek changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug c++/60047] [4.7/4.8/4.9 Regression] ICE with defaulted copy constructor and virtual base class

2014-02-12 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60047 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Feb 12 08:45:46 2014 New Revision: 207712 URL: http://gcc.gnu.org/viewcvs?rev=207712&root=gcc&view=rev Log: /cp 2014-02-12 Paolo Carlini PR c++/60047 * method.c

[Bug c++/60047] [4.7/4.8 Regression] ICE with defaulted copy constructor and virtual base class

2014-02-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60047 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|jason at gcc

[Bug target/60157] New: adding -mstrict-align for i386 and x86_64 architecture

2014-02-12 Thread vinxxe at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60157 Bug ID: 60157 Summary: adding -mstrict-align for i386 and x86_64 architecture Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug rtl-optimization/60116] [4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-12 Thread ebotcazou at gcc dot gnu.org
e): Also remove dangling REG_DEAD notes on the other_insn once the combination has been validated. Added: trunk/gcc/testsuite/gcc.c-torture/execute/20140212-1.c Modified: trunk/gcc/ChangeLog trunk/gcc/combine.c trunk/gcc/testsuite/ChangeLog

[Bug target/60157] adding -mstrict-align for i386 and x86_64 architecture

2014-02-12 Thread vinxxe at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60157 vinxxe at gmail dot com changed: What|Removed |Added Severity|normal |enhancement

[Bug rtl-optimization/60116] [4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-12 Thread ebotcazou at gcc dot gnu.org
e): Also remove dangling REG_DEAD notes on the other_insn once the combination has been validated. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/20140212-1.c - copied unchanged from r207713, trunk/gcc/testsuite/gcc.c-torture/execute/20140212-1.c Modified: branches

[Bug rtl-optimization/60116] [4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60116 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/60060] [4.9 Regression] lto1: internal compiler error: in add_AT_specification, at dwarf2out.c:4096

2014-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60060 --- Comment #9 from Richard Biener --- Author: rguenth Date: Wed Feb 12 09:01:30 2014 New Revision: 207715 URL: http://gcc.gnu.org/viewcvs?rev=207715&root=gcc&view=rev Log: 2014-02-12 Richard Biener PR lto/60060 * lto-lang.c (lto_writ

[Bug fortran/49636] [F03] ASSOCIATE construct confused with slightly complicated case

2014-02-12 Thread paul.richard.thomas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49636 --- Comment #6 from paul.richard.thomas at gmail dot com --- Dear Dominique, Thanks for the heads-up about -m32 - I thought that the code would be immune to word length changes ***sigh*** Cheers Paul On 12 February 2014 00:40, dominiq at lps

[Bug debug/60152] [4.9 Regression] multiple AT_calling_convention attributes generated after r205679

2014-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60152 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/60060] [4.9 Regression] lto1: internal compiler error: in add_AT_specification, at dwarf2out.c:4096

2014-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60060 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #18

[Bug debug/60152] [4.9 Regression] multiple AT_calling_convention attributes generated after r205679

2014-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60152 --- Comment #2 from Tobias Burnus --- See PR 60060 comment 7 for some details and a backtrace of the two add_calling_convention_attribute calls.

[Bug rtl-optimization/60116] [4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60116 --- Comment #19 from Eric Botcazou --- Author: ebotcazou Date: Wed Feb 12 10:16:34 2014 New Revision: 207716 URL: http://gcc.gnu.org/viewcvs?rev=207716&root=gcc&view=rev Log: PR rtl-optimization/60116 * combine.c (try_combine): Fix oversi

[Bug rtl-optimization/60116] [4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60116 --- Comment #20 from Eric Botcazou --- Author: ebotcazou Date: Wed Feb 12 10:17:08 2014 New Revision: 207717 URL: http://gcc.gnu.org/viewcvs?rev=207717&root=gcc&view=rev Log: PR rtl-optimization/60116 * combine.c (try_combine): Fix oversi

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 --- Comment #19 from Jakub Jelinek --- (In reply to Tobias Burnus from comment #18) > (In reply to Richard Biener from comment #1) > > We could "lower" > > posix_memalign (&ptr, align, size); > > to > > posix_memalign (&ptr, align, size); > >

[Bug c/60158] New: powerpc: usage of the .data.rel.ro.local section

2014-02-12 Thread jal2 at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60158 Bug ID: 60158 Summary: powerpc: usage of the .data.rel.ro.local section Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug rtl-optimization/60159] New: improve code for conditional sibcall

2014-02-12 Thread jay.foad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60159 Bug ID: 60159 Summary: improve code for conditional sibcall Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimiz

[Bug lto/60150] [4.9 Regression] ICE in function_and_variable_visibility, at ipa.c:1000

2014-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60150 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug target/43546] [4.7/4.8/4.9 Regression] ICE: in assign_stack_local_1, at function.c:353 with -mpreferred-stack-boundary=2 -msseregparm

2014-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43546 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #14

[Bug target/43546] [4.7/4.8/4.9 Regression] ICE: in assign_stack_local_1, at function.c:353 with -mpreferred-stack-boundary=2 -msseregparm

2014-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43546 Jakub Jelinek changed: What|Removed |Added CC||uros at gcc dot gnu.org --- Comment #15 f

[Bug rtl-optimization/60159] improve code for conditional sibcall

2014-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60159 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug rtl-optimization/59999] [4.9 Regression] Sign extension in loop regression blocks generation of zero overhead loop

2014-02-12 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 --- Comment #22 from Paulo J. Matos --- After some thought, I am concluding this cannot actually be optimized and that GCC 4.5.4 was better because it was taking advantage of an undefined behaviour that doesn't exist. The thought process is as fo

[Bug rtl-optimization/60155] ICE: in get_pressure_class_and_nregs at gcse.c:3438

2014-02-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155 --- Comment #1 from John David Anglin --- With 4.6 and 4.7 compilers, this appears as: gcc-4.6 -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOUR

[Bug target/57202] Please make the intrinsics headers like immintrin.h be usable without compiler flags

2014-02-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57202 --- Comment #4 from Marc Glisse --- Can this be closed?

[Bug rtl-optimization/59999] [4.9 Regression] Sign extension in loop regression blocks generation of zero overhead loop

2014-02-12 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 --- Comment #23 from rguenther at suse dot de --- On Wed, 12 Feb 2014, pa...@matos-sorge.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 > > --- Comment #22 from Paulo J. Matos --- > After some thought, I am concluding this canno

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 --- Comment #20 from Richard Biener --- Author: rguenth Date: Wed Feb 12 13:36:08 2014 New Revision: 207720 URL: http://gcc.gnu.org/viewcvs?rev=207720&root=gcc&view=rev Log: 2014-02-12 Richard Biener PR middle-end/60092 * gimple-low.c

[Bug rtl-optimization/59999] [4.9 Regression] Sign extension in loop regression blocks generation of zero overhead loop

2014-02-12 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 pmatos at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

2014-02-12 Thread jan.kratochvil at redhat dot com
--- Comment #4 from Jan Kratochvil --- Verified GDB fails with it. GDB puts breakpoint on second ".loc" (that is not the fist/initial ".loc") in a function as currently neither GCC nor GCC use DW_LNS_set_prologue_end. g++ (GCC) 4.9.0 20140212 (experimental) -S -g -fsanitize=ad

[Bug target/57202] Please make the intrinsics headers like immintrin.h be usable without compiler flags

2014-02-12 Thread thiago at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57202 --- Comment #5 from Thiago Macieira --- (In reply to Marc Glisse from comment #4) > Can this be closed? Oh, yeah, this is working fine in GCC 4.9.

[Bug bootstrap/60160] New: Building with -flto in CFLAGS_FOR_TARGET / CXXFLAGS_FOR_TARGET

2014-02-12 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60160 Bug ID: 60160 Summary: Building with -flto in CFLAGS_FOR_TARGET / CXXFLAGS_FOR_TARGET Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement

[Bug bootstrap/60160] Building with -flto in CFLAGS_FOR_TARGET / CXXFLAGS_FOR_TARGET

2014-02-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60160 --- Comment #1 from Marc Glisse --- Note the related: http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01480.html (PR 43538) and PR 59893.

[Bug bootstrap/60160] Building with -flto in CFLAGS_FOR_TARGET / CXXFLAGS_FOR_TARGET

2014-02-12 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60160 --- Comment #2 from Markus Trippelsdorf --- libstdc++ also causes problems: /var/tmp/gcc_build_dir_/./prev-gcc/xg++ -B/var/tmp/gcc_build_dir_/./prev-gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/var/tmp/gcc_build_dir_/prev-x86_64-pc-linux-g

[Bug target/57202] Please make the intrinsics headers like immintrin.h be usable without compiler flags

2014-02-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57202 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug rtl-optimization/56965] nonoverlapping_component_refs_p is bogus and slow

2014-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56965 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/60151] HAVE_AS_GOTOFF_IN_DATA is mis-detected on x86-64

2014-02-12 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60151 --- Comment #1 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Feb 12 16:12:36 2014 New Revision: 207731 URL: http://gcc.gnu.org/viewcvs?rev=207731&root=gcc&view=rev Log: Pass --32 to GNU assembler for .long foo@GOTOFF check PR target/

[Bug target/60151] HAVE_AS_GOTOFF_IN_DATA is mis-detected on x86-64

2014-02-12 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60151 --- Comment #2 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Feb 12 16:38:50 2014 New Revision: 207733 URL: http://gcc.gnu.org/viewcvs?rev=207733&root=gcc&view=rev Log: Pass --32 to GNU assembler for .long foo@GOTOFF check Backport f

[Bug target/60151] HAVE_AS_GOTOFF_IN_DATA is mis-detected on x86-64

2014-02-12 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60151 --- Comment #3 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Feb 12 16:43:47 2014 New Revision: 207734 URL: http://gcc.gnu.org/viewcvs?rev=207734&root=gcc&view=rev Log: Pass --32 to GNU assembler for .long foo@GOTOFF check Backport f

[Bug target/60151] HAVE_AS_GOTOFF_IN_DATA is mis-detected on x86-64

2014-02-12 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60151 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/59893] Use LTO for libgcc.a, libstdc++.a, etc

2014-02-12 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59893 --- Comment #7 from Dmitry Gorbachev --- I used to build GCC 4.8/4.9 with -flto in C(XX)FLAGS_FOR_TARGET for quite some time (both native i686-pc-linux-gnu and a cross), and it seems to work. I saw two problems: PR 60160 (for which a patch exists

[Bug middle-end/59737] [4.9 Regression] ice from optimize_inline_calls

2014-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59737 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libgcc/60161] New: updating collapsed because of no authentified software packets (lib32cc1)

2014-02-12 Thread dierk.zeissler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60161 Bug ID: 60161 Summary: updating collapsed because of no authentified software packets (lib32cc1) Product: gcc Version: unknown Status: UNCONFIRMED Severity: bloc

[Bug middle-end/59737] [4.9 Regression] ice from optimize_inline_calls

2014-02-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59737 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Feb 12 16:55:51 2014 New Revision: 207735 URL: http://gcc.gnu.org/viewcvs?rev=207735&root=gcc&view=rev Log: PR middle-end/59737 * g++.dg/ipa/pr59737.C: New test. Added: tr

[Bug libgcc/60161] updating collapsed because of no authentified software packets (lib32cc1)

2014-02-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60161 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-02-12 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 Bernd Edlinger changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/43680] [DR 1022] G++ is too aggressive in optimizing away bounds checking with enums

2014-02-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43680 Jason Merrill changed: What|Removed |Added Known to fail|| --- Comment #19 from Jason Merrill ---

[Bug target/59516] [4.9 Regression] Multiple definition of `X' / of `non-virtual thunk to X' errors with LTO

2014-02-12 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59516 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/59193] Unused postfix operator temporaries

2014-02-12 Thread mtewoodbury at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59193 Max TenEyck Woodbury changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALI

[Bug c/59193] Unused postfix operator temporaries

2014-02-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59193 Andrew Pinski changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug rtl-optimization/57193] [4.7/4.8/4.9 Regression] suboptimal register allocation for SSE registers

2014-02-12 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57193 Richard Henderson changed: What|Removed |Added Last reconfirmed|2013-05-07 00:00:00 |2014-2-12 CC|

[Bug target/58158] [4.8/4.9 Regression] ICE with conditional moves on GPRs with a floating point conditional on mipsel with loongson2f

2014-02-12 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158 Richard Henderson changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #1

[Bug target/58158] [4.8/4.9 Regression] ICE with conditional moves on GPRs with a floating point conditional on mipsel with loongson2f

2014-02-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158 --- Comment #14 from Andrew Pinski --- (In reply to Richard Henderson from comment #13) > (In reply to Tom Li from comment #12) > > { > > + if (!ISA_HAS_FP_CONDMOVE && > > + GET_MODE_CLASS (GET_MODE (XEXP (operands[1], 0))) != MODE_INT) > >

[Bug middle-end/60162] New: [4.9 lra regression] mlra appears to be using the FP registers as a set of spill registers for ARM.

2014-02-12 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60162 Bug ID: 60162 Summary: [4.9 lra regression] mlra appears to be using the FP registers as a set of spill registers for ARM. Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug ada/60163] New: Ada style checks: token spacing enforces space only around the first of several multiplying operators

2014-02-12 Thread piotr.trojanek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60163 Bug ID: 60163 Summary: Ada style checks: token spacing enforces space only around the first of several multiplying operators Product: gcc Version: 4.7.4 Status: UNCONFIRME

[Bug libgomp/60035] [PATCH] make it possible to use OMP on both sides of a fork (without violating standard)

2014-02-12 Thread njs at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60035 --- Comment #2 from Nathaniel J. Smith --- Good point -- sent. http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00813.html

[Bug rtl-optimization/60162] [4.9 lra regression] mlra appears to be using the FP registers for integer values and then moving on to GPR registers.

2014-02-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60162 Andrew Pinski changed: What|Removed |Added Component|middle-end |rtl-optimization --- Comment #1 from Andr

[Bug ada/60163] Ada style checks: token spacing enforces space only around the first of several multiplying operators

2014-02-12 Thread piotr.trojanek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60163 --- Comment #1 from Piotr Trojanek --- Created attachment 32117 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32117&action=edit Patch to solve the problem The attached patch solves the problem. I tested it with GNAT GPL 2013, but the file i

[Bug ada/60164] New: Missing parenthesis in the documentation

2014-02-12 Thread piotr.trojanek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60164 Bug ID: 60164 Summary: Missing parenthesis in the documentation Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component: ada

[Bug rtl-optimization/60155] ICE: in get_pressure_class_and_nregs at gcse.c:3438

2014-02-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155 --- Comment #2 from John David Anglin --- Breakpoint 1, get_pressure_class_and_nregs (insn=0xfab51d98, nregs=0xfaf028c0) at ../../gcc/gcc/gcse.c:3459 3459 gcc_assert (set != NULL_RTX); (gdb) p debug_rtx (insn) (insn 212 211 213 18 (parall

[Bug rtl-optimization/60155] ICE: in get_pressure_class_and_nregs at gcse.c:3438

2014-02-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155 --- Comment #3 from John David Anglin --- Function compiles without "-ftrapv".

[Bug c/16602] Spurious warnings about pointer to array -> const pointer to array conversion

2014-02-12 Thread sebunger44 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16602 Sebastian Unger changed: What|Removed |Added CC||sebunger44 at gmail dot com --- Comment

[Bug c/16602] Spurious warnings about pointer to array -> const pointer to array conversion

2014-02-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16602 --- Comment #12 from Andrew Pinski --- (In reply to Sebastian Unger from comment #11) > I'm inclined to reopen this issue unless someone can point me to the > standard for this. From 6.7.3/9 (in the C11 draft): If the speciļ¬cation of an array typ

[Bug c/16602] Spurious warnings about pointer to array -> const pointer to array conversion

2014-02-12 Thread sebunger44 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16602 --- Comment #13 from Sebastian Unger --- I believe the intent behind that is that the qualification of an array type is identical to that of its element type. I.e. the statement here is that an 'array of const ints' is identical to a 'const array

[Bug fortran/60148] strings in NAMELIST do not honor DELIM= in open statement

2014-02-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148 --- Comment #7 from Jerry DeLisle --- The regressions are two fold: 1) Tests are specifically looking for a " or a ' when no longer generated, and 2) We need to also revise namelist reading of character types which are no longer delimited name

[Bug tree-optimization/60165] New: "may be used uninitialized" warning with -O3 but not with -O2

2014-02-12 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60165 Bug ID: 60165 Summary: "may be used uninitialized" warning with -O3 but not with -O2 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal P

[Bug libgcc/60166] New: ARM default NAN encoding violates EABI

2014-02-12 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60166 Bug ID: 60166 Summary: ARM default NAN encoding violates EABI Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc

[Bug c++/60167] New: [4.9 regression] Bogus error: conflicting declaration

2014-02-12 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60167 Bug ID: 60167 Summary: [4.9 regression] Bogus error: conflicting declaration Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/60168] New: Incorrect check in ~unique_ptr() when Deleter::pointer type is not a pointer type

2014-02-12 Thread ashish.sadanandan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60168 Bug ID: 60168 Summary: Incorrect check in ~unique_ptr() when Deleter::pointer type is not a pointer type Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity

[Bug target/60169] New: ICE ARM thumb1 handles far jump

2014-02-12 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60169 Bug ID: 60169 Summary: ICE ARM thumb1 handles far jump Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target A

[Bug c++/60168] Incorrect check in ~unique_ptr() when Deleter::pointer type is not a pointer type

2014-02-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60168 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/60169] ICE ARM thumb1 handles far jump

2014-02-12 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60169 --- Comment #1 from Joey Ye --- Caused by http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01229.html, reason is that stack layout shouldn't change during and after reload. I have a patch fixing it under testing.

[Bug c++/60168] Incorrect check in ~unique_ptr() when Deleter::pointer type is not a pointer type

2014-02-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60168 --- Comment #2 from Jonathan Wakely --- The standard also specifies the behaviour of ~unique_ptr in terms of comparing the stored pointer with nullptr.

[Bug plugins/59335] Plugin doesn't build on trunk

2014-02-12 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 Joey Ye changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60168] Incorrect check in ~unique_ptr() when Deleter::pointer type is not a pointer type

2014-02-12 Thread ashish.sadanandan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60168 --- Comment #3 from Ashish Sadanandan --- You are right, of course. Not a bug, but it's disappointing that it isn't. If that comparison were against a value initialized unique_ptr::pointer, instead of nullptr, it'd allow unique_ptr to be used to m

[Bug c/60170] New: No -Wtype-limits warning with -O1

2014-02-12 Thread chengniansun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60170 Bug ID: 60170 Summary: No -Wtype-limits warning with -O1 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assi