------- Comment #6 from scott at perturb dot org  2010-06-21 18:39 -------
For the record, the code I'm attempting to compile is extremely simple. Might
explain why it compiles so cleanly:

-----------------------------------------------------------

void setup()   {                
  Serial.begin(9600);   
}

void loop() {
  Serial.println("Hello world");
  delay(1000);
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44617

Reply via email to