[Bug c++/57831] New: pointer to member function inaccessible through using statement (or ICE)

2013-07-05 Thread t-gcc-bugzilla at snowelm dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: t-gcc-bugzilla at snowelm dot com g++ 4.8.1 rejects the following code saying "B::base::f is inaccessible". I believe the code is valid (and compiled without erro

[Bug c++/57658] ICE in tsubst_copy, at cp/pt.c:12213

2013-06-21 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658 --- Comment #3 from Takaki Makino --- Created attachment 30336 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30336&action=edit Reduced testcase Hi Paolo, Thank you for referring to the useful resource. Using these tools I've got a reduced v

[Bug c++/57658] ICE in tsubst_copy, at cp/pt.c:12213

2013-06-20 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57658 --- Comment #1 from Takaki Makino --- It seems that the attachment file size was 1000.3KB and rejected by bugzilla. Anyway please download preprocessed source from the URL above.

[Bug c++/57658] New: ICE in tsubst_copy, at cp/pt.c:12213

2013-06-20 Thread t-gcc-bugzilla at snowelm dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: t-gcc-bugzilla at snowelm dot com Maybe similar to PR 57109, but the attached source for the PR was compiled without problem in my environment, so I post this one as a new bug. Due to bugzilla size limit, I had to compress the

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects

2013-02-22 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393 --- Comment #20 from Takaki Makino 2013-02-22 09:01:30 UTC --- I understand why dynamic libasan is important. Still it seems for me -static-libasan can be default, except when -shared is given. (just because I have no idea how the shared

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects

2013-02-21 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393 --- Comment #17 from Takaki Makino 2013-02-22 06:38:33 UTC --- (In reply to comment #15) > r196201 landed the fresh asan run-time into gcc. > -static-libasan should work well now, please try. It works for me, thank you very much for you

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects

2013-02-19 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393 --- Comment #5 from Takaki Makino 2013-02-19 15:26:41 UTC --- To reply Kostya's comment, As shown in the reduced testcase, the program crashes before ASAN_OPTIONS=verbosity=1 takes effect.

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects

2013-02-19 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393 --- Comment #4 from Takaki Makino 2013-02-19 15:22:38 UTC --- Created attachment 29499 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29499 reduced testcase I tried to made a fairly reduced testcase from boost. Attached please fin

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects

2013-02-19 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393 --- Comment #2 from Takaki Makino 2013-02-19 14:02:13 UTC --- Thanks Kostya. Unfortunately -static-libasan didn't help: $ g++ -g -fsanitize=address -I/usr/local/include hoge2.cpp -o a.out -lboost_thread-mt-d -lboost_system-mt-d -stati

[Bug sanitizer/56393] New: SIGSEGV when -fsanitize=address and dynamic lib with global objects

2013-02-19 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393 Bug #: 56393 Summary: SIGSEGV when -fsanitize=address and dynamic lib with global objects Classification: Unclassified Product: gcc Version: 4.8.0 Status: U

[Bug c++/56323] New: [C++11] cannot compile inherited constructor for typedef'ed base class

2013-02-14 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56323 Bug #: 56323 Summary: [C++11] cannot compile inherited constructor for typedef'ed base class Classification: Unclassified Product: gcc Version: 4.8.0 Status

[Bug c++/56215] New: Cannot create constexpr struct with unnamed unions

2013-02-05 Thread t-gcc-bugzilla at snowelm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56215 Bug #: 56215 Summary: Cannot create constexpr struct with unnamed unions Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/35099] [OpenMP] ICE in remove_unreachable_regions with -O -fopenmp

2008-02-06 Thread t-gcc-bugzilla at snowelm dot com
--- Comment #1 from t-gcc-bugzilla at snowelm dot com 2008-02-06 08:03 --- Created an attachment (id=15103) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15103&action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35099

[Bug c++/35099] New: [OpenMP] ICE in remove_unreachable_regions with -O -fopenmp

2008-02-06 Thread t-gcc-bugzilla at snowelm dot com
ED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: t-gcc-bugzilla at snowelm dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu

[Bug c/34825] New: ICE (SIGSEGV) in compiling valid code with -funsafe-math-optimizations

2008-01-16 Thread t-gcc-bugzilla at snowelm dot com
IRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: t-gcc-bugzilla at snowelm dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34825