[Bug c++/54197] [4.7/4.8 regression] Lifetime of reference not properly extended

2012-08-13 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54197 Ollie Wild changed: What|Removed |Added CC||aaw at gcc dot gnu.org AssignedTo

[Bug c++/54197] [4.7/4.8 regression] Lifetime of reference not properly extended

2012-08-16 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54197 --- Comment #3 from Ollie Wild 2012-08-16 18:44:01 UTC --- Author: aaw Date: Thu Aug 16 18:43:52 2012 New Revision: 190450 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190450 Log: Fix some cases where lifetimes of temporaries bound to e

[Bug c++/54197] [4.7/4.8 regression] Lifetime of reference not properly extended

2012-08-16 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54197 --- Comment #4 from Ollie Wild 2012-08-16 18:46:42 UTC --- Fix submitted to the google/gcc-4_7 branch. Still waiting on maintainer approval for the trunk and gcc-4_7-branches.

[Bug c++/54293] When a reference is bound to subobject of a temporary, lifetime of the temporary is not extended

2012-08-17 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54293 --- Comment #3 from Ollie Wild 2012-08-17 14:18:59 UTC --- No, this is a different failure. With my patch applied, the testcase still fails exactly as described.

[Bug c++/54197] [4.7/4.8 regression] Lifetime of reference not properly extended

2012-08-31 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54197 --- Comment #5 from Ollie Wild 2012-08-31 15:47:37 UTC --- Author: aaw Date: Fri Aug 31 15:47:29 2012 New Revision: 190834 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190834 Log: 2012-08-31 Ollie Wild PR c++/54197 * gcc/cp/

[Bug c++/54197] [4.7/4.8 regression] Lifetime of reference not properly extended

2012-08-31 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54197 --- Comment #6 from Ollie Wild 2012-08-31 17:16:47 UTC --- Author: aaw Date: Fri Aug 31 17:16:39 2012 New Revision: 190839 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190839 Log: Backport from mainline 2012-08-31 Ollie Wild PR

[Bug c++/54197] [4.7/4.8 regression] Lifetime of reference not properly extended

2012-08-31 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54197 Ollie Wild changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/54482] failures in static linking with libstdc++, due to versioned symbols

2012-09-06 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54482 Ollie Wild changed: What|Removed |Added AssignedTo|unassigned at gcc dot |aaw at gcc dot gnu.org

[Bug libstdc++/54482] failures in static linking with libstdc++, due to versioned symbols

2012-09-11 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54482 --- Comment #3 from Ollie Wild 2012-09-12 04:58:29 UTC --- Note, however, that simply changing pic_flag to pic_flag="-D_GLIBCXX_SHARED -fPIC -DPIC" is insufficient. It suffers from the same issue as the original problem, namely that, when c

[Bug fortran/51727] Changing module files

2012-10-13 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51727 --- Comment #17 from Ollie Wild 2012-10-13 08:08:49 UTC --- I'm on vacation until Mon, Oct. 15. For compiler related questions, please email c-compiler-t...@google.com. If you need to contact a manager, please email lp-m...@google.com.

[Bug c++/52538] Extend C++11 UDLs to be compatible with inttypes.h macros

2012-04-27 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52538 --- Comment #3 from Ollie Wild 2012-04-27 14:29:39 UTC --- Author: aaw Date: Fri Apr 27 14:29:32 2012 New Revision: 186909 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186909 Log: Add new option, -Wliteral-suffix. This option, which is

[Bug preprocessor/20262] __LINE__ implementation flaky.

2013-12-16 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20262 Ollie Wild changed: What|Removed |Added CC||aaw at gcc dot gnu.org --- Comment #4 from

[Bug c++/51151] Invalid -Woverflow warning in C++ frontend

2012-01-02 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51151 --- Comment #7 from Ollie Wild 2012-01-02 17:35:07 UTC --- I'm on vacation until Jan. 6. For compiler related questions, please email c-compiler-t...@google.com. If you need to contact a manager, please email lp-m...@google.com. Thanks, Ollie

[Bug c++/61492] Nested-name-specifier lookup finds function

2014-08-28 Thread aaw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61492 Ollie Wild changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60994] gcc does not recognize hidden/shadowed enumeration as valid nested-name-specifier

2014-08-28 Thread aaw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60994 Ollie Wild changed: What|Removed |Added CC||potswa at mac dot com --- Comment #6 from O

[Bug c++/49198] New: GCC trunk and 4.6 generate spurious "has incomplete type" errors

2011-05-27 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49198 Summary: GCC trunk and 4.6 generate spurious "has incomplete type" errors Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug c++/49198] GCC generates spurious "has incomplete type" errors

2011-05-31 Thread aaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49198 --- Comment #4 from Ollie Wild 2011-05-31 18:13:02 UTC --- Thanks for the clarification, Jason. I would not have figured that out on my own.