[Bug c++/80748] New: [concepts] noexcept specifier operands are allowed but ignored in compound requirements

2017-05-14 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net CC: andrew.n.sutton at gmail dot com, asutton at gcc dot gnu.org Target Milestone: --- It appears that an operand

[Bug c++/80749] New: [concepts] noexcept specifier operands are allowed but ignored in compound requirements

2017-05-14 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net CC: andrew.n.sutton at gmail dot com, asutton at gcc dot gnu.org Target Milestone: --- It appears that an operand

[Bug c++/80750] New: [concepts] noexcept specifier operands are allowed but ignored in compound requirements

2017-05-14 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net CC: andrew.n.sutton at gmail dot com, asutton at gcc dot gnu.org Target Milestone: --- It appears that an operand

[Bug c++/80748] [concepts] noexcept specifier operands are allowed but ignored in compound requirements

2017-05-14 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80748 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/80750] [concepts] noexcept specifier operands are allowed but ignored in compound requirements

2017-05-14 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80750 --- Comment #1 from Tom Honermann --- *** Bug 80748 has been marked as a duplicate of this bug. ***

[Bug c++/80750] [concepts] noexcept specifier operands are allowed but ignored in compound requirements

2017-05-14 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80750 --- Comment #2 from Tom Honermann --- *** Bug 80749 has been marked as a duplicate of this bug. ***

[Bug c++/79759] [concepts] ICE in tsubst, at cp/pt.c:13509

2017-05-22 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79759 --- Comment #2 from Tom Honermann --- This looks to be directly related to the following reports: - Bug 80746 - [concepts] ICE evaluating constraints for concepts with dependent template parameters - Bug 67147 - [concepts] ICE on checking

[Bug c++/81139] Non-deduced return type in abbreviated function template

2017-06-24 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81139 --- Comment #1 from Tom Honermann --- Bug 69448 appears to be related.

[Bug c++/69448] Abbreviated function templates with deduced return type still broken

2017-06-24 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69448 Tom Honermann changed: What|Removed |Added CC||tom at honermann dot net --- Comment #1

[Bug c++/81198] New: [concepts] Same type constraints not enforced for constrained-type-specifiers specified in trailing return types of abbreviated functions

2017-06-24 Thread tom at honermann dot net
: gcc Version: c++-concepts Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net CC: andrew.n.sutton at gmail dot com, asutton at

[Bug c++/81270] New: [concepts] ill-formed code with a constrained variable declaration with multiple declarators with different deduced types not rejected

2017-06-30 Thread tom at honermann dot net
Version: c++-concepts Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net CC: andrew.n.sutton at gmail dot com, asutton at

[Bug target/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-02 Thread tom at compton dot nu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 Tom Hughes changed: What|Removed |Added CC||tom at compton dot nu --- Comment #14 from

[Bug c++/65552] New: [c++-concepts] Constraint checking regression for concepts with multiple type requirements

2015-03-25 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net I built the latest revision of the gcc c++-concepts branch (r221648) last night and encountered a regression in constraint checking for

[Bug c++/65575] New: [c++-concepts] Parse error for requires clause on functions that return a reference type

2015-03-25 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Encountered with the latest revision of the gcc c++-concepts branch (r221681). Parse errors are issued for function declarations that

[Bug c++/65575] [c++-concepts] Parse error for requires clause on functions that return a reference type

2015-03-26 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65575 --- Comment #2 from Tom Honermann --- r221695 does correct the specific test case in comment 0. However, I'm still seeing similar errors for function declarations that don't specify the return type with a trailing return type:

[Bug c++/65575] [c++-concepts] Parse error for requires clause on functions that return a reference type

2015-03-27 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65575 --- Comment #5 from Tom Honermann --- r221733 seems to address the case in comment 2 for me. I have one more for you. This one is a little different (no return type involved), so let me know if you want me to open a different bug for it

[Bug c++/65575] [c++-concepts] Parse error for requires clause on functions that return a reference type

2015-03-27 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65575 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/65634] New: [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-03-30 Thread tom at honermann dot net
: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Encountered with the latest revision of the gcc c++-concepts branch (r221742). An internal

[Bug c++/65635] New: [c++-concepts] ICE in cp_tree_equal() during class template partial specialization constraint matching

2015-03-30 Thread tom at honermann dot net
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Encountered with the latest revision of the gcc c++-concepts branch (r221742). An internal compiler error occurs when

[Bug c++/65636] New: [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-03-30 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Encountered with the latest revision of the gcc c++-concepts branch (r221742). An internal compiler error occurs when a type

[Bug libstdc++/53838] _GLIBCXX_DEBUG and empty ostringstream

2015-04-02 Thread tom at kera dot name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53838 Tomalak Geret'kal changed: What|Removed |Added CC| |tom at kera dot name --- Comme

[Bug c++/65681] New: [c++-concepts] spurious ambiguous template instantiation error; regression from r211824

2015-04-06 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net The following test case demonstrates what I believe to be a spurious error in resolving constrained class template partial specializations

[Bug c++/65635] [c++-concepts] ICE in cp_tree_equal() during class template partial specialization constraint matching

2015-04-07 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65635 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/65635] [c++-concepts] ICE in cp_tree_equal() during class template partial specialization constraint matching

2015-04-07 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65635 Tom Honermann changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #3 from Tom

[Bug c++/65634] [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-04-07 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65634 --- Comment #3 from Tom Honermann --- Confirmed fixed with r221861. I'll leave the bug open though since comment 2 is requesting additional followup.

[Bug c++/65636] [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-04-07 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65636 --- Comment #3 from Tom Honermann --- Confirmed fixed with r221861. I'll leave the bug open though since comment 2 is requesting additional followup.

[Bug c++/65681] [c++-concepts] spurious ambiguous template instantiation error; regression from r211824

2015-04-21 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65681 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/65848] New: [c++-concepts] High memory usage and compilation times for subsuming concept chains; regression from r211824

2015-04-22 Thread tom at honermann dot net
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net The following test case demonstrates high CPU and memory utilization during compilation when compiled with gcc

[Bug c++/65854] New: [c++-concepts] Type constraint satisfaction error for type aliases; regression from r211824

2015-04-22 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net The following test case demonstrates what I believe to be an error in type constraint satisfaction involving type aliases. I believe

[Bug c++/65848] [c++-concepts] High memory usage and compilation times for subsuming concept chains; regression from r211824

2015-04-22 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65848 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/65854] [c++-concepts] Type constraint satisfaction error for type aliases; regression from r211591

2015-04-23 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65854 Tom Honermann changed: What|Removed |Added Summary|[c++-concepts] Type |[c++-concepts] Type

[Bug c++/65854] [c++-concepts] Type constraint satisfaction error for type aliases; regression from r211591

2015-05-05 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65854 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/66091] New: [c++-concepts] Overloading of member operators based on constraints rejected; regression from r211591

2015-05-09 Thread tom at honermann dot net
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Target Milestone: --- The following test case was accepted by r211591 of the c++-concepts branch, but is rejected by

[Bug c++/66091] [c++-concepts] Overloading of member operators based on constraints rejected; regression from r211591

2015-05-12 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66091 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/59988] New: Failing to specialize template class

2014-01-29 Thread tom at failproof dot be
++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at failproof dot be Created attachment 31984 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31984&action=edit GCC output $ uname -a Linux TOM-UBUNTU 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64

[Bug c++/59988] Failing to specialize template class

2014-01-29 Thread tom at failproof dot be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59988 --- Comment #1 from tom at failproof dot be --- Created attachment 31985 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31985&action=edit Command-line output

[Bug c++/59988] Failing to specialize template class

2014-01-29 Thread tom at failproof dot be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59988 --- Comment #2 from tom at failproof dot be --- Created attachment 31986 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31986&action=edit Problematic source file

[Bug c/68022] New: -O2 breaks computed signed integer comparison for AVR

2015-10-19 Thread tom at tommay dot net
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: tom at tommay dot net Target Milestone: --- Created attachment 36541 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36541&action=edit Short .c file with the code in question The attached very short .c file h

[Bug c/68022] -O2 breaks computed signed integer comparison for AVR

2015-10-19 Thread tom at tommay dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68022 --- Comment #1 from Tom May --- Created attachment 36542 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36542&action=edit avr-gcc -v output

[Bug c++/68093] New: [concepts] friend function declarations that differ only by constraints are rejected as redefinitions

2015-10-25 Thread tom at honermann dot net
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Target Milestone: --- I believe the following code is intended to be well-formed according to P0121r0 [1]. gcc trunk

[Bug c++/51747] [DR 1467] [C++11] cannot call defaulted copy constructor using list-initialization

2015-01-16 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51747 Tom Honermann changed: What|Removed |Added CC||tom at honermann dot net --- Comment #9

[Bug c++/64791] New: Generic lambda fails to implicitly capture `const` variable

2015-01-25 Thread tom at kera dot name
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at kera dot name >From http://stackoverflow.com/q/28141403/560648 Reproduction: / #include #include int main() { const int a = 2; std::functio

[Bug c++/64791] Generic lambda fails to implicitly capture `const` variable

2015-01-25 Thread tom at kera dot name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64791 --- Comment #1 from Tomalak Geret'kal --- Build error: / main.cpp: In instantiation of 'main():: [with auto:1 = int]': /usr/local/include/c++/4.9.2/functional:2149:71: required by substitution of 'template template

[Bug c++/64791] Generic lambda fails to implicitly capture `const` variable

2015-01-25 Thread tom at kera dot name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64791 --- Comment #2 from Tomalak Geret'kal --- Actually, I'm no longer sure that `a` *is* odr-used...

[Bug c++/69235] New: [concepts] Spurious ambiguous template instantiation error on oppositely constrained class template specializations

2016-01-11 Thread tom at honermann dot net
: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Target Milestone: --- I believe the following test case is well-formed, but gcc trunk

[Bug c++/67565] [concepts] Very slow compile time and high memory usage with complex concept definitions, even if unused

2016-01-14 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67565 Tom Honermann changed: What|Removed |Added CC||andrew.n.sutton at gmail dot com

[Bug target/42081] big-endian arm MULTILIB_DEFAULTS hard-coded to little-endian

2009-11-20 Thread tom at giftssoft dot com
--- Comment #1 from tom at giftssoft dot com 2009-11-20 17:26 --- It looks like this bug is related to bug 16350, which was created on 2004-07-03 and resulted in patch 800-arm-bigendian.patch being applied on 2007-11-07 to gcc 4.3.0. Prior to this patch, gcc defaulted to little-endian

[Bug boehm-gc/34728] New: Unrecognized opcode: `lwsync' when compiling gcc 4.2.2 on a 7457

2008-01-09 Thread tom at software6 dot net
: `lwsync' when compiling gcc 4.2.2 on a 7457 Product: gcc Version: 4.2.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: boehm-gc AssignedTo: unassigned at gcc dot gnu dot org

[Bug boehm-gc/34728] Unrecognized opcode: `lwsync' when compiling gcc 4.2.2 on a 7457

2008-01-09 Thread tom at software6 dot net
--- Comment #2 from tom at software6 dot net 2008-01-10 00:54 --- Subject: Re: Unrecognized opcode: `lwsync' when compiling gcc 4.2.2 on a 7457 [EMAIL PROTECTED] tvaughan]$ rpm -qf `which as` binutils-2.13.90.0.18-6 [EMAIL PROTECTED] tvaughan]$ as --version GNU assembler 2.13.90

[Bug boehm-gc/34728] Unrecognized opcode: `lwsync' when compiling gcc 4.2.2 on a 7457

2008-01-09 Thread tom at software6 dot net
--- Comment #4 from tom at software6 dot net 2008-01-10 01:04 --- Subject: Re: Unrecognized opcode: `lwsync' when compiling gcc 4.2.2 on a 7457 Great. Thank you. Sorry I missed that in the docs. -Tom On 10 Jan 2008 00:59:35 -, pinskia at gcc dot gnu dot org <[EMAIL P

[Bug rtl-optimization/18612] Loop optimiser generates incorrect code.

2005-06-10 Thread tom at hukatronic dot cz
--- Additional Comments From tom at hukatronic dot cz 2005-06-10 15:58 --- This seems to be fixed in GCC 4.0.0. This is the code produced by GCC 4.0.0 with following command line: ~/Projects/gcc_m68k/bin/m68k-bsd-elf-gcc -S -O3 -m68000 -msoft-float -fno-exceptions -fno- inline test.c

[Bug c++/71221] [concepts] ICE in tsubst_pack_expansion when expanding a sizeof... expression in a requires clause of a member function template

2016-07-10 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71221 --- Comment #3 from Tom Honermann --- This issue appears to be resolved as of r238202. I can now compile the test case from comment 0 successfully.

[Bug c++/71843] New: [concepts] Diagnostics issued for constraint satisfaction failure fail to elucidate unsatisfied constraints

2016-07-11 Thread tom at honermann dot net
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net CC: andrew.n.sutton at gmail dot com, asutton at gcc dot gnu.org Target Milestone

[Bug c++/71843] [concepts] Diagnostics issued for constraint satisfaction failure fail to elucidate unsatisfied constraints

2016-07-11 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71843 --- Comment #1 from Tom Honermann --- Created attachment 38876 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38876&action=edit Patch to elucidate failed constraints The attached patch was provided to me by Andrew Sutton earlier th

[Bug c++/67565] [concepts] Very slow compile time and high memory usage with complex concept definitions, even if unused

2016-07-21 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67565 --- Comment #5 from Tom Honermann --- Nice, thanks! Using gcc r238587, I get the times below for the examples in this report. All cases are dramatically improved. Unless there is some other known issue not captured in the discussion here, it

[Bug c++/71995] New: ~36% compile-time performance regression for C++ in gcc HEAD vs gcc-6-branch HEAD

2016-07-25 Thread tom at honermann dot net
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tom at honermann dot net Target Milestone: --- A compile-time performance degradation in gcc HEAD (r238592) vs gcc-6-branch HEAD (r238587) was observed while verifying

[Bug c++/71995] ~36% compile-time performance regression for C++ in gcc HEAD vs gcc-6-branch HEAD

2016-07-25 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71995 Tom Honermann changed: What|Removed |Added Status|WAITING |RESOLVED Resolution

[Bug c++/30277] bit-field: wrong overload resolution

2016-07-25 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30277 --- Comment #4 from Tom Honermann --- We recently got bit by this. It is still an issue in latest gcc trunk: $ cat t.cpp enum E : int { e1 = 1 }; constexpr E operator-(E, E) { return (E)99; } typedef struct { E e; E ebf

[Bug fortran/38672] New: ICE during build with versions 4.3.2 and 4.4-20081226

2008-12-30 Thread tom dot browder at gmail dot com
Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet

[Bug fortran/38672] ICE during build with versions 4.3.2 and 4.4-20081226

2008-12-30 Thread tom dot browder at gmail dot com
--- Comment #1 from tom dot browder at gmail dot com 2008-12-30 13:09 --- Created an attachment (id=17014) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17014&action=view) Output from gfortan -v -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38672

[Bug fortran/38672] ICE during build with versions 4.3.2 and 4.4-20081226

2008-12-30 Thread tom dot browder at gmail dot com
--- Comment #2 from tom dot browder at gmail dot com 2008-12-30 13:11 --- Created an attachment (id=17015) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17015&action=view) Archive with files to demonstrate the bug. The Makefile has a variable at the top to pick specific

[Bug fortran/38773] New: Arithmetic Overflow with Integer Parameter Assignment

2009-01-08 Thread tom dot browder at gmail dot com
Overflow with Integer Parameter Assignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: blocker Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at

[Bug fortran/38773] Arithmetic Overflow with Integer Parameter Assignment

2009-01-08 Thread tom dot browder at gmail dot com
--- Comment #1 from tom dot browder at gmail dot com 2009-01-09 01:13 --- Created an attachment (id=17060) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17060&action=view) Program demonstrating the overflow error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38773

[Bug fortran/38773] Arithmetic Overflow with Integer Parameter Assignment

2009-01-08 Thread tom dot browder at gmail dot com
--- Comment #2 from tom dot browder at gmail dot com 2009-01-09 01:14 --- Created an attachment (id=17061) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17061&action=view) Output from gfortran with -v --save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38773

[Bug fortran/38830] New: Add "Variable Format Expression" I/O Capability

2009-01-13 Thread tom dot browder at gmail dot com
gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38830

[Bug fortran/38830] Add "Variable Format Expression" I/O Capability

2009-01-13 Thread tom dot browder at gmail dot com
--- Comment #3 from tom dot browder at gmail dot com 2009-01-14 00:10 --- I'm sorry I didn't catch the original "bug". I did search but missed the obvious reference. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38830

[Bug fortran/22244] dimension information is lost for multi-dimension array

2006-08-03 Thread tom dot horsley at ccur dot com
--- Comment #6 from tom dot horsley at ccur dot com 2006-08-03 13:45 --- I'd add that this isn't a problem just for multi-dimension arrays. If you declare different arrays like "integer a1(5)" "integer a2(1:5)" "integer a3(2:6)" they all sho

[Bug libstdc++/31282] New: SegV on AIX 5.3 due to uninit'ed static object when using -pthread

2007-03-20 Thread tom dot culliton at oracle dot com
- Summary: SegV on AIX 5.3 due to uninit'ed static object when using -pthread Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: libstdc++ AssignedTo:

[Bug other/31282] SegV on AIX 5.3 due to uninit'ed static object when using -pthread

2007-03-22 Thread tom dot culliton at oracle dot com
--- Comment #5 from tom dot culliton at oracle dot com 2007-03-22 20:15 --- That does indeed appear to have been the problem. Even though the system claims that APAR was already applied, the header file was still missing the typedef keyword. I suspect something silly like the compiler

[Bug other/37210] New: Prohibit Default Builds in the GCC Source Tree

2008-08-23 Thread tom dot browder at gmail dot com
oduct: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37210

[Bug other/37210] Prohibit Default Builds in the GCC Source Tree

2008-08-24 Thread tom dot browder at gmail dot com
--- Comment #2 from tom dot browder at gmail dot com 2008-08-24 22:07 --- Andrew, you're right--it's not prohibited, but my argument is that it should be prohibited as the default build (but have a specific configure variable to allow it), at least until it is tested. Over

[Bug c/39783] New: -ftls-model can not be specified independently of -fpic/-fpie

2009-04-16 Thread tom dot aernoudt at coware dot com
ReportedBy: tom dot aernoudt at coware dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39783

[Bug target/39783] -ftls-model can not be specified independently of -fpic/-fpie

2009-04-16 Thread tom dot aernoudt at coware dot com
--- Comment #2 from tom dot aernoudt at coware dot com 2009-04-16 14:07 --- Aren't shared libraries that are compiled without -fPIC supposed to work on x86? On other platforms this may not work, but I thought that on x86 this is not required. -- http://gcc.gnu.org/bug

[Bug target/39783] -ftls-model can not be specified independently of -fpic/-fpie

2009-04-16 Thread tom dot aernoudt at coware dot com
--- Comment #4 from tom dot aernoudt at coware dot com 2009-04-16 14:52 --- That may be true, but if it would be possible to tell gcc to use the dynamic-global tls-model (or static-global) without specifying -fPIC it would again 'happen' to work, even if tls is used. I d

[Bug c++/39901] New: [C++0x] Initializer list not allowed in []

2009-04-25 Thread tom dot prince at ualberta dot net
MED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot prince at ualberta dot net GCC host triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39901

[Bug c++/39923] New: [C++0x] rvalue references

2009-04-26 Thread tom dot prince at ualberta dot net
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot prince at ualberta dot net GCC host triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-26 Thread tom dot prince at ualberta dot net
--- Comment #1 from tom dot prince at ualberta dot net 2009-04-27 03:12 --- Created an attachment (id=17761) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17761&action=view) Test Case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-26 Thread tom dot prince at ualberta dot net
--- Comment #2 from tom dot prince at ualberta dot net 2009-04-27 03:13 --- Created an attachment (id=17762) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17762&action=view) gcc output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-26 Thread tom dot prince at ualberta dot net
--- Comment #3 from tom dot prince at ualberta dot net 2009-04-27 03:15 --- Created an attachment (id=17763) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17763&action=view) GCC version details -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-26 Thread tom dot prince at ualberta dot net
--- Comment #4 from tom dot prince at ualberta dot net 2009-04-27 03:16 --- Created an attachment (id=17764) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17764&action=view) GCC version details -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-26 Thread tom dot prince at ualberta dot net
--- Comment #5 from tom dot prince at ualberta dot net 2009-04-27 04:01 --- Further consideration seems to indicate that the standard spuriously allows the second case to be illegal. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-27 Thread tom dot prince at ualberta dot net
--- Comment #7 from tom dot prince at ualberta dot net 2009-04-27 14:50 --- Created an attachment (id=17767) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17767&action=view) Various failed attempts to create a std::vector> from an intializer list. These are my a

[Bug c++/39923] [C++0x] rvalue references

2009-04-27 Thread tom dot prince at ualberta dot net
--- Comment #8 from tom dot prince at ualberta dot net 2009-04-27 14:52 --- Created an attachment (id=17768) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17768&action=view) ICE from test2.cc The errors test2.cc generate vary if the various functions are commen

[Bug c++/39923] [C++0x] rvalue references

2009-04-27 Thread tom dot prince at ualberta dot net
--- Comment #9 from tom dot prince at ualberta dot net 2009-04-27 15:01 --- This is an old patch that purports to fix 3rd of the original tests. http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00436.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-27 Thread tom dot prince at ualberta dot net
--- Comment #11 from tom dot prince at ualberta dot net 2009-04-27 15:43 --- Also, there is the issue of lvalues binding to rvalue references. See N2831 and possibly n2835. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39923

[Bug c++/39923] [C++0x] rvalue references

2009-04-27 Thread tom dot prince at ualberta dot net
--- Comment #14 from tom dot prince at ualberta dot net 2009-04-27 16:25 --- The updated version n2844. From the intro: (I guess I meant "being bound to" in the language of the standard) int i = 2; double &&d = i; // previously well-formed (d bound to a temporar

[Bug c++/41754] New: initializer list internal compiler segfault

2009-10-19 Thread tom dot deseyn at gmail dot com
gcc/tags/gcc_4_4_2_release and svn://gcc.gnu.org/svn/gcc/branches/gcc-4_4-bra...@152637 with ./configure --prefix=... --disable-sjlj-exceptions t...@crius ~/tmp $ /opt/gcc4.4.2/bin/gcc -v Using built-in specs. Target: i686-pc-cygwin Configured with: /home/Tom/svn/gcc4.4.2/configure --prefix=/opt/gcc4

[Bug c++/41754] initializer list internal compiler segfault

2009-11-01 Thread tom dot deseyn at gmail dot com
--- Comment #5 from tom dot deseyn at gmail dot com 2009-11-01 20:51 --- Thanks -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41754

[Bug libstdc++/42019] New: shared_ptr can not be used with -fno-rtti

2009-11-12 Thread tom dot deseyn at gmail dot com
. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/opt/gcctrunk/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /home/tom/svn/gcc/configure --prefix=/opt/gcctrunk --disable-sjlj-exceptions : (reconfigured) /home/tom/svn/gcc/configure --prefix=/opt/gcctrunk

[Bug c++/43674] New: Delegating constructors are not supported

2010-04-07 Thread tom dot deseyn at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot deseyn at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43674

[Bug other/45503] New: "make distclean" Does Not Remove All Local Configuration Data

2010-09-02 Thread tom dot browder at gmail dot com
Data Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45503

[Bug c++/45555] New: Add warnings for changes to code with option "-fipa-sra"

2010-09-06 Thread tom dot browder at gmail dot com
n Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4

[Bug bootstrap/45556] New: Add PPL and CLooG-PPL source to gcc source tree for build

2010-09-06 Thread tom dot browder at gmail dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45556

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.6

2010-09-07 Thread tom dot browder at gmail dot com
--- Comment #34 from tom dot browder at gmail dot com 2010-09-07 17:58 --- (In reply to comment #33) > I guess you meant to be CC'ed? > Yes. The work I started was a Perl script to convert a 2.20+ database to the latest version. The last question I had of Daniel was cou

[Bug preprocessor/45599] New: Remove all code applying to obsolete "#pragma once"

2010-09-08 Thread tom dot browder at gmail dot com
on: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45599

[Bug preprocessor/45599] Remove all code applying to obsolete "#pragma once"

2010-09-08 Thread tom dot browder at gmail dot com
--- Comment #2 from tom dot browder at gmail dot com 2010-09-08 15:02 --- Ah, you are correct--old code may have that only. How about a warning instead about using the recommended construct (the header guard) instead of the "pragma once"? -- http://gcc.gnu.or

[Bug preprocessor/45599] Remove all code applying to obsolete "#pragma once"

2010-09-08 Thread tom dot browder at gmail dot com
--- Comment #4 from tom dot browder at gmail dot com 2010-09-08 15:29 --- Oops, I missed that PR. I still think that an optional warning should be there--something like "-Wpragma-once" with a message about the better practice. (Sorry I missed finding the original bug--I only

[Bug web/45655] New: GCC WIki Needs Text Colorizing Capability

2010-09-13 Thread tom dot browder at gmail dot com
Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45655

[Bug c++/34198] New: -Wconversion gives apparent erroneous warning with g++ 4.3-20071109

2007-11-22 Thread tom dot browder at gmail dot com
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tom dot browder at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34198

[Bug c++/34198] -Wconversion gives apparent erroneous warning with g++ 4.3-20071109

2007-11-22 Thread tom dot browder at gmail dot com
--- Comment #2 from tom dot browder at gmail dot com 2007-11-22 21:37 --- Created an attachment (id=14617) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14617&action=view) Intermediate file produced by g++-4.3-20071109 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34198

<    1   2   3   >