[Bug c++/63606] New: Missing a warning for binding a reference member to a stack allocated parameter

2014-10-20 Thread bcmpinc at hotmail dot com
: enhancement Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bcmpinc at hotmail dot com The code below should produce a warning, as it binds a stack allocated parameter to a reference member. However, gcc currently does not

[Bug debug/60380] [C++11] ICE: in gen_type_die_with_usage with -g and template instantiation

2014-03-01 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60380 --- Comment #2 from Bauke Conijn --- Bug 53756 is possibly related.

[Bug debug/60380] [C++11] ICE: in gen_type_die_with_usage with -g and template instantiation

2014-03-01 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60380 --- Comment #1 from Bauke Conijn --- Created attachment 32238 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32238&action=edit Compiler output

[Bug debug/60380] New: [C++11] ICE: in gen_type_die_with_usage with -g and template instantiation

2014-03-01 Thread bcmpinc at hotmail dot com
: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: bcmpinc at hotmail dot com Created attachment 32237 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32237&action=edit A minimal testcase triggering the ICE GCC crash

[Bug c++/59378] Internal compiler error when using __builtin_shuffle in a template function

2013-12-03 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59378 Bauke Conijn changed: What|Removed |Added Attachment #31367|0 |1 is obsolete|

[Bug c++/59378] Internal compiler error when using __builtin_shuffle in a template function

2013-12-03 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59378 --- Comment #2 from Bauke Conijn --- Created attachment 31369 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31369&action=edit Testcase 2

[Bug c++/59378] Internal compiler error when using __builtin_shuffle in a template function

2013-12-03 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59378 --- Comment #1 from Bauke Conijn --- Created attachment 31368 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31368&action=edit Testcase 1

[Bug c++/59378] New: Internal compiler error when using __builtin_shuffle in a template function

2013-12-03 Thread bcmpinc at hotmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bcmpinc at hotmail dot com The g++ compiler crashes on an internal error when instantiating a template function or class that uses the gcc vector extensions and __builtin_shuffle

[Bug preprocessor/52852] New: The preprocessor fails to parse multi-line c++0x/c++11 raw strings.

2012-04-03 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52852 Bug #: 52852 Summary: The preprocessor fails to parse multi-line c++0x/c++11 raw strings. Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug java/28153] Under Windows Xp the generated JNI headers need to have a '_' prepended for each function.

2006-07-06 Thread bcmpinc at hotmail dot com
--- Comment #7 from bcmpinc at hotmail dot com 2006-07-06 12:37 --- extern JNIEXPORT void JNICALL Java_JavaSide_sayHello (JNIEnv *env, jobject); After preprossesing this becomes: __attribute__((dllexport)) void __attribute__((__stdcall__)) Java_sample_myNative (JNIEnv *, jobject

[Bug java/28153] Under Windows Xp the generated JNI headers need to have a '_' prepended for each function.

2006-06-26 Thread bcmpinc at hotmail dot com
--- Comment #2 from bcmpinc at hotmail dot com 2006-06-26 21:01 --- (In reply to comment #1) > Does the JDK's javah put that "_" into the generated header? No, JDK's javah creates a header equivalent to the header created by 'gcjh -jni'. > I suspec

[Bug java/28153] New: Under Windows Xp the generated JNI headers need to have a '_' prepended for each function.

2006-06-24 Thread bcmpinc at hotmail dot com
normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bcmpinc at hotmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28153