[Bug c/22346] New: Miscompilation (infinite loop & longjmp?)

2005-07-07 Thread sxanth at ceid dot upatras dot gr
// -- Summary: Miscompilation (infinite loop & longjmp?) Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org

[Bug c/20167] New: static inlines discared while needed by alias

2005-02-23 Thread sxanth at ceid dot upatras dot gr
d. -- Summary: static inlines discared while needed by alias Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy:

[Bug c/20161] New: ICE with dwarf for incomplete element type argument

2005-02-23 Thread sxanth at ceid dot upatras dot gr
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sxanth at ceid dot upatras dot gr CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20161

[Bug tree-optimization/9079] [tree-ssa] Inline constant function pointers

2004-12-13 Thread sxanth at ceid dot upatras dot gr
--- Additional Comments From sxanth at ceid dot upatras dot gr 2004-12-13 22:25 --- This is present in 3.4 too static inline int foo () { return 100; } typedef int (*fptr)(); static const fptr a [] = { foo }; static inline int