[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2014-02-27 Thread m at matthewlai dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Matthew Lai changed: What|Removed |Added CC||m at matthewlai dot ca --- Comment #7 from

[Bug c/60360] __attribute((aligned(...))) changes sizeof(...) of struct

2014-02-27 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60360 --- Comment #5 from Marc Glisse --- When you call sizeof on a type T, by definition, it tells you how far 2 consecutive elements are in an array of T (obviously that needs to be a multiple of the alignment). When you call it on a variable like thi

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-27 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 --- Comment #5 from Jan Hubicka --- Created attachment 32231 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32231&action=edit WIP patch Hi, I actually had code around to detect type known from function call, so it is easy to plug it in and s

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-27 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 --- Comment #4 from Jan Hubicka --- OK, I am re-considering my decision to not assign this to Martin. The problem is the following. We have call: struct Box x; ... x = edges_connecting_to_node (1); [return slot optimization] ... _19 = OBJ_

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

2014-02-27 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60169 --- Comment #2 from Joey Ye --- A fix is available here: http://gcc.gnu.org/ml/gcc-patches/2014-02/msg01306.html

[Bug tree-optimization/60362] Failure to optimize away bounds check on switch when range outside bounds is unreachable

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

[Bug tree-optimization/51513] Only partially optimizes away __builtin_unreachable switch default case

2014-02-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51513 Andrew Pinski changed: What|Removed |Added CC||kvanberendonck at gmail dot com --- Comme

[Bug regression/60363] [4.9 Regression]: logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 4

2014-02-27 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60363 --- Comment #1 from Hans-Peter Nilsson --- Created attachment 32230 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32230&action=edit ssa-dom-thread-4.c.078t.dom1 for cris-elf.

[Bug regression/60363] New: [4.9 Regression]: logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 4

2014-02-27 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60363 Bug ID: 60363 Summary: [4.9 Regression]: logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 4 Product: gcc Version:

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-27 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 Jan Hubicka changed: What|Removed |Added CC||mjambor at suse dot cz --- Comment #3 from

[Bug tree-optimization/60362] New: Failure to optimize away bounds check on switch when range outside bounds is unreachable

2014-02-27 Thread kvanberendonck at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60362 Bug ID: 60362 Summary: Failure to optimize away bounds check on switch when range outside bounds is unreachable Product: gcc Version: 4.8.2 Status: UNCONFIRMED S

[Bug spam/59598] very simple code using file open for read

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

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-27 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug middle-end/59176] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2014-02-27 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59176 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|hubicka at gcc

[Bug spam/59598] very simple code using file open for read

2014-02-27 Thread denis.v.koles...@safe-mail.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 Denis Kolesnik changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/60253] [4.7/4.8/4.9 Regression] ICE passing class object through ellipsis (...)

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

[Bug fortran/60359] Assembler messages symbol `__io_MOD___copy_character_1' is already defined

2014-02-27 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 --- Comment #3 from Steve Kargl --- On Thu, Feb 27, 2014 at 11:47:13PM +, antony at cosmologist dot info wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 > > --- Comment #2 from Antony Lewis --- > This was reduced already, but actu

[Bug c++/60361] New: unexpected 'use of parameter outside function body' error

2014-02-27 Thread rogero at howzatt dot demon.co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60361 Bug ID: 60361 Summary: unexpected 'use of parameter outside function body' error Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug middle-end/60147] [4.9 Regression] ICE with -fdump-tree-original and NAMELIST

2014-02-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60147 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/60147] [4.9 Regression] ICE with -fdump-tree-original and NAMELIST

2014-02-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60147 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Thu Feb 27 23:24:20 2014 New Revision: 208209 URL: http://gcc.gnu.org/viewcvs?rev=208209&root=gcc&view=rev Log: 2014-02-28 Tobias Burnus PR middle-end/60147 * tree-pre

[Bug c/60360] __attribute((aligned(...))) changes sizeof(...) of struct

2014-02-27 Thread dabler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60360 --- Comment #4 from DaBler --- I see no reason why should not another variable be padded after struct as well.

[Bug fortran/60359] Assembler messages symbol `__io_MOD___copy_character_1' is already defined

2014-02-27 Thread antony at cosmologist dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 --- Comment #2 from Antony Lewis --- This was reduced already, but actually wasn't too hard to find something much simpler- just this: module IO implicit none contains subroutine FWRite(S) class(*) :: S end subroutine F

[Bug c++/60253] [4.7/4.8/4.9 Regression] ICE passing class object through ellipsis (...)

2014-02-27 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60253 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu Feb 27 23:15:20 2014 New Revision: 208208 URL: http://gcc.gnu.org/viewcvs?rev=208208&root=gcc&view=rev Log: /cp 2014-02-27 Paolo Carlini PR c++/60253 * call.c (c

[Bug middle-end/60147] [4.9 Regression] ICE with -fdump-tree-original and NAMELIST

2014-02-27 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60147 --- Comment #6 from Steve Kargl --- On Thu, Feb 27, 2014 at 11:26:13PM +, burnus at gcc dot gnu.org wrote: > FIXED on the trunk. > > Thanks, Steve, for the report and sorry for the breakage! > Thanks. I don't use namelists. I stumbled acr

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2014-02-27 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 --- Comment #2 from janus at gcc dot gnu.org --- Draft patch: Index: gcc/fortran/array.c === --- gcc/fortran/array.c(revision 208207) +++ gcc/fortran/array.c(working copy) @@

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #21 from Andrew Pinski --- (In reply to Marc Glisse from comment #12) > It is a bit alarming that gcc, clang and clang++ use one ABI and g++ uses a > different (inferior) one (the incompatibility with clang++ should affect > some stand

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2014-02-27 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid Statu

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-27 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #20 from Uroš Bizjak --- (In reply to H.J. Lu from comment #4) > Can someone try this on non-x86 targets? gcc110 (ppc64) from the compile farm: [uros@gcc1-power7 ~]$ gcc -c fun.i [uros@gcc1-power7 ~]$ gcc -c x.ii [uros@gcc1-power7 ~

[Bug fortran/60231] [4.8/4.9 Regression] ICE on undefined generic

2014-02-27 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60231 janus at gcc dot gnu.org changed: What|Removed |Added CC||mvondomaros at gmail dot com --

[Bug fortran/60356] Compiler segfault instead of error about module procedure / procedure with an explicit interface

2014-02-27 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60356 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/60359] Assembler messages symbol `__io_MOD___copy_character_1' is already defined

2014-02-27 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug ada/52319] Legal program rejected, "use" clause in subpackage invalidates "use type" clause

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52319 --- Comment #1 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug rtl-optimization/52714] [4.7/4.8/4.9 regression] ICE in fixup_reorder_chain, at cfglayout.c:880

2014-02-27 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52714 --- Comment #14 from Jeffrey A. Law --- Author: law Date: Thu Feb 27 19:28:40 2014 New Revision: 208204 URL: http://gcc.gnu.org/viewcvs?rev=208204&root=gcc&view=rev Log: PR rtl-optimization/52714 * combine.c (try_combine): When splitting

[Bug ada/32181] Legal program executes incorrectly, RM 3.4(27)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32181 --- Comment #9 from nicolas.boulenguez at free dot fr --- 4.9.0 20140218 (experimental) [trunk revision 207856] (x86_64-linux-gnu) Program_Error exp_disp.adb:8456 explicit raise Error detected at test1.adb:21:4

[Bug rtl-optimization/49847] [4.7/4.8/4.9 Regression] NULL deref in fold_rtx (prev_insn_cc0 == NULL)

2014-02-27 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49847 --- Comment #36 from Jeffrey A. Law --- Author: law Date: Thu Feb 27 19:02:18 2014 New Revision: 208203 URL: http://gcc.gnu.org/viewcvs?rev=208203&root=gcc&view=rev Log: PR rtl-optimization/49847 * cse.c (fold_rtx) Handle case where cc0 s

[Bug ada/31417] Illegal program not detected, RM 7.3(13), 4.9.1(1), nonstatic discriminants

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31417 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/31416] Illegal program not detected, RM 7.3(13), 4.9.1(1)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31416 --- Comment #3 from nicolas.boulenguez at free dot fr --- Fixed in 4.9-20140218

[Bug ada/18762] Illegal program not detected, RM 6.3.1(7), 8.5.4(5), 13.14(3)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18762 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/18765] Illegal program not detected, "/=" when "=" is ambiguous

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18765 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/18454] Illegal program not detected, RM 10.1.5(4), 8.1(16)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18454 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/18453] Legal instantiation rejected; illegal instantiation accepted

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18453 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/18221] Illegal program not detected, access to invisible type RM 8.2(9)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18221 --- Comment #4 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/18205] Legal program rejected, RM 13.13.2(14)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18205 --- Comment #4 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/17954] Legal program rejected, packed array of booleans

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17954 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/17953] Illegal program not detected, RM 3.9.2(9)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17953 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/16094] Illegal program not detected, RM 3.4.1(5)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16094 --- Comment #4 from nicolas.boulenguez at free dot fr --- found in 4.9-20140218

[Bug ada/17321] Illegal program not detected, name hidden by use clauses

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17321 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/17320] Illegal program not detected, RM 3.9.3(11)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17320 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/16214] Legal program rejected, nested generic packages

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16214 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/16212] ICE ada/gcc-interface/trans.c:1626 on legal Ada 83 program

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16212 --- Comment #5 from nicolas.boulenguez at free dot fr --- 4.9.0 20140218 (experimental) [trunk rev 207856] (x86_64-linux-gnu) GCC error: in Case_Statement_to_gnu, at ada/gcc-interface/trans.c:2345 Error detected at test_106.adb:4:9

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #19 from Jason Merrill --- Created attachment 32228 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32228&action=edit HJ's test in dejagnu form Here's HJ's testcase in a form that can be dropped into g++.dg/abi.

[Bug ada/16097] Illegal program not detected, RM 6.3.1(9), RM 8.5.4(5)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16097 --- Comment #3 from nicolas.boulenguez at free dot fr --- Found in 4.9-20140218

[Bug ada/16096] Illegal program not detected, RM 8.5.4(5)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16096 --- Comment #3 from nicolas.boulenguez at free dot fr --- found in 4.9-20140218

[Bug ada/16095] Illegal program not detected, accessibility levels, RM 3.10.2(28)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16095 --- Comment #6 from nicolas.boulenguez at free dot fr --- found in 4.9-20140218

[Bug c/60360] __attribute((aligned(...))) changes sizeof(...) of struct

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

[Bug ada/16083] Illegal program not detected, RM 3.9.2(13)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16083 --- Comment #3 from nicolas.boulenguez at free dot fr --- found in 4.9-20140218

[Bug ada/16081] Illegal program not detected, ambiguous call to "="

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16081 --- Comment #3 from nicolas.boulenguez at free dot fr --- confirmed with 4.9-20140218

[Bug c++/58610] [4.7/4.8/4.9 Regression] [c++11] ICE with constexpr of class with template constructor

2014-02-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58610 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #18 from Jason Merrill --- (In reply to Uroš Bizjak from comment #17) > classify_argument has an early exit: > > /* Zero sized arrays or structures are NO_CLASS. We return 0 to >signalize memory class, so handle it as s

[Bug c++/58610] [4.7/4.8/4.9 Regression] [c++11] ICE with constexpr of class with template constructor

2014-02-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58610 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/60360] __attribute((aligned(...))) changes sizeof(...) of struct

2014-02-27 Thread dabler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60360 --- Comment #2 from DaBler --- The output of gcc -v: Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured wi

[Bug target/59222] [4.9 Regression] gcc.c-torture/compile/20050622-1.c ICEs at -O1 and above for aarch64-elf ILP32

2014-02-27 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59222 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/60360] __attribute((aligned(...))) changes sizeof(...) of struct

2014-02-27 Thread dabler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60360 --- Comment #1 from DaBler --- Created attachment 32227 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32227&action=edit he preprocessed file that triggers the bug Output: 64 64 64 64 4 64 4 64 4 64 Expected output: 4 64 4 64 4 64 4 64 4 6

[Bug c/60360] New: __attribute((aligned(...))) changes sizeof(...) of struct

2014-02-27 Thread dabler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60360 Bug ID: 60360 Summary: __attribute((aligned(...))) changes sizeof(...) of struct Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Prior

[Bug c++/60347] [4.9 Regression] r208153 breaks Firefox build

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60347 --- Comment #7 from Jason Merrill --- I did add a testcase, which is not significantly different from the one in comment #3.

[Bug c++/58648] [c++11] ICE with variadic template

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58648 --- Comment #3 from Jason Merrill --- Author: jason Date: Thu Feb 27 17:06:35 2014 New Revision: 208202 URL: http://gcc.gnu.org/viewcvs?rev=208202&root=gcc&view=rev Log: PR c++/58648 * g++.dg/cpp0x/variadic153.C: New. Added: trunk/gc

[Bug c++/58648] [c++11] ICE with variadic template

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58648 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/59222] [4.9 Regression] gcc.c-torture/compile/20050622-1.c ICEs at -O1 and above for aarch64-elf ILP32

2014-02-27 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59222 --- Comment #5 from Vladimir Makarov --- Author: vmakarov Date: Thu Feb 27 17:06:02 2014 New Revision: 208201 URL: http://gcc.gnu.org/viewcvs?rev=208201&root=gcc&view=rev Log: 2014-02-27 Vladimir Makarov PR target/59222 * lra.c (lra_e

[Bug c++/60182] g++ segfault within template expansion using "using" aliasing

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60182 Jason Merrill changed: What|Removed |Added CC||alexandre.hamez at gmail dot com --- Com

[Bug c++/59066] [C++11] 'using' instead of 'typedef' causes a segmentation fault.

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60353] [4.9 Regression] Firefox build failure #3 caused by r208157

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60353 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/60359] New: Assembler messages symbol `__io_MOD___copy_character_1' is already defined

2014-02-27 Thread antony at cosmologist dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 Bug ID: 60359 Summary: Assembler messages symbol `__io_MOD___copy_character_1' is already defined Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: norma

[Bug c++/55877] [4.7/4.8/4.9 Regression] Anon visibility issues

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55877 --- Comment #12 from Jason Merrill --- Author: jason Date: Thu Feb 27 16:20:59 2014 New Revision: 208200 URL: http://gcc.gnu.org/viewcvs?rev=208200&root=gcc&view=rev Log: PR c++/60353 PR c++/55877 * decl2.c (tentative_decl_linkage): D

[Bug c++/60353] [4.9 Regression] Firefox build failure #3 caused by r208157

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60353 --- Comment #2 from Jason Merrill --- Author: jason Date: Thu Feb 27 16:20:59 2014 New Revision: 208200 URL: http://gcc.gnu.org/viewcvs?rev=208200&root=gcc&view=rev Log: PR c++/60353 PR c++/55877 * decl2.c (tentative_decl_linkage): Do

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-27 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #17 from Uroš Bizjak --- (In reply to Jason Merrill from comment #15) > That only documents that sizeof is different for C and C++, the calling > convention should be the same. And it seems like classify_argument should > already be

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread nachms+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 --- Comment #17 from Nach --- I just tried my above test case on RHEL6 without an up to date libstdc++ but with glibc 2.12, and the binary runs just fine. I double checked my old build system which does not produce these symbols, and I see it use

[Bug driver/60358] [patch] ARM support broken for Haiku

2014-02-27 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60358 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 --- Comment #16 from Andreas Schwab --- If you want to build for old systems you need to use the old tools from those old systems and the output will still work on newer systems (backward compatiblity). New tools are using new features as they ar

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-27 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #16 from

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 --- Comment #15 from Richard Biener --- (In reply to Nach from comment #14) > (In reply to Richard Biener from comment #13) > > If you want to target old dynamic linkers then you have to disable support > > for GCC features that exploit features o

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread nachms+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 --- Comment #14 from Nach --- (In reply to Richard Biener from comment #13) > If you want to target old dynamic linkers then you have to disable support > for GCC features that exploit features of new dynamic linkers. You > need to rebuild GCC to

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 --- Comment #13 from Richard Biener --- (In reply to Nach from comment #12) > Isn't the whole point of -static-libstdc++ is to remove the dependency of > libstdc++ from the binary? Even without the option, it does indeed work fine > on the system

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread nachms+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 --- Comment #12 from Nach --- Isn't the whole point of -static-libstdc++ is to remove the dependency of libstdc++ from the binary? Even without the option, it does indeed work fine on the system it was compiled on. However, -static-libstdc++ curre

[Bug driver/60358] [patch] ARM support broken for Haiku

2014-02-27 Thread kallisti5 at unixzen dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60358 --- Comment #1 from Alexander von Gluck --- Created attachment 32225 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32225&action=edit rev2 an additional resolution path. This one may be better, however driver-arm.c would need additional cha

[Bug driver/60358] New: [patch] ARM support broken for Haiku

2014-02-27 Thread kallisti5 at unixzen dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60358 Bug ID: 60358 Summary: [patch] ARM support broken for Haiku Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver

[Bug tree-optimization/59487] [4.9 Regression] When compiled with -fwhole-program rnflow.f90 runs up to 40% slower after r202826

2014-02-27 Thread Ganesh.Gopalasubramanian at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59487 --- Comment #9 from GGanesh --- Other options are -Ofast -funroll-loops -fpeel-loops

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 --- Comment #11 from Richard Biener --- (In reply to Nach from comment #10) > While you may be marking this as invalid, isn't there a serious issue here? > Shouldn't -static-libstdc++ work without any special flags? But it works, doesn't it? Tha

[Bug libstdc++/60348] -static-libstdc++ broken

2014-02-27 Thread nachms+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60348 Nach changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug fortran/60357] New: structure constructor with unspecified values for allocatable components

2014-02-27 Thread antony at cosmologist dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 Bug ID: 60357 Summary: structure constructor with unspecified values for allocatable components Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug ada/16077] Wrong output from legal program, pragma Import (Ada)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16077 --- Comment #4 from nicolas.boulenguez at free dot fr --- confirmed 4.9-20140218

[Bug ada/16076] Illegal program not detected, RM 13.14(5)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16076 --- Comment #4 from nicolas.boulenguez at free dot fr --- confirm 4.9-20140218

[Bug ada/16075] Wrong output from legal program, ordered generic parameter association

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16075 --- Comment #4 from nicolas.boulenguez at free dot fr --- confirm 4.9-20140218

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #15 from Jason Merrill --- (In reply to Andrew Pinski from comment #7) > No this testcase is not valid at all. See > http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Empty-Structures.html#Empty- > Structures where it is documented it is no

[Bug ada/15917] Bug box in Gigi, code=103, on legal program

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15917 --- Comment #6 from nicolas.boulenguez at free dot fr --- 4.9.0 20140218 (experimental) [trunk rev 207856] (x86_64-linux-gnu) GCC error in gnat_to_gnu_entity, at ada/gcc-interface/decl.c:568 Error detected at test_70.adb:18:9

[Bug libstdc++/60348] -static-libstdc++ broken

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

[Bug ada/15845] Illegal program not detected, circular renames

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15845 --- Comment #4 from nicolas.boulenguez at free dot fr --- confirm 4.9-20140218

[Bug ada/15844] Illegal program not detected, RM 8.3(8)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15844 --- Comment #4 from nicolas.boulenguez at free dot fr --- confirm 4.9-20140218

[Bug ada/15843] Illegal program not detected, RM 3.7.2(2)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15843 --- Comment #6 from nicolas.boulenguez at free dot fr --- confirm 4.9-20140218

[Bug ada/15840] Illegal program not detected, RM 3.7(14)

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15840 --- Comment #5 from nicolas.boulenguez at free dot fr --- confirm 4.9-20140218

[Bug ada/15800] SIGSEGV on mutually recursive record type declarations

2014-02-27 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15800 --- Comment #6 from nicolas.boulenguez at free dot fr --- confirm 4.9-20140218

  1   2   >