http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52363
Bug #: 52363
Summary: Presence/absence of -pedantic compilation affects
run-time behavior
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wb at fnal dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45167
--- Comment #4 from wb at fnal dot gov 2010-04-23 16:00 ---
Created an attachment (id=20472)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20472&action=view)
test case; incorrectly compiles
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15218
--- Comment #2 from wb at fnal dot gov 2006-10-19 21:22 ---
Created an attachment (id=12463)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12463&action=view)
preprocessed version of test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29518
MSG( okay, message_goes_here, (T) );
};
int
main()
{
N n;
}
--
Summary: incorrect "
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gc
std::cout << "r2 = " << r2 << "\n"; // emits "r2 = 0"
return 0;
}
--
Summary: inconsistent result of left shift
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P