: 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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60380
--- Comment #2 from Bauke Conijn ---
Bug 53756 is possibly related.
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
: 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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59378
Bauke Conijn changed:
What|Removed |Added
Attachment #31367|0 |1
is obsolete|
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
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
: 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
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
--- 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
--- 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
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
12 matches
Mail list logo